| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Strip argument to atol and atof to match what strop does better. | Guido van Rossum | 1998-03-30 | 1 | -2/+2 |
|
|
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -4/+5 |
|
|
* | Minor editing corrections. | Guido van Rossum | 1997-12-29 | 1 | -13/+13 |
|
|
* | Added doc string, provided by Charles Waldman (with some reformatting | Guido van Rossum | 1997-12-29 | 1 | -0/+223 |
|
|
* | At Barry's suggestion, plug the security leak by using an empty | Guido van Rossum | 1997-12-10 | 1 | -3/+6 |
|
|
* | Since this module is used as a fallback in case no built-in modules | Guido van Rossum | 1997-12-10 | 1 | -3/+7 |
|
|
* | In string.split(), honor maxsplit (if > 0). | Guido van Rossum | 1997-12-01 | 1 | -2/+8 |
|
|
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -3/+6 |
|
|
* | Add optional 4th argument to count(), matching find() etc. | Guido van Rossum | 1997-10-20 | 1 | -7/+14 |
|
|
* | Changed my mind on replace(). | Guido van Rossum | 1997-04-02 | 1 | -12/+2 |
|
|
* | Added new functions replace() and replace1(). | Guido van Rossum | 1997-03-25 | 1 | -0/+15 |
|
|
* | Add optional 4th argument to [r]find and [r]index (end of slice). | Guido van Rossum | 1997-03-14 | 1 | -10/+26 |
|
|
* | Use correct separator for capwords(s, sep). | Guido van Rossum | 1996-08-26 | 1 | -1/+1 |
|
|
* | Add optional separator character to capwords(), for completeness. | Guido van Rossum | 1996-08-20 | 1 | -2/+2 |
|
|
* | Add optional third parameter to split() and splitfields(), giving the | Guido van Rossum | 1996-08-08 | 1 | -4/+22 |
|
|
* | Added 3rd optional argument to translate(), a string of characters to delete. | Guido van Rossum | 1996-07-23 | 1 | -9/+23 |
|
|
* | Added capitalize() and capwords(). | Guido van Rossum | 1996-06-11 | 1 | -0/+10 |
|
|
* | add translate() -- which was in strop per release 1.3 | Guido van Rossum | 1996-05-28 | 1 | -0/+8 |
|
|
* | default tabsize to 8 | Guido van Rossum | 1995-08-10 | 1 | -1/+1 |
|
|
* | make split and splitfields, join and joinfields synonyms | Guido van Rossum | 1995-06-22 | 1 | -6/+8 |
|
|
* | add dummy base to atoi/atol; careful about negative start indices in find/count | Guido van Rossum | 1995-03-14 | 1 | -5/+11 |
|
|
* | * Lib/string.py: find/rfind is now the main implementation and | Guido van Rossum | 1994-08-17 | 1 | -63/+41 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -24/+51 |
|
|
* | * string.py: added rindex(), rfind(); changed index() to interpret | Guido van Rossum | 1993-11-08 | 1 | -0/+27 |
|
|
* | * profile.py, pdb.py: added help() function | Guido van Rossum | 1993-10-22 | 1 | -1/+33 |
|
|
* | * pdb.py: set 'privileged' property when evaluating expressions | Guido van Rossum | 1993-07-29 | 1 | -1/+4 |
|
|
* | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 1 | -2/+9 |
|
|