- 29 Eki, 2000 3 kayıt (commit)
-
-
Fred Drake yazdı
has the required length. initpyexpat(): Provide the type object for the ParserCreate() return value as XMLParserType.
-
Fred Drake yazdı
may be out of date.
-
Martin v. Löwis yazdı
-
- 28 Eki, 2000 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
-- fixed negative lookbehind to work correctly at the beginning of the target string (bug #117242) -- improved syntax check; you can no longer refer to a group inside itself (bug #110866)
-
Fred Drake yazdı
-
- 27 Eki, 2000 2 kayıt (commit)
-
-
Barry Warsaw yazdı
delimiter, watch out for backslash escaped delimiters. Also use = instead of eq for character comparison (because a character is = to it's integer value, but not eq to it).
-
Barry Warsaw yazdı
class, method, and function docstrings.
-
- 26 Eki, 2000 14 kayıt (commit)
-
-
Fred Drake yazdı
basename program, as suggested by Gregor Hoffleit <gregor@hoffleit.de>. This closes bug #119485.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
as much of this as possible. Avoids propogating information about how various outputs relate (or don't!).
-
Fred Drake yazdı
and provided instructions for getting it installed.
-
Fred Drake yazdı
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 yazdı
Clarify when this file is created automatically and do not advocate creating it unless needed. Explain that Setup never gets overwritten.
-
Fred Drake yazdı
already exist.
-
Fred Drake yazdı
Setup (instead of creating it from the Makefile).
-
Fred Drake yazdı
documentation.
-
Fred Drake yazdı
-
Fred Drake yazdı
augmented print statement instead.
-
Fred Drake yazdı
augmented print statement instead.
-
- 25 Eki, 2000 18 kayıt (commit)
-
-
Fred Drake yazdı
This closes bug #117706.
-
Guido van Rossum yazdı
BSDs) you need a leading underscore in the dlsym() lookup name.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
document it as only being a base class, not matter how unlikely this is to affect normal users.
-
Fred Drake yazdı
was added in 2.0.
-
Fred Drake yazdı
getdefaultencoding() and setdefaultencoding().
-
Fred Drake yazdı
<mal@lemburg.com>. Lots of markup reformatting to make it easier for me to read & maintain.
-
Jeremy Hylton yazdı
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 yazdı
-
Jeremy Hylton yazdı
and store in local; 2) define _preorder to be dispatch (rather than method that called dispatch).
-
Jeremy Hylton yazdı
structure (ast.txt). Usage is python astgen.py > ast.py.
-
Fred Drake yazdı
information about the --with-pydebug option to configure. This closes bug #117070.
-
Guido van Rossum yazdı
Changed the landmark to tclIndex, which should occur in both.
-
Fred Drake yazdı
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 yazdı
whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.)
-
Fred Drake yazdı
-
Fred Drake yazdı
will be added to Doc/perl/l2hinit.perl shortly.
-
- 24 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
just sitting around in my working directory.
-