aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-10Typo pep8David Medina1-1/+1
2012-02-10Joining components in a clean interfaceDavid Medina1-0/+13
2012-02-10Resources testsDavid Medina4-4/+84
resources.core * Also detected and fixed memory bug
2012-02-10json:dumps.loads mockedDavid Medina3-3/+5
2012-02-09Easier requests.Factory buildsDavid Medina1-4/+4
2012-02-09Requests testsDavid Medina2-0/+90
requests.core
2012-02-09Utils to testsDavid Medina6-23/+61
2012-02-09Core testsDavid Medina5-3/+212
core.client core.result
2012-02-07Fix litle bugsDavid Medina5-43/+15
2012-02-07Clean requests interfaceDavid Medina13-280/+220
Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
2012-02-06Something confusing about PUT requestDavid Medina2-6/+23
It's solved as a provisional patch
2012-02-06Rename ghrequest to requestsDavid Medina9-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
2012-02-05User service completeDavid Medina10-21/+177
User.emails User.keys User.followers
2012-02-05Complete skeleton of services glueing to requestsDavid Medina3-7/+46
2012-02-05Added asserts to "that never happens"David Medina2-10/+31
Also fix response raises
2012-02-04Renaming (What I was thinking?)David Medina16-174/+274
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 Medina3-20/+47
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 Medina19-0/+477
Absolute imports as PEP8 tells