summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging "set -x".Fred Drake2001-03-031-3/+0
* Fix a few minor markup nits.Fred Drake2001-03-031-13/+13
* Rene Liebscher <R.Liebscher@gmx.de>:Fred Drake2001-03-031-2/+112
* Discuss PEP 236.Andrew M. Kuchling2001-03-031-2/+37
* Update estimate bug and patch countsAndrew M. Kuchling2001-03-021-1/+1
* Revise the scripts I use to update the documentation on the SourceForgeFred Drake2001-03-022-37/+41
* Lots of organizational changes for consistency with the rest of theFred Drake2001-03-021-225/+289
* There was a real leak in the "export a C API" example; fix that one.Fred Drake2001-03-021-4/+9
* Label classes and exceptions explicitly in the documentation (for theirFred Drake2001-03-022-17/+19
* There is no longer a -X option to the interpreter, so remove the commentsFred Drake2001-03-021-21/+16
* For copyfile(), be explicit that src and dst are file names; that was onlyFred Drake2001-03-021-2/+3
* Job.build_html(): When formatting HTML into more than one HTML page, andFred Drake2001-03-021-7/+25
* Added entry for urllib2 documentation.Fred Drake2001-03-012-0/+2
* Use larger chunks for the HTML version of the Distutils documentation.Fred Drake2001-03-011-2/+2
* Comment out section titles for sections that have not been written yet;Fred Drake2001-03-011-9/+59
* Comment out section titles for sections that have not been written yet;Fred Drake2001-03-011-65/+141
* Document configuration flags to compile for large file support onGuido van Rossum2001-03-011-1/+9
* Checking in patch 404826 -- urllib2 enhancements and documentations.Moshe Zadka2001-03-011-0/+501
* Bump the release number to 2.1b1.Fred Drake2001-03-011-1/+1
* Fix markup nit pointed out by FLDAndrew M. Kuchling2001-03-011-1/+1
* Document PyErr_WarnExplicit().Guido van Rossum2001-02-281-0/+9
* Document warn_explicit().Guido van Rossum2001-02-281-0/+10
* Add entry for the inspect module.Fred Drake2001-02-282-0/+2
* Clean up some of the markup for consistency, wrap some long lines.Fred Drake2001-02-281-45/+50
* Fix some rules broken by typos, others by the flattening of the makefile.Fred Drake2001-02-281-7/+7
* Add description of PEP235Andrew M. Kuchling2001-02-281-19/+23
* Cover pydocAndrew M. Kuchling2001-02-281-48/+44
* Document the object allocatorAndrew M. Kuchling2001-02-281-2/+12
* added description of NL tokenSkip Montanaro2001-02-281-1/+4
* Update documentation for termios module; do not refer to the TERMIOS moduleFred Drake2001-02-271-30/+27
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-271-16/+36
* inspect: a module for getting information out of live Python objectsKa-Ping Yee2001-02-271-0/+261
* Updates to describe function attributes.Barry Warsaw2001-02-271-4/+12
* Updates to the semantics of function and method attributes.Barry Warsaw2001-02-271-14/+18
* Minor adjustments, including markup corrections.Fred Drake2001-02-231-5/+6
* Fix extra backslash in example.Fred Drake2001-02-231-4/+1
* Another name.Fred Drake2001-02-231-0/+1
* Fix up the markup in some recently-added portions of the text.Fred Drake2001-02-231-26/+27
* Work around the broken formatting of sys.ps1 prompts in running text.Fred Drake2001-02-221-46/+48
* cd to the html/ directory to generate the global module index so the linksFred Drake2001-02-221-2/+3
* The ACKS file is in the current directory when converted to HTML; this wasFred Drake2001-02-221-1/+1
* Remove entry for soundex module!Fred Drake2001-02-221-1/+0
* Sequence indexes are non-negative, not natural (0 is not a natural number).Fred Drake2001-02-221-32/+32
* Remove documentation for the soundex module; the module is no longerFred Drake2001-02-222-76/+32
* Patch #103885: Add dynamic registration and lookup of DOM implementations.Martin v. Löwis2001-02-221-0/+30
* Improve accuracy. In the .tex file, note the new "% BUG:" comments: anTim Peters2001-02-201-7/+12
* Added missing \item. See also bug 133213, about damaged HTML generatedTim Peters2001-02-201-1/+2
* Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.Tim Peters2001-02-201-5/+34
* ConfigParser.optionxform(): Document this since it is available forFred Drake2001-02-191-0/+10
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-02-191-9/+440