aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-11Fix asserts bugs in client.David Medina1-7/+5
Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
2012-02-10Fix asserts bugs in client.David Medina1-7/+5
Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
2012-02-07Fix litle bugsDavid Medina1-2/+2
2012-02-07Clean requests interfaceDavid Medina3-16/+13
Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
2012-02-06Something confusing about PUT requestDavid Medina1-5/+2
It's solved as a provisional patch
2012-02-06Rename ghrequest to requestsDavid Medina6-356/+0
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
2012-02-05User service completeDavid Medina7-11/+135
User.emails User.keys User.followers
2012-02-05Complete skeleton of services glueing to requestsDavid Medina2-4/+23
2012-02-05Added asserts to "that never happens"David Medina2-10/+31
Also fix response raises
2012-02-04Renaming (What I was thinking?)David Medina11-133/+217
resources => ghrequests models => resources + Also it's near to complete user service
2012-02-04Full support to Result dynamic and lazy iteratorDavid Medina1-0/+171
It paginate the requests that needs and does the real requests in the final moment
2012-02-04link_header third party libraryDavid Medina2-0/+89
2012-02-04Improve modelsDavid Medina1-2/+9
Now the models maps itself from json encoded Then we can inherit it and change behaviour to use polymorphism into resources ;)
2012-02-03Fix parse_argsDavid Medina1-2/+4
2012-02-03Fix imports to new environmentDavid Medina9-0/+262
Absolute imports as PEP8 tells