aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Resources testsDavid Medina2012-02-104-4/+84
| | | | | | resources.core * Also detected and fixed memory bug
* json:dumps.loads mockedDavid Medina2012-02-103-3/+5
|
* Easier requests.Factory buildsDavid Medina2012-02-091-4/+4
|
* Requests testsDavid Medina2012-02-092-0/+90
| | | | requests.core
* Utils to testsDavid Medina2012-02-096-23/+61
|
* Core testsDavid Medina2012-02-095-3/+212
| | | | | core.client core.result
* Fix litle bugsDavid Medina2012-02-075-43/+15
|
* Clean requests interfaceDavid Medina2012-02-0713-284/+224
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Something confusing about PUT requestDavid Medina2012-02-062-6/+23
| | | | It's solved as a provisional patch
* Rename ghrequest to requestsDavid Medina2012-02-069-6/+7
| | | | | | | I think it's a redundant name. Only needs to move out from core module to avoid imports problems with `requests` library * Also change some in setup.py
* User service completeDavid Medina2012-02-0510-21/+177
| | | | | | User.emails User.keys User.followers
* Complete skeleton of services glueing to requestsDavid Medina2012-02-053-7/+46
|
* Added asserts to "that never happens"David Medina2012-02-052-10/+31
| | | | Also fix response raises
* Renaming (What I was thinking?)David Medina2012-02-0416-178/+278
| | | | | | | resources => ghrequests models => resources + Also it's near to complete user service
* Full support to Result dynamic and lazy iteratorDavid Medina2012-02-041-0/+171
| | | | | It paginate the requests that needs and does the real requests in the final moment
* link_header third party libraryDavid Medina2012-02-042-0/+89
|
* Improve modelsDavid Medina2012-02-043-20/+47
| | | | | | Now the models maps itself from json encoded Then we can inherit it and change behaviour to use polymorphism into resources ;)
* Fix parse_argsDavid Medina2012-02-031-2/+4
|
* Fix imports to new environmentDavid Medina2012-02-0319-0/+477
Absolute imports as PEP8 tells