summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Changed obsolete e-mail aliasAndrew M. Kuchling2000-06-272-3/+3
* Dcoumentation for ascii.py. I've changed two references from ascii toAndrew M. Kuchling2000-06-261-0/+131
* Minor grammatical fixAndrew M. Kuchling2000-06-211-1/+1
* Document .timeout() method and .typeahead() functionAndrew M. Kuchling2000-06-211-0/+22
* Make changes and clarifications suggested by Mark HammondAndrew M. Kuchling2000-06-181-14/+23
* Documentation for the mmap module: proofreaders welcomedAndrew M. Kuchling2000-06-171-0/+120
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-151-4/+4
* Hook in the documentation for the unicodedata module.Fred Drake2000-06-131-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-06-131-0/+72
* Documentation for the pyexpat module.Andrew M. Kuchling2000-06-111-0/+262
* Added preliminary documentation for the winreg module,Fred Drake2000-06-072-0/+413
* Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code.Fred Drake2000-05-301-1/+1
* Added documentation for gettempprefix().Fred Drake2000-05-261-2/+15
* Added documentation for TemporaryFile() and the siffix parameter to mktemp().Fred Drake2000-05-261-13/+26
* Piers Lauder <piers@cs.su.oz.au>:Fred Drake2000-05-261-8/+29
* Updated docs to list all the new methods and functions. The docs areAndrew M. Kuchling2000-05-231-188/+757
* From Greg Ward <gward@python.net>:Fred Drake2000-05-231-2/+2
* New description for math.frexp() -- poor description noted byFred Drake2000-05-181-2/+6
* The addition of rint() (by Peter Schneider-Kamp; I forgot to mentionGuido van Rossum2000-05-111-0/+1
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-111-0/+4
* Fix references to the built-in compile() that don't include theFred Drake2000-05-091-10/+10
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-05-091-3/+8
* read() method: clarify that strings are accepted and interpretedFred Drake2000-05-091-1/+9
* Someone found the examples of poor practice on socket addresses!Fred Drake2000-05-031-3/+3
* Clarify status of connection of a new instance; it *is* connected ifFred Drake2000-05-031-3/+5
* Use \versionchanged to indicate when the second parameter to utime()Fred Drake2000-05-021-2/+3
* Eric Raymond:Guido van Rossum2000-05-011-2/+64
* Document the new additional signature for utime(). In addition to theBarry Warsaw2000-05-011-3/+6
* \file and \filenq should not be used in section titles; they are notFred Drake2000-04-281-1/+1
* Added a "See also:" section that exhibits the \seerfc markup.Fred Drake2000-04-261-0/+7
* Added documentation for WindowsError; omission noted by Michal BozonFred Drake2000-04-171-0/+10
* Update change to version_info structure.Fred Drake2000-04-131-6/+7
* Document hexversion (incompletely explained) and version_info (easilyFred Drake2000-04-131-0/+32
* Make use of \longprogramopt where appropriate.Fred Drake2000-04-112-3/+3
* letters:Fred Drake2000-04-101-4/+4
* Fix Skip's email address in his attribution! (Thanks, Skip!)Fred Drake2000-04-081-1/+1
* New example from Skip Montanaro <skip@mojam.com>.Fred Drake2000-04-071-23/+29
* Make sure the \declaremodule uses the right name for the module!Fred Drake2000-04-061-20/+22
* unichr(),Fred Drake2000-04-061-0/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+4
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-1/+1
* Revised / removed comments about string exceptions (relating to theFred Drake2000-04-061-12/+17
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+5
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-5/+5
* Note the exception raised when parameter to chr() is out of range.Fred Drake2000-04-061-1/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-3/+20
* Added codecs entry here as part of String Services.Fred Drake2000-04-061-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+126
* Removed bogus connect() call in SMTP example; reported by TravisFred Drake2000-04-051-12/+0
* Added reference to the multifile module from the "See also" sectionFred Drake2000-04-051-0/+2