Skip to content
Snippets Groups Projects
  1. Nov 16, 2013
  2. Oct 23, 2013
  3. Oct 21, 2013
  4. Oct 20, 2013
  5. Oct 19, 2013
    • Eric S. Raymond's avatar
      Preparing for release. · aaf501e2
      Eric S. Raymond authored
      aaf501e2
    • Neil's avatar
      Prevent a unicode error on UTF-8 in commit metadata. · 1c6bc9c1
      Neil authored
      Having utf-8 in the commit metada (e.g author, commit message, file
      names) triggered a decoding error:
      
      "UnicodeDecodeError: 'ascii' codec can't decode byte 0xd7 in position 42: ordinal not in range(128)"
      
      This is because the __unicode__ method of the Commit class, doesn't
      actually return an object of type 'unicode' although it should.
      1c6bc9c1
  6. Oct 18, 2013
  7. Sep 03, 2013
  8. May 17, 2013
  9. May 15, 2013
  10. May 05, 2013
  11. Apr 24, 2013
  12. Apr 17, 2013
  13. Apr 16, 2013
Loading