Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added documentation for WindowsError; omission noted by Michal Bozon | Fred Drake | 2000-04-17 | 1 | -0/+10 |
| | | | | | | <bozon@natur.cuni.cz>. (Mark Hammond, other Python/Windows cognoscenti: please check this!) | ||||
* | Update change to version_info structure. | Fred Drake | 2000-04-13 | 1 | -6/+7 |
| | |||||
* | Document hexversion (incompletely explained) and version_info (easily | Fred Drake | 2000-04-13 | 1 | -0/+32 |
| | | | | explained). | ||||
* | Make use of \longprogramopt where appropriate. | Fred Drake | 2000-04-11 | 2 | -3/+3 |
| | |||||
* | letters: | Fred Drake | 2000-04-10 | 1 | -4/+4 |
| | | | | | | | | Fix description; lowercase and uppercase are strings, not functions! Noted by Randall Hopper <aa8vb@yahoo.com>. maketrans(): Minor markup nits in description. | ||||
* | Fix Skip's email address in his attribution! (Thanks, Skip!) | Fred Drake | 2000-04-08 | 1 | -1/+1 |
| | |||||
* | New example from Skip Montanaro <skip@mojam.com>. | Fred Drake | 2000-04-07 | 1 | -23/+29 |
| | |||||
* | Make sure the \declaremodule uses the right name for the module! | Fred Drake | 2000-04-06 | 1 | -20/+22 |
| | | | | Clean up several markup problems & inconsistencies. | ||||
* | unichr(), | Fred Drake | 2000-04-06 | 1 | -0/+2 |
| | | | | unicode(): Added \versionadded{} annotations. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+4 |
| | | | | Added UnicodeType. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -1/+1 |
| | | | | Added note that Unicode strings are picklable. | ||||
* | Revised / removed comments about string exceptions (relating to the | Fred Drake | 2000-04-06 | 1 | -12/+17 |
| | | | | standard exceptions), added documentation of UnboundLocalError. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+5 |
| | | | | Added UnicodeError description. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -5/+5 |
| | | | | Add Unicode strings to the list of marshalable types. | ||||
* | Note the exception raised when parameter to chr() is out of range. | Fred Drake | 2000-04-06 | 1 | -1/+2 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -3/+20 |
| | | | | Documentation for unichr(), unicode(), update for ord(). | ||||
* | Added codecs entry here as part of String Services. | Fred Drake | 2000-04-06 | 1 | -0/+1 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+126 |
| | | | | | codecs module documentation, with some preliminary markup adjustments from FLD. | ||||
* | Removed bogus connect() call in SMTP example; reported by Travis | Fred Drake | 2000-04-05 | 1 | -12/+0 |
| | | | | | | B. Hartwell <slt5v@cc.usu.edu>. Removed second copy of the "See also" section! | ||||
* | Added reference to the multifile module from the "See also" section | Fred Drake | 2000-04-05 | 1 | -0/+2 |
| | | | | | in the mimetools documentation. Suggested by Skip Montanaro <skip@mojam.com>. | ||||
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -7/+7 |
| | | | | | Fixed up descriptions of altzone and timezone not to refer to the 0th meridian, which doesn't exist. Reference is now to UTC. | ||||
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -2/+2 |
| | | | | Directionality of up/down were confused. | ||||
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -1/+1 |
| | | | | | Note in the "Caveats" section should refer to the exit() function, not exit_thread(). | ||||
* | Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> | Fred Drake | 2000-04-04 | 1 | -1/+3 |
| | | | | (re-written). | ||||
* | Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. | Fred Drake | 2000-04-04 | 1 | -0/+3 |
| | |||||
* | Added notes about the eventual disappearance of two-parameter bind(), | Fred Drake | 2000-04-04 | 1 | -2/+13 |
| | | | | | | | connect(), and connect_ex(). I didn't make these deprecation notices since it was never a documented feature. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 59 | -520/+1252 |
| | | | | (Very rough.) | ||||
* | UserString section: | Fred Drake | 2000-04-03 | 1 | -6/+5 |
| | | | | | | | Small cleanups noted by Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>. Make the spelling of Unicode always uppercase. | ||||
* | UserString class from Peter Funk <pf@artcom-gmbh.de>. | Fred Drake | 2000-04-03 | 1 | -0/+49 |
| | |||||
* | Two new sections. Preliminary. | Fred Drake | 2000-03-31 | 3 | -0/+239 |
| | |||||
* | Update portability information for the spawn*() functions and related | Fred Drake | 2000-02-29 | 1 | -4/+11 |
| | | | | | constants. Someone will need to fill in information on the spawn*() functions that aren't listed. | ||||
* | Added entry for libtabnanny.tex. | Fred Drake | 2000-02-23 | 1 | -0/+1 |
| | |||||
* | Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor | Fred Drake | 2000-02-23 | 1 | -0/+62 |
| | | | | consistency changes and a note that the API may change in the future. | ||||
* | Update the description of int() to include the radix parameter; | Fred Drake | 2000-02-17 | 1 | -12/+16 |
| | | | | | | | omission noted on c.l.py by Aahz Maruch. Swapped the order of the descriptions of int() and intern() so that int() comes first (the functions are in alphabetic order). | ||||
* | Added docs for new crc32() function. By Jim Ahlstrom. | Guido van Rossum | 2000-02-16 | 1 | -0/+12 |
| | | | | (Fred, please check.) | ||||
* | Document the API changes to the nntplib module (exceptions become | Barry Warsaw | 2000-02-10 | 1 | -14/+40 |
| | | | | | classes, NNTP.__init__() grows a new optional argument to set reader mode on the server). | ||||
* | The dircmp module is now obsolete. | Fred Drake | 2000-02-03 | 1 | -3/+3 |
| | |||||
* | Document GetoptError and label error an alias. | Fred Drake | 1999-12-21 | 1 | -2/+9 |
| | |||||
* | Document 1.5.2+ aspects of the NotANumber exception. (Note that this | Fred Drake | 1999-12-21 | 1 | -2/+5 |
| | | | | is in the development branch, not the maintenance branch!) | ||||
* | Document that the |mode| parameter to open() is optional and explain how | Fred Drake | 1999-12-21 | 2 | -10/+14 |
| | | | | the default value is determined. | ||||
* | Document getgroups(), getlogin(), fpathconf(), pathconf(), | Fred Drake | 1999-12-15 | 1 | -1/+107 |
| | | | | pathconf_names, confstr(), confstr_names, sysconf(), sysconf_names. | ||||
* | Markup consistency nits that Guido didn't check. ;-) | Fred Drake | 1999-12-13 | 1 | -6/+6 |
| | |||||
* | Doc update from Piers Lauder see changes for imaplib.py version 2.16. | Guido van Rossum | 1999-12-13 | 1 | -0/+32 |
| | |||||
* | Document the new stuff in the os module. | Fred Drake | 1999-12-09 | 1 | -2/+47 |
| | |||||
* | Update link to PythonWare library page. | Fred Drake | 1999-12-01 | 1 | -2/+2 |
| | |||||
* | Removed last XXX comment; no further action needed on this one. | Fred Drake | 1999-11-17 | 1 | -4/+3 |
| | |||||
* | Preliminary documentation for turtle module (Tk), by Moshe Zadka. | Fred Drake | 1999-11-15 | 1 | -0/+160 |
| | | | | | Fixed up a few TeXisms and markup nits, but otherwise unchanged. Somewhat raw. | ||||
* | Use \citetitle and \programopt as appropriate. | Fred Drake | 1999-11-10 | 12 | -100/+105 |
| | |||||
* | Use \citetitle instead of \emph. | Fred Drake | 1999-11-09 | 1 | -4/+4 |
| | |||||
* | Use \citetitle in one place. | Fred Drake | 1999-11-09 | 3 | -3/+3 |
| |