aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/services/test_core.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refact normalize of dates into base.ServiceDavid Medina2012-06-161-1/+12
|
* An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'Stefano Rivera2012-04-241-1/+1
|
* 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.
* Python 2.6 compatibilityDavid Medina2012-03-011-4/+4
|
* Support to Mimetypes in some servicesDavid Medina2012-02-191-0/+21
|
* Fix test importsDavid Medina2012-02-191-2/+2
|
* Services' renaming: base.Base to base.ServiceDavid Medina2012-02-171-2/+2
|
* Wip on services.usersDavid Medina2012-02-111-2/+2
|
* Fix asserts bugs in client.David Medina2012-02-111-1/+4
| | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
* Services testsDavid Medina2012-02-111-0/+52
services.core