summaryrefslogtreecommitdiff
path: root/Lib/test/test_codecmaps_tw.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-241-1/+0
* #22650: test suite: load Unicode test data files from www.pythontest.netGeorg Brandl2014-11-061-4/+2
* Issue #18258: Fix test discovery for test_codecmaps_*.Zachary Ware2014-07-011-4/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-091-3/+3
* Issue #12016: Multibyte CJK decoders now resynchronize fasterVictor Stinner2011-07-081-0/+3
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Tweaks to make the codecmaps tests pass again.Guido van Rossum2007-07-231-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-4/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+0
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-101-3/+0
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-1/+1
* Whitespace normalization.Tim Peters2004-01-181-1/+0
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+39