- 06 Mar, 1998 21 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Rewrite \seemodule (again) to allow an optional argument to support modules which include an underscore in the names. See example in comments.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
howto.perl is new; supports LaTeX2HTML for HOWTO documents.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
got transposed.
-
Guido van Rossum authored
at least the build will now succeed). For Sony NEWS-OS, BSD 4.3 based.
-
Guido van Rossum authored
-
Guido van Rossum authored
setbuf() if a buffer size of 0 or 1 byte is requested.
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
and the destructor is called early, it doesn't DECREF garbage.
-
- 05 Mar, 1998 18 commits
-
-
Guido van Rossum authored
button widget, not involving a __getattr__() method but a callback on the widget.
-
Fred Drake authored
-
Fred Drake authored
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 authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
is not appropriate for the howto document class.
-
Fred Drake authored
clean: Remove all the generatable tarballs.
-
Fred Drake authored
at Guido's suggestion.
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
Also added simple "clean" target (removes *.o and executable).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
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 authored
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 1 commit
-
-
Fred Drake authored
-