1. 009b0a1 Issue #29193: A format string argument for string.Formatter.format() by Serhiy Storchaka · 9 years ago
  2. 10fd0aa Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 9 years ago[Renamed from Lib/test/test_string_merged.py]
  3. 717ea08 Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 9 years ago
  4. 73e1613 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 9 years ago[Renamed from Lib/test/test_pep292.py]
  5. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 10 years ago
  6. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  7. 62ecb6a Tidy up the additional string module tests added at the Pycon sprints (closes #11505) by Nick Coghlan · 14 years ago
  8. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 14 years ago
  9. eb19dce Issue #1686: Fix string.Template when overriding the pattern attribute. by Florent Xicluna · 15 years ago
  10. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 15 years ago
  11. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  12. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  13. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  14. 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 21 years ago
  15. 6627a96 Invalid patterns to substitute and safe_substitute would crash since pattern by Neal Norwitz · 21 years ago
  16. 6d19111 Fix small bugs in Template code. by Raymond Hettinger · 21 years ago
  17. 3e773fb The 4th group is now 'invalid' instead of 'bogus'. by Barry Warsaw · 21 years ago
  18. c7cd20c Added a test for # positional arguments > 1. by Barry Warsaw · 21 years ago
  19. 302bd58 Add tests for keyword arguments and combining mapping and keyword arguments. by Barry Warsaw · 21 years ago
  20. 12827c1 Many updates to PEP 292 templates. Summary: by Barry Warsaw · 21 years ago
  21. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 21 years ago