- 27 Apr, 1998 5 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
Thanks to Timothy Wild <twild@clear.net.nz> for catching the omission of delete().
-
Fred Drake authored
of using re instead of regex.
-
Guido van Rossum authored
-
- 25 Apr, 1998 3 commits
-
-
Fred Drake authored
-
Fred Drake authored
for the manual documents.
-
Fred Drake authored
This is separated so I can build A4 and US Letter sizes without having to edit files. Anyone who downloads the source package can also simply edit this file, which is a lot shorter than the manual.cls file, and easier to find the appropriate line.
-
- 24 Apr, 1998 9 commits
-
-
Fred Drake authored
-
Fred Drake authored
Some mods to allow PS to be generated when the current dir is *not* Doc; to help out with generating A4 versions.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
same on 32 and 64 bit machines.
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files.
-
- 23 Apr, 1998 22 commits
-
-
Barry Warsaw authored
Convert to re module; remove all references to regexp and regsub Added support for the new texinfo @url{} and @email{} commands
-
Barry Warsaw authored
documentation, so it has been moved to ../../Tools/scripts Fred, please verify.
-
Guido van Rossum authored
need to call PyList_SetItem(v,i,w) when PyList_GET_ITEM(v,i)=w {sic} will do.
-
Guido van Rossum authored
the description of setparams() was wrong. wave.py: Include the tag of an unknown format in the exception.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
This is not necessarily the case. It is possible to create a Python binary which contains built-in extension modules. Therefore checkextensions should be used for all unknown and builtin modules. (Sjoerd Mullender)
-
Guido van Rossum authored
used. It is useful to implicitly set the -O flag in the frozen application. (Sjoerd Mullender)
-
Guido van Rossum authored
Setup file are fixed so that they will work from the freeze build directory. However, relative path names in liner -L and -R options are not fixed in this way. (Sjoerd Mullender)
-
Fred Drake authored
I suppose we really do need a markup guide. -sigh-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
movies, etc. TimeBase objects have also been slightly modified for this (for instance: the DisposeTimeBase call shouldn't be done in the __del__ routine, the timebase might belong to someone else).
-
Jack Jansen authored
-
Jack Jansen authored
-
- 21 Apr, 1998 1 commit
-
-
Fred Drake authored
compilers happy. initparser(): Remove unused variable. gcc -Wall is now happy.
-