aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/client.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix asserts bugs in client.David Medina2012-02-101-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