summaryrefslogtreecommitdiffstats
path: root/Doc/libtypes.tex
Commit message (Collapse)AuthorAgeFilesLines
* Do the right magic to make \ABC{} get sorted correctly in the index.Fred Drake1998-02-091-1/+1
|
* Add a note about rounding up of readlines()' sizehint to 8K.Guido van Rossum1998-02-081-1/+2
|
* Add a note explaining that multiplying a sequence with a negativeGuido van Rossum1998-01-271-1/+5
| | | | | number is the same as multiplying it with zero, and yields an empty sequence.
* Always mark variables in the "Notes" following a table the same way as in theFred Drake1998-01-201-1/+3
| | | | | | tables: \var{} Add a couple of index entries to the File Objects section.
* Markup consistency in the mapping object interface description.Fred Drake1998-01-091-2/+2
|
* Correct small nits reported by Rob Hooft.Guido van Rossum1997-12-301-1/+1
|
* Replace unprotected tilders by \~ -- an unprotected tilde is aGuido van Rossum1997-12-181-1/+1
| | | | non-breaking space!
* Fixed index references to modules.Fred Drake1997-12-151-6/+7
| | | | Changed regex reference to re.
* Remove superfluous comman from between "not" and "in" when describing theFred Drake1997-10-131-1/+1
| | | | "not in" operator.
* Document the mapping object's new get() method.Barry Warsaw1997-10-061-0/+5
|
* Added fileno(); added readlines(sizehint).Guido van Rossum1997-07-171-9/+24
| | | | AMK's sed job.
* Added complex numbers (AMK).Guido van Rossum1997-06-021-11/+28
| | | | | Clarify that sort() works in-place. Renamed dict.absorb() to dict.update().
* Added copy() and absorb().Guido van Rossum1997-05-281-1/+6
|
* (libtypes.tex): Correct reversal of two words in description ofFred Drake1996-10-111-2/+2
| | | | formatting strings.
* Typos detected by SjoerdGuido van Rossum1996-10-111-3/+3
|
* Removed some spurios biindex calls.Guido van Rossum1996-05-021-4/+11
| | | | | Added description of file.truncate(). Added warning to write() about buffering.
* Fixed incorrect tex-code for readlineJack Jansen1995-08-141-1/+1
|
* correct description of integer division; describe optional read argGuido van Rossum1995-08-101-8/+11
|
* correct description of list.insert()Guido van Rossum1995-07-071-1/+2
|
* typos, layout and other small thingsGuido van Rossum1995-04-101-1/+1
|
* restructured library manual accordiung to functional groupGuido van Rossum1995-03-281-57/+130
|
* added nodename macro calls for new very long section namesGuido van Rossum1995-03-201-0/+2
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-23/+22
| | | | unified style; etc.
* added code objectsGuido van Rossum1995-03-071-0/+22
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-041-1/+8
| | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote.
* documented writelines()Guido van Rossum1994-06-231-3/+12
|
* * Doc/libtypes.tex: fix typo in table of list methods; clarifyGuido van Rossum1994-05-091-4/+9
| | | | | | | truncation behavior of floating point formatting * Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and __str__; correct (some) descriptions of class constructors
* Documented new built-in function vars().Guido van Rossum1994-04-211-1/+16
| | | | | | Documented new formatting features: %s takes any type, and '%(key)format' % dictionary. Documented posixpath.expandvars().
* Restructured library documentationGuido van Rossum1994-01-021-0/+618