aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/errors.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean requests interfaceDavid Medina2012-02-071-13/+6
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Added asserts to "that never happens"David Medina2012-02-051-5/+12
| | | | Also fix response raises
* Fix imports to new environmentDavid Medina2012-02-031-0/+41
Absolute imports as PEP8 tells