aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/github.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-06Something confusing about PUT requestDavid Medina2-6/+23
It's solved as a provisional patch
2012-02-06Rename ghrequest to requestsDavid Medina11-11/+12
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 Medina11-22/+194
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-178/+278
resources => ghrequests models => resources + Also it's near to complete user service