1. 4dd1c9d closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) by Miss Islington (bot) · 4 years, 11 months ago
  2. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  3. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 5 years ago
  4. d134809 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Wonsup Yoon · 6 years ago
  5. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  6. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  7. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  8. 33a7fcc Issue #23981: Update test_unicodedata to use script_helpers by Berker Peksag · 9 years ago
  9. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  10. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  11. 96baaae for some reason, you don't get the right checksum from an incremental build by Benjamin Peterson · 10 years ago
  12. 3032ed7 upgrade to unicode 7.0.0 by Benjamin Peterson · 10 years ago
  13. 73abc52 Fix expected checksum for new unicodedata (after full rebuild) by Antoine Pitrou · 11 years ago
  14. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
  15. b8350f1 upgrade to UCD 6.2 by Benjamin Peterson · 12 years ago
  16. 71f660e update to Unicode 6.1 by Benjamin Peterson · 12 years ago
  17. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  18. f503673 Move UCS4-specific tests with the "normal" tests. by Ezio Melotti · 13 years ago
  19. 86f65d5 Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. by Alexander Belopolsky · 14 years ago
  20. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  21. 849e12b Fix resource warning in test_unicodedata. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  22. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  23. 7e44b6b Add more tests to unicodedata with large code points by Amaury Forgeot d'Arc · 14 years ago
  24. 56ab01b Fix stupid typo in test. by Amaury Forgeot d'Arc · 14 years ago
  25. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  26. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  27. 806d8cf Merged revisions 79494,79496 via svnmerge from by Florent Xicluna · 14 years ago
  28. faa663f Fixed a failure in test_bigmem. by Florent Xicluna · 14 years ago
  29. f1789de Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, and gave failures in test_bigmem. Revert 79062, 79065 and 79083. by Florent Xicluna · 14 years ago
  30. 0106250 Fix bad unicodedata checksum merge from trunk in r79062 by Florent Xicluna · 14 years ago
  31. 657de43 Merged revisions 79059 via svnmerge from by Florent Xicluna · 14 years ago
  32. 931bb02 oops, fix the test of my previous commit about unicodedata and PR #29 (r78647) by Victor Stinner · 14 years ago
  33. 7ed9c4c Merged revisions 78646 via svnmerge from by Victor Stinner · 14 years ago
  34. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  35. 7d52079 Merged revisions 75272-75273 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  36. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  37. 54d9d07 Rename the surrogates handler to surrogatepass. by Martin v. Löwis · 15 years ago
  38. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  39. e250775 Merged revisions 71972 via svnmerge from by Walter Dörwald · 15 years ago
  40. 71efeb7 Merged revisions 71947 via svnmerge from by Martin v. Löwis · 15 years ago
  41. 1b08b30 Merged revisions 71894 via svnmerge from by Walter Dörwald · 15 years ago
  42. 6f7fad1 Merged revisions 67320 via svnmerge from by Benjamin Peterson · 16 years ago
  43. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
  44. f342bfc Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 16 years ago
  45. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  46. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  47. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  48. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  49. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  50. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  51. 85d8e42 Fix test_unicodedata.py. by Walter Dörwald · 17 years ago
  52. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  53. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  54. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  55. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  56. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  57. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  58. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  59. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 20 years ago
  60. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  61. 669454e Whitespace normalization. by Tim Peters · 21 years ago
  62. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 21 years ago
  63. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  64. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  65. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  66. 67ceca7 Fixed encoding to use an endianness independent format. by Marc-André Lemburg · 24 years ago
  67. 6a20ee7 Added test suite for the complete Unicode database. The test previously by Marc-André Lemburg · 24 years ago
  68. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago