| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
build on SGI":
* Check for 'sgi' preprocessor symbol, not '__sgi__'
* Surround individual character macros with #ifdef's, instead of making them
all rely on STRICT_SYSV_CURSES
|
|
|
|
| |
Reported by Erno Kuusela <erno@iki.fi>.
|
|
|
|
| |
ndiff w/ a custom version I made for Guido during the pre-2.0 freeze.
|
| |
|
|
|
|
|
| |
Jocham. Philipp asks: "Are there any success stories with HP-UX 11.00
and -lcma? Maybe libcma is broken."
|
|
|
|
|
|
|
|
|
| |
When a method is called with no regular arguments and * args, defer
the first arg is subclass check until after the * args have been
expanded.
N.B. The CALL_FUNCTION implementation is getting really hairy; should
review it to see if it can be simplified.
|
|
|
|
|
|
|
| |
scope to be " (in module <name>)" instead of
" (in <name>)" to be consistent with \withsubitem
usage throughout the documentation. This achieves
consistency in indexing throughout the documentation.
|
|
|
|
|
|
|
|
|
| |
the content body is the \ttindex macro, which seems to match actual usage.
Adjust \funcline to restore the "index sub-item" for functions to be
" (in module <name>)" instead of " (in <name>)". This is need to match
uses of \withsubitem throughout the documentation. (Not ideal, but
gets achieves consistency.)
|
|
|
|
| |
Have the mail sent to the python-dev and Doc-SIG lists.
|
|
|
|
|
|
| |
to be very robust. Using \index directly fixes a lot of entries in the
index that had to be specifically read to determine that they had the
wrong parenthesized description.
|
|
|
|
|
|
|
|
| |
and to provide more consistent indexing.
Added an index entry.
Added documentation for the error and XMLParserType objects.
|
|
|
|
|
|
|
| |
has the required length.
initpyexpat(): Provide the type object for the ParserCreate() return
value as XMLParserType.
|
|
|
|
| |
may be out of date.
|
| |
|
|
|
|
|
|
|
|
| |
-- 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)
|
| |
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
class, method, and function docstrings.
|
|
|
|
|
|
| |
basename program, as suggested by Gregor Hoffleit <gregor@hoffleit.de>.
This closes bug #119485.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
as much of this as possible. Avoids propogating information about how
various outputs relate (or don't!).
|
|
|
|
| |
and provided instructions for getting it installed.
|
|
|
|
|
|
|
| |
Adjusted to reflect the rename of Setup.in to Setup.dist.
Added pointer to the "Distributing Python Modules" manual in the
appropriate place.
|
|
|
|
|
|
|
| |
Clarify when this file is created automatically and do not advocate
creating it unless needed.
Explain that Setup never gets overwritten.
|
|
|
|
| |
already exist.
|
|
|
|
| |
Setup (instead of creating it from the Makefile).
|
|
|
|
| |
documentation.
|
| |
|
|
|
|
| |
augmented print statement instead.
|
|
|
|
| |
augmented print statement instead.
|
|
|
|
| |
This closes bug #117706.
|
|
|
|
| |
BSDs) you need a leading underscore in the dlsym() lookup name.
|
| |
|
| |
|
|
|
|
|
| |
document it as only being a base class, not matter how unlikely this is
to affect normal users.
|
|
|
|
| |
was added in 2.0.
|
|
|
|
| |
getdefaultencoding() and setdefaultencoding().
|
|
|
|
|
|
| |
<mal@lemburg.com>.
Lots of markup reformatting to make it easier for me to read & maintain.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
|
| |
and store in local; 2) define _preorder to be dispatch (rather than
method that called dispatch).
|
|
|
|
| |
structure (ast.txt). Usage is python astgen.py > ast.py.
|
|
|
|
|
|
| |
information about the --with-pydebug option to configure.
This closes bug #117070.
|
|
|
|
| |
Changed the landmark to tclIndex, which should occur in both.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
whatever is being documented, not necessarily Python. (These tools are
also used for the How-To documents, etc.)
|
| |
|
|
|
|
| |
will be added to Doc/perl/l2hinit.perl shortly.
|