summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Added explanation of the use of the first program argument passed to theFred Drake2000-09-231-0/+9
* Rename the public interface from "pyexpat" to "xml.parsers.expat".Fred Drake2000-09-231-26/+24
* Added warnings about platform vagaries to the strptime() documentation.Fred Drake2000-09-231-1/+9
* Added documentation for the new PyModule_*() convenience functions.Fred Drake2000-09-231-0/+26
* Added refcount information for the *_InPlace*() API series.Fred Drake2000-09-221-0/+53
* PyNumber_Coerce() returns an int, not a PyObject *.Fred Drake2000-09-221-1/+1
* Fix the way we found relevant cfuncdesc lines; PREFIX was not a regularFred Drake2000-09-221-7/+10
* use_sans_serif(),Fred Drake2000-09-221-10/+7
* Update versioning for the next Python release.Fred Drake2000-09-221-2/+2
* Update RELEASE for the next Python release.Fred Drake2000-09-221-1/+1
* Fix some minor nits about the use of \optional in parameter lists.Fred Drake2000-09-221-4/+4
* - Add DEBUG_SAVEALL option. When enabled all garbage objects found by theNeil Schemenauer2000-09-221-2/+10
* Correct some bitrot; some things have become inaccurate in the tutorial.Fred Drake2000-09-221-5/+9
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-09-211-0/+42
* Lots of minor fixes, many suggested by Detlef LannertFred Drake2000-09-211-7/+8
* Added dependencies on the bug-reporting text.Fred Drake2000-09-211-2/+5
* Include the new text on reporting bugs in a few useful places.Fred Drake2000-09-213-0/+12
* New text about how to report bugs in Python and the documentation.Fred Drake2000-09-211-0/+65
* Special case the "s#" PyArg_Parse() token for Unicode objects:Marc-André Lemburg2000-09-211-4/+4
* Convert the longest two tables from tableii to longtableii so they do notFred Drake2000-09-211-4/+4
* Add new environments: longtableii, longtableiii, and longtableiv, toFred Drake2000-09-213-6/+80
* Allow the LaTeX markup descriptions to use the \moreargs and \unspecifiedFred Drake2000-09-211-1/+5
* Note that __getitem__() may receive a slice object as the index;Fred Drake2000-09-211-2/+3
* Document directories are not always named with three characters any more;Fred Drake2000-09-211-7/+7
* Fixed a number of small problems reported by Detlef LannertFred Drake2000-09-213-9/+8
* .use_latex(): Make this a little smarter so that it only runs pdflatexFred Drake2000-09-201-31/+24
* Clarify that the softspace attribute is used by print for state management,Fred Drake2000-09-201-0/+3
* Add entries for the xml.sax documentation.Fred Drake2000-09-202-0/+2
* First cut at documentation for the xml.sax package (not including anyFred Drake2000-09-201-0/+108
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-192-0/+22
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-09-191-0/+10
* Many small clarifications, including many suggested by email.Fred Drake2000-09-191-17/+18
* make_nav_sectref(): Create more minimal HTML, hanging the class attributeFred Drake2000-09-191-2/+7
* Clarify a number of issues about the file-like object API based onFred Drake2000-09-191-20/+36
* Document the "printable" and "punctuation" constants added to the stringFred Drake2000-09-181-0/+11
* Add missing \declaremodule for zipfile.Fred Drake2000-09-181-0/+1
* Repaired some glitches in the MD5 and SHA docs; copied the descriptions ofTim Peters2000-09-182-10/+31
* Added documentation for new functions.Fred Drake2000-09-171-3/+11
* Make the <body> tag match those of the generated HTML; rely on the styleFred Drake2000-09-161-1/+1
* Document \cfuncdesc, \ctypedesc, and \cvardesc.Fred Drake2000-09-161-0/+28
* Push more of the display control into the style sheet.Fred Drake2000-09-162-3/+10
* Document new APIs PyOS_getsig() and PyOS_setsig().Guido van Rossum2000-09-161-0/+15
* Use a really ugly hack that depends on output processing by LaTeX2HTML.Fred Drake2000-09-162-8/+8
* Update URL to unicode.org's FTP site using an HTTP URL to the sameFred Drake2000-09-161-1/+1
* Update *both* uses of the URL to the zlib home page, and use the versionFred Drake2000-09-161-6/+6
* Update link to the zlib homepage.Fred Drake2000-09-161-4/+4
* Update the link to Andrew Kuchling's crypto code.Fred Drake2000-09-161-1/+1
* Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript).Fred Drake2000-09-161-2/+2
* Update some stale links.Fred Drake2000-09-162-8/+8
* Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough.Tim Peters2000-09-161-1/+3