summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfuncs.tex
Commit message (Expand)AuthorAgeFilesLines
* Replace the docs for reduce with an adaptation of its docstring, whichGuido van Rossum1999-01-061-8/+9
* "singed" --> "signed" (3 places)Fred Drake1998-12-071-3/+3
* Add explicit example on how to import a submodule of a package usingGuido van Rossum1998-12-041-0/+15
* Clarify that min and max also take multiple arguments.Guido van Rossum1998-11-251-6/+8
* Clarify the default buffering for open(). (Comment from Andrew DalkeFred Drake1998-11-021-1/+1
* Document that apply() can now take any sequence in argument 2.Barry Warsaw1998-10-011-2/+3
* round(): Mark the second (optional) parameter as optional, since it'sFred Drake1998-08-241-4/+4
* New section header style.Fred Drake1998-08-101-2/+1
* Clarify the + and b mode characters for open() a bit.Guido van Rossum1998-07-291-6/+8
* Revert the change of revision 1.30. While it's in general a laudableGuido van Rossum1998-06-221-1/+1
* eval() example: Removed final interpreter prompt; other examples don't haveFred Drake1998-06-191-1/+0
* Added a stronger warning about changing the dictionary returned byGuido van Rossum1998-06-181-2/+3
* Change the description of input() -- it is exactly equivalent toGuido van Rossum1998-06-171-5/+1
* Signature for dir() omitted the optional argument.Fred Drake1998-04-161-1/+1
* Small nits.Fred Drake1998-04-031-6/+6
* Removed reference to ni module.Fred Drake1998-04-021-2/+1
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-20/+20
* Logical markup.Fred Drake1998-03-031-87/+87
* In description of __import__, second paragraph, break up the markup for longFred Drake1998-02-131-5/+6
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-11/+11
* Consistency: "{\bf ...}" ==> "\strong{...}"Fred Drake1998-01-141-2/+2
* Follow current recommended practice in an example: Use isinstance() toFred Drake1998-01-111-1/+1
* Correct small nits reported by Rob Hooft.Guido van Rossum1997-12-301-14/+14
* Added a named target for referencing.Fred Drake1997-12-161-0/+1
* Fixed index references to modules.Fred Drake1997-12-151-6/+6
* Document new behavior of isinstance() when using a type object.Guido van Rossum1997-12-021-3/+5
* Documented __import__, callable, isinstance, issubclass,Guido van Rossum1997-10-051-5/+83
* AMK's megapatch:Guido van Rossum1997-07-171-1/+1
* Mention abs(complex) -> magnitude (AMK).Guido van Rossum1997-06-021-3/+18
* Add complex().Guido van Rossum1997-04-021-5/+30
* Added intern()Guido van Rossum1997-03-031-0/+13
* Describe new ("unsigned") behavior of hex() and oct().Guido van Rossum1997-01-141-2/+12
* (lib<all sorts of stuff>.tex):Fred Drake1996-12-131-1/+1
* Typos detected by SjoerdGuido van Rossum1996-10-111-1/+1
* Added warning about behavior of open mode 'a' (or 'a+').Guido van Rossum1996-05-021-1/+4
* apply() third argGuido van Rossum1995-10-081-1/+4
* documented globals() and locals()Guido van Rossum1995-07-071-4/+21
* restructured library manual accordiung to functional groupGuido van Rossum1995-03-281-1/+2
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-35/+72
* small changes by Soren LarsenGuido van Rossum1995-03-131-1/+1
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-071-9/+11
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW...Guido van Rossum1995-02-281-1/+1
* cosmetics/typosGuido van Rossum1995-01-121-1/+1
* updated eval(), added execfile()Guido van Rossum1995-01-101-10/+28
* Added docs for delattrGuido van Rossum1994-08-161-0/+9
* * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z);Guido van Rossum1994-08-121-2/+12
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-081-20/+20
* Documented optional bufsize argument to open() and the fact that modeGuido van Rossum1994-05-031-3/+14
* Documented new built-in function vars().Guido van Rossum1994-04-211-0/+12
* Documented xrange; crossreffed lambda a bit moreGuido van Rossum1994-02-241-0/+12