1. 62ecb6a Tidy up the additional string module tests added at the Pycon sprints (closes #11505) by Nick Coghlan · 13 years ago
  2. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 13 years ago
  3. eb19dce Issue #1686: Fix string.Template when overriding the pattern attribute. by Florent Xicluna · 14 years ago
  4. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  7. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  8. 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 20 years ago
  9. 6627a96 Invalid patterns to substitute and safe_substitute would crash since pattern by Neal Norwitz · 20 years ago
  10. 6d19111 Fix small bugs in Template code. by Raymond Hettinger · 20 years ago
  11. 3e773fb The 4th group is now 'invalid' instead of 'bogus'. by Barry Warsaw · 20 years ago
  12. c7cd20c Added a test for # positional arguments > 1. by Barry Warsaw · 20 years ago
  13. 302bd58 Add tests for keyword arguments and combining mapping and keyword arguments. by Barry Warsaw · 20 years ago
  14. 12827c1 Many updates to PEP 292 templates. Summary: by Barry Warsaw · 20 years ago
  15. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago