aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* :sparkles: Release 0.3 :sparkles:0.3David Medina2012-04-041-1/+1
| | | | | - Gists service completed - Fix bugs
* Fix bugDavid Medina2012-04-031-1/+1
|
* Gists services docDavid Medina2012-04-032-0/+27
|
* Fix namingDavid Medina2012-04-033-9/+10
|
* services.gists.Comment doneDavid Medina2012-04-035-1/+152
|
* services.gists.Gist doneDavid Medina2012-04-034-3/+221
|
* Fix bug: Validating body in requestsDavid Medina2012-04-031-1/+1
|
* "services.gists.Gist" tests and resourcesDavid Medina2012-04-032-0/+130
|
* :sparkles: Relase 0.2 :sparkles:0.2David Medina2012-03-041-1/+1
| | | | | | | | | | - Repos service completed - Self-nested resources support - Mimetypes in services - Documentation - Python 2.6 support - Remaining requests counter - Smart and normal results iterators
* Fix 422 messageDavid Medina2012-03-041-2/+1
|
* Fix requests with invalid config precedenceDavid Medina2012-03-047-45/+19
|
* Get repository's commits supported with new resultDavid Medina2012-03-048-33/+60
|
* Refactor result. Now it's a packageDavid Medina2012-03-0410-219/+400
| | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
* Wrap result getter into partial. It's cleanerDavid Medina2012-03-041-4/+3
|
* Encapsulate Link header behaviourDavid Medina2012-03-042-22/+44
|
* remaining_requests attr to Github and ServicesDavid Medina2012-03-033-0/+14
| | | | Updated with each request
* Service repos doneDavid Medina2012-03-037-2/+221
| | | | +repos.hooks
* Fix setup.py installDavid Medina2012-03-012-4/+3
|
* Update Readme and metadataDavid Medina2012-03-011-1/+1
|
* Python 2.6 compatibilityDavid Medina2012-03-0118-38/+147
|
* Complete services.repos docDavid Medina2012-03-0113-42/+266
| | | | Also add Mimetypes doc
* WIP on services.repos docDavid Medina2012-03-013-8/+166
| | | | | +services.repos.collaborators doc +services.repos.commits doc
* Restructure modules and packages in a clean wayDavid Medina2012-03-0127-862/+895
| | | | The docs has increased lines of code, so I split it
* Services.repos.Repo docDavid Medina2012-02-293-29/+133
| | | | And typos
* Init documentationDavid Medina2012-02-297-13/+251
| | | | | | +core +services.user ~services.repos
* Repos.watchers service doneDavid Medina2012-02-223-1/+109
|
* Repos.keys service doneDavid Medina2012-02-223-1/+110
|
* Repos.forks service doneDavid Medina2012-02-224-1/+55
|
* Repos.downloads service doneDavid Medina2012-02-214-1/+116
|
* Add mimetype support to repos.commits serviceDavid Medina2012-02-191-6/+6
|
* Support to Mimetypes in some servicesDavid Medina2012-02-193-1/+55
|
* Fix test importsDavid Medina2012-02-196-10/+12
|
* Repos commits addedDavid Medina2012-02-184-8/+234
|
* Support to resources-self-nested into collectionsDavid Medina2012-02-183-3/+19
|
* Small refactor to building requests in servicesDavid Medina2012-02-173-50/+32
| | | | | Decorate the request-factory to parse common params like user and repo, which can be configurated in service or by args
* Services' renaming: base.Base to base.ServiceDavid Medina2012-02-176-13/+13
|
* Repos collaborators addedDavid Medina2012-02-123-2/+90
|
* Fix bug of bug relatedDavid Medina2012-02-121-1/+1
|
* Repos service initializedDavid Medina2012-02-127-0/+370
| | | | +service.repos.repo
* Support to map `self` in resources.David Medina2012-02-123-3/+12
| | | | Very nested resources like Repo
* Readme updatedDavid Medina2012-02-111-1/+1
|
* Services.users tests completedDavid Medina2012-02-113-9/+37
| | | | | | | 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-116-51/+89
|
* Wip on services.usersDavid Medina2012-02-115-16/+174
|
* Fix asserts bugs in client.David Medina2012-02-115-12/+29
| | | | | 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-115-5/+36
|
* Services testsDavid Medina2012-02-113-0/+59
| | | | services.core
* Typo pep8David Medina2012-02-111-1/+1
|
* Joining components in a clean interfaceDavid Medina2012-02-101-0/+13
|