| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Strengthen the constraints on calling PyObject_GC_Fini(). | Fred Drake | 2001-03-23 | 1 | -0/+5 |
| | | |||||
| * | Add nested scopes spec to appendix. | Jeremy Hylton | 2001-03-23 | 4 | -32/+161 |
| | | | | | | | | | | | | Add new opcodes LOAD_CLOSURE, LOAD_DEREF, STORE_DEREF, MAKE_CLOSURE to docs for dis module. Add docs for new function and code members in Sec. 3 of ref manual. They're present regardless of whether nested scopes are used. Remove description of default argument hack from Sec. 7 of the ref manual and refer the reader to the appendix. | ||||
| * | Remove the annoying __version__ definitions. | Fred Drake | 2001-03-23 | 3 | -4/+0 |
| | | |||||
| * | Lots of small changes to make this work with the Python DOM bindings | Fred Drake | 2001-03-23 | 1 | -91/+95 |
| | | | | | | | | (minidom in particular); it was using PyDOM which is now obsolete. Only write the output file on success -- this avoids updating the timestamp on the file on failure, which confuses "make". | ||||
| * | Pick up the "encode" function from esistools instead of defining our own | Fred Drake | 2001-03-23 | 1 | -15/+9 |
| | | | | | | | (broken) version. Remove Conversion.err_write() -- use dbgmsg() consistently. | ||||
| * | No quotes around the "future" in the first use of the term "future | Fred Drake | 2001-03-23 | 1 | -1/+1 |
| | | | | | statement". | ||||
| * | Re-write to no longer depend on an old version of PyXML. This now | Fred Drake | 2001-03-23 | 1 | -46/+273 |
| | | | | | | | | implements a SAX XMLReader interface instead of the old Builder interface used with PyDOM (now obsolete). This only depends on the standard library, not PyXML. | ||||
| * | Pick the "escape" function from the standard library instead of from PyXML. | Fred Drake | 2001-03-23 | 1 | -1/+1 |
| | | |||||
| * | Add conversions for more of the markup -- not all of this was around when | Fred Drake | 2001-03-23 | 1 | -1/+32 |
| | | | | | this file was written! | ||||
| * | Add entry for the futures appendix in the reference manual. | Fred Drake | 2001-03-23 | 1 | -3/+3 |
| | | | | | Correct the comment at the top of the file. | ||||
| * | Include the futures appendix. | Fred Drake | 2001-03-23 | 1 | -0/+3 |
| | | |||||
| * | Revise the markup so that this formats and uses markup consistently with | Fred Drake | 2001-03-23 | 1 | -28/+32 |
| | | | | | the rest of the documentation. | ||||
| * | Add some initial text for the appendix on future statements and nested scopes. | Jeremy Hylton | 2001-03-23 | 1 | -0/+149 |
| | | |||||
| * | Note that assignments to __debug__ are illegal | Jeremy Hylton | 2001-03-23 | 1 | -0/+2 |
| | | |||||
| * | Revert to ver 1.22, which was the version before the nested scopes | Jeremy Hylton | 2001-03-23 | 1 | -91/+106 |
| | | | | | | docs were introduced. This loses a few small changes, but Fred says that's okay. | ||||
| * | Bump version number. | Fred Drake | 2001-03-23 | 1 | -1/+1 |
| | | |||||
| * | Explain the difference between NL and NEWLINE. | Ka-Ping Yee | 2001-03-23 | 1 | -1/+4 |
| | | |||||
| * | Give a slightly better explanation of excepthook. | Ka-Ping Yee | 2001-03-23 | 1 | -4/+6 |
| | | |||||
| * | Update to the most recent weakref changes. | Fred Drake | 2001-03-23 | 1 | -11/+4 |
| | | |||||
| * | Add a paragraph about obmalloc turning up bugs in extension modules | Andrew M. Kuchling | 2001-03-23 | 1 | -2/+21 |
| | | | | | Mention the new ports | ||||
| * | Add section for PEP 241 | Andrew M. Kuchling | 2001-03-23 | 1 | -5/+109 |
| | | | | | Add PyUnit and sys.excepthook | ||||
| * | Add sys.excepthook. | Ka-Ping Yee | 2001-03-23 | 1 | -3/+24 |
| | | | | | | | | | Update docstring and library reference section on 'sys' module. New API PyErr_Display, just for displaying errors, called by excepthook. Uncaught exceptions now call sys.excepthook; if that fails, we fall back to calling PyErr_Display directly. Also comes with sys.__excepthook__ and sys.__displayhook__. | ||||
| * | Bump the version number. | Fred Drake | 2001-03-22 | 1 | -1/+1 |
| | | |||||
| * | Update to the current state of the universe. | Fred Drake | 2001-03-22 | 1 | -5/+18 |
| | | |||||
| * | Be more clear about the specific rules for supporting the cyclic GC in an | Fred Drake | 2001-03-22 | 1 | -4/+126 |
| | | | | | | | | extension object. Also included an example showing exactly what needs to be done and nothing else. This closes SF bug #228591. | ||||
| * | Integrated an expanded version of some text from Neil Schemenauer about | Fred Drake | 2001-03-21 | 1 | -3/+85 |
| | | | | | | | | supporting cyclic garbage collection. (This is not all of it, but I'm taking a break!) Also fixed some markup nits. | ||||
| * | Moved the description of the tzparse module to the "Obsolete" section | Fred Drake | 2001-03-20 | 1 | -4/+5 |
| | | | | | | | and note that it fails when the TZ environment variable is not set. This closes SF bug #409683. | ||||
| * | Markup nit: For the Python documents, we use \empt instead of \textit. | Fred Drake | 2001-03-19 | 1 | -1/+1 |
| | | |||||
| * | Add documentation for SGMLParser.handle_decl(). | Fred Drake | 2001-03-16 | 1 | -0/+10 |
| | | |||||
| * | Finally fill in the documentation for the PyDict_Next() function. It is | Fred Drake | 2001-03-16 | 1 | -2/+20 |
| | | | | | | | different enough to actually require an explanation. ;-) Fix a couple of PyDictObject* types that should be PyObject* types. | ||||
| * | Add some LaTeX magic so that Latin-1 characters do not get so badly | Fred Drake | 2001-03-13 | 1 | -0/+1 |
| | | | | | trashed. | ||||
| * | Py_BuildValue(): Add "D" conversion to create a Python complex value from | Fred Drake | 2001-03-12 | 1 | -0/+3 |
| | | | | | | | | a Py_complex C value. Patch by Walter Dörwald. This closes SF patch #407148. | ||||
| * | Fix a further markup problem noted by FLD | Andrew M. Kuchling | 2001-03-10 | 1 | -1/+1 |
| | | |||||
| * | Re-order some method descriptions for a more logical grouping. | Fred Drake | 2001-03-08 | 1 | -25/+25 |
| | | | | | (Based on reader comment!) | ||||
| * | Add more font flavors for <var> elements; the previous incarnation caused | Fred Drake | 2001-03-08 | 1 | -1/+1 |
| | | | | | | some NT/IE5.5 users to see only boxes for these characters. This might be specific to NT Service Pack 6. | ||||
| * | Do not refer to "sub-modules" since that is not a defined term. | Fred Drake | 2001-03-06 | 1 | -7/+8 |
| | | |||||
| * | Re-word the explanation of the in/not in operators for increased content | Fred Drake | 2001-03-06 | 1 | -6/+14 |
| | | | | | | | | and clarity. Add a footnote to the information on the possibility of shadowing builtins with locals & module globals. | ||||
| * | Turn "Python Documentation Central" into just "Documentation Central"; some | Fred Drake | 2001-03-06 | 1 | -1/+1 |
| | | | | | | Web browsers tried to wrap lines in bad ways, so we avoid the problem by putting fewer words on the page. | ||||
| * | Make sure the README files that contain page count information land in | Fred Drake | 2001-03-06 | 1 | -1/+1 |
| | | | | | the right directory (which actually exists). | ||||
| * | Correct typos in Ping's email address. | Fred Drake | 2001-03-06 | 1 | -4/+4 |
| | | | | | | | Remove premature use of negative indexes in string operation examples; negative indexes have not been explained at that point, and the use of negative indexes are not necessary for the examples. | ||||
| * | Update documentation to reflect the shift to NetrcParseError instead of | Fred Drake | 2001-03-06 | 1 | -2/+10 |
| | | | | | SyntaxError. | ||||
| * | Remove debugging "set -x". | Fred Drake | 2001-03-03 | 1 | -3/+0 |
| | | |||||
| * | Fix a few minor markup nits. | Fred Drake | 2001-03-03 | 1 | -13/+13 |
| | | |||||
| * | Rene Liebscher <R.Liebscher@gmx.de>: | Fred Drake | 2001-03-03 | 1 | -2/+112 |
| | | | | | | | Added information on using non-Microsoft compilers on Windows. [Minor edits for markup consistency. --FLD] | ||||
| * | Discuss PEP 236. | Andrew M. Kuchling | 2001-03-03 | 1 | -2/+37 |
| | | | | | Update nested scope section. | ||||
| * | Update estimate bug and patch counts | Andrew M. Kuchling | 2001-03-02 | 1 | -1/+1 |
| | | |||||
| * | Revise the scripts I use to update the documentation on the SourceForge | Fred Drake | 2001-03-02 | 2 | -37/+41 |
| | | | | | | | site. These now seem (slightly) more reliable, and easier to work with since update-docs.sh no longer needs to be installed ahead of time on my account at SF. | ||||
| * | Lots of organizational changes for consistency with the rest of the | Fred Drake | 2001-03-02 | 1 | -225/+289 |
| | | | | | | | documentation. Fix a few small markup nits. | ||||
| * | There was a real leak in the "export a C API" example; fix that one. | Fred Drake | 2001-03-02 | 1 | -4/+9 |
| | | | | | | (There are too many initspam() functions; they need to be renamed post-beta.) | ||||
| * | Label classes and exceptions explicitly in the documentation (for their | Fred Drake | 2001-03-02 | 2 | -17/+19 |
| | | | | | *desc environments). | ||||
