COMMITS
/ Lib/test/test_codecencodings_kr.py 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
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
April 9, 2012
R
Rename test_ file that is really a support file to remove test_ prefix.
R David Murray committed
July 7, 2011
V
Issue #12016: Multibyte CJK decoders now resynchronize faster
Victor Stinner committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
August 20, 2007
G
Merged revisions 57152-57220 via svnmerge from
Guido van Rossum committed
May 17, 2007
G
Make all the multibyte codec tests pass.
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
July 18, 2004
H
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang committed
January 18, 2004
T
Whitespace normalization.
Tim Peters committed
January 17, 2004
H
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang committed