1. c0dc65e Change deprecated Exception.message to Exception.args-[0] where the use of by Terry Jan Reedy · 11 years ago
  2. 1643d5c give exception a nice message (closes #22379) by Benjamin Peterson · 11 years ago
  3. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  4. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  5. ef49096 #7092: silence more -3 and -Wd warnings by Ezio Melotti · 16 years ago
  6. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  7. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  8. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  9. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  10. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  11. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 17 years ago
  12. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  13. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 18 years ago
  14. af3b39a Add support for negative indices in UserString.MutableString.__setitem__ by Walter Dörwald · 20 years ago
  15. 1fd4db9 Fix copy & paste error. by Walter Dörwald · 20 years ago
  16. 7f79152 Add tests for the methods added by UserString.MutableString. by Walter Dörwald · 20 years ago
  17. 3040b19 Add a basic test for UserString.MutableString. by Walter Dörwald · 20 years ago
  18. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
  19. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 21 years ago
  20. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  21. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 22 years ago
  22. c35491e Moved inplace add and multiply methods from UserString to MutableString. by Raymond Hettinger · 23 years ago
  23. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 23 years ago
  24. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  25. d854f3b I am mad. This test never worked! by Guido van Rossum · 23 years ago
  26. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  27. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  28. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  29. f82b04e factor out test definitions to string_tests module by Jeremy Hylton · 25 years ago
  30. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 25 years ago