index
:
python-github3
master
Fork of the github v3 api wrapper for python.
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pygithub3
/
core
/
utils.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-16
Refact normalize of dates into base.Service
David Medina
4
-32
/
+32
2012-06-16
Remove list_milestones from repo service
David Medina
2
-25
/
+0
2012-06-16
issues.milestones service
David Medina
3
-62
/
+66
2012-06-03
WIP on issues
David Medina
10
-171
/
+238
2012-05-27
Authors updated
David Medina
1
-0
/
+1
2012-05-27
Little fixs
David Medina
8
-24
/
+66
2012-05-27
Change "Edit" to "Update" in docstring
Alejandro Gómez
1
-1
/
+1
2012-05-27
add Pull Request to `Issue` resources
Alejandro Gómez
2
-3
/
+13
2012-05-27
add build/ to .gitignore
Alejandro Gómez
1
-0
/
+1
2012-05-27
add `Labels` and `Milestones` to docs
Alejandro Gómez
4
-8
/
+37
2012-05-27
test Label validation errors
Alejandro Gómez
5
-7
/
+49
2012-05-27
Labels and Milestones services added
Alejandro Gómez
13
-8
/
+578
2012-05-27
Fix some issues resources
Conor Branagan
1
-3
/
+3
2012-05-27
Use github.issues for the issues service
Conor Branagan
1
-0
/
+6
2012-05-27
Add issues service for issues, comments and events. has tests and updated docs
Conor Branagan
11
-0
/
+513
2012-05-17
Require 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 Schoonover
1
-1
/
+1
2012-05-17
refs #10
David Medina
3
-6
/
+6
2012-05-12
Readme and authors updated
David Medina
2
-2
/
+4
2012-05-12
Some fixes/typos and 'validate_body' related
David Medina
8
-53
/
+84
2012-05-12
Deleted 'dispatch' decorator. No sense
David Medina
1
-24
/
+17
2012-05-12
Deleted 'validate_body' behaviour
David Medina
3
-56
/
+26
2012-05-12
Unify json imports
David Medina
4
-14
/
+8
2012-04-28
New install environment to prod and dev
David Medina
5
-12
/
+13
2012-04-28
Litle fixs
David Medina
10
-85
/
+101
2012-04-28
add `updated_at` to `_dates` in Repo resource
Alejandro Gómez
1
-1
/
+1
2012-04-26
`setup.py` modified for finding requirements
Alejandro Gómez
1
-1
/
+1
2012-04-26
add Makefile
Alejandro Gómez
2
-0
/
+4
2012-04-26
separate requirements for users and developers
Alejandro Gómez
2
-0
/
+4
2012-04-24
Add Teams Service
Stefano Rivera
4
-1
/
+302
2012-04-24
An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'
Stefano Rivera
2
-6
/
+6
2012-04-24
Add Orgs Members API
Stefano Rivera
5
-4
/
+187
2012-04-24
name -> org
Stefano Rivera
2
-8
/
+8
2012-04-24
Move Team to orgs
Stefano Rivera
3
-7
/
+9
2012-04-23
Baseline Orgs API implementation
Stefano Rivera
5
-1
/
+132
2012-04-19
docstring link typo
Nat Williams
1
-1
/
+1
2012-04-19
use _bool for pull request merge status
Nat Williams
2
-19
/
+6
2012-04-19
merge request won't json encode body without schema
Nat Williams
1
-0
/
+4
2012-04-18
add docs for pull requests
Nat Williams
2
-0
/
+34
2012-04-18
pass body to pull_requests.merge properly
Nat Williams
1
-3
/
+5
2012-04-17
add pull request API
Nat Williams
10
-3
/
+540
2012-04-17
more specific exception for missing Request classes
Nat Williams
3
-11
/
+11
2012-04-17
let request objects specify custom body validations
Nat Williams
3
-7
/
+37
2012-04-16
add myself to AUTHORS and some other docs tweaks
Nat Williams
2
-5
/
+8
2012-04-16
add test_requirements.txt and more test running instructions
Nat Williams
3
-6
/
+20
2012-04-16
add docs and a few little pep8 tweaks
Nat Williams
7
-5
/
+91
2012-04-16
def != class
Nat Williams
1
-1
/
+1
2012-04-16
add some docs I missed
Nat Williams
5
-9
/
+29
2012-04-16
add Git Data API support
Nat Williams
15
-0
/
+517
2012-04-04
:sparkles: Release 0.3 :sparkles:
0.3
David Medina
2
-3
/
+7
2012-04-03
Fix bug
David Medina
1
-1
/
+1
[next]