Skip to content
Snippets Groups Projects
  1. Nov 26, 2013
  2. Nov 25, 2013
  3. Nov 21, 2013
  4. Nov 16, 2013
  5. Oct 23, 2013
  6. Oct 21, 2013
  7. Oct 20, 2013
  8. 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
  9. Oct 18, 2013
  10. Sep 03, 2013
  11. May 17, 2013
Loading