| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add comments and remove duplicate tests. | Walter Dörwald | 2003-01-20 | 1 | -26/+34 |
| | | |||||
| * | Make the test scripts work again with narrow Python builds. | Walter Dörwald | 2003-01-09 | 1 | -1/+1 |
| | | |||||
| * | Add a few test cases to increase code coverage: | Walter Dörwald | 2003-01-08 | 1 | -0/+115 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | Fix typo in comment. | Walter Dörwald | 2002-11-25 | 1 | -1/+1 |
| | | |||||
| * | Update character names. | Martin v. Löwis | 2002-11-23 | 1 | -3/+3 |
| | | |||||
| * | Whitespace normalization. | Tim Peters | 2002-11-09 | 1 | -5/+5 |
| | | |||||
| * | Add a test case that checks that the proper exception is raises | Walter Dörwald | 2002-09-06 | 1 | -0/+15 |
| | | | | | | when the replacement from an encoding error callback is itself unencodable. | ||||
| * | PEP 293 implemention (from SF patch http://www.python.org/sf/432401) | Walter Dörwald | 2002-09-02 | 1 | -0/+483 |
