aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_codecencodings_hk.py
Commit message (Expand)AuthorAge
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-24
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* 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
* Issue #12016: Multibyte CJK decoders now resynchronize fasterVictor Stinner2011-07-08
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Make all the multibyte codec tests pass.Guido van Rossum2007-05-17
* 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
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-18