aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/users (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-01Python 2.6 compatibilityDavid Medina1-1/+1
2012-03-01Restructure modules and packages in a clean wayDavid Medina3-38/+31
The docs has increased lines of code, so I split it
2012-02-11Email pattern to requests.emailsDavid Medina1-1/+15
2012-02-11Change requests.Body to suppor required attributesDavid Medina2-4/+13
2012-02-11Email pattern to requests.emailsDavid Medina1-1/+15
2012-02-11Change requests.Body to suppor required attributesDavid Medina2-4/+13
2012-02-07Fix litle bugsDavid Medina2-4/+13
2012-02-07Clean requests interfaceDavid Medina5-142/+36
Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
2012-02-06Rename ghrequest to requestsDavid Medina5-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