COMMITS
/ Lib/test/test_charmapcodec.py October 16, 2020
H
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Hai Shi committed
April 24, 2016
S
Remove unused support.run_unittest imports.
Serhiy Storchaka committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
November 20, 2010
E
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
May 23, 2007
W
Fix testcodec.py and test_charmapcodec.py
Walter Dörwald committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
February 19, 2006
M
Fix the encodings package codec search function to only search
Marc-André Lemburg committed
May 1, 2003
W
Combine the functionality of test_support.run_unittest()
Walter Dörwald committed
February 14, 2003
W
Port test_charmapcodec to PyUnit. From SF patch #662807
Walter Dörwald committed
August 23, 2001
F
Committing and closing SF patch #441348 to help Jython to pass this test.
Finn Bock committed
January 18, 2001
T
Whitespace normalization. Leaving tokenize_tests.py alone for now.
Tim Peters committed
January 17, 2001
M
Changed name of codec to full path name. This allows importing
Marc-André Lemburg committed
January 10, 2001
M
Moved the test codec definition to a new module and updated the test and
Marc-André Lemburg committed
January 6, 2001
M
This patch adds a new feature to the builtin charmap codec:
Marc-André Lemburg committed