| Commit message (Expand) | Author | Age | Files | Lines |
* | Added information on the use of Unicode with the StringIO and cStringIO | Fred Drake | 2000-11-28 | 1 | -2/+14 |
|
|
* | Added brief explanation of the \versionchanged for 1.5.2 (fixes formatting | Fred Drake | 2000-11-28 | 1 | -1/+1 |
|
|
* | Two minor nits. | Fred Drake | 2000-11-28 | 1 | -3/+3 |
|
|
* | Updates to reflect pending changes to the XML conversion process. | Fred Drake | 2000-11-22 | 1 | -1/+1 |
|
|
* | Document the new setupterm() function | Andrew M. Kuchling | 2000-11-18 | 1 | -0/+7 |
|
|
* | Added information about the %r string formatting conversion. Added note | Fred Drake | 2000-11-17 | 2 | -8/+14 |
|
|
* | Oops, back out change committed by accident! This is not ready, and | Fred Drake | 2000-11-17 | 1 | -34/+0 |
|
|
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 2 | -1/+37 |
|
|
* | Fixed typos and bug in the second example, reported by Scott Schram | Fred Drake | 2000-11-17 | 1 | -2/+3 |
|
|
* | Fix for SF bug 122176: Error in rotor module documentation. | Tim Peters | 2000-11-14 | 1 | -2/+2 |
|
|
* | Patch #102278: add tparm() function to _curses module | Andrew M. Kuchling | 2000-11-07 | 1 | -0/+7 |
|
|
* | Document the proper exception to be raised by I/O operations on closed | Fred Drake | 2000-11-06 | 1 | -15/+19 |
|
|
* | Typo: writeable --> writable | Fred Drake | 2000-11-01 | 1 | -2/+2 |
|
|
* | Many small markup revisions to be more consistent with markup elsewhere, | Fred Drake | 2000-10-29 | 1 | -47/+61 |
|
|
* | Explained that os.path.basename() may return something different from the | Fred Drake | 2000-10-26 | 1 | -1/+5 |
|
|
* | Since LookupError can be raised by sys.setdefaultencoding(), we should not | Fred Drake | 2000-10-25 | 1 | -1/+2 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method | Fred Drake | 2000-10-25 | 1 | -0/+1 |
|
|
* | Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting | Fred Drake | 2000-10-25 | 1 | -1/+21 |
|
|
* | Several additions and updates based on text from Marc-Andre Lemburg | Fred Drake | 2000-10-25 | 1 | -123/+221 |
|
|
* | Added entries for the xml.dom.minidom module. | Fred Drake | 2000-10-24 | 1 | -0/+1 |
|
|
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-10-24 | 1 | -0/+614 |
|
|
* | Correct the name of a parameter in the description of the register() | Fred Drake | 2000-10-23 | 1 | -1/+1 |
|
|
* | Added missing entry for invert() function. | Fred Drake | 2000-10-22 | 1 | -0/+60 |
|
|
* | Capitalize first letter of an explanation for a \versionchanged | Fred Drake | 2000-10-19 | 1 | -1/+1 |
|
|
* | Document the .lastindex and .lastgroup attributes of MatchObject | Andrew M. Kuchling | 2000-10-18 | 1 | -0/+10 |
|
|
* | Make all the \seemodule explanations consistent: start with a capitalized | Fred Drake | 2000-10-18 | 10 | -20/+27 |
|
|
* | Capitalize & use periods for \seemodule explanation parameter. | Fred Drake | 2000-10-18 | 1 | -5/+5 |
|
|
* | Update the links to the NumPy website and documentation, based on a | Fred Drake | 2000-10-17 | 1 | -6/+5 |
|
|
* | For os.stat() & friends, note that the time fields are returned as | Fred Drake | 2000-10-14 | 1 | -1/+3 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-10-12 | 1 | -10/+276 |
|
|
* | Added entries for new files of SAX documentation. | Fred Drake | 2000-10-12 | 1 | -0/+3 |
|
|
* | Massive addition of SAX documentation from Martin von Loewis | Fred Drake | 2000-10-12 | 4 | -3/+731 |
|
|
* | Document the exceptions that now get raised on invalid parameters. | Fred Drake | 2000-10-11 | 1 | -2/+5 |
|
|
* | Make sure methods of ZipFile objects are in alphabetical order; the logical | Fred Drake | 2000-10-11 | 1 | -4/+4 |
|
|
* | Fixed a large number of small problems, mostly noted by Detlef Lannert | Fred Drake | 2000-10-10 | 9 | -30/+30 |
|
|
* | Note that the UserString/MutableString classes are far less efficient | Fred Drake | 2000-10-10 | 1 | -18/+22 |
|
|
* | Revise the examples not to use the "from socket import *", and adjust | Fred Drake | 2000-10-10 | 1 | -5/+7 |
|
|
* | Remove duplicated text from urlopen() description, noted by Ka-Ping | Fred Drake | 2000-10-10 | 1 | -16/+0 |
|
|
* | Make it clear that copy_reg.pickle() should not be used for classes, but | Fred Drake | 2000-10-10 | 1 | -5/+6 |
|
|
* | Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 16 | -38/+40 |
|
|
* | Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 1 | -4/+14 |
|
|
* | Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 1 | -2/+3 |
|
|
* | Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 2 | -5/+4 |
|
|
* | Move the documentation for the mutex module to be with the threading | Fred Drake | 2000-10-10 | 1 | -1/+1 |
|
|
* | Work around annoyances in LaTeX2HTML. | Fred Drake | 2000-10-09 | 2 | -2/+2 |
|
|
* | Push xmllib to the end of the markup chapter since it is deprecated. | Fred Drake | 2000-10-09 | 1 | -1/+1 |
|
|
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-10-09 | 1 | -1/+1 |
|
|
* | Include more information from the docstrings. | Fred Drake | 2000-10-06 | 1 | -7/+49 |
|
|
* | Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. | Fred Drake | 2000-10-06 | 1 | -1/+1 |
|
|
* | Add notes on the requirements for subclasses. | Fred Drake | 2000-10-06 | 1 | -0/+19 |
|
|