Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | normalization is different between unicode builds, so use a new non-BMP char ... | Benjamin Peterson | 2011-08-13 | 1 | -3/+12 |
* | in narrow builds, make sure to test codepoints as identifier characters (clos... | Benjamin Peterson | 2011-08-13 | 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 |