- 02 Şub, 1999 8 kayıt (commit)
-
-
Fred Drake yazdı
nor a separate paragraph.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Clarified (hopefully :-) the documentation of elements and attributes variables.
-
Guido van Rossum yazdı
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 yazdı
a process exit status as a parameter.
-
Just van Rossum yazdı
put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
- 01 Şub, 1999 19 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Formalize the xstat() documentation.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
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 yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
this doesn't exist everywhere, so go back to using #ifdef NeXT.
-
Guido van Rossum yazdı
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 yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-- jvr
-
- 31 Ock, 1999 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 30 Ock, 1999 12 kayıt (commit)
-
-
Just van Rossum yazdı
- this file dropped onto the interpreter - applet built by BuildApplet (contains only __main__) - applet built by BuildIDE (contains all IDE modules)
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
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 yazdı
-
Jack Jansen yazdı
C struct declarations with #ifndef rez
-