1. 8c80427 Missing update from previous changeset r79062. by Florent Xicluna · 15 years ago
  2. 919765a Merged revisions 75396 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  3. 7d52079 Merged revisions 75272-75273 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  4. 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 16 years ago
  5. 1b08b30 Merged revisions 71894 via svnmerge from by Walter Dörwald · 16 years ago
  6. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 16 years ago
  7. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 17 years ago
  8. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 17 years ago
  9. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 17 years ago
  10. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 17 years ago
  11. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
  12. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 17 years ago
  13. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
  14. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 17 years ago
  15. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 18 years ago
  16. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 18 years ago
  17. a817e58 Convert raise statements in Tools/. by Collin Winter · 18 years ago
  18. 13c3e38 Add XID_Start and XID_Continue properties to unicodectype. by Martin v. Löwis · 18 years ago
  19. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 18 years ago
  20. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
  21. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  22. 43179c8 Add changelog entry. by Martin v. Löwis · 19 years ago
  23. 88ca467 Whitespace normalization. by Tim Peters · 19 years ago
  24. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
  25. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
  26. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
  27. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 23 years ago
  28. 97225da Sort names independent of the Python version. Fix hex constant warning. by Martin v. Löwis · 23 years ago
  29. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 23 years ago
  30. 99ac328 Verify that lower-higher case delta are 16-bit. by Martin v. Löwis · 23 years ago
  31. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 23 years ago
  32. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 23 years ago
  33. b2dfd73 Unicode nits: Don't include unicodedatabase.h no more. And make sure by Fredrik Lundh · 25 years ago
  34. 7b7dd10 compress unicode decomposition tables (this saves another 55k) by Fredrik Lundh · 25 years ago
  35. 9e9bcda forgot to check in the new makeunicodedata.py script by Fredrik Lundh · 25 years ago
  36. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 25 years ago
  37. 9c68505 Remove bogus stdout redirection and use of sys.__stdout__; use by Fred Drake · 25 years ago
  38. 375732c - don't set the titlecase flag for uppercase letters (sorry, tim) by Fredrik Lundh · 25 years ago
  39. 0f8fad4 unicode database compression, step 3: by Fredrik Lundh · 25 years ago
  40. e9133f7 unicode database compression, step 3: by Fredrik Lundh · 25 years ago
  41. cfcea49 unicode database compression, step 2: by Fredrik Lundh · 25 years ago
  42. 2101348 Fiddled w/ /F's cool new splitbins function: documented it, generalized it by Tim Peters · 25 years ago
  43. f367cac unicode database compression, step 1: by Fredrik Lundh · 25 years ago