1. 7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. by Eric V. Smith · 10 years ago
  2. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  3. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  4. 62ecb6a Tidy up the additional string module tests added at the Pycon sprints (closes #11505) by Nick Coghlan · 13 years ago
  5. 7462fa6 Backport improved test coverage for string.py by Nick Coghlan · 13 years ago
  6. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  7. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  8. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 13 years ago
  9. 029625c Merged revisions 75074 via svnmerge from by Ezio Melotti · 15 years ago
  10. a40bdda Merged revisions 75070 via svnmerge from by Ezio Melotti · 15 years ago
  11. 2dcd4c5 Merged revisions 75072 via svnmerge from by Ezio Melotti · 15 years ago
  12. 2c6a949 string.capwords is still around, adding back the tests by Ezio Melotti · 15 years ago
  13. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  16. 3bcc42a Changed signature of string.Formatter.get_field, per suggestion by Ron Adam. by Eric Smith · 17 years ago
  17. 8193669 Added test cases for string.Formatter subclassing. by Eric Smith · 17 years ago
  18. 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 17 years ago
  19. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  20. 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
  21. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  22. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  23. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  24. b2308bb Fix bug: by Michael W. Hudson · 19 years ago
  25. 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 20 years ago
  26. 674f241 SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) by Raymond Hettinger · 20 years ago
  27. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  28. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 22 years ago
  29. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  30. 63b482c String tests should test 8-bit strings :-) by Marc-André Lemburg · 22 years ago
  31. 79f5783 Patch for bug #659709: bogus computation of float length by Marc-André Lemburg · 22 years ago
  32. c35491e Moved inplace add and multiply methods from UserString to MutableString. by Raymond Hettinger · 22 years ago
  33. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
  34. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  35. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  36. 2ee4be0 Apply diff3.txt from SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  37. ed69aee test(): Avoid a UnboundLocalError when a method is missing from both the string by Finn Bock · 23 years ago
  38. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  39. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  40. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  41. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  42. f82b04e factor out test definitions to string_tests module by Jeremy Hylton · 24 years ago
  43. 9d46741 Added tests for the new .isalpha() and .isalnum() methods. by Marc-André Lemburg · 24 years ago
  44. b28bc8c Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  45. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  46. a831cac Marc-Andre Lemburg: test script for Unicode implementation. by Guido van Rossum · 24 years ago
  47. 6e1d78a Added a couple of endswith test cases for bugs reported by Timbot. by Barry Warsaw · 25 years ago
  48. d525868 Added more tests of join by Barry Warsaw · 25 years ago
  49. 122473f Two extra startswith tests by Barry Warsaw · 25 years ago
  50. 8a9514a Harness can now test object methods directly, if they aren't available by Barry Warsaw · 25 years ago
  51. 50f0e16 Regression test for the new string methods. by Barry Warsaw · 25 years ago