Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix type doc | 2012-06-16 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'services/issues' of https://github.com/alejandrogomez/python-github3 into services/issues | 2012-06-03 | 2 | -0/+75 | |
|\ | | | | | | | | | | | | | Conflicts: docs/services.rst pygithub3/github.py pygithub3/requests/repos/__init__.py | ||||
| * | add `Labels` and `Milestones` to docs | 2012-05-27 | 1 | -6/+33 | |
| | | |||||
| * | Add issues service for issues, comments and events. has tests and updated docs | 2012-05-27 | 2 | -0/+48 | |
| | | |||||
* | | Merge 'services/orgs' | 2012-05-27 | 2 | -0/+47 | |
|\ \ | |/ |/| | |||||
| * | Little fixs | 2012-05-27 | 2 | -0/+47 | |
| | | |||||
* | | Merge 'services/pull_requests' | 2012-05-12 | 2 | -0/+36 | |
|\ \ | |||||
| * | | Some fixes/typos and 'validate_body' related | 2012-05-12 | 1 | -3/+5 | |
| | | | |||||
| * | | add docs for pull requests | 2012-04-18 | 2 | -0/+34 | |
| |/ | |||||
* | | New install environment to prod and dev | 2012-04-28 | 2 | -4/+9 | |
| | | | | | | | | Also fix some docs | ||||
* | | add test_requirements.txt and more test running instructions | 2012-04-16 | 1 | -4/+10 | |
| | | |||||
* | | add docs and a few little pep8 tweaks | 2012-04-16 | 2 | -0/+87 | |
|/ | |||||
* | Mimetype example in doc | 2012-04-03 | 1 | -0/+10 | |
| | |||||
* | Gists services doc | 2012-04-03 | 2 | -0/+38 | |
| | |||||
* | Fix naming | 2012-04-03 | 2 | -4/+4 | |
| | |||||
* | Refactor result. Now it's a package | 2012-03-04 | 1 | -1/+10 | |
| | | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | ||||
* | Service repos done | 2012-03-03 | 1 | -0/+3 | |
| | | | | +repos.hooks | ||||
* | Update Readme and metadata | 2012-03-01 | 1 | -2/+6 | |
| | |||||
* | Complete services.repos doc | 2012-03-01 | 4 | -37/+23 | |
| | | | | Also add Mimetypes doc | ||||
* | WIP on services.repos doc | 2012-03-01 | 2 | -4/+24 | |
| | | | | | +services.repos.collaborators doc +services.repos.commits doc | ||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 3 | -2/+15 | |
| | | | | The docs has increased lines of code, so I split it | ||||
* | Services.repos.Repo doc | 2012-02-29 | 3 | -11/+41 | |
| | | | | And typos | ||||
* | Init documentation | 2012-02-29 | 10 | -0/+707 | |
+core +services.user ~services.repos |