- 25 Nov, 1998 13 commits
-
-
Fred Drake authored
in the LaTeX sources.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
Blame it on Just. ;-)
-
Fred Drake authored
Fixed an index entry, added three more.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
environment saves the name of the last class described, method and member descriptions were not picking it up correctly. Thus, many index entries were described as "( method)" instead of "(FooClass method)". Multiple entries were collapsed in the index when methods/members from multiple classes share the same name.
-
Fred Drake authored
object. Add "()" to method names indexed using \ttindex{}.
-
Guido van Rossum authored
- New copyright. (Open source) - Added new protocol for binary string pickles that takes out unneeded puts: p=Pickler() p.dump(x) p.dump(y) thePickle=p.getvalue() This has little or no impact on pickling time, but often reduces unpickling time and pickle size, sometimes significantly. - Changed unpickler to use internal data structure instead of list to reduce unpickling times by about a third. - Many cleanups to get rid of obfuscated error handling involving 'goto finally' and status variables. - Extensive reGuidofication. (formatting :) - Fixed binary floating-point pickling bug. 0.0 was not pickled correctly. - Now use binary floating point format when saving floats in binary mode. - Fixed some error message spelling error.
-
Guido van Rossum authored
- 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 authored
-
- 24 Nov, 1998 3 commits
-
-
Fred Drake authored
SGML will be supported soon, probably using an ESIS representation saved in a temp file.
-
Fred Drake authored
something that con't be done with the DOM as far as I can tell.
-
Fred Drake authored
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 Nov, 1998 13 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
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
-