summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in example found by Anthony Starks <anthony_starks@merck.com>,Fred Drake1998-05-061-1/+1
| | | | reported to me by Piers Lauder <piers@cs.su.oz.au>.
* Work around lack of support for \if... in latex2html.Fred Drake1998-04-291-0/+8
|
* Fix documentation based on comments from Sean ReifschneiderFred Drake1998-04-291-30/+32
| | | | | | <jafo-9804@tummy.com>. Logical markup.
* Remove extra cruft for texi processing.Fred Drake1998-04-281-5/+0
|
* Section for bisect module.Fred Drake1998-04-281-0/+55
|
* Moved popen2 entry to make more sense.Fred Drake1998-04-281-1/+2
| | | | Added bisect entry.
* Updated.Fred Drake1998-04-281-13/+0
|
* Document changed semantics -- open() now guesses the db type and errorGuido van Rossum1998-04-281-2/+10
| | | | is now a tuple of various and sundry exceptions.
* Hook in the calendar and popen2 sections.Fred Drake1998-04-281-0/+2
|
* calendar module section for the library reference, by Drew Csillag.Fred Drake1998-04-281-0/+45
|
* popen2 section for the library reference, contributed by Drew Csillag, withFred Drake1998-04-281-0/+71
| | | | some reorganization.
* Use of \key and \kbd were isolated to one instance each in this file;Fred Drake1998-04-281-5/+5
| | | | normalize to \kbd to allow removal of \key from the document class.
* Document transfercmd(), ntransfercmd(), delete(), rmd(), size().Fred Drake1998-04-271-5/+39
| | | | | Thanks to Timothy Wild <twild@clear.net.nz> for catching the omission of delete().
* Added a section for the poplib module, contributed by Drew Csillag.Fred Drake1998-04-242-0/+132
|
* Add entry for poplib.Fred Drake1998-04-241-0/+3
|
* Added \label to subsections which didn't have one, since this module hasFred Drake1998-04-201-0/+7
| | | | subsections listed in the documentation index sidebar. (Why?)
* Fix vonmisesvariate() -- it now returns an angle between 0 and *two*Guido van Rossum1998-04-201-4/+4
| | | | times pi. Got rid of $math$ here and in one other place.
* Mark TMPDIR correctly.Fred Drake1998-04-171-2/+1
|
* Remove commented-out Mac chapter.Fred Drake1998-04-171-14/+0
|
* Signature for dir() omitted the optional argument.Fred Drake1998-04-161-1/+1
|
* Use shorter labels; using long labels creates problems on the Macintosh.Fred Drake1998-04-142-2/+2
| | | | (Thanks, Just!)
* Added entry for Tkdnd.py.Fred Drake1998-04-141-0/+3
|
* Added item in Misc. for getpass module.Fred Drake1998-04-131-0/+3
|
* No more threats, just list the new methods under "AST Objects".Fred Drake1998-04-131-2/+24
|
* Add a note that pickling is supported.Fred Drake1998-04-131-0/+2
|
* Revert markup around list of display fields from the disassembler; it doesn'tFred Drake1998-04-131-6/+2
| | | | look at good in print, but doesn't break the HTML.
* Use {methoddesc} instead of {funcdesc} for object methods.Fred Drake1998-04-121-54/+56
|
* Add cPickle to the list of modules in the chapter.Fred Drake1998-04-121-0/+3
|
* Add cStringIO to the list of modules in the chapter.Fred Drake1998-04-121-0/+3
|
* Lighten up tables.Fred Drake1998-04-1112-29/+23
|
* Change order of \seemodule macros at end of pickle module section.Fred Drake1998-04-111-4/+4
|
* Document cPickle and cStringIO.Fred Drake1998-04-113-11/+34
|
* When the text of a table cell should be wrapped, used a "p" column.Fred Drake1998-04-111-7/+5
|
* Add a comment to indicate the methods of the StringIO are being discussed...Fred Drake1998-04-111-0/+3
|
* Remove imaplib from the undocumented list.Fred Drake1998-04-111-3/+0
|
* Include () after function name.Fred Drake1998-04-111-4/+3
| | | | One more logical mark.
* When the text of a table cell should be wrapped, used a "p" column.Fred Drake1998-04-111-5/+4
|
* Remove over-active replace-string turds.Fred Drake1998-04-111-11/+11
|
* Use {memberdesc} to mark the instance attributes.Fred Drake1998-04-111-6/+12
|
* Hmmm... better add some \label macros for logical addressing while I'm at it.Fred Drake1998-04-111-0/+2
|
* It's "Lauder", not "Lauders"!Fred Drake1998-04-111-2/+2
|
* Formatting nits.Fred Drake1998-04-111-6/+11
| | | | An index entry.
* Shift index entries around a little so the HTML doesn't have weird spacing.Fred Drake1998-04-111-10/+10
|
* Add imaplib to appropriate lists.Fred Drake1998-04-112-0/+4
|
* Remove obsolete module soundex from list of modules.Fred Drake1998-04-111-3/+0
|
* Remove obsolete module rand from list of modules.Fred Drake1998-04-111-3/+4
| | | | Add fileinput to list.
* First cut at documentation for imaplib. Based on original documentation byFred Drake1998-04-111-0/+228
| | | | Piers Lauders.
* Added smtplib.py (thanks, Guido!).Fred Drake1998-04-091-0/+3
|
* Don't use \samp when \code is better.Fred Drake1998-04-091-13/+13
| | | | | | | Consistently use ' instead of ": this conforms to my unofficial stance that constants should be presented using the repr() whenever it makes sense. This isn't because I think repr() is the greatest thing since spam, just that it's an easy to adopt consistency standard. (It also holds no new surprises!)
* Work around a small (& annoying) limitation of the latex2html support forFred Drake1998-04-091-5/+4
| | | | | \seemodule. This is far easier than figuring out the real problem, but it works.