summaryrefslogtreecommitdiff
path: root/Lib/test/test_codecmaps_jp.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-241-1/+0
* #22650: test suite: load Unicode test data files from www.pythontest.netGeorg Brandl2014-11-061-7/+5
* 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-6/+6
* 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-10/+10
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-9/+9
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-7/+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-5/+0
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-12/+2
* 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/+90