| Commit message (Expand) | Author | Age | Files | Lines |
* | #13579: minimize code base drift for 'a' string.Formatter change. | R David Murray | 2012-08-19 | 1 | -4/+4 |
|
|
* | Merged revisions 84470-84471,84566-84567,84759 via svnmerge from | Florent Xicluna | 2010-09-13 | 1 | -1/+1 |
|
|
* | Issue5416 - Revert a documentatin change made to explain replace on negative ... | Senthil Kumaran | 2010-09-08 | 1 | -6/+5 |
|
|
* | Fix Issue5416 - explain negative value of maxplit in str.replace. | Senthil Kumaran | 2010-08-09 | 1 | -1/+2 |
|
|
* | #7000: document "sep" in capwords. Add a few tests | Ezio Melotti | 2009-09-26 | 1 | -4/+6 |
|
|
* | fix comment | Benjamin Peterson | 2008-11-09 | 1 | -3/+2 |
|
|
* | Replace all map(None, a) with list(a). | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
|
|
* | Backport of PEP 3101, Advanced String Formatting, from py3k. | Eric Smith | 2008-02-17 | 1 | -0/+112 |
|
|
* | SF 1193128: Let str.translate(None) be an identity transformation | Raymond Hettinger | 2007-04-12 | 1 | -1/+1 |
|
|
* | Add a type.__init__() method that enforces the same signature as | Guido van Rossum | 2007-03-23 | 1 | -3/+1 |
|
|
* | - Bug #1683368: The object.__init__() and object.__new__() methods are | Guido van Rossum | 2007-03-23 | 1 | -1/+3 |
|
|
* | Cookie.py shouldn't "bogusly" use string._idmap. | Georg Brandl | 2006-08-14 | 1 | -1/+0 |
|
|
* | Fix bug in passing tuples to string.Template. All other values (with working | Thomas Wouters | 2006-07-05 | 1 | -3/+3 |
|
|
* | Remove outdated references to the regsub module. | Raymond Hettinger | 2004-12-07 | 1 | -3/+2 |
|
|
* | SF patch #1056967, changes the semantics of Template.safe_substitute() to not | Barry Warsaw | 2004-11-01 | 1 | -1/+1 |
|
|
* | Invalid patterns to substitute and safe_substitute would crash since pattern | Neal Norwitz | 2004-10-17 | 1 | -2/+4 |
|
|
* | Make the regex pattern easier to read, understand, and modify | Raymond Hettinger | 2004-09-26 | 1 | -4/+6 |
|
|
* | At the cost of a modest (but useful in its own right) change in the semantics | Barry Warsaw | 2004-09-18 | 1 | -8/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-16 | 1 | -1/+1 |
|
|
* | Make the hint about the None default less ambiguous. | Walter Dörwald | 2004-09-14 | 1 | -1/+1 |
|
|
* | Enhance the docstrings for unicode.split() and string.split() | Walter Dörwald | 2004-09-14 | 1 | -1/+1 |
|
|
* | Fix small bugs in Template code. | Raymond Hettinger | 2004-09-14 | 1 | -7/+12 |
|
|
* | Raymond's good suggestion to re-order the tests in the convert() helper so the | Barry Warsaw | 2004-09-13 | 1 | -13/+16 |
|
|
* | substitute(), safe_substitute(): Paul Moore provides a better hack for dealing | Barry Warsaw | 2004-09-13 | 1 | -11/+19 |
|
|
* | Accepted Raymond's patch to combine mapping and keyword arguments, with slight | Barry Warsaw | 2004-09-13 | 1 | -5/+32 |
|
|
* | Template: remove __slots__ since that interferes with the ability to mix in | Barry Warsaw | 2004-09-10 | 1 | -1/+0 |
|
|
* | __slots__ went missing from Template. | Raymond Hettinger | 2004-09-10 | 1 | -0/+1 |
|
|
* | Many updates to PEP 292 templates. Summary: | Barry Warsaw | 2004-09-10 | 1 | -31/+54 |
|
|
* | Minor improvements to the template code. | Raymond Hettinger | 2004-08-26 | 1 | -18/+15 |
|
|
* | PEP 292 classes Template and SafeTemplate are added to the string module. | Barry Warsaw | 2004-08-25 | 1 | -34/+106 |
|
|
* | Add rsplit method for str and unicode builtin types. | Hye-Shik Chang | 2003-12-15 | 1 | -0/+12 |
|
|
* | Add optional fillchar argument to ljust(), rjust(), and center() string methods. | Raymond Hettinger | 2003-11-26 | 1 | -12/+12 |
|
|
* | tweak the docstring to not be so focused on 1.6. | Skip Montanaro | 2003-10-03 | 1 | -5/+5 |
|
|
* | Attempt to make all the various string *strip methods the same. | Neal Norwitz | 2003-04-10 | 1 | -9/+10 |
|
|
* | Update the docstring to match the code. Will backport. | Neal Norwitz | 2002-11-14 | 1 | -1/+3 |
|
|
* | Make strip behave as documented. Will backport to 2.2.3. | Martin v. Löwis | 2002-11-08 | 1 | -2/+2 |
|
|
* | Convert empty string literal to string. Speed up creation of idmap. | Martin v. Löwis | 2002-10-14 | 1 | -3/+4 |
|
|
* | Remove uses of the string and types modules: | Walter Dörwald | 2002-06-03 | 1 | -5/+1 |
|
|
* | Apply the second version of SF patch http://www.python.org/sf/536241 | Walter Dörwald | 2002-04-15 | 1 | -8/+6 |
|
|
* | [Bug #536241] string.zfill() produces mangled output for a Unicode string. | Andrew M. Kuchling | 2002-03-29 | 1 | -8/+8 |
|
|
* | string.split() docstring described the interpretation of the maxsplit | Fred Drake | 2002-01-30 | 1 | -3/+3 |
|
|
* | Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase | Fred Drake | 2001-07-20 | 1 | -0/+3 |
|
|
* | removed __all__ from several modules | Skip Montanaro | 2001-02-18 | 1 | -6/+0 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+6 |
|
|
* | Nuke accurate but confusing and unhelpful comments about split vs splitfields. | Tim Peters | 2001-02-09 | 1 | -1/+0 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -1/+1 |
|
|
* | Make string.translate(s, table) work for Unicode s. Two things are | Guido van Rossum | 2000-12-19 | 1 | -4/+11 |
|
|
* | Fix serious typo! | Fred Drake | 2000-09-18 | 1 | -1/+3 |
|
|
* | Richard Mortier <rmm1002@users.sourceforge.net>: | Fred Drake | 2000-09-18 | 1 | -0/+2 |
|
|