1. 80d1dd5 Fix for bug #444493: u'\U00010001' segfaults with current CVS on wide builds. by Marc-André Lemburg · 24 years ago
  2. 6c6bfb7 Make the unicode-escape and the UTF-16 codecs handle surrogates by Marc-André Lemburg · 24 years ago
  3. ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 24 years ago
  4. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 24 years ago
  5. 542fe56 Fix for bug #417030: "print '%*s' fails for unicode string" by Marc-André Lemburg · 24 years ago
  6. ef0a032 Patch by Finn Bock to make test_unicode.py work for Jython. by Marc-André Lemburg · 24 years ago
  7. fde66e1 Fixed .capitalize() method of Unicode objects to work like the by Marc-André Lemburg · 25 years ago
  8. a1374e4 Change verify() function to raise TestFailed, not AssertionError. by Guido van Rossum · 25 years ago
  9. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 25 years ago
  10. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  11. 3a645e4 Added checks to prevent PyUnicode_Count() from dumping core by Marc-André Lemburg · 25 years ago
  12. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 25 years ago
  13. 8b26454 Test more split argument combinations: by Guido van Rossum · 25 years ago
  14. 15ffc71 Slight improvement to Unicode test suite, inspired by patch #102563: by Guido van Rossum · 25 years ago
  15. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  16. b96d802 Updated test with a case which checks for the bug reported in by Marc-André Lemburg · 25 years ago
  17. e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 25 years ago
  18. d6d06ad Tests for new surrogate support in the UTF-8 codec. By Bill Tutt. by Marc-André Lemburg · 25 years ago
  19. b6d78fc Tests for new instance support in unicode(). by Marc-André Lemburg · 25 years ago
  20. 9d46741 Added tests for the new .isalpha() and .isalnum() methods. by Marc-André Lemburg · 25 years ago
  21. af69f15 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 25 years ago
  22. a6f73d6 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 25 years ago
  23. bddf502 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 25 years ago
  24. 8462573 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 25 years ago
  25. 59a044b Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 25 years ago
  26. 774c931 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  27. 6650320 Get rid of memory leak caused by assingning sys.exc_info() to a local. by Guido van Rossum · 25 years ago
  28. e0243e2 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  29. 7ee801d Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  30. 9706486 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  31. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 25 years ago
  32. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  33. d8855fd Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  34. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 25 years ago
  35. d4d2684 Marc-Andre Lemburg: Add tests for mixed use of char in string. by Guido van Rossum · 25 years ago
  36. a831cac Marc-Andre Lemburg: test script for Unicode implementation. by Guido van Rossum · 25 years ago