- Nov 05, 2014
-
- Nov 02, 2014
-
-
Ian Cordasco authored
-
- Oct 06, 2014
-
- Aug 11, 2014
-
- May 05, 2014
-
-
Ian Cordasco authored
[ci skip]
-
- Apr 22, 2014
-
-
Ian Cordasco authored
-
- Apr 19, 2014
-
-
Ian Cordasco authored
-
- Mar 02, 2014
-
-
Ian Cordasco authored
-
- Feb 12, 2014
-
- Jan 26, 2014
-
-
Ian Cordasco authored
-
- Jan 04, 2014
-
-
Ian Cordasco authored
-
Ian Cordasco authored
-
Ian Cordasco authored
Add ability to iterate over the authenticated user's teams
-
- Jan 02, 2014
-
-
Ian Cordasco authored
-
- Dec 31, 2013
-
-
Ian Cordasco authored
[ci skip]
-
- Dec 30, 2013
-
-
Ian Cordasco authored
[ci skip]
-
Ian Cordasco authored
[ci skip]
-
- Dec 12, 2013
-
-
Ian Cordasco authored
-
- Dec 09, 2013
-
-
Ian Cordasco authored
-
- Dec 06, 2013
-
-
Ian Cordasco authored
[ci skip]
-
- Nov 28, 2013
-
-
Ian Cordasco authored
-
Ian Cordasco authored
-
- Oct 01, 2013
-
-
Ian Cordasco authored
Closes #141. Closes #143
-
- Aug 03, 2013
-
-
Ian Cordasco authored
-
- May 19, 2013
-
- May 17, 2013
-
-
Ian Cordasco authored
Finish adding the Contents CrUD API
-
Ian Cordasco authored
-
Ian Cordasco authored
-
- May 16, 2013
-
-
Ian Cordasco authored
-
- May 13, 2013
-
-
Ian Cordasco authored
We were trying to send the list of Label objects to requests and json.dumps was throwing a TypeError since the repr of a Label is <Label [labelname]> instead of labelname. So we need to "normalize" the labels before sending them to the JSON serializer. Thanks to @alejandrogomez for the bug report. This is a huge issue.
-
- Apr 25, 2013
-
-
Ian Cordasco authored
Oh yeah, the GitHub object can now be used as a context manager! Woohoo! Stole the inspiration from requests.Session.
-
- Apr 12, 2013
-
-
Ian Cordasco authored
-
Ian Cordasco authored
-
- Apr 06, 2013
-
- Apr 05, 2013
-
-
Ian Cordasco authored
It should be pushed out in the next few moments.
-
- Mar 28, 2013
-
-
Ian Cordasco authored
And fix RepoComment.update
-
- Mar 26, 2013
-
-
Ian Cordasco authored
-
- Mar 25, 2013
-
-
Ian Cordasco authored
Bring code coverage back up to 100%. Fix the failing API tests. Update the docs. Update doc-strings with links to GitHub's API docs in the repos module only though.
-
- Mar 23, 2013
-
-
Ian Cordasco authored
Also, add a fun example to that effect.
-
Ian Cordasco authored
* Add documentation about GitHubIterator with an example * Add documentation about the new logging introduced, with an example for setting it up * Allow GitHubIterators to be properly refreshed. * Add etag parameter to all of the API iter_* methods
-