| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up the additional string module tests added at the Pycon sprints (closes... | Nick Coghlan | 2011-05-31 | 1 | -13/+20 |
|
|
* | Close #11505: Improve string.py coverage | Nick Coghlan | 2011-03-14 | 1 | -0/+13 |
|
|
* | Issue #1686: Fix string.Template when overriding the pattern attribute. | Florent Xicluna | 2010-09-18 | 1 | -0/+34 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -7/+6 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | 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 |
|
|