- 23 Nov, 1998 10 commits
-
-
Guido van Rossum authored
the previous patch wasn't -- there was a path through the code that bypassed all initializations. Thanks to Just for reporting the bug!
-
Fred Drake authored
different internal indentation levels.
-
Guido van Rossum authored
than integers and recommending sys.exit("message"). (I see this as Python's answer to Perls ``die "message";''.)
-
Fred Drake authored
LaTeX-based ESIS streams to be a little better structured, and generally perform clean-up. Preliminary.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Be more informative in an exception message.
-
Guido van Rossum authored
-
Fred Drake authored
Don't duplicate the information on what's empty; rely on the input data for that. (This means that the DOM may need more work.)
-
Fred Drake authored
Make the table of attribute information contain only one kind of entry. Simplifies some stuff in subconvert().
-
- 20 Nov, 1998 1 commit
-
-
Barry Warsaw authored
semantics between CPython/JPython when the script source is piped to stdin.
-
- 18 Nov, 1998 10 commits
-
-
Fred Drake authored
probably only usable for the Python docs. But also probably more useful than latex2esis.py.
-
Fred Drake authored
probably only usable for the Python docs.
-
Guido van Rossum authored
do_delete(); do_clear() was meant. By Greg Ward.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 17 Nov, 1998 5 commits
-
-
Fred Drake authored
-
Barry Warsaw authored
correct Python shell (CPython or JPython).
-
Guido van Rossum authored
-
Guido van Rossum authored
Because it might be a common mistake to pass a single string, this situation is treated separately. Since we were making a copy of the longopts list anyway, we now use the list() function -- this made it necessary to change all uses of the local variable (and argument) 'list' to something more meaningful, i.e., 'opts'. Also added docstrings (copied from the library manual) and removed the (now redundant) module comments.
-
Guido van Rossum authored
running in a non-threaded environment. He added some #ifdefs that fix this.
-
- 16 Nov, 1998 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Noted by Stefan Witzel.
-
Guido van Rossum authored
Noted by Stefan Witzel.
-
Guido van Rossum authored
Tip by Vladimir Marangozov.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
METH_VARARGS conventions and PyArg_ParseTuple(), and document the flag and where to look for PyArg_ParseTuple() info. Response to comment from Don Bashford <bashford@scripps.edu>.
-
Fred Drake authored
-
- 02 Nov, 1998 6 commits
-
-
Barry Warsaw authored
-
Fred Drake authored
<dalke@bioreason.com>).
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-