aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restructure modules and packages in a clean wayDavid Medina2012-03-011-136/+0
| | | | The docs has increased lines of code, so I split it
* Services.users tests completedDavid Medina2012-02-111-4/+4
| | | | | | | services.users.user services.users.emails services.users.keys services.users.followers
* Change requests.Body to suppor required attributesDavid Medina2012-02-111-8/+26
|
* Easier requests.Factory buildsDavid Medina2012-02-091-4/+4
|
* Fix litle bugsDavid Medina2012-02-071-4/+0
|
* Clean requests interfaceDavid Medina2012-02-071-50/+56
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Rename ghrequest to requestsDavid Medina2012-02-061-0/+117
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