- 25 Oct, 2000 11 commits
-
-
Fred Drake authored
<mal@lemburg.com>. Lots of markup reformatting to make it easier for me to read & maintain.
-
Jeremy Hylton authored
Reformatting -- long lines, "[ ]" -> "[]", a few indentation nits. Replace calls to Node function (which constructed ast nodes) with calls to actual constructors imported from ast module. Optimize com_node (most frequently used method) for the common case -- the appropriate method is found in _dispatch. Fix com_augassign to use class object's rather than node names (rendered invalid by recent changes to ast) Remove expensive tests for sequence-ness in com_stmt and com_append_stmt. These tests should never fail; if they do, something is really broken and exception will be raised elsewhere. Fix com_stmt and com_append_stmt to use isinstance rather than testing's type slot of ast node (this slot disappeared with recent changes to ast).
-
Jeremy Hylton authored
-
Jeremy Hylton authored
and store in local; 2) define _preorder to be dispatch (rather than method that called dispatch).
-
Jeremy Hylton authored
structure (ast.txt). Usage is python astgen.py > ast.py.
-
Fred Drake authored
information about the --with-pydebug option to configure. This closes bug #117070.
-
Guido van Rossum authored
Changed the landmark to tclIndex, which should occur in both.
-
Fred Drake authored
whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.) get_version_text(): New function. Returns HTML fragment describing the software version and documentation date. bot_navigation_panel(): Include the result of get_version_text() at the end, so the information is available on every page.
-
Fred Drake authored
whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.)
-
Fred Drake authored
-
Fred Drake authored
will be added to Doc/perl/l2hinit.perl shortly.
-
- 24 Oct, 2000 10 commits
-
-
Fred Drake authored
just sitting around in my working directory.
-
Fred Drake authored
Changes to error messages to increase consistency & clarity. This (mostly) closes SourceForge patch #101839.
-
Guido van Rossum authored
at the end. This fixes a problem where python Lib/test/test_import.py failed while "make test" succeeded.
-
Lars Gustäbel authored
-
Lars Gustäbel authored
now, so can't find number).
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
Fred Drake authored
-
Fred Drake authored
Documentation for the xml.dom.minidom module & Python DOM API. FLD: I have revised the markup in some places and added a few minor details to Paul's text, but that's it. Given the substantial structural differences with the bulk of the presentation, I will be making additional revisions over the next few days.
-
Fred Drake authored
distracting.
-
- 23 Oct, 2000 13 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
and be clear that you need to clean it up when done.
-
Fred Drake authored
and PyString_AsStringAndSize() for strings that were just created using PyString_FromStringAndSize(NULL, n). This closes bug #117377. Added warning about passing NULL to the concrete object functions; many of them use the appropriate Py<Type>_Check() test, but do not check for NULL. "de-allocated" --> "deallocated"
-
Fred Drake authored
function. This closes bug #117467.
-
Fred Drake authored
-
Fred Drake authored
This closes SourceForge bug #117490.
-
- 22 Oct, 2000 6 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
-
Fred Drake authored
Added table mapping abstract operations to syntax to functions, based on a suggestion from Bob Weiner <weiner@beopen.com>.
-