1. ef99723 Add _Py_AS_GC macro. It will be used by the trashcan code on object.c. by Neil Schemenauer · 22 years ago
  2. ffd5399 Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) by Neil Schemenauer · 22 years ago
  3. 25f3dc2 Drop the PyCore_* memory API. by Neil Schemenauer · 22 years ago
  4. 11f5be8 Simpilify PyCore_* macros by assuming the function prototypes for by Neil Schemenauer · 22 years ago
  5. 5e67cde PyGC_Head: Use "long double" instead of "double" as the worst-case by Tim Peters · 22 years ago
  6. 9e4ca10 SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. by Tim Peters · 23 years ago
  7. f2a67da Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. by Tim Peters · 23 years ago
  8. 6d483d3 _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. by Tim Peters · 23 years ago
  9. 406fe3b Repaired the debug Windows deaths in test_descr, by allocating enough by Tim Peters · 23 years ago
  10. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  11. 49417e7 Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is by Neil Schemenauer · 23 years ago
  12. 74b5ade Change the GC type flag since the API has changed. Allow types using by Neil Schemenauer · 23 years ago
  13. 5756ee0 Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off). by Jack Jansen · 23 years ago
  14. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  15. 4e262a9 A small change to the C API for weakly-referencable types: Such types by Fred Drake · 23 years ago
  16. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  17. 033f312 Use a type flag to determine the applicability of the tp_weaklistoffset by Fred Drake · 24 years ago
  18. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 24 years ago
  19. 430d773 PyGC_Dump() -> _PyGC_Dump() by Barry Warsaw · 24 years ago
  20. 803eff2 Add prototype for PyGC_Dump() -- but only inside the #ifdef WITH_CYCLE_GC. by Barry Warsaw · 24 years ago
  21. a6c861f Fix comment. by Neil Schemenauer · 24 years ago
  22. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  23. 1582a3a Updated comment by Andrew M. Kuchling · 24 years ago
  24. 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago
  25. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  26. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  27. d8a9332 A small comment fix just to make sure I got my cvs/ssh setup right. by Vladimir Marangozov · 24 years ago
  28. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  29. 4cc6ac7 Neil Schemenauer: small fixes for GC by Guido van Rossum · 24 years ago
  30. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  31. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  32. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  33. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  34. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  35. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  36. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  37. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  38. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  39. 5a84914 Hacks for MS_COREDLL by Guido van Rossum · 28 years ago
  40. b7d3d4e make newvarobj's size arg signed by Guido van Rossum · 29 years ago
  41. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  42. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  43. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  44. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  45. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  46. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  47. 76085b9 Remove StopPrint hack by Guido van Rossum · 33 years ago
  48. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  49. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  50. 4ab9b4c Changed strdup prototype to use const. by Guido van Rossum · 34 years ago
  51. 85a5fbb Initial revision by Guido van Rossum · 34 years ago