| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Revise the versioning information to say that this was revised in 1.6, | Fred Drake | 2000-10-06 | 1 | -1/+3 |
|
|
* | Made a number of revisions suggested by Fredrik Lundh. | Fred Drake | 2000-10-06 | 1 | -12/+33 |
|
|
* | It turns out that Guido does not like or encourage the use of the term | Fred Drake | 2000-10-06 | 2 | -3/+3 |
|
|
* | is_zipfile() description: Use the same name for the parameter as the | Fred Drake | 2000-10-06 | 1 | -3/+3 |
|
|
* | Document the lookbehind assertions (closing bug#115119) | Andrew M. Kuchling | 2000-10-05 | 1 | -0/+15 |
|
|
* | Document expand() method of MatchObjects | Andrew M. Kuchling | 2000-10-05 | 1 | -0/+9 |
|
|
* | - update Neil's email address | Neil Schemenauer | 2000-10-04 | 1 | -2/+2 |
|
|
* | Added deprecation notices to atof(), atoi(), and atol(), recommending | Fred Drake | 2000-10-04 | 1 | -1/+4 |
|
|
* | Added \versionchanged comment to os.popen() noting that it was unreliable | Fred Drake | 2000-10-04 | 1 | -0/+6 |
|
|
* | Use \obindex{...} instead of \indexii{...}{type} in many places; this is | Fred Drake | 2000-10-04 | 1 | -17/+16 |
|
|
* | Remove old note that os.popen() on Windows is unreliable; this is no | Fred Drake | 2000-10-03 | 1 | -3/+1 |
|
|
* | Jim Ahlstrom sent a few corrections to my changes. (Thanks!) | Fred Drake | 2000-10-03 | 1 | -20/+27 |
|
|
* | Replace minimal \seetext references with better annotated \seerfc | Fred Drake | 2000-10-03 | 1 | -7/+8 |
|
|
* | Add deprecation note since the XML support is shaping up. | Fred Drake | 2000-10-02 | 1 | -0/+3 |
|
|
* | Substantially revised documentation for the zipfile module, partially based | Fred Drake | 2000-10-02 | 1 | -60/+164 |
|
|
* | Minor usage fix. | Fred Drake | 2000-10-02 | 1 | -3/+5 |
|
|
* | Add documentation and warnings for the isCallable(), isMappingType(), | Fred Drake | 2000-10-02 | 1 | -0/+50 |
|
|
* | Fixed spelling of module; closes bug 115712. | Martin v. Löwis | 2000-09-30 | 1 | -1/+1 |
|
|
* | Replace to XXX notes to add references with real references. | Fred Drake | 2000-09-30 | 1 | -2/+7 |
|
|
* | os.startfile() documentation, based on text from Tim Peters. | Fred Drake | 2000-09-29 | 1 | -0/+18 |
|
|
* | Updated documentation relating to the various flavors of popen[234]() | Fred Drake | 2000-09-28 | 2 | -24/+79 |
|
|
* | Add regex and regsub to the list of undocumented obsolete modules. | Fred Drake | 2000-09-28 | 1 | -0/+12 |
|
|
* | Update the documentation for ConfigParser to match the recent changes. | Fred Drake | 2000-09-27 | 1 | -2/+13 |
|
|
* | regex and regsub are obsolete and Evil, so don't include them in the club. | Fred Drake | 2000-09-25 | 1 | -2/+2 |
|
|
* | Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related | Fred Drake | 2000-09-25 | 1 | -31/+43 |
|
|
* | Add obsolescence note to the module descriptions that get added to the | Fred Drake | 2000-09-25 | 2 | -3/+4 |
|
|