summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* mention cPickle and cStringIOGuido van Rossum1997-08-211-0/+4
|
* Misc Mac mods by Jack. Added libmacic.tex, and these patches:Guido van Rossum1997-08-182-6/+5
| | | | | | | libmacfs.tex Document NewAliasMinimalFromFullPath libmacos.tex Document SetEventHandler and SchedParams libmacui.tex Document asynchronous event handling libmailbox.tex Removed mime-turds that somehow got in here
* the usualGuido van Rossum1997-08-151-5/+7
|
* Added AMK's first cut at docs for re.pyGuido van Rossum1997-08-142-0/+463
|
* Updated platform specific notes (it is now more common to have this)Guido van Rossum1997-08-141-4/+20
| | | | added some caveats.
* Added buffer_info() docs.Guido van Rossum1997-08-141-0/+10
|
* Documented mime_decode_header() and mime_encode_header().Guido van Rossum1997-08-141-0/+8
|
* More emphasis on os.environ's calling of putenv; and added hint aboutGuido van Rossum1997-08-081-4/+14
| | | | flags for open().
* Added mimify docs (Sjoerd).Guido van Rossum1997-07-303-0/+79
|
* A couple of grammatical nits.Fred Drake1997-07-241-65/+82
| | | | | | | | | Re-sequenced the function descriptions so that the formatting is described before the assumption is made that the reader has a clue about the formatting. Moved examples to be closer to the functions being demonstrated. Added example of saferepr() result.
* Document new 'quote' flag to cgi.escape().Guido van Rossum1997-07-191-3/+5
|
* added code.py; codehack.py is obsoleteGuido van Rossum1997-07-183-2/+40
|
* Added label{module-spam}Guido van Rossum1997-07-182-1/+4
|
* Remove pprint from the list of undocumented modules.Fred Drake1997-07-181-4/+0
|
* Add entry for the pprint module.Fred Drake1997-07-181-0/+1
|
* Documentation for the pprint module.Fred Drake1997-07-181-0/+152
|
* Use 'and' instead of '&', which is a (La)TeX control character.Guido van Rossum1997-07-171-1/+2
| | | | "make lib tut ext" should now be errorfree.
* AMK's megapatch:Guido van Rossum1997-07-1787-340/+440
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Extensive changes by AMK.Guido van Rossum1997-07-171-4/+77
|
* Note that getvalue() must be called before close().Guido van Rossum1997-07-171-2/+5
|
* Added libni.tex libgzip.texGuido van Rossum1997-07-171-0/+2
|
* New from AMKGuido van Rossum1997-07-171-0/+44
|
* Removed mailbox, SocketServer, cmath -- these are now documented!Guido van Rossum1997-07-171-7/+0
|
* Added cmathGuido van Rossum1997-07-171-0/+1
|
* Typo in example.Guido van Rossum1997-07-171-1/+1
|
* New cmath module docs, by AMK (with additions and deletions by Guido).Guido van Rossum1997-07-171-0/+59
|
* Added fileno(); added readlines(sizehint).Guido van Rossum1997-07-171-9/+24
| | | | AMK's sed job.
* Added a few new undocumented modules.Guido van Rossum1997-07-161-5/+10
|
* Oops, some clarifications to conditional breaks.Guido van Rossum1997-07-111-4/+4
|
* Added (minimal) doc for conditional breakpoints.Guido van Rossum1997-07-111-3/+7
| | | | | (Lie about the syntax (and the syntax for "list") because latex2html doesn't seem to handle doubly nested [] pairs.)
* fixed typo, "header" ==> "headers"Fred Drake1997-06-201-1/+1
|
* Fix LaTeX bug found by examining the docstrings added to commands.py.Fred Drake1997-06-121-1/+1
|
* Documentation for Lib/commands.py, from Sue Williams.Fred Drake1997-06-122-1/+50
|
* Really nitty-gritty change to prevent latex2html from using a LaTeX-generatedFred Drake1997-06-061-1/+1
| | | | image of the argument list....
* Doc for mailbox.tex (Jack)Guido van Rossum1997-06-021-0/+42
|
* Added libmailbox, obsolete libstdwinGuido van Rossum1997-06-021-1/+2
|
* Added SocketServer and mailbox modules.Guido van Rossum1997-06-021-0/+6
|
* It's now using mimetools instead of rfc822Guido van Rossum1997-06-021-2/+2
|
* stdwin is obsolete. Point to bsddb from dbhash.Guido van Rossum1997-06-021-1/+6
|
* Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix.Guido van Rossum1997-06-021-3/+43
| | | | (AMK)
* Grammar (AMK).Guido van Rossum1997-06-021-1/+1
|
* Mention seekable parameter (AMK).Guido van Rossum1997-06-021-2/+7
| | | | Added pointer to mailbox module.
* Mention use of profile.py to run a script (AMK).Guido van Rossum1997-06-021-0/+4
|
* Added putenv, ftruncate (AMK).Guido van Rossum1997-06-021-0/+19
|
* Mention use of pdb.py to run a script (AMK).Guido van Rossum1997-06-021-0/+4
|
* Added date, xgtitle, xover, xpath (AMK).Guido van Rossum1997-06-021-0/+32
|
* It's now using mimetools instead of rfc822Guido van Rossum1997-06-021-3/+3
|
* Fix a sentence which ends "...is 6, which." (AMK)Guido van Rossum1997-06-021-1/+1
|
* Mention abs(complex) -> magnitude (AMK).Guido van Rossum1997-06-021-3/+18
| | | | | Documented list(). Mention [raw_]input()'s interface to GNU readline.
* Added complex numbers (AMK).Guido van Rossum1997-06-021-11/+28
| | | | | Clarify that sort() works in-place. Renamed dict.absorb() to dict.update().