Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7ae6018788ce3c5bafc5bde974ebd425adcf410c
/
Lib
/
test
/
test_pep292.py
7ae6018
Fix another duplicated test method.
by Georg Brandl
· 16 years ago
add1911
Fix bug in passing tuples to string.Template. All other values (with working
by Thomas Wouters
· 19 years ago
8c72eae
SF patch #1056967, changes the semantics of Template.safe_substitute() to not
by Barry Warsaw
· 21 years ago
6627a96
Invalid patterns to substitute and safe_substitute would crash since pattern
by Neal Norwitz
· 21 years ago
6d19111
Fix small bugs in Template code.
by Raymond Hettinger
· 21 years ago
3e773fb
The 4th group is now 'invalid' instead of 'bogus'.
by Barry Warsaw
· 21 years ago
c7cd20c
Added a test for # positional arguments > 1.
by Barry Warsaw
· 21 years ago
302bd58
Add tests for keyword arguments and combining mapping and keyword arguments.
by Barry Warsaw
· 21 years ago
12827c1
Many updates to PEP 292 templates. Summary:
by Barry Warsaw
· 21 years ago
8bee761
PEP 292 classes Template and SafeTemplate are added to the string module.
by Barry Warsaw
· 21 years ago