COMMITS
/ Objects/exceptions.c October 12, 2018
Z
bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764)
Zackery Spytz committed
June 15, 2018
S
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka committed
June 11, 2018
S
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka committed
June 10, 2018
C
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer committed
June 9, 2018
C
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
January 28, 2018
N
bpo-32685: Improve suggestion for print statement (GH-5375)
Nitish Chandra committed
January 20, 2018
S
bpo-32028: Fix suggestions for indented print statements (GH-4688)
Sanyam Khurana committed
November 15, 2017
S
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
Serhiy Storchaka committed
October 26, 2017
X
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye committed
September 17, 2017
S
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
August 22, 2017
M
bpo-31161: only check for parens error for SyntaxError (#3082)
Martijn Pieters committed
June 20, 2017
S
bpo-30597: Show expected input in custom 'print' error message. (#2009)
Sanyam Khurana committed
April 19, 2017
S
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka committed
April 8, 2017
S
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)
Serhiy Storchaka committed
March 29, 2017
L
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
October 23, 2016
S
Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*.
Serhiy Storchaka committed
September 28, 2016
S
Issue #28289: ImportError.__init__ now resets not specified attributes.
Serhiy Storchaka committed
September 27, 2016
S
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka committed
S
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka committed
September 7, 2016
E
Issue #15767: Add ModuleNotFoundError.
Eric Snow committed
August 26, 2016
R
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger committed
August 20, 2016
S
Issue #27692: Removed unnecessary NULL checks in exceptions.c.
Serhiy Storchaka committed
July 30, 2016
B
Issue #27652: Expose ESHUTDOWN conditionally
Berker Peksag committed
July 28, 2016
M
Issue #27626: Merge spelling fixes from 3.5
Martin Panter committed
M
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter committed
June 2, 2016
M
Issue #27171: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
December 27, 2015
S
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka committed
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
July 3, 2015
Y
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
February 2, 2015
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
August 15, 2014
V
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner committed
June 16, 2014
N
Issue #21669: Special case print & exec syntax errors
Nick Coghlan committed
April 4, 2014
V
Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
Victor Stinner committed
April 2, 2014
B
bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134)
Benjamin Peterson committed
February 10, 2014
L
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings committed
L
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings committed
January 26, 2014
N
Close #20105: set __traceback__ when chaining exceptions in C
Nick Coghlan committed