- Jun 19, 2015
-
-
Ian Cordasco authored
Call out proper name of module in import statent
-
- Jun 10, 2015
-
-
Jonathan Crane authored
added the missing "3" at the end of the import statement in the GitHub Enterprise section
-
- Jan 07, 2015
-
-
Ian Cordasco authored
Merge latest 0.9 into master
-
- Nov 10, 2014
-
-
Ian Cordasco authored
(cherry picked from commit 7a60063f)
-
Ian Cordasco authored
By making Events subclass GitHubCore, it will be passed a session when created. When that happens, any element of the payload that we convert to a github3 object will also have the same session. Fixes #303 (cherry picked from commit f6510976) Conflicts: github3/events.py
-
- Nov 09, 2014
-
-
Ian Cordasco authored
Fixes #304 Fixes #305
-
- Nov 08, 2014
-
-
Ian Cordasco authored
Make "s" in "https" optional to match URL w/ regex
-
Ian Cordasco authored
Fix typo: initializaiton => initialization
-
- Nov 05, 2014
-
-
Marc Abramowitz authored
-
Marc Abramowitz authored
Some folks may be using a GitHub Enterprise server that doesn't support HTTPS.
-
Ian Cordasco authored
There is a great deal of complexity in requests surrounding how headers are managed and merged. Since the authentication is applied after headers are merged, using basic authentication can still be applied. Using this context manager ensures it will not be set again. Fix #288 (cherry picked from commit 7b3f589d) Conflicts: tests/unit/test_repos_release.py
-
- Nov 02, 2014
-
-
Ian Cordasco authored
-
Ian Cordasco authored
Add review comment
-
Adrian Moisey authored
-
- Nov 01, 2014
-
-
Ian Cordasco authored
tox.ini: Bring over changes from 1.0-alpha branch
-
Marc Abramowitz authored
These are the changes that @sigmavirus24 did to `.travis.yml` on the `1.0-alpha` branch in sigmavirus24#287
-
Marc Abramowitz authored
These are the changes that @sigmavirus24 did to `tox.ini` on the `1.0-alpha` branch in https://github.com/sigmavirus24/github3.py/pull/287
-
Adrian Moisey authored
-
Ian Cordasco authored
Fix typo comments to commits
-
Adrian Moisey authored
-
Adrian Moisey authored
-
Marc Abramowitz authored
-
Marc Abramowitz authored
-
Adrian Moisey authored
-
- Oct 06, 2014
-
-
Ian Cordasco authored
-
Ian Cordasco authored
-
- Sep 15, 2014
-
-
Ian Cordasco authored
Use absolute relative imports
-
Barry Morrison authored
-
- Sep 13, 2014
-
-
Ian Cordasco authored
Make tests pass on develop after upgrading to requests 2.4.0 with betamax
-
- Sep 12, 2014
-
-
Barry Morrison authored
-
- Aug 22, 2014
-
-
Ian Cordasco authored
Contributors
-
Barry Morrison authored
-
Barry Morrison authored
-
Barry Morrison authored
-
Barry Morrison authored
-
Barry Morrison authored
-
- Aug 20, 2014
-
-
Barry Morrison authored
-
- Aug 18, 2014
-
-
Ian Cordasco authored
Also put json.get() in the "if json is not None" check
-