1. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  2. 724f6a6 Rename test_pep####.py files by Zachary Ware · 8 years ago[Renamed from Lib/test/test_pep3131.py]
  3. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  4. ff1ef07 Re-enable test. by Martin v. Löwis · 13 years ago
  5. 19f6260 this isn't fixed on windows yet... by Benjamin Peterson · 13 years ago
  6. a6e50f5 this test works as expected now by Benjamin Peterson · 13 years ago
  7. e28544a revert unintended change by Benjamin Peterson · 13 years ago
  8. 9c6e6a0 don't check that the first character is XID_Continue by Benjamin Peterson · 13 years ago
  9. be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test by Benjamin Peterson · 13 years ago
  10. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  11. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  12. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  13. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  14. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago