1. 2810dd7 closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) by Max Bélanger · 6 years ago
  2. d13d547 bpo-29887: test_normalization handles PermissionError (#1196) by Victor Stinner · 7 years ago
  3. 722a3af bpo-29887: Test normalization now fails if download fails (#905) by Victor Stinner · 7 years ago
  4. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  5. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  6. 5a15508 #22650: test suite: load Unicode test data files from www.pythontest.net by Georg Brandl · 10 years ago
  7. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  8. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  9. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  10. 86f65d5 Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. by Alexander Belopolsky · 14 years ago
  11. 70df8f8 Fix ResourceWarning in test_normalization by Antoine Pitrou · 14 years ago
  12. f089fd6 Merged revisions 78982,78986 via svnmerge from by Florent Xicluna · 14 years ago
  13. 1a305fd Merged revisions 76535 via svnmerge from by Antoine Pitrou · 15 years ago
  14. 7e05e7d Merged revisions 76033 via svnmerge from by Antoine Pitrou · 15 years ago
  15. 4f1f422 Make test_normalization verify the version of the correct test data file. by Alexandre Vassalotti · 15 years ago
  16. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  17. 66cb9d5 Try to fix #4674: test_normalization failure on some buildbots. by Antoine Pitrou · 16 years ago
  18. bb417dc Merged revisions 66369 via svnmerge from by Martin v. Löwis · 16 years ago
  19. 997a6b0 Merged revisions 66367 via svnmerge from by Martin v. Löwis · 16 years ago
  20. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  21. 234a34a Explicitly use UTF-8 as the encoding for the normalization file. by Martin v. Löwis · 17 years ago
  22. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  23. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  24. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  25. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  26. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  27. 1e32b69 Must inherit from Exception now. by Neal Norwitz · 18 years ago
  28. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  29. 4196296 Update test data to 4.1; disable PRI #29 for now. by Martin v. Löwis · 18 years ago
  30. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  31. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  32. 8db4403 Correct URL of normalization file. Fixes #781065. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  33. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  34. b28271f Do a little more searching for the data file for the test: this allows by Fred Drake · 21 years ago
  35. 1babdfc Reduced memory burden by iterating over the normalization test input by Tim Peters · 22 years ago
  36. 1b445d3 Fiddled things so that test_normalization is expected to be skipped if by Tim Peters · 22 years ago
  37. b9ac505 Split long line. by Tim Peters · 22 years ago
  38. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  39. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago