| Commit message (Expand) | Author | Age | Files | Lines |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -1/+1 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -1/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 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 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>: | Fred Drake | 2000-07-03 | 1 | -40/+9 |
|
|
* | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 1 | -33/+6 |
|
|
* | Marc-Andre Lemburg: the maxsplit argument for split() and replace() | Guido van Rossum | 2000-03-10 | 1 | -4/+4 |
|
|
* | Detabify. | Fred Drake | 2000-02-10 | 1 | -28/+28 |
|
|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -7/+5 |
|
|
* | split() docstring: Made signature and description for the first | Fred Drake | 1999-11-04 | 1 | -2/+2 |
|
|
* | Mainlining the string_methods branch. See branch revision log | Barry Warsaw | 1999-10-12 | 1 | -430/+275 |
|
|
* | Fix PR#31 -- zfill() mishandles empty string. | Guido van Rossum | 1999-10-11 | 1 | -1/+1 |
|
|
* | As Tim Peters points out, ``from string import *'' should not set re to None. | Guido van Rossum | 1998-04-20 | 1 | -9/+11 |
|
|