Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -2/+2 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+7 |
* | SF patch #1056967, changes the semantics of Template.safe_substitute() to not | Barry Warsaw | 2004-11-01 | 1 | -10/+9 |
* | Invalid patterns to substitute and safe_substitute would crash since pattern | Neal Norwitz | 2004-10-17 | 1 | -0/+12 |
* | Fix small bugs in Template code. | Raymond Hettinger | 2004-09-14 | 1 | -8/+18 |
* | The 4th group is now 'invalid' instead of 'bogus'. | Barry Warsaw | 2004-09-13 | 1 | -1/+1 |
* | Added a test for # positional arguments > 1. | Barry Warsaw | 2004-09-13 | 1 | -0/+4 |
* | Add tests for keyword arguments and combining mapping and keyword arguments. | Barry Warsaw | 2004-09-13 | 1 | -0/+28 |
* | Many updates to PEP 292 templates. Summary: | Barry Warsaw | 2004-09-10 | 1 | -32/+82 |
* | PEP 292 classes Template and SafeTemplate are added to the string module. | Barry Warsaw | 2004-08-25 | 1 | -0/+84 |