summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep292.py
Commit message (Expand)AuthorAgeFilesLines
* Fix another duplicated test method.Georg Brandl2010-02-071-7/+6
* Fix bug in passing tuples to string.Template. All other values (with workingThomas Wouters2006-07-051-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