summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Added documentation for PyErr_SetFromErrnoWithFilename().Fred Drake2001-06-211-0/+10
|
* Adjust so that the copyright statements remain at the front but all the longFred Drake2001-06-217-86/+31
| | | | licenses move to the back, so as not to annoy as many readers.
* Added the new license.tex as shared dependency.Fred Drake2001-06-211-0/+1
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-06-201-0/+259
| | | | 'release20-maint'.
* Update version number and date for 2.0.1 final release.Fred Drake2001-06-202-3/+3
|
* Fix an improperly placed comma.Fred Drake2001-06-141-1/+1
|
* Update version number and date for patch release candidate.Fred Drake2001-06-131-3/+3
|
* Update version number for patch release candidate.Fred Drake2001-06-131-1/+1
|
* Correct two floating-point representations printed by the interpreter inFred Drake2001-04-251-2/+2
| | | | interactive examples. Error noted by Dinu Gherman.
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-01-023-1362/+0
| | | | 'release20-maint'.
* Correct form of FourThought's nameAndrew M. Kuchling2000-10-161-1/+1
|
* For PyErr_Format(), note that the exception parameter can be a string orFred Drake2000-10-141-2/+2
| | | | | class, but not an instance (since an instance will be created using the formatted message string as the constructor parameter).
* Adjust the Macintosh manual to have the formatting dependencies forFred Drake2000-10-141-6/+6
| | | | manuals instead of howtos.
* For os.stat() & friends, note that the time fields are returned asFred Drake2000-10-141-1/+3
| | | | floating-point values.
* Update dependencies for the Macintosh manual.Fred Drake2000-10-141-1/+5
|
* Update to include all the new chapters & sections.Fred Drake2000-10-141-9/+24
| | | | | | Convert from a howto to a manual, so we can *have* chapters! Comment out the macconsole module documentation; Think C seems to have disappeared.
* Remove everything that is not module documentation.Fred Drake2000-10-141-41/+0
| | | | It is no longer needed here.
* Fix some internal references that I botched.Fred Drake2000-10-141-4/+4
|
* Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>.Fred Drake2000-10-141-0/+374
|
* Chapters on Mac Toolbox modules and other undocumented modules, ready toFred Drake2000-10-142-0/+245
| | | | | be filled in with real information. Contributed by Chris Barker <cbarker@jps.net>.
* Documentation for the aepack and aetypes modules, by Vincent MarchettiFred Drake2000-10-142-0/+112
| | | | <vincem@en.com>.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-2/+2
| | | | Small fixes.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-18/+21
| | | | Various updates and additions.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-4/+2
| | | | Small clarification, remove the assertion that the module is temporary.
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-7/+20
| | | | | Added summary of the strengths and weaknesses of the FrameWork module and fixed some typos.
* Wrap a long line.Fred Drake2000-10-141-2/+2
|
* More names.Fred Drake2000-10-141-0/+2
|
* A bunch of nits fix and some additional information added by ChrisFred Drake2000-10-142-13/+18
| | | | Barker <cbarker@jps.net>.
* Center the top line of the license page, to make it look just a little bitFred Drake2000-10-141-1/+1
| | | | cleaner.
* Update the release number and date.Fred Drake2000-10-132-3/+3
|
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-10-121-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 Drake2000-10-122-0/+6
|
* Massive addition of SAX documentation from Martin von LoewisFred Drake2000-10-124-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 JeremyAndrew M. Kuchling2000-10-121-30/+58
|
* Comment out a separator line, since all the others are commented out,Fred Drake2000-10-121-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 featureAndrew M. Kuchling2000-10-121-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 Drake2000-10-111-2/+5
|
* Make sure methods of ZipFile objects are in alphabetical order; the logicalFred Drake2000-10-111-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 LannertFred Drake2000-10-109-30/+30
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Note that the UserString/MutableString classes are far less efficientFred Drake2000-10-101-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 adjustFred Drake2000-10-101-5/+7
| | | | one comment in the example for clarity.
* Remove duplicated text from urlopen() description, noted by Ka-PingFred Drake2000-10-101-16/+0
| | | | Yee <ping@lfw.org> and probably others as well.
* Substantially revise to handle the fact that Python CVS is no longer in aFred Drake2000-10-101-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, butFred Drake2000-10-101-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 Drake2000-10-1016-38/+40
|
* Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-4/+14
| | | | Added "See also" section with relevant RFC references.
* Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-2/+3
|
* Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-102-5/+4
|
* Move the documentation for the mutex module to be with the threadingFred Drake2000-10-101-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 Drake2000-10-091-1/+1
|