- 06 Mar, 1998 23 commits
-
-
Guido van Rossum authored
Migration to Frame 5.5. Checking in the PDF file. (This is questionable -- but we check in the Postscript as well. Perhaps *both* should be removed from the CVS tree, now everything is unbundled and we're distributing PS and PDF tarballs?) Note -- the HTML generation using webmaker is currently broken. I'll have to look into generating HTML from Frame...
-
Fred Drake authored
-
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 17 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.
-