Skip to content
Snippets Groups Projects
  1. Nov 05, 2014
  2. Nov 02, 2014
  3. Oct 06, 2014
  4. Aug 11, 2014
  5. May 05, 2014
  6. Apr 22, 2014
  7. Apr 19, 2014
  8. Mar 02, 2014
  9. Feb 12, 2014
  10. Jan 26, 2014
  11. Jan 04, 2014
  12. Jan 02, 2014
  13. Dec 31, 2013
  14. Dec 30, 2013
  15. Dec 12, 2013
  16. Dec 09, 2013
  17. Dec 06, 2013
  18. Nov 28, 2013
  19. Oct 01, 2013
  20. Aug 03, 2013
  21. May 19, 2013
  22. May 17, 2013
  23. May 16, 2013
  24. May 13, 2013
    • Ian Cordasco's avatar
      Fixes #106 · c10c10f5
      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.
      c10c10f5
  25. Apr 25, 2013
  26. Apr 12, 2013
  27. Apr 06, 2013
  28. Apr 05, 2013
  29. Mar 28, 2013
  30. Mar 26, 2013
  31. Mar 25, 2013
    • Ian Cordasco's avatar
      Split up repos. · 2acdaed4
      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.
      2acdaed4
  32. Mar 23, 2013
    • Ian Cordasco's avatar
      Allow the octocat to speak! · f32750d1
      Ian Cordasco authored
      Also, add a fun example to that effect.
      f32750d1
    • Ian Cordasco's avatar
      Update API and docs · 5f072309
      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
      5f072309
Loading