summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstring.tex
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added docs for replace() and replace1().Guido van Rossum1997-03-251-0/+13
* Add optional 4th argument to [r]find and [r]index (end of slice).Guido van Rossum1997-03-141-7/+10
* Added capitalize, capwords, lstrip, rstrip, and optional 3rd argumentGuido van Rossum1996-08-091-21/+50
* Added maketrans() and optional 3rd arg to translate() (chars to delete).Guido van Rossum1996-07-301-3/+11
* atol supports trailing l/L if base is 0Guido van Rossum1996-02-121-1/+1
* added string.translate(s, table)Guido van Rossum1995-09-131-0/+6
* typos, layout and other small thingsGuido van Rossum1995-04-101-1/+1
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-11/+23
* small changes by Soren LarsenGuido van Rossum1995-03-131-7/+7
* add warning about stropGuido van Rossum1995-03-021-7/+15
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW...Guido van Rossum1995-02-281-3/+3
* * Doc/libstring.tex (section{Standard Module \sectcode{string}}):Guido van Rossum1994-08-171-30/+2
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-081-7/+7
* libsocket.tex: send[to] returns nbytes.Guido van Rossum1994-08-011-0/+6
* Restructured library documentationGuido van Rossum1994-01-021-0/+193