summaryrefslogtreecommitdiff
path: root/Lib/test/test_charmapcodec.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-241-1/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-14/+14
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Fix testcodec.py and test_charmapcodec.pyWalter Dörwald2007-05-231-15/+15
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-15/+15
* Fix the encodings package codec search function to only searchMarc-André Lemburg2006-02-191-2/+13
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Port test_charmapcodec to PyUnit. From SF patch #662807Walter Dörwald2003-02-141-28/+32
* Committing and closing SF patch #441348 to help Jython to pass this test.Finn Bock2001-08-231-1/+1
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-181-2/+1
* Changed name of codec to full path name. This allows importingMarc-André Lemburg2001-01-171-1/+1
* Moved the test codec definition to a new module and updated the test andMarc-André Lemburg2001-01-101-54/+33
* This patch adds a new feature to the builtin charmap codec:Marc-André Lemburg2001-01-061-0/+65