1. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  2. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  3. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 13 years ago
  4. 827fdaa Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py by Alexander Belopolsky · 14 years ago
  5. 5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. by Martin v. Löwis · 14 years ago
  6. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  7. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  8. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  9. 806d8cf Merged revisions 79494,79496 via svnmerge from by Florent Xicluna · 14 years ago
  10. f089fd6 Merged revisions 78982,78986 via svnmerge from by Florent Xicluna · 14 years ago
  11. faa663f Fixed a failure in test_bigmem. by Florent Xicluna · 14 years ago
  12. 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
  13. 8c80427 Missing update from previous changeset r79062. by Florent Xicluna · 14 years ago
  14. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  15. 75ad1fc Merged revisions 78806 via svnmerge from by Benjamin Peterson · 14 years ago
  16. 919765a Merged revisions 75396 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  17. 7d52079 Merged revisions 75272-75273 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  18. d884086 Oops, really pass a bytes string to the ctypes function. by Amaury Forgeot d'Arc · 15 years ago
  19. 8b84ea0 Merged revisions 74000-74001 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  20. 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 15 years ago
  21. 1b08b30 Merged revisions 71894 via svnmerge from by Walter Dörwald · 15 years ago
  22. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 15 years ago
  23. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  24. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
  25. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  26. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 16 years ago
  27. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  28. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  29. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  30. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 16 years ago
  31. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  32. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 16 years ago
  33. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  34. a817e58 Convert raise statements in Tools/. by Collin Winter · 17 years ago
  35. 13c3e38 Add XID_Start and XID_Continue properties to unicodectype. by Martin v. Löwis · 17 years ago
  36. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  37. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  38. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  39. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  40. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  41. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  42. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  43. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  44. d910855 Remove apply() by Neal Norwitz · 18 years ago
  45. 43179c8 Add changelog entry. by Martin v. Löwis · 18 years ago
  46. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  47. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  48. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  49. 68b49ef Add Makefile which allows easily rebuilding the charmap codecs. by Marc-André Lemburg · 19 years ago
  50. 89bbfd4 Add custom mapping files used for generating some of the charmap codecs. by Marc-André Lemburg · 19 years ago
  51. bd20ea5 Apply some cosmetic fixes to the output of the script. by Marc-André Lemburg · 19 years ago
  52. 92b201d Add two new tools to compare codecs and show differences and to by Marc-André Lemburg · 19 years ago
  53. c5694c8 Moved gencodec.py to the Tools/unicode/ directory. by Marc-André Lemburg · 19 years ago
  54. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  55. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  56. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  57. ba91b9f Applying SF patch #949329 on behalf of Raymond Hettinger. by Armin Rigo · 20 years ago
  58. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  59. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  60. 97225da Sort names independent of the Python version. Fix hex constant warning. by Martin v. Löwis · 22 years ago
  61. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  62. 99ac328 Verify that lower-higher case delta are 16-bit. by Martin v. Löwis · 22 years ago
  63. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  64. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  65. b2dfd73 Unicode nits: Don't include unicodedatabase.h no more. And make sure by Fredrik Lundh · 23 years ago
  66. 7b7dd10 compress unicode decomposition tables (this saves another 55k) by Fredrik Lundh · 23 years ago
  67. 9e9bcda forgot to check in the new makeunicodedata.py script by Fredrik Lundh · 23 years ago
  68. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 24 years ago
  69. 9c68505 Remove bogus stdout redirection and use of sys.__stdout__; use by Fred Drake · 24 years ago
  70. 375732c - don't set the titlecase flag for uppercase letters (sorry, tim) by Fredrik Lundh · 24 years ago
  71. 0f8fad4 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  72. e9133f7 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  73. cfcea49 unicode database compression, step 2: by Fredrik Lundh · 24 years ago
  74. 2101348 Fiddled w/ /F's cool new splitbins function: documented it, generalized it by Tim Peters · 24 years ago
  75. f367cac unicode database compression, step 1: by Fredrik Lundh · 24 years ago