1. f089fd6 Merged revisions 78982,78986 via svnmerge from by Florent Xicluna · 14 years ago
  2. 1a305fd Merged revisions 76535 via svnmerge from by Antoine Pitrou · 15 years ago
  3. 7e05e7d Merged revisions 76033 via svnmerge from by Antoine Pitrou · 15 years ago
  4. 4f1f422 Make test_normalization verify the version of the correct test data file. by Alexandre Vassalotti · 15 years ago
  5. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  6. 66cb9d5 Try to fix #4674: test_normalization failure on some buildbots. by Antoine Pitrou · 16 years ago
  7. bb417dc Merged revisions 66369 via svnmerge from by Martin v. Löwis · 16 years ago
  8. 997a6b0 Merged revisions 66367 via svnmerge from by Martin v. Löwis · 16 years ago
  9. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  10. 234a34a Explicitly use UTF-8 as the encoding for the normalization file. by Martin v. Löwis · 17 years ago
  11. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  12. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  13. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  14. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  15. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  16. 1e32b69 Must inherit from Exception now. by Neal Norwitz · 18 years ago
  17. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  18. 4196296 Update test data to 4.1; disable PRI #29 for now. by Martin v. Löwis · 18 years ago
  19. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  20. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  21. 8db4403 Correct URL of normalization file. Fixes #781065. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  22. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  23. b28271f Do a little more searching for the data file for the test: this allows by Fred Drake · 21 years ago
  24. 1babdfc Reduced memory burden by iterating over the normalization test input by Tim Peters · 22 years ago
  25. 1b445d3 Fiddled things so that test_normalization is expected to be skipped if by Tim Peters · 22 years ago
  26. b9ac505 Split long line. by Tim Peters · 22 years ago
  27. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  28. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago