aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-09Add delete() to the repos service to delete a repository.Jason A. Donenfeld1-0/+12
2012-06-28Bump 0.4.1David Medina1-1/+1
2012-06-28refs #17. Fix bug with uploading to s3Paul Belanger2-4/+4
2012-06-16:sparkles: Release 0.4 :sparkles:0.4David Medina4-4/+7
2012-06-16Fix type docDavid Medina1-2/+2
2012-06-16Update readme and authorsDavid Medina4-6/+9
2012-06-16Tests on services.issues workingDavid Medina7-64/+58
2012-06-16Remove list_labels from repo serviceDavid Medina1-12/+0
2012-06-16Refact normalize of dates into base.ServiceDavid Medina4-32/+32
2012-06-16Remove list_milestones from repo serviceDavid Medina2-25/+0
2012-06-16issues.milestones serviceDavid Medina3-62/+66
2012-06-13Allow "python setup.py test"Ralph Bean1-0/+12
2012-06-03WIP on issuesDavid Medina10-171/+238
2012-05-27Authors updatedDavid Medina1-0/+1
2012-05-27Little fixsDavid Medina8-24/+66
2012-05-27Change "Edit" to "Update" in docstringAlejandro Gómez1-1/+1
2012-05-27add Pull Request to `Issue` resourcesAlejandro Gómez2-3/+13
2012-05-27add build/ to .gitignoreAlejandro Gómez1-0/+1
2012-05-27add `Labels` and `Milestones` to docsAlejandro Gómez4-8/+37
2012-05-27test Label validation errorsAlejandro Gómez5-7/+49
2012-05-27Labels and Milestones services addedAlejandro Gómez13-8/+578
2012-05-27Fix some issues resourcesConor Branagan1-3/+3
2012-05-27Use github.issues for the issues serviceConor Branagan1-0/+6
2012-05-27Add issues service for issues, comments and events. has tests and updated docsConor Branagan11-0/+513
2012-05-17Require a current version of `requests` -- `pygithub3` installs, but later fails with all sorts of cryptic errors if you have an older, pre-existing version of `requests` installed when you install `pygithub3`.David Schoonover1-1/+1
2012-05-17refs #10David Medina3-6/+6
2012-05-12Readme and authors updatedDavid Medina2-2/+4
2012-05-12Some fixes/typos and 'validate_body' relatedDavid Medina8-53/+84
2012-05-12Deleted 'dispatch' decorator. No senseDavid Medina1-24/+17
2012-05-12Deleted 'validate_body' behaviourDavid Medina3-56/+26
2012-05-12Unify json importsDavid Medina4-14/+8
2012-04-28New install environment to prod and devDavid Medina5-12/+13
2012-04-28Litle fixsDavid Medina10-85/+101
2012-04-28add `updated_at` to `_dates` in Repo resourceAlejandro Gómez1-1/+1
2012-04-26`setup.py` modified for finding requirementsAlejandro Gómez1-1/+1
2012-04-26add MakefileAlejandro Gómez2-0/+4
2012-04-26separate requirements for users and developersAlejandro Gómez2-0/+4
2012-04-24Add Teams ServiceStefano Rivera4-1/+302
2012-04-24An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'Stefano Rivera2-6/+6
2012-04-24Add Orgs Members APIStefano Rivera5-4/+187
2012-04-24name -> orgStefano Rivera2-8/+8
2012-04-24Move Team to orgsStefano Rivera3-7/+9
2012-04-23Baseline Orgs API implementationStefano Rivera5-1/+132
2012-04-19docstring link typoNat Williams1-1/+1
2012-04-19use _bool for pull request merge statusNat Williams2-19/+6
2012-04-19merge request won't json encode body without schemaNat Williams1-0/+4
2012-04-18add docs for pull requestsNat Williams2-0/+34
2012-04-18pass body to pull_requests.merge properlyNat Williams1-3/+5
2012-04-17add pull request APINat Williams10-3/+540
2012-04-17more specific exception for missing Request classesNat Williams3-11/+11