COMMITS
/ Lib/test/test_codecencodings_cn.py May 22, 2017
X
bpo-30003: Fix handling escape characters in HZ codec (#1556)
Xiang Zhang committed
May 9, 2017
X
bpo-29990: Fix range checking in GB18030 decoder (#1495)
Xiang Zhang 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
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
May 24, 2011
V
(Merge 3.1) Issue #12057: Add tests for the HZ encoding
Victor Stinner committed
V
Issue #12057: Add tests for the HZ encoding
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
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
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
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