COMMITS
/ Lib/test/test_codecmaps_jp.py April 24, 2016
S
Remove unused support.run_unittest imports.
Serhiy Storchaka committed
November 6, 2014
G
#22650: test suite: load Unicode test data files from www.pythontest.net
Georg Brandl committed
July 2, 2014
Z
Issue #18258: Fix test discovery for test_codecmaps_*.
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
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
July 23, 2007
G
Tweaks to make the codecmaps tests pass again.
Guido van Rossum committed
May 3, 2007
G
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
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
December 10, 2005
H
Patch #1276356: Implement new resource "urlfetch" for regrtest.
Hye-Shik Chang 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