aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/pull_requests/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes/typos and 'validate_body' relatedDavid Medina2012-05-121-9/+31
|
* use _bool for pull request merge statusNat Williams2012-04-191-17/+4
|
* pass body to pull_requests.merge properlyNat Williams2012-04-181-3/+5
|
* add pull request APINat Williams2012-04-171-0/+129
there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes