summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep263.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Bug #2301: Don't try decoding the source code into the originalMartin v. Löwis2008-03-171-0/+7
* Fix #1913.Georg Brandl2008-01-231-1/+1
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-0/+8
* Fix the test; solution found by Christian Heimes. Thanks!Thomas Heller2007-07-111-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Add a comment explaining -kb.Martin v. Löwis2004-10-131-0/+1
* SF patch #736962: Port tests to unittestRaymond Hettinger2003-08-301-3/+22
* Fix escaping of non-ASCII characters.Martin v. Löwis2002-09-091-0/+1
* Test whether a Cyrillic text correctly appears in a Unicode literal.Martin v. Löwis2002-08-051-0/+2