summaryrefslogtreecommitdiff
path: root/Lib/test/test_pep263.py
Commit message (Expand)AuthorAgeFilesLines
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* Merged revisions 78603 via svnmerge fromVictor Stinner2010-03-031-0/+11
* Merged revisions 76230 via svnmerge fromBenjamin Peterson2009-11-131-1/+1
* in wide builds, avoid storing high unicode characters from source code with s...Benjamin Peterson2009-10-281-0/+8
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-021-0/+6
* Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-...Benjamin Peterson2009-02-191-1/+1
* Merged revisions 69617 via svnmerge fromBenjamin Peterson2009-02-141-38/+37
* #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