summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep3131.py
Commit message (Collapse)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
| | | | Current, XID_Continue is a superset of XID_Start, but that may sometime change.
* normalization is different between unicode builds, so use a new non-BMP char ↵Benjamin Peterson2011-08-131-3/+12
| | | | and add normalization test
* in narrow builds, make sure to test codepoints as identifier characters ↵Benjamin Peterson2011-08-131-0/+3
| | | | | | (closes #12732) This fixes the use of Unicode identifiers outside the BMP in narrow builds.
* #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
| | | | | importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way.
* #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