aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes/typos and 'validate_body' relatedDavid Medina2012-05-122-15/+20
|
* Deleted 'dispatch' decorator. No senseDavid Medina2012-05-121-24/+17
|
* Deleted 'validate_body' behaviourDavid Medina2012-05-121-29/+23
| | | | 'clean_body' had been developed to that functionality
* Unify json importsDavid Medina2012-05-121-5/+1
|
* merge request won't json encode body without schemaNat Williams2012-04-191-0/+4
|
* add pull request APINat Williams2012-04-172-0/+105
| | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
* more specific exception for missing Request classesNat Williams2012-04-171-6/+6
|
* let request objects specify custom body validationsNat Williams2012-04-171-4/+10
|
* Fix bugDavid Medina2012-04-031-1/+1
|
* services.gists.Comment doneDavid Medina2012-04-031-0/+40
|
* services.gists.Gist doneDavid Medina2012-04-031-0/+77
|
* Fix bug: Validating body in requestsDavid Medina2012-04-031-1/+1
|
* Get repository's commits supported with new resultDavid Medina2012-03-041-2/+2
|
* Service repos doneDavid Medina2012-03-031-0/+48
| | | | +repos.hooks
* Python 2.6 compatibilityDavid Medina2012-03-013-11/+11
|
* Restructure modules and packages in a clean wayDavid Medina2012-03-018-262/+247
| | | | The docs has increased lines of code, so I split it
* Repos.watchers service doneDavid Medina2012-02-221-0/+37
|
* Repos.keys service doneDavid Medina2012-02-221-0/+44
|
* Repos.forks service doneDavid Medina2012-02-221-0/+18
|
* Repos.downloads service doneDavid Medina2012-02-211-0/+34
|
* Repos commits addedDavid Medina2012-02-181-0/+64
|
* Repos collaborators addedDavid Medina2012-02-121-0/+25
|
* Repos service initializedDavid Medina2012-02-122-0/+90
| | | | +service.repos.repo
* Services.users tests completedDavid Medina2012-02-111-4/+4
| | | | | | | services.users.user services.users.emails services.users.keys services.users.followers
* Email pattern to requests.emailsDavid Medina2012-02-111-1/+15
|
* Change requests.Body to suppor required attributesDavid Medina2012-02-113-12/+39
|
* Easier requests.Factory buildsDavid Medina2012-02-091-4/+4
|
* Fix litle bugsDavid Medina2012-02-073-8/+13
|
* Clean requests interfaceDavid Medina2012-02-076-192/+92
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Rename ghrequest to requestsDavid Medina2012-02-066-0/+356
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