| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove _PyObject_Del | Neal Norwitz | 2007-08-19 | 1 | -3/+0 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -5/+5 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -3/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -13/+9 |
|
|
* | Make PyGC_Collect() use Py_ssize_t. | Neal Norwitz | 2006-03-04 | 1 | -1/+1 |
|
|
* | Change GC refcount to Py_ssize_t. | Martin v. Löwis | 2006-03-01 | 1 | -1/+1 |
|
|
* | Change _PyObject_GC_Resize to expect Py_ssize_t. | Martin v. Löwis | 2006-02-16 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -3/+3 |
|
|
* | Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given | Barry Warsaw | 2006-01-26 | 1 | -1/+1 |
|
|
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
|
|
* | Formalize that the Py_VISIT macro requires that the tp_traverse | Tim Peters | 2004-07-15 | 1 | -1/+5 |
|
|
* | Documented the new Py_VISIT macro to simplify implementation of | Jim Fulton | 2004-07-14 | 1 | -0/+10 |
|
|
* | - New C API PyGC_Collect(), same as calling gc.collect(). | Guido van Rossum | 2003-04-17 | 1 | -0/+3 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -20/+20 |
|
|
* | Removed WITH_CYCLE_GC #ifdef-ery. Holes: | Tim Peters | 2002-07-07 | 1 | -19/+0 |
|
|
* | Finished transitioning to using gc_refs to track gc objects' states. | Tim Peters | 2002-07-02 | 1 | -3/+5 |
|
|
* | Reserved another gc_refs value for untracked objects. Every live gc | Tim Peters | 2002-07-02 | 1 | -2/+10 |
|
|
* | _PyGC_generation0 is now a pointer | Neil Schemenauer | 2002-05-04 | 1 | -4/+4 |
|
|
* | Moving pymalloc along. | Tim Peters | 2002-04-28 | 1 | -75/+89 |
|
|
* | _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. | Tim Peters | 2002-04-13 | 1 | -1/+1 |
|
|
* | First cut at repairing out-of-date comments; make alignment of macro defs | Tim Peters | 2002-04-12 | 1 | -15/+24 |
|
|
* | Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if | Neil Schemenauer | 2002-04-12 | 1 | -38/+44 |
|
|
* | Add _Py_AS_GC macro. It will be used by the trashcan code on object.c. | Neil Schemenauer | 2002-03-28 | 1 | -2/+4 |
|
|
* | Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) | Neil Schemenauer | 2002-03-22 | 1 | -8/+23 |
|
|
* | Drop the PyCore_* memory API. | Neil Schemenauer | 2002-03-18 | 1 | -45/+8 |
|
|
* | Simpilify PyCore_* macros by assuming the function prototypes for | Neil Schemenauer | 2002-03-18 | 1 | -29/+9 |
|
|
* | PyGC_Head: Use "long double" instead of "double" as the worst-case | Tim Peters | 2002-02-28 | 1 | -1/+1 |
|
|
* | SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. | Tim Peters | 2001-10-11 | 1 | -12/+15 |
|
|
* | Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. | Tim Peters | 2001-10-07 | 1 | -28/+24 |
|
|
* | _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. | Tim Peters | 2001-10-06 | 1 | -11/+35 |
|
|
* | Repaired the debug Windows deaths in test_descr, by allocating enough | Tim Peters | 2001-10-06 | 1 | -1/+2 |
|
|
* | Add Garbage Collection support to new-style classes (not yet to their | Guido van Rossum | 2001-10-02 | 1 | -3/+8 |
|
|
* | Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is | Neil Schemenauer | 2001-09-03 | 1 | -2/+2 |
|
|
* | Change the GC type flag since the API has changed. Allow types using | Neil Schemenauer | 2001-08-29 | 1 | -50/+66 |
|
|
* | Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurr... | Jack Jansen | 2001-08-03 | 1 | -2/+0 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -1/+14 |
|
|
* | A small change to the C API for weakly-referencable types: Such types | Fred Drake | 2001-03-22 | 1 | -5/+1 |
|
|
* | Add Vladimir Marangozov's object allocator. It is disabled by default. This | Neil Schemenauer | 2001-02-27 | 1 | -0/+7 |
|
|
* | Use a type flag to determine the applicability of the tp_weaklistoffset | Fred Drake | 2001-02-02 | 1 | -1/+3 |
|
|
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 1 | -1/+11 |
|
|
* | PyGC_Dump() -> _PyGC_Dump() | Barry Warsaw | 2001-01-24 | 1 | -1/+1 |
|
|
* | Add prototype for PyGC_Dump() -- but only inside the #ifdef | Barry Warsaw | 2001-01-23 | 1 | -0/+2 |
|
|
* | Fix comment. | Neil Schemenauer | 2001-01-20 | 1 | -2/+2 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Updated comment | Andrew M. Kuchling | 2000-08-16 | 1 | -1/+1 |
|
|
* | patch from Vladimir (move Py_Mem* interface to Include/pymem.h) | Peter Schneider-Kamp | 2000-07-31 | 1 | -2/+3 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+1 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 1 | -7/+7 |
|
|
* | A small comment fix just to make sure I got my cvs/ssh setup right. | Vladimir Marangozov | 2000-07-10 | 1 | -1/+1 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -16/+17 |
|
|