aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/repos.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restructure modules and packages in a clean wayDavid Medina2012-03-011-360/+0
| | | | The docs has increased lines of code, so I split it
* Services.repos.Repo docDavid Medina2012-02-291-0/+126
| | | | And typos
* Init documentationDavid Medina2012-02-291-2/+3
| | | | | | +core +services.user ~services.repos
* Repos.watchers service doneDavid Medina2012-02-221-0/+28
|
* Repos.keys service doneDavid Medina2012-02-221-0/+28
|
* Repos.forks service doneDavid Medina2012-02-221-0/+13
|
* Repos.downloads service doneDavid Medina2012-02-211-0/+37
|
* Add mimetype support to repos.commits serviceDavid Medina2012-02-191-6/+6
|
* Repos commits addedDavid Medina2012-02-181-0/+43
|
* Small refactor to building requests in servicesDavid Medina2012-02-171-32/+13
| | | | | 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-171-3/+3
|
* Repos collaborators addedDavid Medina2012-02-121-0/+31
|
* Repos service initializedDavid Medina2012-02-121-0/+72
+service.repos.repo