- 30 Jan, 1999 13 commits
-
-
Just van Rossum authored
- this file dropped onto the interpreter - applet built by BuildApplet (contains only __main__) - applet built by BuildIDE (contains all IDE modules)
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr
-
Just van Rossum authored
-
Jack Jansen authored
C struct declarations with #ifndef rez
-
Guido van Rossum authored
In the docstring of ConfigParser.py (Python 1.5.2b1): read(*filenames) -- read and parse the list of named configuration files should be: read(filenames) -- read and parse the list of named configuration files The method accepts a list, not a bunch of positional arguments. Which is good, the list is much more convenient.
-
- 29 Jan, 1999 27 commits
-
-
Guido van Rossum authored
second time!
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
the info tarball.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
applied to all filenames before they are compared, looked up in the breaks dictionary, etc. The default implementation does nothing -- it's implented as fast as possible via str(). A useful implementation would make everything a absolute, e.g. return os.path.normcase( os.path.abspath(filename)).
-
Barry Warsaw authored
Purify) being caused by a bug in the readline library. Nothing we can do about it. Cause: readline_initialize_everything() throws away the return value from rl_read_init_file(), but that happens to be the last reference to a dynamically allocated char*.
-
Andrew M. Kuchling authored
decompressor object. This required adding a flag to the struct which is true if initialisation was completed; on object destruction, deflateEnd() is only called if the flag is true.
-
Fred Drake authored
-
Fred Drake authored
the DTD.
-
Fred Drake authored
this takes 5 minutes off the conversion of the whole tree by reducing the number of tree-traversals from 14 to 1.
-
Barry Warsaw authored
-
Fred Drake authored
-
Fred Drake authored
the right <signature>s and <description>. This seems to work a lot better now!
-
Guido van Rossum authored
-
Barry Warsaw authored
leaf_exc flag to zero otherwise the name leaks memory.
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
version of the Python interpreter. This is \version in the LaTeX format of the documentation.
-
Fred Drake authored
-
Just van Rossum authored
-
Fred Drake authored
-
Just van Rossum authored
-
Fred Drake authored
-
Jack Jansen authored
bundle to its own Rez source file. With these changes various resources are all set automatically from .h files.
-