aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/users (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Python 2.6 compatibilityDavid Medina2012-03-011-1/+1
|
* Restructure modules and packages in a clean wayDavid Medina2012-03-013-38/+31
| | | | The docs has increased lines of code, so I split it
* Email pattern to requests.emailsDavid Medina2012-02-111-1/+15
|
* Change requests.Body to suppor required attributesDavid Medina2012-02-112-4/+13
|
* Fix litle bugsDavid Medina2012-02-072-4/+13
|
* Clean requests interfaceDavid Medina2012-02-075-142/+36
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Rename ghrequest to requestsDavid Medina2012-02-065-0/+239
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