- 25 Kas, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
- New copyright. (Open source) - Fixed problem in seek method. The seek method should (and now does) fill with nulls when seeking past the end of the "file".
-
Guido van Rossum yazdı
-
- 24 Kas, 1998 3 kayıt (commit)
-
-
Fred Drake yazdı
SGML will be supported soon, probably using an ESIS representation saved in a temp file.
-
Fred Drake yazdı
something that con't be done with the DOM as far as I can tell.
-
Fred Drake yazdı
conversion tools currently being constructed. Add a chapter from Jim Fulton on using Misc/Makefile.pre.in. Still preliminary. The "Dynamic Loading" chapter needs to be updated (and possibly removed, since it's no longer an issue for most (any?) users.
-
- 23 Kas, 1998 13 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
different internal indentation levels.
-
Guido van Rossum yazdı
than integers and recommending sys.exit("message"). (I see this as Python's answer to Perls ``die "message";''.)
-
Fred Drake yazdı
LaTeX-based ESIS streams to be a little better structured, and generally perform clean-up. Preliminary.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Be more informative in an exception message.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
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 yazdı
Make the table of attribute information contain only one kind of entry. Simplifies some stuff in subconvert().
-
- 20 Kas, 1998 1 kayıt (commit)
-
-
Barry Warsaw yazdı
semantics between CPython/JPython when the script source is piped to stdin.
-
- 18 Kas, 1998 10 kayıt (commit)
-
-
Fred Drake yazdı
probably only usable for the Python docs. But also probably more useful than latex2esis.py.
-
Fred Drake yazdı
probably only usable for the Python docs.
-
Guido van Rossum yazdı
do_delete(); do_clear() was meant. By Greg Ward.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 17 Kas, 1998 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Barry Warsaw yazdı
correct Python shell (CPython or JPython).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
running in a non-threaded environment. He added some #ifdefs that fix this.
-
- 16 Kas, 1998 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Noted by Stefan Witzel.
-
Guido van Rossum yazdı
Noted by Stefan Witzel.
-
Guido van Rossum yazdı
Tip by Vladimir Marangozov.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-