summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep3131.py
Commit message (Expand)AuthorAgeFilesLines
* Re-enable test.Martin v. Löwis2011-09-291-4/+1
* this isn't fixed on windows yet...Benjamin Peterson2011-09-281-1/+4
* this test works as expected nowBenjamin Peterson2011-09-281-6/+1
* revert unintended changeBenjamin Peterson2011-09-281-1/+4
* don't check that the first character is XID_ContinueBenjamin Peterson2011-09-281-4/+1
* normalization is different between unicode builds, so use a new non-BMP char ...Benjamin Peterson2011-08-131-3/+12
* in narrow builds, make sure to test codepoints as identifier characters (clos...Benjamin Peterson2011-08-131-0/+3
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-4/+4
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-1/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Implement PEP 3131. Add isidentifier to str.Martin v. Löwis2007-08-151-0/+29