aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/repos/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove list_milestones from repo serviceDavid Medina2012-06-161-10/+0
| | | | | in favour of issues.milestones.list() to maintain the same structure with Github API docs
* WIP on issuesDavid Medina2012-06-031-4/+0
| | | | | | | Fix GET params Config precendence of user/repo TODO: milestones , fix tests and test it
* Merge branch 'services/issues' of https://github.com/alejandrogomez/python-github3 into services/issuesDavid Medina2012-06-031-0/+15
|\ | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py
| * test Label validation errorsAlejandro Gómez2012-05-271-1/+0
| |
| * Labels and Milestones services addedAlejandro Gómez2012-05-271-0/+16
| |
* | Move Team to orgsStefano Rivera2012-04-241-1/+2
|/
* Python 2.6 compatibilityDavid Medina2012-03-011-1/+1
|
* Restructure modules and packages in a clean wayDavid Medina2012-03-011-2/+78
| | | | The docs has increased lines of code, so I split it
* Repos service initializedDavid Medina2012-02-121-0/+4
+service.repos.repo