Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-enable test. | Martin v. Löwis | 2011-09-29 | 1 | -4/+1 |
* | this isn't fixed on windows yet... | Benjamin Peterson | 2011-09-28 | 1 | -1/+4 |
* | this test works as expected now | Benjamin Peterson | 2011-09-28 | 1 | -6/+1 |
* | revert unintended change | Benjamin Peterson | 2011-09-28 | 1 | -1/+4 |
* | don't check that the first character is XID_Continue | Benjamin Peterson | 2011-09-28 | 1 | -4/+1 |
* | normalization is different between unicode builds, so use a new non-BMP char ... | Benjamin Peterson | 2011-08-12 | 1 | -3/+12 |
* | in narrow builds, make sure to test codepoints as identifier characters (clos... | Benjamin Peterson | 2011-08-12 | 1 | -0/+3 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -4/+4 |
* | Issue #9308: Removed redundant coding cookies. Added tests for | Alexander Belopolsky | 2010-10-15 | 1 | -1/+0 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 1 | -0/+29 |