summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep263.py
Commit message (Collapse)AuthorAgeFilesLines
* do a backport of r75928Benjamin Peterson2009-10-291-0/+7
| | | | | The added test does not fail without the patch, but we still fix the issue of surrogates being used in wide builds where they should not be.
* this needn't be a shebang lineBenjamin Peterson2009-02-141-1/+1
|
* we're no longer using CVS, so this doesn't have to be binaryBenjamin Peterson2009-02-141-31/+30
|
* Issue #1882: when compiling code from a string, encoding cookies in theGeorg Brandl2008-01-211-1/+9
| | | | second line of code were not always recognized correctly.
* 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
| | | | | | | | (Contributed by Walter Dörwald). * Convert three test modules to unittest format. * Expanded coverage in test_structseq.py. * Raymond added a new test in test_sets.py
* 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