Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the release number and date. | Fred Drake | 2000-10-13 | 2 | -3/+3 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-10-12 | 1 | -10/+276 |
| | | | | | | | Documentation for the codec base classes. Lots of markup adjustments by FLD. This closes SourceForge bug #115308, patch #101877. | ||||
* | Added entries for new files of SAX documentation. | Fred Drake | 2000-10-12 | 2 | -0/+6 |
| | |||||
* | Massive addition of SAX documentation from Martin von Loewis | Fred Drake | 2000-10-12 | 4 | -3/+731 |
| | | | | | | | | | <loewis@informatik.hu-berlin.de>. Reorganized to be more like other parts of the documentation in its arrangement, but with few content changes. This closes SourceForge patch #101850. | ||||
* | Various minor additions and clarifications, mostly suggested by Jeremy | Andrew M. Kuchling | 2000-10-12 | 1 | -30/+58 |
| | |||||
* | Comment out a separator line, since all the others are commented out, | Fred Drake | 2000-10-12 | 1 | -1/+1 |
| | | | | and it would look kind of silly if typeset. | ||||
* | Add new section on the XML package. (This was the only major new 2.0 feature | Andrew M. Kuchling | 2000-10-12 | 1 | -9/+165 |
| | | | | | left that wasn't covered. The article is therefore now essentially complete.) A few minor changes | ||||
* | 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 |
| | | | | | groupings are still maintained. Based on a comment by Steve Holden <sholden@holdenweb.com>. | ||||
* | Fixed a large number of small problems, mostly noted by Detlef Lannert | Fred Drake | 2000-10-10 | 9 | -30/+30 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Note that the UserString/MutableString classes are far less efficient | Fred Drake | 2000-10-10 | 1 | -18/+22 |
| | | | | | | | | | than the built-in string types (suggested by Moshe Zadka <moshez@math.huji.ac.il>). Clarified what "can be converted to a string" means. Fixed a few markup nits. | ||||
* | Revise the examples not to use the "from socket import *", and adjust | Fred Drake | 2000-10-10 | 1 | -5/+7 |
| | | | | one comment in the example for clarity. | ||||
* | Remove duplicated text from urlopen() description, noted by Ka-Ping | Fred Drake | 2000-10-10 | 1 | -16/+0 |
| | | | | Yee <ping@lfw.org> and probably others as well. | ||||
* | Substantially revise to handle the fact that Python CVS is no longer in a | Fred Drake | 2000-10-10 | 1 | -16/+35 |
| | | | | | | | file-system accessible repository. Add a little bit of smarts to convert the cvsroot to an anonymous cvsroot the real one requires an authenticated login to SourceForge; this avoids the SSH startup delay when doing the checkout or export to get a fresh copy of the tree. | ||||
* | Make it clear that copy_reg.pickle() should not be used for classes, but | Fred Drake | 2000-10-10 | 1 | -5/+6 |
| | | | | | | only for extension types. This partially fixes SourceForge bug #116295. | ||||
* | 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 |
| | | | | Added "See also" section with relevant RFC references. | ||||
* | 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 |
| | | | | | and queue-management modules, since that is where the general context for use in most cases. | ||||
* | Do not forget to build the acks.html file when building "all"! | Fred Drake | 2000-10-09 | 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 |
| | |||||
* | Another name. | Fred Drake | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-10-09 | 1 | -1/+1 |
| | | | | | | Correct description of leapdays() function. This closes SourceForge patch #101840. | ||||
* | Hush the nanny. | Fred Drake | 2000-10-07 | 3 | -78/+78 |
| | |||||
* | Fix a couple of places where the descriptions of *_GET_SIZE() macros said | Fred Drake | 2000-10-07 | 1 | -2/+2 |
| | | | | | | they were similar to *_GetSize(); should be similar to *_Size(). Error noted by William Park <parkw@better.net>. | ||||
* | Include more information from the docstrings. | Fred Drake | 2000-10-06 | 1 | -7/+49 |
| | |||||
* | Another name. | Fred Drake | 2000-10-06 | 1 | -0/+1 |
| | |||||
* | 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 |
| | | | | This closes SourceForge bug #115928. | ||||
* | Revise the versioning information to say that this was revised in 1.6, | Fred Drake | 2000-10-06 | 1 | -1/+3 |
| | | | | not added then, and note what the change was (ncurses, change to a package). | ||||
* | Made a number of revisions suggested by Fredrik Lundh. | Fred Drake | 2000-10-06 | 1 | -12/+33 |
| | | | | | Revised the first paragraph so it doesn't sound like it was written when 7-bit strings were assumed; note that Unicode strings can be used. | ||||
* | It turns out that Guido does not like or encourage the use of the term | Fred Drake | 2000-10-06 | 2 | -3/+3 |
| | | | | | "disciplines" for the __*__() methods, so they should be referred to as "methods" or "special methods", as appropriate in context. | ||||
* | Use the cvsinfo module instead of a module stuff off in my personal | Fred Drake | 2000-10-06 | 1 | -3/+2 |
| | | | | collection. | ||||
* | Support module to help work with checked-out CVS trees. | Fred Drake | 2000-10-06 | 1 | -0/+81 |
| | |||||
* | is_zipfile() description: Use the same name for the parameter as the | Fred Drake | 2000-10-06 | 1 | -3/+3 |
| | | | | | | | code, in case someone wants to use it as a keyword paramter. ZIP_DEFLATED description: Do not reveal the specific value of the constant, since code should only use the symbolic name. | ||||
* | Added a name. | Fred Drake | 2000-10-06 | 1 | -0/+1 |
| | |||||
* | The _PyTuple_Resize() last_is_sticky flag must now always be false. | Neil Schemenauer | 2000-10-05 | 1 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | Better add at least a short docstring to the module! | Fred Drake | 2000-10-05 | 1 | -1/+5 |
| | |||||
* | Add a link to the new acks.html file. | Fred Drake | 2000-10-05 | 1 | -0/+2 |
| | |||||
* | Add rules for generating the acks.html file at the top of the document tree. | Fred Drake | 2000-10-05 | 1 | -2/+7 |
| | |||||
* | Ignore the acks.html file, since it is generated. | Fred Drake | 2000-10-05 | 1 | -0/+1 |
| | |||||
* | New script to convert the ACKS file to a nicely formatted HTML file. | Fred Drake | 2000-10-05 | 1 | -0/+62 |
| | | | | Uses the new support module. | ||||
* | Use the new support module instead of including all the getopt | Fred Drake | 2000-10-05 | 1 | -113/+23 |
| | | | | processing and style information directly. | ||||
* | Factor out some of the presentation and shared code from mkmodindex and | Fred Drake | 2000-10-05 | 1 | -0/+144 |
| | | | | a mkackshtml (not yet checked in). | ||||
* | List of acknowledgements culled from CVS checkin logs and memory. | Fred Drake | 2000-10-05 | 1 | -0/+147 |
| | | | | | The documentation ACKS list will be maintained separately from the CPython ACKS list. | ||||
* | Update for next planned release. | Fred Drake | 2000-10-05 | 1 | -3/+3 |
| |