COMMITS
/ Include/objimpl.h August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
July 7, 2002
T
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters committed
July 2, 2002
T
Finished transitioning to using gc_refs to track gc objects' states.
Tim Peters committed
T
Reserved another gc_refs value for untracked objects. Every live gc
Tim Peters committed
May 4, 2002
N
_PyGC_generation0 is now a pointer
Neil Schemenauer committed
April 28, 2002
T
Moving pymalloc along.
Tim Peters committed
April 13, 2002
T
_PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats.
Tim Peters committed
April 12, 2002
T
First cut at repairing out-of-date comments; make alignment of macro defs
Tim Peters committed
N
Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if
Neil Schemenauer committed
March 28, 2002
N
Add _Py_AS_GC macro. It will be used by the trashcan code on object.c.
Neil Schemenauer committed
March 22, 2002
N
Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*)
Neil Schemenauer committed
March 18, 2002
N
Drop the PyCore_* memory API.
Neil Schemenauer committed
N
Simpilify PyCore_* macros by assuming the function prototypes for
Neil Schemenauer committed
February 28, 2002
T
PyGC_Head: Use "long double" instead of "double" as the worst-case
Tim Peters committed
October 11, 2001
T
SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0.
Tim Peters committed
October 7, 2001
T
Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2.
Tim Peters committed
October 6, 2001
T
_PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value.
Tim Peters committed
T
Repaired the debug Windows deaths in test_descr, by allocating enough
Tim Peters committed
October 2, 2001
G
Add Garbage Collection support to new-style classes (not yet to their
Guido van Rossum committed
September 3, 2001
N
Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is
Neil Schemenauer committed
August 29, 2001
N
Change the GC type flag since the API has changed. Allow types using
Neil Schemenauer committed
August 3, 2001
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
March 22, 2001
F
A small change to the C API for weakly-referencable types: Such types
Fred Drake committed
February 27, 2001
N
Add Vladimir Marangozov's object allocator. It is disabled by default. This
Neil Schemenauer committed
February 2, 2001
F
Use a type flag to determine the applicability of the tp_weaklistoffset
Fred Drake committed
February 1, 2001
F
PEP 205, Weak References -- initial checkin.
Fred Drake committed
January 24, 2001
B
PyGC_Dump() -> _PyGC_Dump()
Barry Warsaw committed
January 23, 2001
B
Add prototype for PyGC_Dump() -- but only inside the #ifdef
Barry Warsaw committed
January 20, 2001
N
Fix comment.
Neil Schemenauer committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 16, 2000
A
Updated comment
Andrew M. Kuchling committed
July 31, 2000
P
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Peter Schneider-Kamp committed
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 25, 2000
T
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
Thomas Wouters committed
July 10, 2000
V
A small comment fix just to make sure I got my cvs/ssh setup right.
Vladimir Marangozov committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
July 1, 2000
G
Neil Schemenauer: small fixes for GC
Guido van Rossum committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
J
final patches from Neil Schemenauer for garbage collection
Jeremy Hylton committed
June 23, 2000
J
part 2 of Neil Schemenauer's GC patches:
Jeremy Hylton committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
March 1, 2000
G
Got rid of silly "123456789-..." lines in comments.
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
May 15, 1997
G
Oops, another forgotten renaming: varobject -> PyVarObject.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
July 21, 1996
G
Hacks for MS_COREDLL
Guido van Rossum committed
February 10, 1995
G
make newvarobj's size arg signed
Guido van Rossum committed
January 12, 1995
G
The great renaming, phase two: all header files have been updated to
Guido van Rossum committed