- 26 Oct, 2000 12 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
as much of this as possible. Avoids propogating information about how various outputs relate (or don't!).
-
Fred Drake authored
and provided instructions for getting it installed.
-
Fred Drake authored
Adjusted to reflect the rename of Setup.in to Setup.dist. Added pointer to the "Distributing Python Modules" manual in the appropriate place.
-
Fred Drake authored
Clarify when this file is created automatically and do not advocate creating it unless needed. Explain that Setup never gets overwritten.
-
Fred Drake authored
already exist.
-
Fred Drake authored
Setup (instead of creating it from the Makefile).
-
Fred Drake authored
documentation.
-
Fred Drake authored
-
Fred Drake authored
augmented print statement instead.
-
Fred Drake authored
augmented print statement instead.
-
- 25 Oct, 2000 18 commits
-
-
Fred Drake authored
This closes bug #117706.
-
Guido van Rossum authored
BSDs) you need a leading underscore in the dlsym() lookup name.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
document it as only being a base class, not matter how unlikely this is to affect normal users.
-
Fred Drake authored
was added in 2.0.
-
Fred Drake authored
getdefaultencoding() and setdefaultencoding().
-
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.
-