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