1. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 6 years ago
  2. b509d52 bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) by Victor Stinner · 6 years ago
  3. 2ff8fb7 bpo-35059: Add _PyObject_CAST() macro (GH-10645) by Victor Stinner · 6 years ago
  4. bcda8f1 bpo-35081: Add Include/internal/pycore_object.h (GH-10640) by Victor Stinner · 6 years ago
  5. 3e21ad1 bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626) by Victor Stinner · 6 years ago
  6. 1a6be91 bpo-35081: Make some _PyGC macros internal (GH-10507) by Victor Stinner · 6 years ago
  7. 542497a bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216) by Victor Stinner · 6 years ago
  8. b4435e2 bpo-35059: Convert PyObject_INIT() to function (GH-10077) by Victor Stinner · 6 years ago
  9. 5ac9e6e bpo-33597: Reduce PyGC_Head size (GH-7043) by INADA Naoki · 6 years ago
  10. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 6 years ago
  11. 517da1e Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) by Alexey · 6 years ago
  12. 6bf992a bpo-32030: Add pymain_get_global_config() (#4735) by Victor Stinner · 7 years ago
  13. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  14. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  15. fef7e94 Don't run garbage collection on interpreter exit if it was explicitly disabled by Łukasz Langa · 8 years ago
  16. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 10 years ago
  17. bdc4b02 cast negative numbers to size_t before shifting them (#20929) by Benjamin Peterson · 10 years ago
  18. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  19. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  20. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  21. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  22. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  23. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  24. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  25. e348c8d Using 'long double' to force this structure to be worst case aligned is no by Gregory P. Smith · 12 years ago
  26. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  27. ca8aa4a Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. by Antoine Pitrou · 12 years ago
  28. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  29. 23683ef Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. by Antoine Pitrou · 14 years ago
  30. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  31. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  32. ae4cfb1 http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  33. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  34. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  35. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
  36. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  37. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  38. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  39. 7b216c5 Make PyGC_Collect() use Py_ssize_t. by Neal Norwitz · 18 years ago
  40. 6db0e00 Change GC refcount to Py_ssize_t. by Martin v. Löwis · 18 years ago
  41. 4129068 Change _PyObject_GC_Resize to expect Py_ssize_t. by Martin v. Löwis · 18 years ago
  42. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  43. b941825 Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given by Barry Warsaw · 18 years ago
  44. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  45. eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 20 years ago
  46. aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 20 years ago
  47. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  48. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  49. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  50. 6fc13d9 Finished transitioning to using gc_refs to track gc objects' states. by Tim Peters · 22 years ago
  51. ea40563 Reserved another gc_refs value for untracked objects. Every live gc by Tim Peters · 22 years ago
  52. b1094f0 _PyGC_generation0 is now a pointer by Neil Schemenauer · 22 years ago
  53. 8b078f9 Moving pymalloc along. by Tim Peters · 22 years ago
  54. 0e87118 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. by Tim Peters · 22 years ago
  55. e9e7452 First cut at repairing out-of-date comments; make alignment of macro defs by Tim Peters · 22 years ago
  56. 3e7b893 Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  57. ef99723 Add _Py_AS_GC macro. It will be used by the trashcan code on object.c. by Neil Schemenauer · 22 years ago
  58. ffd5399 Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) by Neil Schemenauer · 22 years ago
  59. 25f3dc2 Drop the PyCore_* memory API. by Neil Schemenauer · 22 years ago
  60. 11f5be8 Simpilify PyCore_* macros by assuming the function prototypes for by Neil Schemenauer · 22 years ago
  61. 5e67cde PyGC_Head: Use "long double" instead of "double" as the worst-case by Tim Peters · 22 years ago
  62. 9e4ca10 SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. by Tim Peters · 23 years ago
  63. f2a67da Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. by Tim Peters · 23 years ago
  64. 6d483d3 _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. by Tim Peters · 23 years ago
  65. 406fe3b Repaired the debug Windows deaths in test_descr, by allocating enough by Tim Peters · 23 years ago
  66. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  67. 49417e7 Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is by Neil Schemenauer · 23 years ago
  68. 74b5ade Change the GC type flag since the API has changed. Allow types using by Neil Schemenauer · 23 years ago
  69. 5756ee0 Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off). by Jack Jansen · 23 years ago
  70. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  71. 4e262a9 A small change to the C API for weakly-referencable types: Such types by Fred Drake · 23 years ago
  72. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  73. 033f312 Use a type flag to determine the applicability of the tp_weaklistoffset by Fred Drake · 23 years ago
  74. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 23 years ago
  75. 430d773 PyGC_Dump() -> _PyGC_Dump() by Barry Warsaw · 24 years ago
  76. 803eff2 Add prototype for PyGC_Dump() -- but only inside the #ifdef WITH_CYCLE_GC. by Barry Warsaw · 24 years ago
  77. a6c861f Fix comment. by Neil Schemenauer · 24 years ago
  78. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  79. 1582a3a Updated comment by Andrew M. Kuchling · 24 years ago
  80. 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago
  81. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  82. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  83. d8a9332 A small comment fix just to make sure I got my cvs/ssh setup right. by Vladimir Marangozov · 24 years ago
  84. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  85. 4cc6ac7 Neil Schemenauer: small fixes for GC by Guido van Rossum · 24 years ago
  86. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  87. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  88. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  89. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  90. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  91. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  92. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  93. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  94. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  95. 5a84914 Hacks for MS_COREDLL by Guido van Rossum · 28 years ago
  96. b7d3d4e make newvarobj's size arg signed by Guido van Rossum · 29 years ago
  97. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  98. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  99. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  100. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago