1. 7d293ee Issue #24912: Prevent __class__ assignment to immutable built-in objects. by Guido van Rossum · 9 years ago
  2. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  3. 553e156 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  4. d741a88 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  5. a48db2b Issue #24268: Address some PEP 489 refleaks by Nick Coghlan · 9 years ago
  6. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  7. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  8. a63cc21 Issue #23726: Don't enable GC for user subclasses of non-GC types that don't add any new fields. by Antoine Pitrou · 9 years ago
  9. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  10. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  11. 71c6f44 Fixed a typo. by Serhiy Storchaka · 9 years ago
  12. 490055a Issue #20204: Deprecation warning is now raised for builtin type without the by Serhiy Storchaka · 9 years ago
  13. d327d8d Fix definition mismatch for type_is_subtype_base_chain. by Steve Dower · 9 years ago
  14. b4e20bb Fix definition mismatch for type_is_subtype_base_chain. by Steve Dower · 9 years ago
  15. 6c62ac1 merge 3.4 (#22735) by Benjamin Peterson · 10 years ago
  16. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 10 years ago
  17. 9d4cbcc allow changing __class__ between a heaptype and non-heaptype in some cases (closes #22986) by Benjamin Peterson · 10 years ago
  18. 66acbb2 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 10 years ago
  19. e09bcc8 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 10 years ago
  20. 34af502 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
  21. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
  22. 707b5cc Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX by Serhiy Storchaka · 10 years ago
  23. e823933 remove tautological condition (closes #22954) by Benjamin Peterson · 10 years ago
  24. 0a59d55 merge 3.4 (#22954) by Benjamin Peterson · 10 years ago
  25. 2a40e36 Issue #22847: Improve method cache efficiency. by Antoine Pitrou · 10 years ago
  26. b8fa289 merge with 3.4 by Georg Brandl · 10 years ago
  27. e1d26f3 Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
  28. 12174a5 Issue #22156: Fix "comparison between signed and unsigned integers" compiler by Victor Stinner · 10 years ago
  29. 331a726 Issue #22082: Fix a compiler warning (function is not a prototype) by Victor Stinner · 10 years ago
  30. 996b671 Issue #22082: Clear interned strings in slotdefs. by Martin v. Löwis · 10 years ago
  31. 5b56150 slotdefs is no longer sorted. by Martin v. Löwis · 10 years ago
  32. d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 9 years ago
  33. 470cf8d (Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when by Victor Stinner · 10 years ago
  34. 1c6970f Issue #21418: Fix a crash in the builtin function super() when called without by Victor Stinner · 10 years ago
  35. 715ef02 Fix a typo in the docstring of nb_index. by Zachary Ware · 10 years ago
  36. ea42b4c Fix a typo in the signature for object.__ge__ by Zachary Ware · 10 years ago
  37. 9996a7d Merge typo fix from 3.4 by Zachary Ware · 10 years ago
  38. 07b4c5e Merge typo fix from 3.4 by Zachary Ware · 10 years ago
  39. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  40. df81379 correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys by Benjamin Peterson · 10 years ago
  41. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  42. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 10 years ago
  43. e686c5c look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 10 years ago
  44. 69a2547 Issue #20530: The signatures for slot builtins have been updated by Larry Hastings · 10 years ago
  45. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  46. 1ea4e41 Issue #17162: Fix compilation, replace non-breaking space with an ASCII space by Victor Stinner · 11 years ago
  47. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 11 years ago
  48. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  49. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  50. d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 11 years ago
  51. cc6e87b Issue #19088: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  52. 1a83070 Issue #19088: Fix incorrect caching of the copyreg module. by Alexandre Vassalotti · 11 years ago
  53. 2489bd8 Issue #17810: Fixed NULL check in _PyObject_GetItemsIter() by Christian Heimes · 11 years ago
  54. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  55. 3f36a57 Issue #19515: Remove identifiers duplicated in the same file. by Victor Stinner · 11 years ago
  56. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  57. e75fc14 Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. by Martin v. Löwis · 11 years ago
  58. ad14ccd Issue #19512: add _PyUnicode_CompareWithId() function by Victor Stinner · 11 years ago
  59. 3688aa9 Issue #19512: type_abstractmethods() and type_set_abstractmethods() now use an by Victor Stinner · 11 years ago
  60. 84745ab Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses of a given type. by Antoine Pitrou · 11 years ago
  61. bebba50 fix indent by Victor Stinner · 11 years ago
  62. c13516b merge by Raymond Hettinger · 11 years ago
  63. 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 11 years ago
  64. 33824f6 Restore changeset 5bd9db528aed (issue #18408) by Victor Stinner · 11 years ago
  65. 9154193 Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures. by Antoine Pitrou · 11 years ago
  66. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  67. de4d183 Issue #18327: Fix argument order in call to compatible_for_assignment(oldto, newto, attr). by Christian Heimes · 11 years ago
  68. 8e47832 Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an by Victor Stinner · 11 years ago
  69. 5967bf4 Issue #18408: Fix PyType_Ready(), handle _PyDict_SetItemId() failure by Victor Stinner · 11 years ago
  70. 3997cfd Cleanup type_call() to ease debug by Victor Stinner · 11 years ago
  71. 53510cd Issue #18408: type_new() and PyType_FromSpecWithBases() now raise MemoryError by Victor Stinner · 11 years ago
  72. a41f085 Issue #18408: pmerge() help of mro_implementation() now raises MemoryError on by Victor Stinner · 11 years ago
  73. 2e8474d Issue #18408: slot_tp_str() must not fallback on slot_tp_repr() on error by Victor Stinner · 11 years ago
  74. 54e4ca7 typeobject.c: remove trailing spaces by Victor Stinner · 11 years ago
  75. 9812af8 Issue #18408: Fix PyType_Ready() and type.__bases__ setter to handle by Victor Stinner · 11 years ago
  76. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  77. 159ae41 when an argument is a cell, set the local copy to NULL (see #17927) by Benjamin Peterson · 11 years ago
  78. 6832c81 #17927: Keep frame from referencing cell-ified arguments. by Guido van Rossum · 11 years ago
  79. df6931d Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 11 years ago
  80. 957a23b Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 11 years ago
  81. 548677b Issue #16447: Merge fix from 3.3. by Mark Dickinson · 11 years ago
  82. 64aafeb Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 11 years ago
  83. d3f41fe merge 3.3 (#17610) by Benjamin Peterson · 11 years ago
  84. 6395241 list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 11 years ago
  85. aaf16b9 Merge: #7963: fix error message when 'object' called with arguments. by R David Murray · 11 years ago
  86. 702a5dc #7963: fix error message when 'object' called with arguments. by R David Murray · 11 years ago
  87. 6b30759 #7963: fix error message when 'object' called with arguments. by R David Murray · 11 years ago
  88. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  89. 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
  90. 3cb9024 merge 3.3 by Benjamin Peterson · 12 years ago
  91. 2c05a2e do safety checks on __qualname__ assignment by Benjamin Peterson · 12 years ago
  92. 8afa7fa don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271) by Benjamin Peterson · 12 years ago
  93. 4ca1cf3 Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned by Victor Stinner · 12 years ago
  94. da064d0 Silence compiler warnings on Solaris 10 via explicit (void *) casts. by Trent Nelson · 12 years ago
  95. ab02db2 Silence compiler warnings on Solaris 10 via explicit (void *) casts. by Trent Nelson · 12 years ago
  96. 76c0829 Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_qualname returns NULL. CID 715371 by Christian Heimes · 12 years ago
  97. e81dc29 Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_name returns NULL. CID 715371 by Christian Heimes · 12 years ago
  98. 4556579 Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 12 years ago
  99. a0e7e41 Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 12 years ago
  100. 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago