COMMITS
/ Objects/exceptions.c 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
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
November 19, 2013
N
Also chain codec exceptions that allow weakrefs
Nick Coghlan committed
November 15, 2013
N
Don't decref exc too soon
Nick Coghlan committed
November 14, 2013
V
Issue #19429, #19437: fix error handling in the OSError constructor
Victor Stinner committed
B
fix refleaks
Benjamin Peterson committed
B
adjust style
Benjamin Peterson committed
C
Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject**
Christian Heimes committed
C
Issue #17828: va_start() must be accompanied by va_end()
Christian Heimes committed
November 13, 2013
N
Close #17828: better handling of codec errors
Nick Coghlan committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
July 4, 2013
B
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon committed
June 12, 2013
B
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon committed