1. febd61d A modest speedup of object deallocation. call_finalizer() did rather by Guido van Rossum · 22 years ago
  2. 808eb59 Added info about the right way to leave the body of a trashcan-protected by Tim Peters · 22 years ago
  3. a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 22 years ago
  4. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  5. 3459251 object.h special-build macro minefield: renamed all the new lexical by Tim Peters · 22 years ago
  6. 57f4ddd Uglified the new Py_REF_DEBUG (etc) lexical helper macro definitions so by Tim Peters · 22 years ago
  7. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  8. 4be93d0 Rearranged and added comments to object.h, to clarify many things by Tim Peters · 22 years ago
  9. 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 22 years ago
  10. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  11. f6d1ea1 Change the type of the tp_free from 'destructor' to 'freefunc'. by Neil Schemenauer · 22 years ago
  12. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  13. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  14. 3abca12 SF bug #475327: type() produces incorrect error msg by Tim Peters · 23 years ago
  15. 687ae00 Get rid of __defined__ and tp_defined -- there's no need to by Guido van Rossum · 23 years ago
  16. 2f3ca6e Completely get rid of __dynamic__ and the corresponding by Guido van Rossum · 23 years ago
  17. 1c45073 Keep track of a type's subclasses (subtypes), in tp_subclasses, which by Guido van Rossum · 23 years ago
  18. b3f0d34 PyObject_ClearWeakRefs() is now a real function instead of a function pointer; by Fred Drake · 23 years ago
  19. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  20. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  21. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  22. ab3b034 Hopefully fix 3-way comparisons. This unfortunately adds yet another by Guido van Rossum · 23 years ago
  23. 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 23 years ago
  24. 31ec142 Change the GC type flag since the API has changed. Allow types using by Neil Schemenauer · 23 years ago
  25. 609c7c8 Add decl of PySuper_Type; fixup comments for the two other types. by Guido van Rossum · 23 years ago
  26. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  27. d55657b Added comments before recently added/assigned slots in the type object, by Fred Drake · 23 years ago
  28. 9b9c972 Add new flags for PyType_Ready(): READY to explicitly indicate the by Guido van Rossum · 23 years ago
  29. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  30. 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 23 years ago
  31. 64fbb33 Patch #448194: Debuging negative reference counts. by Martin v. Löwis · 23 years ago
  32. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  33. 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 23 years ago
  34. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  35. b60654b The return value from PyObject_ClearWeakRefs() is no longer meaningful, by Fred Drake · 23 years ago
  36. 033f312 Use a type flag to determine the applicability of the tp_weaklistoffset by Fred Drake · 23 years ago
  37. 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 23 years ago
  38. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 23 years ago
  39. bacca54 Add a flag to indicate the presence of the tp_richcompare field, and by Guido van Rossum · 23 years ago
  40. 10418eb PyObject_Dump() -> _PyObject_Dump() by Barry Warsaw · 23 years ago
  41. 6a25e21 Add prototype for PyObject_Dump(). by Barry Warsaw · 23 years ago
  42. 7226429 Get rid of the declaration for _PyCompareState_Key. by Guido van Rossum · 23 years ago
  43. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 23 years ago
  44. 5f284ce Introduction to rich comparisons: by Guido van Rossum · 23 years ago
  45. a7ed694 - Add nb_cmp slot for new style nubmers. by Neil Schemenauer · 24 years ago
  46. 4826a89 Close SF bug 110826: a complaint about the way Python #define'd NULL. by Tim Peters · 24 years ago
  47. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  48. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
  49. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  50. bd03bfc Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
  51. a90b23c One of the new prototypes was missing the "void" args. by Greg Stein · 24 years ago
  52. 9ace6bc Got RID of redundant coercions in longobject.c (as spotted by Greg by Tim Peters · 24 years ago
  53. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  54. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  55. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  56. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  57. 8caad49 Round 1 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  58. e92e610 Christian Tismer -- total rewrite on trashcan code. by Guido van Rossum · 24 years ago
  59. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 24 years ago
  60. 0e12bcd Updated comment: in PyTypeObject: by Fred Drake · 24 years ago
  61. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  62. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  63. cecb27a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 24 years ago
  64. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  65. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  66. 36eef3c Changes by Greg Stein (code) and GvR (design). by Guido van Rossum · 26 years ago
  67. a9c2d7a Add new spares to the end of the type object struct. by Guido van Rossum · 26 years ago
  68. 26d4ac3 Add prototypes for Py_Repr{Enter,Leave}. by Guido van Rossum · 26 years ago
  69. c3d3f96 Add PyObject_Not(). by Guido van Rossum · 26 years ago
  70. 127b8dd Add declaration for PyNumber_CoerceEx(). by Guido van Rossum · 27 years ago
  71. 114c1ea #Added prototype for PyObject_HasAttr() -- must've been an oversight. by Guido van Rossum · 27 years ago
  72. 49bb0e3 Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference by Fred Drake · 27 years ago
  73. 1d529d1 Add a cast to the call to _Py_Dealloc in the expanded version of by Guido van Rossum · 27 years ago
  74. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  75. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 27 years ago
  76. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  77. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  78. d86b380 Added extern declarations for reference count admin debug functions. by Guido van Rossum · 28 years ago
  79. 0693dd2 Added tp_getattro, tp_setattro (Sjoerd) by Guido van Rossum · 28 years ago
  80. e1cd6c1 don't use NDEBUG by Guido van Rossum · 28 years ago
  81. 60be1db Added some visual enhancements of debugging ifdefs. Added PyNumber_Coerce decl. by Guido van Rossum · 28 years ago
  82. 454674d add forgotten PyObject_SetAttrString by Guido van Rossum · 29 years ago
  83. 884afd6 keyword arguments and faster function calls by Guido van Rossum · 29 years ago
  84. 107c747 DL_IMPORT needs an argument. by Sjoerd Mullender · 29 years ago
  85. 5dbc723 DL_IMPORT macro was called in a funny way (and MW barfed on it) by Jack Jansen · 29 years ago
  86. 91e7a0b Also count UNREF's as freeing an object (only relevant when by Sjoerd Mullender · 29 years ago
  87. 6f9e433 fix dusty debugging macros by Guido van Rossum · 29 years ago
  88. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  89. 57836fe change in staticforward -- added statichere by Guido van Rossum · 29 years ago
  90. b13afdd added PyObject_IsTrue & PyCallable_Check to object interface by Guido van Rossum · 29 years ago
  91. 9381782 new names for lots of new functions by Guido van Rossum · 29 years ago
  92. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  93. 6fde390 new tp_str and tp_doc members in type object by Guido van Rossum · 30 years ago
  94. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  95. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  96. 75abc63 * Objects/{int,long,float}object.c, Include/object.h, by Guido van Rossum · 30 years ago
  97. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  98. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  99. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  100. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago