- 12 Apr, 2002 16 commits
-
-
Neil Schemenauer authored
PyMalloc_ prefix and use PyObject_ instead. I'm not sure about the debugging functions. Perhaps they should stay as PyMalloc_.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
PyObject_Del and PyObject_GC_Del can now be used as a function designators.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
designators. Remove PyMalloc_New.
-
Neil Schemenauer authored
compatibility function. Make PyObject_GC_Track and PyObject_GC_UnTrack functions instead of trivial macros wrapping functions. Provide binary compatibility functions.
-
Neil Schemenauer authored
it's enabled.
-
Neil Schemenauer authored
it's enabled. Allow PyObject_Del, PyObject_Free, and PyObject_GC_Del to be used as function designators. Provide source compatibility macros. Make PyObject_GC_Track and PyObject_GC_UnTrack functions instead of trivial macros wrapping functions.
-
Neil Schemenauer authored
-
Tim Peters authored
-
- 11 Apr, 2002 22 commits
-
-
Jack Jansen authored
Get rid of backward compatibility modules. Do this fairly early in the 2.3 cycle so we don't shoot ourselves in the foot later.
-
Fred Drake authored
-
Fred Drake authored
The deprecation is now listed in PEP 4.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
not-GPL-compatible to GPL-compatible, with a footnote explaining that RMS disagrees. I'm not going to discuss this further -- both sides (CNRI and RMS) will argue their POV till they're blue in the face.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now standard (appearance, interned strings)
-
Jack Jansen authored
-
Jack Jansen authored
-
Tim Peters authored
module necessarily raises.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Fred Drake authored
This is nice for use with "make TESTOPTS='-u all' test".
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
The bug report pointed out a bogosity in the comment block explaining thread safety for arena management. Repaired that comment, repaired a couple others while I was at it, and added an assert. _PyMalloc_DebugRealloc: If this needed to get more memory, but couldn't, it erroneously freed the original memory. Repaired that. This is for 2.3 only (unless we decide to backport the new pymalloc).
-
Mark Hammond authored
Different .pyc icon - use "paler" colors to better differentiate it from the main .py icon. As discussed with Tim (prompted by cl.lpy posting)
-
Fred Drake authored
-
- 10 Apr, 2002 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-