aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/errors.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify json importsDavid Medina2012-05-121-5/+1
|
* Fix 422 messageDavid Medina2012-03-041-2/+1
|
* 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