1. 6ca0307 [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491) by Nick Coghlan · 5 years ago
  2. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  3. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  4. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 5 years ago
  5. e6a0e80 fix confusing argument name in unicodeobject.c (GH-12653) by Max Bernstein · 6 years ago
  6. a24107b bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) by Serhiy Storchaka · 6 years ago
  7. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 6 years ago
  8. 6d43f6f bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) by Victor Stinner · 6 years ago
  9. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 6 years ago
  10. e2af34f bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172) by Serhiy Storchaka · 6 years ago
  11. d4f9cf5 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Serhiy Storchaka · 6 years ago
  12. bcda8f1 bpo-35081: Add Include/internal/pycore_object.h (GH-10640) by Victor Stinner · 6 years ago
  13. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  14. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  15. a4b48f1 bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764) by Zackery Spytz · 6 years ago
  16. ceeef10 bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) by Serhiy Storchaka · 6 years ago
  17. 5cbefa9 Clean up after bpo-33738. (GH-7627) by Serhiy Storchaka · 6 years ago
  18. 8398713 bpo-33738: Address review comments in GH #7477 (GH-7585) by Christian Tismer · 6 years ago
  19. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 6 years ago
  20. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  21. 43c0f1a bpo-32685: Improve suggestion for print statement (GH-5375) by Nitish Chandra · 7 years ago
  22. d57f26c bpo-32028: Fix suggestions for indented print statements (GH-4688) by Sanyam Khurana · 7 years ago
  23. f8a4c03 bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) by Serhiy Storchaka · 7 years ago
  24. 56d1f5c bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) by xdegaye · 7 years ago
  25. 4ab46d7 bpo-31497: Add private helper _PyType_Name(). (#3630) by Serhiy Storchaka · 7 years ago
  26. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  27. 772d809 bpo-31161: only check for parens error for SyntaxError (#3082) by Martijn Pieters · 7 years ago
  28. 3a7f035 bpo-30597: Show expected input in custom 'print' error message. (#2009) by Sanyam Khurana · 7 years ago
  29. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  30. b785396 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) by Serhiy Storchaka · 8 years ago
  31. c431854 bpo-29927: Remove duplicate BufferError init and unnecessary semicolons (GH-866) by Louie Lu · 8 years ago
  32. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  33. f8d7d41 Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. by Serhiy Storchaka · 8 years ago
  34. e9e4448 Issue #28289: ImportError.__init__ now resets not specified attributes. by Serhiy Storchaka · 8 years ago
  35. 389ef9d Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  36. 47dee11 Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  37. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 8 years ago
  38. f74c33a Merge by Raymond Hettinger · 8 years ago
  39. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  40. 3766572 Issue #27692: Removed unnecessary NULL checks in exceptions.c. by Serhiy Storchaka · 8 years ago
  41. a787e5f Issue #27652: Expose ESHUTDOWN conditionally by Berker Peksag · 8 years ago
  42. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  43. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  44. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  45. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  46. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  47. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  48. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 9 years ago
  49. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  50. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  51. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  52. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  53. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  54. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  55. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  56. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  57. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  58. 12174a5 Issue #22156: Fix "comparison between signed and unsigned integers" compiler by Victor Stinner · 10 years ago
  59. 5b1fdc1 Issue #21669: Special case print & exec syntax errors by Nick Coghlan · 10 years ago
  60. 69598d4 Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format by Victor Stinner · 11 years ago
  61. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  62. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 11 years ago
  63. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
  64. 77b286b Close #20105: set __traceback__ when chaining exceptions in C by Nick Coghlan · 11 years ago
  65. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  66. f1de55f Also chain codec exceptions that allow weakrefs by Nick Coghlan · 11 years ago
  67. 4b9b936 Don't decref exc too soon by Nick Coghlan · 11 years ago
  68. 46ef319 Issue #19429, #19437: fix error handling in the OSError constructor by Victor Stinner · 11 years ago
  69. e109ee8 fix refleaks by Benjamin Peterson · 11 years ago
  70. 079c998 adjust style by Benjamin Peterson · 11 years ago
  71. 6a3db25 Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject** by Christian Heimes · 11 years ago
  72. 507eabd Issue #17828: va_start() must be accompanied by va_end() by Christian Heimes · 11 years ago
  73. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  74. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  75. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  76. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  77. 7faf705 Issue #17591: Use lowercase filenames when including Windows header files. by Antoine Pitrou · 12 years ago
  78. 3014771 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 12 years ago
  79. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 12 years ago
  80. 5562d9d Issue #1692335: Move initial args assignment to BaseException.__new__ by Richard Oudkerk · 12 years ago
  81. f87289b Issue #15229: An OSError subclass whose __init__ doesn't call back by Antoine Pitrou · 12 years ago
  82. c40bc09 Issue #13783: the PEP 380 implementation no longer expands the public C API by Nick Coghlan · 12 years ago
  83. 32bc80c Fix build failure. by Antoine Pitrou · 12 years ago
  84. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  85. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  86. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  87. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  88. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  89. 23d7f12 use new generic __dict__ descriptor implementations by Benjamin Peterson · 13 years ago
  90. 67e7006 merge 3.2 by Benjamin Peterson · 13 years ago
  91. efe7c9d this is only a borrowed ref in Brett's branch by Benjamin Peterson · 13 years ago
  92. 9878b63 merge 3.2 by Benjamin Peterson · 13 years ago
  93. 2f9c71b bltinmod is borrowed, so it shouldn't be decrefed by Benjamin Peterson · 13 years ago
  94. 951138c merge 3.2 by Benjamin Peterson · 13 years ago
  95. 90b1358 put returns on their own lines by Benjamin Peterson · 13 years ago
  96. ac456a1 Fix some of the remaining test_capi leaks by Antoine Pitrou · 13 years ago
  97. 8b0a74e Fix some of the remaining test_capi refleaks by Antoine Pitrou · 13 years ago
  98. 84091bf Fix some of the refleaks in test_capi (ported from 3.2) by Antoine Pitrou · 13 years ago
  99. 55f217f Fix refleaks in test_capi (this was easier than I thought!) by Antoine Pitrou · 13 years ago
  100. bb5b92d Merge refleak fixes from 3.2 by Antoine Pitrou · 13 years ago