aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/github.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use github.issues for the issues serviceConor Branagan2012-05-271-0/+6
|
* Add issues service for issues, comments and events. has tests and updated docsConor Branagan2012-05-271-0/+5
|
* Merge 'services/pull_requests'David Medina2012-05-121-0/+9
|\
| * docstring link typoNat Williams2012-04-191-1/+1
| |
| * add pull request APINat Williams2012-04-171-0/+9
| | | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
* | add Git Data API supportNat Williams2012-04-161-0/+9
|/
* Fix namingDavid Medina2012-04-031-4/+5
|
* services.gists.Gist doneDavid Medina2012-04-031-0/+9
|
* remaining_requests attr to Github and ServicesDavid Medina2012-03-031-0/+6
| | | | Updated with each request
* Fix setup.py installDavid Medina2012-03-011-3/+2
|
* Restructure modules and packages in a clean wayDavid Medina2012-03-011-2/+2
| | | | The docs has increased lines of code, so I split it
* Init documentationDavid Medina2012-02-291-1/+14
| | | | | | +core +services.user ~services.repos
* Repos service initializedDavid Medina2012-02-121-0/+6
| | | | +service.repos.repo
* Readme updatedDavid Medina2012-02-111-1/+1
|
* Joining components in a clean interfaceDavid Medina2012-02-101-0/+13
|
* Fix imports to new environmentDavid Medina2012-02-031-0/+2
Absolute imports as PEP8 tells