- 02 Feb, 1999 9 commits
-
-
Fred Drake authored
-
Fred Drake authored
nor a separate paragraph.
-
Fred Drake authored
-
Guido van Rossum authored
Clarified (hopefully :-) the documentation of elements and attributes variables.
-
Guido van Rossum authored
Fix leaking of instances by removing the elements variable that we created on closing the parser. The elements variable is now created in the reset() method, so that the sequence close(); reset(); ... works. Also, add the name of the entity reference that wasn't found to the error message.
-
Fred Drake authored
a process exit status as a parameter.
-
Just van Rossum authored
put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr
-
Jack Jansen authored
-
Guido van Rossum authored
-
- 01 Feb, 1999 19 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Formalize the xstat() documentation.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
was appended to a list. Lists are reference count neutral, so the string must be DECREF'd. Also added some checks for the return value of PyList_Append(). Note: there are still some memory problems reported by Purify (I get two Array Bounds Reads still and an Unitialized Memory Read). Also, in scanning the code, there appears to be some potential problems where return values aren't checked. To much to attack now though.
-
Just van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
this doesn't exist everywhere, so go back to using #ifdef NeXT.
-
Guido van Rossum authored
from Python 1.5.1: If after __init__ finishes no new elements variable was created, this patch will search the instance's namespace for all attributes whose name start with start_ or end_ and put their value in a new elements instance variable.
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-- jvr
-
- 31 Jan, 1999 1 commit
-
-
Just van Rossum authored
-
- 30 Jan, 1999 11 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
-