summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstring.tex
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* SF patch #1056967, changes the semantics of Template.safe_substitute() to notBarry Warsaw2004-11-011-2/+10
* Update Template/PEP 292 documentation to current implementation.Barry Warsaw2004-09-181-37/+70
* Markup nits.Raymond Hettinger2004-09-061-4/+6
* Ah whoops, we didn't turn string into a package (thanks Neal!)Barry Warsaw2004-08-251-12/+1
* PEP 292 classes Template and SafeTemplate are added to the string module.Barry Warsaw2004-08-251-28/+122
* Patch #993187: Make rstrip doc similar to lstrip.Martin v. Löwis2004-07-191-1/+1
* Modified string.split documentation to reflect behaviour of splitting emtpy s...Nicholas Bastin2004-03-211-0/+5
* fix truly evil markup typoFred Drake2003-12-301-1/+1
* Update documentations for str.rsplit() with Alex Martelli's rewrite.Hye-Shik Chang2003-12-171-13/+8
* Add rsplit method for str and unicode builtin types.Hye-Shik Chang2003-12-151-0/+17
* Patch #843088: Fix typos. Backported to 2.3.Martin v. Löwis2003-11-181-2/+2
* Discussion of signatures for unicode.translate() and str.translate()Raymond Hettinger2003-07-161-10/+0
* SF bug #706546: u''.translate not documentedRaymond Hettinger2003-07-131-1/+11
* Oops, missed updating doc to correct version for splitNeal Norwitz2003-04-171-1/+1
* Attempt to make all the various string *strip methods the same.Neal Norwitz2003-04-101-0/+6
* Fix typo reported by Paul Clifford.Fred Drake2002-09-121-1/+3
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-221-7/+18
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-4/+4
* Added the constants ascii_letters, ascii_lowercase, and ascii_uppercaseFred Drake2001-07-201-3/+25
* Remove all mentions of the strop module -- it has been pronounced Evil.Fred Drake2001-05-101-9/+0
* Fix doubled wordAndrew M. Kuchling2000-12-261-1/+1
* Added deprecation notices to atof(), atoi(), and atol(), recommendingFred Drake2000-10-041-1/+4
* Fixed a number of small problems reported by Detlef LannertFred Drake2000-09-211-6/+5
* Document the "printable" and "punctuation" constants added to the stringFred Drake2000-09-181-0/+11
* Add a reference to the material on string methods.Fred Drake2000-09-091-1/+4
* Minor grammatical fixAndrew M. Kuchling2000-06-211-1/+1
* letters:Fred Drake2000-04-101-4/+4
* Typo reported by Gerry Wiener <wiener@rap.ucar.edu>:Fred Drake1999-05-271-1/+1
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-3/+3
* Add notes to __builtin__.float() and string.atof() that the NaN and InfFred Drake1999-02-181-5/+9
* atof() description: Add information about accepting 'NaN' to produceFred Drake1999-02-181-3/+5
* Document the default for tabsize in expandtabs().Guido van Rossum1999-01-251-2/+2
* Clarify descriptions of some operations; it's not always clear thatFred Drake1998-12-211-103/+107
* New section header style.Fred Drake1998-08-101-1/+2
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
* Add warning about use of lowercase/uppercase with maketrans().Guido van Rossum1998-06-111-0/+5
* Caught a few more spurious \setindexsubitem macros....Fred Drake1998-04-071-1/+0
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
* Remove obsolete lines like this:Fred Drake1998-04-041-1/+0
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-67/+68
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-2/+2
* Clarify that capwords() removes leading/trailing whitespace.Guido van Rossum1998-02-021-5/+1
* Fixed index module reference.Fred Drake1997-12-161-4/+4
* count() now has a 4th parameter too. Also rephrased the docs for findGuido van Rossum1997-10-201-12/+9
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
* Grammar (AMK).Guido van Rossum1997-06-021-1/+1
* Add cross-refs for int() to atoi() etc.Guido van Rossum1997-04-021-15/+14