- 7cb1524 added documentation for new functions {get,set}_history_length by Skip Montanaro · 25 years ago
- f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 25 years ago
- f868de6 Document the second round of ConfigParser changes. by Eric S. Raymond · 25 years ago
- 8d2f2b2d From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 25 years ago
- bdcf91f Documentation for the gc module. Text from Neil Schemenauer by Fred Drake · 25 years ago
- 7ae3a5e Resynchronize the TeX docs with (a) the module docstring, and (b) my recent by Eric S. Raymond · 25 years ago
- acab3d6 Change the table in the pyexpat.errors module to a series of datadesc by Fred Drake · 25 years ago
- 417c489 Give ConfigParser the capability to set as well as read options, and to write by Eric S. Raymond · 25 years ago
- 146b280 Minor revisions similar to some information in the new docstrings. by Fred Drake · 25 years ago
- c826ecb Add an entry for the KDE File Manager support from Peter Funk. by Fred Drake · 25 years ago
- e4dbb86 New module webbrowser. Easy-to-use controller objects to make using a by Fred Drake · 25 years ago
- aa7524c Clean up markup to be more like recommended practice; only small changes needed. by Fred Drake · 25 years ago
- 29fa30e Correct a markup nit that caused a space to be dropped from the HTML by Fred Drake · 25 years ago
- 3c62d9e Several small changes, mostly to the markup, to improve consistency and by Fred Drake · 25 years ago
- 14ea85f Add entry for readline documentation. by Fred Drake · 25 years ago
- 011028c Sjoerd Mullender <sjoerd@oratrix.nl>: Updates for recent changes in xmllib. by Fred Drake · 25 years ago
- d14423a Correct typo in description of the machine name parameter to the by Fred Drake · 25 years ago
- 63099f9 added seealso pointing reader at readline example which uses atexit. by Skip Montanaro · 25 years ago
- 510ca1d simple-minded readline section doc based upon module's doc strings. by Skip Montanaro · 25 years ago
- 0915165 added warning about incompatibility with other codes' use of sys.exitfunc. by Skip Montanaro · 25 years ago
- b531618 Created a new chapter on structured markup processing, including the by Fred Drake · 25 years ago
- c05cbb0 Wrapped some long lines. by Fred Drake · 25 years ago
- 25e7cee get_starttag_text(): Document this method. by Fred Drake · 25 years ago
- 52dc76c Eric S. Raymond <esr@thyrsus.com>: by Fred Drake · 25 years ago
- 353aaad Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 25 years ago
- fcc95a4 Tim-blessed documentation for math.frexp(). by Fred Drake · 25 years ago
- c3a6598 others --> other's (possessive) by Fred Drake · 25 years ago
- 506a7a8 Send a "ARTICLE" --> Send an "ARTICLE" by Fred Drake · 25 years ago
- 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 25 years ago
- f0e8898 Document randrange(). by Fred Drake · 25 years ago
- 57a2f7f Change description of altzone to not refer to the "0th meridian". by Fred Drake · 25 years ago
- 9a748aa Say "manual page", not "man page", when referring to the Unix manual. by Fred Drake · 25 years ago
- abbc734 Make sure to note that this module was added for Python 2.0! by Fred Drake · 25 years ago
- 6e71cdd Reflect the name change to _winreg; we still need documentation for the by Fred Drake · 25 years ago
- efc43d4 Document recently-added mouse-related functions by Andrew M. Kuchling · 25 years ago
- 8aa3bd9 Make it clear that id() can return either a long integer or a plain integer. by Fred Drake · 25 years ago
- 5c529d3 Add a "See also:" link to the curses.ascii module. by Fred Drake · 25 years ago
- 589f44b Made the title of the Examples subsection plural! by Fred Drake · 25 years ago
- be93a83 Added note that the atexit module was added for Python 1.6. by Fred Drake · 25 years ago
- 6f2a5ef Added entry for the curses.ascii module. by Fred Drake · 25 years ago
- 5ccd4b2 Added entries for the curses.ascii module. by Fred Drake · 25 years ago
- 4e716fa Skip Montanaro <skip@mojam.com>: Added an example of using an HTTP POST request. by Fred Drake · 25 years ago
- c82634c Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 25 years ago
- c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 25 years ago
- af5b766 Changed obsolete e-mail alias by Andrew M. Kuchling · 25 years ago
- f57d7b9 Dcoumentation for ascii.py. I've changed two references from ascii to by Andrew M. Kuchling · 25 years ago
- a4ca07c Minor grammatical fix by Andrew M. Kuchling · 25 years ago
- d24ff44 Document .timeout() method and .typeahead() function by Andrew M. Kuchling · 25 years ago
- 0adfb45 Make changes and clarifications suggested by Mark Hammond by Andrew M. Kuchling · 25 years ago
- b805069 Documentation for the mmap module: proofreaders welcomed by Andrew M. Kuchling · 25 years ago
- 9e759df Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 25 years ago
- fb79ffa Hook in the documentation for the unicodedata module. by Fred Drake · 25 years ago
- 28b2944 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 6b14eeb Documentation for the pyexpat module. by Andrew M. Kuchling · 25 years ago
- d1a65ff Added preliminary documentation for the winreg module, by Fred Drake · 25 years ago
- 6c16019 Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. by Fred Drake · 25 years ago
- b80a777 Added documentation for gettempprefix(). by Fred Drake · 25 years ago
- 0233075 Added documentation for TemporaryFile() and the siffix parameter to mktemp(). by Fred Drake · 25 years ago
- 99d707a Piers Lauder <piers@cs.su.oz.au>: by Fred Drake · 25 years ago
- f1dc5fa Updated docs to list all the new methods and functions. The docs are by Andrew M. Kuchling · 25 years ago
- 7cb42cd From Greg Ward <gward@python.net>: by Fred Drake · 25 years ago
- 8c5cede New description for math.frexp() -- poor description noted by Francois Pinard. by Fred Drake · 25 years ago
- c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 25 years ago
- 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 25 years ago
- 625d70a Fix references to the built-in compile() that don't include the by Fred Drake · 25 years ago
- 35784df Skip Montanaro <skip@mojam.com>: by Fred Drake · 25 years ago
- d85f059 read() method: clarify that strings are accepted and interpreted by Fred Drake · 25 years ago
- 3d69c0e Someone found the examples of poor practice on socket addresses! by Fred Drake · 25 years ago
- ae08853 Clarify status of connection of a new instance; it *is* connected if by Fred Drake · 25 years ago
- e06d025 Use \versionchanged to indicate when the second parameter to utime() by Fred Drake · 25 years ago
- d67ddbb Eric Raymond: by Guido van Rossum · 25 years ago
- 93a8eac Document the new additional signature for utime(). In addition to the by Barry Warsaw · 25 years ago
- 40ee7ac \file and \filenq should not be used in section titles; they are not by Fred Drake · 25 years ago
- ac308d0 Added a "See also:" section that exhibits the \seerfc markup. by Fred Drake · 25 years ago
- cebda6f Added documentation for WindowsError; omission noted by Michal Bozon by Fred Drake · 25 years ago
- 9cf7587 Update change to version_info structure. by Fred Drake · 25 years ago
- 4d65d73 Document hexversion (incompletely explained) and version_info (easily by Fred Drake · 25 years ago
- ee775a1 Make use of \longprogramopt where appropriate. by Fred Drake · 25 years ago
- 0682be4 letters: by Fred Drake · 25 years ago
- 9164f88 Fix Skip's email address in his attribution! (Thanks, Skip!) by Fred Drake · 25 years ago
- c2c46c3 New example from Skip Montanaro <skip@mojam.com>. by Fred Drake · 25 years ago
- 69ca950 Make sure the \declaremodule uses the right name for the module! by Fred Drake · 25 years ago
- 343301a unichr(), unicode(): Added \versionadded{} annotations. by Fred Drake · 25 years ago
- 0b72116 Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeType. by Fred Drake · 25 years ago
- 56ced2a Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 5828ad6 Revised / removed comments about string exceptions (relating to the by Fred Drake · 25 years ago
- 3cb793e Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeError description. by Fred Drake · 25 years ago
- 61098f2 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 665dd70 Note the exception raised when parameter to chr() is out of range. by Fred Drake · 25 years ago
- 33d5184 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 98f8a3d Added codecs entry here as part of String Services. by Fred Drake · 25 years ago
- b7979c7 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 6d5c6bd Removed bogus connect() call in SMTP example; reported by Travis by Fred Drake · 25 years ago
- 71b04da Added reference to the multifile module from the "See also" section by Fred Drake · 25 years ago
- d1a56f4 Noted by Guido: by Fred Drake · 25 years ago
- 898915d Noted by Guido: by Fred Drake · 25 years ago
- 43b89b6 Noted by Guido: by Fred Drake · 25 years ago
- 12ed365 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> (re-written). by Fred Drake · 25 years ago
- 005f494 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 25 years ago
- 7d68690 Added notes about the eventual disappearance of two-parameter bind(), by Fred Drake · 25 years ago