summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Strengthen the constraints on calling PyObject_GC_Fini().Fred Drake2001-03-231-0/+5
* Add nested scopes spec to appendix.Jeremy Hylton2001-03-234-32/+161
* Remove the annoying __version__ definitions.Fred Drake2001-03-233-4/+0
* Lots of small changes to make this work with the Python DOM bindingsFred Drake2001-03-231-91/+95
* Pick up the "encode" function from esistools instead of defining our ownFred Drake2001-03-231-15/+9
* No quotes around the "future" in the first use of the term "futureFred Drake2001-03-231-1/+1
* Re-write to no longer depend on an old version of PyXML. This nowFred Drake2001-03-231-46/+273
* Pick the "escape" function from the standard library instead of from PyXML.Fred Drake2001-03-231-1/+1
* Add conversions for more of the markup -- not all of this was around whenFred Drake2001-03-231-1/+32
* Add entry for the futures appendix in the reference manual.Fred Drake2001-03-231-3/+3
* Include the futures appendix.Fred Drake2001-03-231-0/+3
* Revise the markup so that this formats and uses markup consistently withFred Drake2001-03-231-28/+32
* Add some initial text for the appendix on future statements and nested scopes.Jeremy Hylton2001-03-231-0/+149
* Note that assignments to __debug__ are illegalJeremy Hylton2001-03-231-0/+2
* Revert to ver 1.22, which was the version before the nested scopesJeremy Hylton2001-03-231-91/+106
* Bump version number.Fred Drake2001-03-231-1/+1
* Explain the difference between NL and NEWLINE.Ka-Ping Yee2001-03-231-1/+4
* Give a slightly better explanation of excepthook.Ka-Ping Yee2001-03-231-4/+6
* Update to the most recent weakref changes.Fred Drake2001-03-231-11/+4
* Add a paragraph about obmalloc turning up bugs in extension modulesAndrew M. Kuchling2001-03-231-2/+21
* Add section for PEP 241Andrew M. Kuchling2001-03-231-5/+109
* Add sys.excepthook.Ka-Ping Yee2001-03-231-3/+24
* Bump the version number.Fred Drake2001-03-221-1/+1
* Update to the current state of the universe.Fred Drake2001-03-221-5/+18
* Be more clear about the specific rules for supporting the cyclic GC in anFred Drake2001-03-221-4/+126
* Integrated an expanded version of some text from Neil Schemenauer aboutFred Drake2001-03-211-3/+85
* Moved the description of the tzparse module to the "Obsolete" sectionFred Drake2001-03-201-4/+5
* Markup nit: For the Python documents, we use \empt instead of \textit.Fred Drake2001-03-191-1/+1
* Add documentation for SGMLParser.handle_decl().Fred Drake2001-03-161-0/+10
* Finally fill in the documentation for the PyDict_Next() function. It isFred Drake2001-03-161-2/+20
* Add some LaTeX magic so that Latin-1 characters do not get so badlyFred Drake2001-03-131-0/+1
* Py_BuildValue(): Add "D" conversion to create a Python complex value fromFred Drake2001-03-121-0/+3
* Fix a further markup problem noted by FLDAndrew M. Kuchling2001-03-101-1/+1
* Re-order some method descriptions for a more logical grouping.Fred Drake2001-03-081-25/+25
* Add more font flavors for <var> elements; the previous incarnation causedFred Drake2001-03-081-1/+1
* Do not refer to "sub-modules" since that is not a defined term.Fred Drake2001-03-061-7/+8
* Re-word the explanation of the in/not in operators for increased contentFred Drake2001-03-061-6/+14
* Turn "Python Documentation Central" into just "Documentation Central"; someFred Drake2001-03-061-1/+1
* Make sure the README files that contain page count information land inFred Drake2001-03-061-1/+1
* Correct typos in Ping's email address.Fred Drake2001-03-061-4/+4
* Update documentation to reflect the shift to NetrcParseError instead ofFred Drake2001-03-061-2/+10
* 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