Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | count() now has a 4th parameter too. Also rephrased the docs for find | Guido van Rossum | 1997-10-20 | 1 | -12/+9 |
| | | | | to use the same, better words to explain start/end. | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -0/+1 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Grammar (AMK). | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | Add cross-refs for int() to atoi() etc. | Guido van Rossum | 1997-04-02 | 1 | -15/+14 |
| | | | | Change replace() arguments; remove replace1(). | ||||
* | Added docs for replace() and replace1(). | Guido van Rossum | 1997-03-25 | 1 | -0/+13 |
| | |||||
* | Add optional 4th argument to [r]find and [r]index (end of slice). | Guido van Rossum | 1997-03-14 | 1 | -7/+10 |
| | |||||
* | Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument | Guido van Rossum | 1996-08-09 | 1 | -21/+50 |
| | | | | | to split. Document new conventions for split(fields) and join(fields), where the *fields variant is identical to the other. | ||||
* | Added maketrans() and optional 3rd arg to translate() (chars to delete). | Guido van Rossum | 1996-07-30 | 1 | -3/+11 |
| | |||||
* | atol supports trailing l/L if base is 0 | Guido van Rossum | 1996-02-12 | 1 | -1/+1 |
| | |||||
* | added string.translate(s, table) | Guido van Rossum | 1995-09-13 | 1 | -0/+6 |
| | |||||
* | typos, layout and other small things | Guido van Rossum | 1995-04-10 | 1 | -1/+1 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -11/+23 |
| | | | | unified style; etc. | ||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -7/+7 |
| | |||||
* | add warning about strop | Guido van Rossum | 1995-03-02 | 1 | -7/+15 |
| | |||||
* | a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵ | Guido van Rossum | 1995-02-28 | 1 | -3/+3 |
| | | | | WWW chapter | ||||
* | * Doc/libstring.tex (section{Standard Module \sectcode{string}}): | Guido van Rossum | 1994-08-17 | 1 | -30/+2 |
| | | | | removed references to {ato{f,i,l},index}_error | ||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -7/+7 |
| | |||||
* | libsocket.tex: send[to] returns nbytes. | Guido van Rossum | 1994-08-01 | 1 | -0/+6 |
| | | | | | libstring.tex: added count(). ref2.tex: new keywords; moved keyword printing program to keywords.py. | ||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+193 |