1. b8350f1 upgrade to UCD 6.2 by Benjamin Peterson · 12 years ago
  2. 71f660e update to Unicode 6.1 by Benjamin Peterson · 12 years ago
  3. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  4. f503673 Move UCS4-specific tests with the "normal" tests. by Ezio Melotti · 13 years ago
  5. 86f65d5 Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. by Alexander Belopolsky · 14 years ago
  6. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  7. 849e12b Fix resource warning in test_unicodedata. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  8. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  9. 7e44b6b Add more tests to unicodedata with large code points by Amaury Forgeot d'Arc · 14 years ago
  10. 56ab01b Fix stupid typo in test. by Amaury Forgeot d'Arc · 14 years ago
  11. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  12. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  13. 806d8cf Merged revisions 79494,79496 via svnmerge from by Florent Xicluna · 14 years ago
  14. faa663f Fixed a failure in test_bigmem. by Florent Xicluna · 14 years ago
  15. 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
  16. 0106250 Fix bad unicodedata checksum merge from trunk in r79062 by Florent Xicluna · 14 years ago
  17. 657de43 Merged revisions 79059 via svnmerge from by Florent Xicluna · 14 years ago
  18. 931bb02 oops, fix the test of my previous commit about unicodedata and PR #29 (r78647) by Victor Stinner · 14 years ago
  19. 7ed9c4c Merged revisions 78646 via svnmerge from by Victor Stinner · 14 years ago
  20. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  21. 7d52079 Merged revisions 75272-75273 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  22. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  23. 54d9d07 Rename the surrogates handler to surrogatepass. by Martin v. Löwis · 15 years ago
  24. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  25. e250775 Merged revisions 71972 via svnmerge from by Walter Dörwald · 15 years ago
  26. 71efeb7 Merged revisions 71947 via svnmerge from by Martin v. Löwis · 15 years ago
  27. 1b08b30 Merged revisions 71894 via svnmerge from by Walter Dörwald · 15 years ago
  28. 6f7fad1 Merged revisions 67320 via svnmerge from by Benjamin Peterson · 16 years ago
  29. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
  30. f342bfc Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 16 years ago
  31. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  32. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  33. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  34. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  35. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  36. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  37. 85d8e42 Fix test_unicodedata.py. by Walter Dörwald · 17 years ago
  38. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  39. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  40. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  41. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  42. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  43. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  44. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  45. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 20 years ago
  46. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  47. 669454e Whitespace normalization. by Tim Peters · 21 years ago
  48. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 21 years ago
  49. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  50. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  51. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  52. 67ceca7 Fixed encoding to use an endianness independent format. by Marc-André Lemburg · 24 years ago
  53. 6a20ee7 Added test suite for the complete Unicode database. The test previously by Marc-André Lemburg · 24 years ago
  54. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago