Commits
User selector
Commit History
Commits on Nov 1, 2004
SF patch #1056967, changes the semantics of Template.safe_substitute() to not
Show description for 8c72eaecommitted
Commits on Oct 17, 2004
Invalid patterns to substitute and safe_substitute would crash since pattern
Show description for 6627a96committed
Commits on Sep 26, 2004
Make the regex pattern easier to read, understand, and modify
Show description for 55593c3committed
Commits on Sep 18, 2004
At the cost of a modest (but useful in its own right) change in the semantics
Show description for 17cb600committed
Commits on Sep 16, 2004
- committed
Commits on Sep 14, 2004
- committed
Enhance the docstrings for unicode.split() and string.split()
Show description for 782afc5committedFix small bugs in Template code.
Show description for 6d19111committed
Commits on Sep 13, 2004
Raymond's good suggestion to re-order the tests in the convert() helper so the
Show description for b5c6b5bcommittedsubstitute(), safe_substitute(): Paul Moore provides a better hack for dealing
Show description for b6234a9committedAccepted Raymond's patch to combine mapping and keyword arguments, with slight
Show description for 46b629ccommitted
Commits on Sep 10, 2004
Template: remove __slots__ since that interferes with the ability to mix in
Show description for f43e8bdcommitted- committed
Many updates to PEP 292 templates. Summary:
Show description for 12827c1committed
Commits on Aug 26, 2004
Minor improvements to the template code.
Show description for 0d58e2bcommitted
Commits on Aug 25, 2004
PEP 292 classes Template and SafeTemplate are added to the string module.
Show description for 8bee761committed
Commits on Dec 15, 2003
Add rsplit method for str and unicode builtin types.
Show description for 3ae811bcommitted
Commits on Nov 26, 2003
Commits on Oct 3, 2003
- committed
Skip Montanaro
Commits on Apr 10, 2003
Attempt to make all the various string *strip methods the same.
Show description for ffe33b7committed
Commits on Nov 14, 2002
Commits on Nov 8, 2002
Commits on Oct 14, 2002
Commits on Jun 3, 2002
Remove uses of the string and types modules:
Show description for 65230a2committed
Commits on Apr 15, 2002
Apply the second version of SF patch http://www.python.org/sf/536241
Show description for 068325ecommitted
Commits on Mar 29, 2002
[Bug #536241] string.zfill() produces mangled output for a Unicode string.
Show description for 102d120committed
Commits on Jan 30, 2002
string.split() docstring described the interpretation of the maxsplit
Show description for 1453754committed
Commits on Jul 20, 2001
Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase
Show description for 960fdf9committed
Commits on Feb 18, 2001
- committed
Skip Montanaro
Commits on Feb 15, 2001
bunch more __all__ lists
Show description for 0de6580committed
Skip Montanaro
Commits on Feb 9, 2001
Commits on Jan 15, 2001
- committed
Commits on Dec 19, 2000
Make string.translate(s, table) work for Unicode s. Two things are
Show description for 5aff775committed
Commits on Sep 18, 2000
Fix serious typo!
Show description for fd64c59committed