- f0e8898 Document randrange(). by Fred Drake · 24 years ago
- 57a2f7f Change description of altzone to not refer to the "0th meridian". by Fred Drake · 24 years ago
- 9a748aa Say "manual page", not "man page", when referring to the Unix manual. by Fred Drake · 24 years ago
- abbc734 Make sure to note that this module was added for Python 2.0! by Fred Drake · 24 years ago
- 6e71cdd Reflect the name change to _winreg; we still need documentation for the by Fred Drake · 24 years ago
- efc43d4 Document recently-added mouse-related functions by Andrew M. Kuchling · 24 years ago
- 8aa3bd9 Make it clear that id() can return either a long integer or a plain integer. by Fred Drake · 24 years ago
- 5c529d3 Add a "See also:" link to the curses.ascii module. by Fred Drake · 24 years ago
- 589f44b Made the title of the Examples subsection plural! by Fred Drake · 24 years ago
- be93a83 Added note that the atexit module was added for Python 1.6. by Fred Drake · 24 years ago
- 6f2a5ef Added entry for the curses.ascii module. by Fred Drake · 24 years ago
- 5ccd4b2 Added entries for the curses.ascii module. by Fred Drake · 24 years ago
- 4e716fa Skip Montanaro <skip@mojam.com>: Added an example of using an HTTP POST request. by Fred Drake · 24 years ago
- c82634c Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
- c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
- af5b766 Changed obsolete e-mail alias by Andrew M. Kuchling · 24 years ago
- f57d7b9 Dcoumentation for ascii.py. I've changed two references from ascii to by Andrew M. Kuchling · 24 years ago
- a4ca07c Minor grammatical fix by Andrew M. Kuchling · 24 years ago
- d24ff44 Document .timeout() method and .typeahead() function by Andrew M. Kuchling · 24 years ago
- 0adfb45 Make changes and clarifications suggested by Mark Hammond by Andrew M. Kuchling · 24 years ago
- b805069 Documentation for the mmap module: proofreaders welcomed by Andrew M. Kuchling · 24 years ago
- 9e759df Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
- fb79ffa Hook in the documentation for the unicodedata module. by Fred Drake · 24 years ago
- 28b2944 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
- 6b14eeb Documentation for the pyexpat module. by Andrew M. Kuchling · 24 years ago
- d1a65ff Added preliminary documentation for the winreg module, by Fred Drake · 24 years ago
- 6c16019 Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. by Fred Drake · 24 years ago
- b80a777 Added documentation for gettempprefix(). by Fred Drake · 24 years ago
- 0233075 Added documentation for TemporaryFile() and the siffix parameter to mktemp(). by Fred Drake · 24 years ago
- 99d707a Piers Lauder <piers@cs.su.oz.au>: by Fred Drake · 24 years ago
- f1dc5fa Updated docs to list all the new methods and functions. The docs are by Andrew M. Kuchling · 24 years ago
- 7cb42cd From Greg Ward <gward@python.net>: by Fred Drake · 24 years ago
- 8c5cede New description for math.frexp() -- poor description noted by Francois Pinard. by Fred Drake · 24 years ago
- c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 24 years ago
- 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 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
- 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 25 years ago
- 6a0d844 UserString section: by Fred Drake · 25 years ago
- a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 25 years ago
- 3c9f936 Two new sections. Preliminary. by Fred Drake · 25 years ago
- 15861b2 Update portability information for the spawn*() functions and related by Fred Drake · 25 years ago
- 0baf773 Added entry for libtabnanny.tex. by Fred Drake · 25 years ago
- 155348b Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor by Fred Drake · 25 years ago
- 1e862e8 Update the description of int() to include the radix parameter; by Fred Drake · 25 years ago
- 8006d31 Added docs for new crc32() function. By Jim Ahlstrom. by Guido van Rossum · 25 years ago
- 41d8463 Document the API changes to the nntplib module (exceptions become by Barry Warsaw · 25 years ago
- 2bb43a2 The dircmp module is now obsolete. by Fred Drake · 25 years ago
- 76e6da3 Document GetoptError and label error an alias. by Fred Drake · 25 years ago
- b9bdfc6 Document 1.5.2+ aspects of the NotANumber exception. (Note that this by Fred Drake · 25 years ago
- 89ab163 Document that the |mode| parameter to open() is optional and explain how by Fred Drake · 25 years ago
- 88f6ca2 Document getgroups(), getlogin(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
- d16b5ab Markup consistency nits that Guido didn't check. ;-) by Fred Drake · 25 years ago
- 5f7a28c Doc update from Piers Lauder see changes for imaplib.py version 2.16. by Guido van Rossum · 25 years ago
- 18f7a45 Document the new stuff in the os module. by Fred Drake · 25 years ago
- d4d4ba3 Update link to PythonWare library page. by Fred Drake · 25 years ago
- 7424242 Removed last XXX comment; no further action needed on this one. by Fred Drake · 25 years ago
- 55e9396 Preliminary documentation for turtle module (Tk), by Moshe Zadka. by Fred Drake · 25 years ago
- 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
- ebe0341 Use \citetitle instead of \emph. by Fred Drake · 25 years ago
- 356d0ce Use \citetitle in one place. by Fred Drake · 25 years ago
- 268df27 Use the new markup as apporpriate. by Fred Drake · 25 years ago
- 6e9ea59 Use \programopt in one place. by Fred Drake · 25 years ago
- d290c10 Use \programopt in one place. by Fred Drake · 25 years ago
- 6cf186b pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. by Fred Drake · 25 years ago
- 47a27b6 Make references to new filecmp module hyperlinks now that there's documentation. by Fred Drake · 25 years ago