summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep292.py
Commit message (Expand)AuthorAgeFilesLines
* Backport improved test coverage for string.pyNick Coghlan2011-03-161-0/+13
* Issue #1686: Fix string.Template when overriding the pattern attribute.Florent Xicluna2010-09-181-0/+34
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-7/+6
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+7
* SF patch #1056967, changes the semantics of Template.safe_substitute() to notBarry Warsaw2004-11-011-10/+9
* Invalid patterns to substitute and safe_substitute would crash since patternNeal Norwitz2004-10-171-0/+12
* Fix small bugs in Template code.Raymond Hettinger2004-09-141-8/+18
* The 4th group is now 'invalid' instead of 'bogus'.Barry Warsaw2004-09-131-1/+1
* Added a test for # positional arguments > 1.Barry Warsaw2004-09-131-0/+4
* Add tests for keyword arguments and combining mapping and keyword arguments.Barry Warsaw2004-09-131-0/+28
* Many updates to PEP 292 templates. Summary:Barry Warsaw2004-09-101-32/+82
* PEP 292 classes Template and SafeTemplate are added to the string module.Barry Warsaw2004-08-251-0/+84