aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_codecmaps_jp.py
Commit message (Expand)AuthorAge
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-24
* #22650: test suite: load Unicode test data files from www.pythontest.netGeorg Brandl2014-11-06
* Issue #18258: Fix test discovery for test_codecmaps_*.Zachary Ware2014-07-01
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-09
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Tweaks to make the codecmaps tests pass again.Guido van Rossum2007-07-23
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-03
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-10
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-18
* Whitespace normalization.Tim Peters2004-01-18
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-17