1. 113feb3 bpo-40328: Add tool for generating cjk mapping headers (GH-19602) by Dong-hee Na · 4 years, 3 months ago
  2. 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 4 years, 5 months ago
  3. 051b9d0 closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) by Benjamin Peterson · 4 years, 5 months ago
  4. a65678c bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (GH-15265) by Greg Price · 5 years ago
  5. 3cbc23a bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302) by Greg Price · 5 years ago
  6. 3e4498d bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128) by Greg Price · 5 years ago
  7. c03e698 bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248) by Greg Price · 5 years ago
  8. 99d208e bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129) by Greg Price · 5 years ago
  9. ef2af1a bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130) by Greg Price · 5 years ago
  10. faa2948 Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558) by Stefan Behnel · 5 years ago
  11. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  12. 6fec905 bpo-36642: make unicodedata const (GH-12855) by Inada Naoki · 5 years ago
  13. 172bb39 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) by Serhiy Storchaka · 5 years ago
  14. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 5 years ago
  15. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  16. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  17. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 7 years ago
  18. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  19. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  20. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  21. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  22. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
  23. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  24. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  25. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  26. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  27. 2623a5d Merge: #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  28. 5f16f90 #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  29. 532783b Merge: #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  30. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  31. 5ac125c Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  32. 7445a38 #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  33. 3032ed7 upgrade to unicode 7.0.0 by Benjamin Peterson · 10 years ago
  34. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  35. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  36. 9d5c071 #1097797: add the original mapping file by Andrew Kuchling · 11 years ago
  37. 695f07b Fix some PEP8-formatting problems in the generated code by Andrew Kuchling · 11 years ago
  38. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
  39. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  40. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  41. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  42. 302b8c3 Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 11 years ago
  43. e7275ff Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 11 years ago
  44. e9631e5 Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  45. 31605ac Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  46. 1eff0fc Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  47. b8350f1 upgrade to UCD 6.2 by Benjamin Peterson · 12 years ago
  48. c207401 Some cleanup in the Tools directory. by Florent Xicluna · 12 years ago
  49. aaefac7 Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. by Antoine Pitrou · 12 years ago
  50. 71f660e update to Unicode 6.1 by Benjamin Peterson · 12 years ago
  51. ad9c569 delta encoding of upper/lower/title makes a glorious return (#12736) by Benjamin Peterson · 13 years ago
  52. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 13 years ago
  53. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  54. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  55. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  56. 2a1e926 Fix ResourceWarnings in makeunicodedata.py. by Ezio Melotti · 13 years ago
  57. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  58. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  59. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 13 years ago
  60. 827fdaa Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py by Alexander Belopolsky · 14 years ago
  61. 5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. by Martin v. Löwis · 14 years ago
  62. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  63. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  64. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  65. 806d8cf Merged revisions 79494,79496 via svnmerge from by Florent Xicluna · 14 years ago
  66. f089fd6 Merged revisions 78982,78986 via svnmerge from by Florent Xicluna · 14 years ago
  67. faa663f Fixed a failure in test_bigmem. by Florent Xicluna · 14 years ago
  68. 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
  69. 8c80427 Missing update from previous changeset r79062. by Florent Xicluna · 14 years ago
  70. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  71. 75ad1fc Merged revisions 78806 via svnmerge from by Benjamin Peterson · 14 years ago
  72. 919765a Merged revisions 75396 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  73. 7d52079 Merged revisions 75272-75273 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  74. d884086 Oops, really pass a bytes string to the ctypes function. by Amaury Forgeot d'Arc · 15 years ago
  75. 8b84ea0 Merged revisions 74000-74001 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  76. 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 15 years ago
  77. 1b08b30 Merged revisions 71894 via svnmerge from by Walter Dörwald · 15 years ago
  78. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 15 years ago
  79. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  80. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
  81. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  82. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 16 years ago
  83. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  84. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  85. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  86. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 16 years ago
  87. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  88. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  89. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  90. a817e58 Convert raise statements in Tools/. by Collin Winter · 17 years ago
  91. 13c3e38 Add XID_Start and XID_Continue properties to unicodectype. by Martin v. Löwis · 17 years ago
  92. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  93. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  94. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  95. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  96. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  97. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  98. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  99. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  100. d910855 Remove apply() by Neal Norwitz · 18 years ago