index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pep292.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
1
-0/+7
*
Issue #1686: Fix string.Template when overriding the pattern attribute.
Florent Xicluna
2010-09-18
1
-0/+34
*
Fix another duplicated test method.
Georg Brandl
2010-02-07
1
-7/+6
*
Fix bug in passing tuples to string.Template. All other values (with working
Thomas Wouters
2006-07-05
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