- 06 Mar, 1998 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
setbuf() if a buffer size of 0 or 1 byte is requested.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
and the destructor is called early, it doesn't DECREF garbage.
-
- 05 Mar, 1998 18 kayıt (commit)
-
-
Guido van Rossum yazdı
button widget, not involving a __getattr__() method but a callback on the widget.
-
Fred Drake yazdı
-
Fred Drake yazdı
Andrew, plase check to make sure these are the ones you want used and get back to me; this stuff will be "published" in the near future.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
is not appropriate for the howto document class.
-
Fred Drake yazdı
clean: Remove all the generatable tarballs.
-
Fred Drake yazdı
at Guido's suggestion.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
now we're reindented. Remove files before renaming something to them -- for Windows. Change check for Python home directory so it works correct on Windows.
-
Guido van Rossum yazdı
Also added simple "clean" target (removes *.o and executable).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Add the script directory to the path. Fix the sanity checks on the arguments so they don't mess up the -m option; remove the requirement that the script must have a .py extension.
-
Guido van Rossum yazdı
Frozen packages are indicated by a negative size (the code string is the __import__.py file). A frozen package module has its __path__ set to a string, the package name.
-
Guido van Rossum yazdı
We have a whole new module finder that uses the actual Python parser and scans the bytecode for IMPORT_NAME and IMPORT_FROM. This requires some support in import.c (that hasn't been checked in). New command line options for this: -d, -q, -m.
-
- 04 Mar, 1998 13 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
data file.
-
Fred Drake yazdı
will allow us to have a class of smaller documents as well.
-
Guido van Rossum yazdı
work on Windows.
-
Fred Drake yazdı
-
Fred Drake yazdı
target.
-
Fred Drake yazdı
along with the others. html-$(VERSION).tar.gz: Change the wildcard for picking up GIFs a little to avoid changes in what LaTeX2HTML generates.
-
Fred Drake yazdı
Add comments about what to do about bugs.
-
Fred Drake yazdı
-
Fred Drake yazdı
Chunk.__repr__(), main(): Allow Chunk objects to get the buffer, to make the representation contain text instead of a pair of indexes. This makes debugging a little easier.
-
Fred Drake yazdı
get some funky quoting of ']' in \item[...] to work right without having to do really ugly things to the documents themselves. There are a lot of things relating to indexing that are commented out; parts need to be examined and dealt with with respect to changes in LaTeX2HTML internals. I'll work with Ross to see what it takes to make this sort of stuff reasonable.
-
Fred Drake yazdı
order. LaTeX2HTML just doesn't do things the same way as LaTeX, and this wasn't the fix. Simplify the generated HTML for \file{}. For \samp{}, use "..." instead of `...'; many fonts make that look pretty bad. ;-(
-
Fred Drake yazdı
a fix to LaTeX2HTML from Ross Moore. Yeah!
-
- 03 Mar, 1998 4 kayıt (commit)
-
-
Fred Drake yazdı
it no longer appears to be needed.
-
Guido van Rossum yazdı
position in new_buffersize(); the correct function to use is ftell(). Thanks to Ben Jackson.
-
Guido van Rossum yazdı
instead of 'locals' I was passing 'lock_import' to import_module_ex().
-
Fred Drake yazdı
-