aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/client.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remaining_requests attr to Github and ServicesDavid Medina2012-03-031-0/+4
| | | | Updated with each request
* Python 2.6 compatibilityDavid Medina2012-03-011-1/+1
|
* Init documentationDavid Medina2012-02-291-6/+0
| | | | | | +core +services.user ~services.repos
* Services' renaming: base.Base to base.ServiceDavid Medina2012-02-171-1/+1
|
* Fix asserts bugs in client.David Medina2012-02-111-7/+5
| | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
* Fix litle bugsDavid Medina2012-02-071-2/+2
|
* Clean requests interfaceDavid Medina2012-02-071-2/+6
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Something confusing about PUT requestDavid Medina2012-02-061-5/+2
| | | | It's solved as a provisional patch
* Added asserts to "that never happens"David Medina2012-02-051-5/+19
| | | | Also fix response raises
* Renaming (What I was thinking?)David Medina2012-02-041-17/+17
| | | | | | | resources => ghrequests models => resources + Also it's near to complete user service
* Fix parse_argsDavid Medina2012-02-031-2/+4
|
* Fix imports to new environmentDavid Medina2012-02-031-0/+96
Absolute imports as PEP8 tells