summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* get_starttag_text(): Document this method.Fred Drake2000-07-031-0/+8
* Eric S. Raymond <esr@thyrsus.com>:Fred Drake2000-07-031-36/+49
* Moshe Zadka <moshez@math.huji.ac.il>:Fred Drake2000-07-031-8/+106
* Tim-blessed documentation for math.frexp().Fred Drake2000-07-031-6/+6
* others --> other's (possessive)Fred Drake2000-07-011-1/+1
* Send a "ARTICLE" --> Send an "ARTICLE"Fred Drake2000-07-011-1/+1
* Update version numbering from 1.6 to 2.0.Fred Drake2000-06-309-14/+14
* Document randrange().Fred Drake2000-06-301-0/+8
* Change description of altzone to not refer to the "0th meridian".Fred Drake2000-06-301-2/+2
* Say "manual page", not "man page", when referring to the Unix manual.Fred Drake2000-06-301-1/+1
* Make sure to note that this module was added for Python 2.0!Fred Drake2000-06-301-0/+2
* Reflect the name change to _winreg; we still need documentation for theFred Drake2000-06-301-2/+6
* Document recently-added mouse-related functionsAndrew M. Kuchling2000-06-301-0/+50
* Make it clear that id() can return either a long integer or a plain integer.Fred Drake2000-06-291-5/+5
* Add a "See also:" link to the curses.ascii module.Fred Drake2000-06-281-0/+3
* Made the title of the Examples subsection plural!Fred Drake2000-06-281-2/+2
* Added note that the atexit module was added for Python 1.6.Fred Drake2000-06-281-0/+2
* Added entry for the curses.ascii module.Fred Drake2000-06-281-0/+1
* Added entries for the curses.ascii module.Fred Drake2000-06-281-50/+92
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-06-281-1/+18
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-282-0/+25
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-283-1/+63
* 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