aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix requests with invalid config precedenceDavid Medina2012-03-042-36/+8
|
* Get repository's commits supported with new resultDavid Medina2012-03-041-2/+0
|
* Refactor result. Now it's a packageDavid Medina2012-03-041-2/+2
| | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
* Service repos doneDavid Medina2012-03-031-1/+44
| | | | +repos.hooks
* Python 2.6 compatibilityDavid Medina2012-03-013-8/+6
|
* Restructure modules and packages in a clean wayDavid Medina2012-03-011-2/+2
| | | | The docs has increased lines of code, so I split it
* Init documentationDavid Medina2012-02-291-2/+2
| | | | | | +core +services.user ~services.repos
* Repos.watchers service doneDavid Medina2012-02-221-1/+44
|
* Repos.keys service doneDavid Medina2012-02-221-1/+38
|
* Repos.forks service doneDavid Medina2012-02-221-1/+21
|
* Repos.downloads service doneDavid Medina2012-02-211-1/+33
|
* Support to Mimetypes in some servicesDavid Medina2012-02-191-0/+21
|
* Fix test importsDavid Medina2012-02-193-6/+8
|
* Repos commits addedDavid Medina2012-02-181-1/+66
|
* Services' renaming: base.Base to base.ServiceDavid Medina2012-02-171-2/+2
|
* Repos collaborators addedDavid Medina2012-02-121-2/+34
|
* Repos service initializedDavid Medina2012-02-121-0/+140
| | | | +service.repos.repo
* Services.users tests completedDavid Medina2012-02-111-2/+25
| | | | | | | services.users.user services.users.emails services.users.keys services.users.followers
* Wip on services.usersDavid Medina2012-02-112-5/+149
|
* Fix asserts bugs in client.David Medina2012-02-112-4/+6
| | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
* WIP on resources.users testsDavid Medina2012-02-112-7/+27
|
* Services testsDavid Medina2012-02-113-0/+59
services.core