summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfuncs.tex
Commit message (Collapse)AuthorAgeFilesLines
* AMK's megapatch:Guido van Rossum1997-07-171-1/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Mention abs(complex) -> magnitude (AMK).Guido van Rossum1997-06-021-3/+18
| | | | | Documented list(). Mention [raw_]input()'s interface to GNU readline.
* Add complex().Guido van Rossum1997-04-021-5/+30
| | | | Update int(), long(), float() to support string conversions.
* 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
| | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
* 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
| | | | unified style; etc.
* 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 ↵Guido van Rossum1995-02-281-1/+1
| | | | WWW chapter
* 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
| | | | | | | | | | | | describe tuple() * Doc/libposixfile.tex: use tableiii instead of tableii, so partparse will work again (I know, chicken!) * Doc/libthread.tex: Added get_ident(); updated text on module availability * Doc/myformat.perl: Added sub do_cmd_Cpp
* 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
| | | | is now also optional
* Documented new built-in function vars().Guido van Rossum1994-04-211-0/+12
| | | | | | Documented new formatting features: %s takes any type, and '%(key)format' % dictionary. Documented posixpath.expandvars().
* Documented xrange; crossreffed lambda a bit moreGuido van Rossum1994-02-241-0/+12
|
* Restructured library documentationGuido van Rossum1994-01-021-0/+356