1. 13 Jan, 2003 2 commits
  2. 12 Jan, 2003 3 commits
  3. 11 Jan, 2003 3 commits
  4. 10 Jan, 2003 19 commits
  5. 09 Jan, 2003 12 commits
  6. 08 Jan, 2003 1 commit
    • Walter Dörwald's avatar
      Add a few test cases to increase code coverage: · 30537a46
      Walter Dörwald authored
      From:
       69.73% of 294 source lines executed in file ./Modules/_codecsmodule.c
       79.47% of 487 source lines executed in file Python/codecs.c
       78.45% of 3643 source lines executed in file Objects/unicodeobject.c
      
      To:
       70.41% of 294 source lines executed in file ./Modules/_codecsmodule.c
       82.75% of 487 source lines executed in file Python/codecs.c
       80.76% of 3638 source lines executed in file Objects/unicodeobject.c
      
      This actually unearthed a bug in the handling of None
      values in PyUnicode_EncodeCharmap.
      30537a46