Fred Drake
cce1090d49
Change "\," to just "," in function signatures. This is easier to maintain,
...
works better with LaTeX2HTML, and allows some simplification of the python.sty
macros.
1998-03-17 06:33:25 +00:00
Fred Drake
1947991c2f
Remove all \bcode / \ecode cruft; this is no longer needed. See previous
...
checkin of myformat.sty.
Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}"
everywhere.
Some other minor nits that I happened to come across.
1998-02-13 06:58:54 +00:00
Guido van Rossum
ad37e9e77d
Clarify that capwords() removes leading/trailing whitespace.
...
Remove references to regsub, which is obsolescent.
1998-02-02 03:01:10 +00:00
Fred Drake
6d2bdb682d
Fixed index module reference.
...
Changed references to regex/regsub modules to point to re.
1997-12-16 04:04:25 +00:00
Guido van Rossum
828a0bdb1d
count() now has a 4th parameter too. Also rephrased the docs for find
...
to use the same, better words to explain start/end.
1997-10-20 22:40:26 +00:00
Guido van Rossum
e47da0ae04
AMK's megapatch:
...
* \bcode, \ecode added everywhere
* \label{module-foo} added everywhere
* A few \seealso sections added.
* Indentation fixed inside verbatim in lib*tex files
1997-07-17 16:34:52 +00:00
Guido van Rossum
0fa066b72e
Grammar (AMK).
1997-06-02 17:30:20 +00:00
Guido van Rossum
740eb8265f
Add cross-refs for int() to atoi() etc.
...
Change replace() arguments; remove replace1().
1997-04-02 05:56:16 +00:00
Guido van Rossum
c8a80cdbad
Added docs for replace() and replace1().
1997-03-25 16:41:31 +00:00
Guido van Rossum
7b7c578616
Add optional 4th argument to [r]find and [r]index (end of slice).
1997-03-14 04:13:56 +00:00
Guido van Rossum
e5e55d784d
Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument
...
to split. Document new conventions for split(fields) and
join(fields), where the *fields variant is identical to the other.
1996-08-09 21:44:51 +00:00
Guido van Rossum
f4d0d5784a
Added maketrans() and optional 3rd arg to translate() (chars to delete).
1996-07-30 18:23:05 +00:00
Guido van Rossum
264302de3e
atol supports trailing l/L if base is 0
1996-02-12 23:20:12 +00:00
Guido van Rossum
f65f278b8f
added string.translate(s, table)
1995-09-13 17:37:21 +00:00
Guido van Rossum
96628a90c4
typos, layout and other small things
1995-04-10 11:34:00 +00:00
Guido van Rossum
470be14c8a
mass changes; fix titles; add examples; correct typos; clarifications;
...
unified style; etc.
1995-03-17 16:07:09 +00:00
Guido van Rossum
6bb1adc7ee
small changes by Soren Larsen
1995-03-13 10:03:32 +00:00
Guido van Rossum
0bf4d892eb
add warning about strop
1995-03-02 12:37:30 +00:00
Guido van Rossum
8675115e5f
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
1995-02-28 17:14:32 +00:00
Guido van Rossum
2828e9dbd4
* Doc/libstring.tex (section{Standard Module \sectcode{string}}):
...
removed references to {ato{f,i,l},index}_error
1994-08-17 13:16:34 +00:00
Guido van Rossum
16d6e7109d
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
1994-08-08 12:30:22 +00:00
Guido van Rossum
ab3a2504b9
libsocket.tex: send[to] returns nbytes.
...
libstring.tex: added count().
ref2.tex: new keywords; moved keyword printing program to keywords.py.
1994-08-01 12:18:36 +00:00
Guido van Rossum
5fdeeeae2a
Restructured library documentation
1994-01-02 01:22:07 +00:00