index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pep292.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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