index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
exceptions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka
2018-06-15
1
-2/+2
*
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka
2018-06-11
1
-1/+1
*
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer
2018-06-10
1
-0/+1
*
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer
2018-06-09
1
-0/+6
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-3/+3
*
bpo-32685: Improve suggestion for print statement (GH-5375)
Nitish Chandra
2018-01-28
1
-14/+19
*
bpo-32028: Fix suggestions for indented print statements (GH-4688)
Sanyam Khurana
2018-01-20
1
-5/+11
*
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
Serhiy Storchaka
2017-11-15
1
-1/+5
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-32/+0
*
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka
2017-09-17
1
-7/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+2
*
bpo-31161: only check for parens error for SyntaxError (#3082)
Martijn Pieters
2017-08-22
1
-5/+10
*
bpo-30597: Show expected input in custom 'print' error message. (#2009)
Sanyam Khurana
2017-06-20
1
-3/+45
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-1/+1
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)
Serhiy Storchaka
2017-04-08
1
-0/+48
*
bpo-29927: Remove duplicate BufferError init and unnecessary semicolons (GH-866)
Louie Lu
2017-03-29
1
-53/+51
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-4/+2
*
Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*.
Serhiy Storchaka
2016-10-23
1
-23/+10
*
Issue #28289: ImportError.__init__ now resets not specified attributes.
Serhiy Storchaka
2016-09-28
1
-9/+7
*
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka
2016-09-27
1
-22/+24
|
\
|
*
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka
2016-09-27
1
-22/+24
*
|
Issue #15767: Add ModuleNotFoundError.
Eric Snow
2016-09-07
1
-0/+9
*
|
Merge
Raymond Hettinger
2016-08-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger
2016-08-26
1
-1/+1
*
|
Issue #27692: Removed unnecessary NULL checks in exceptions.c.
Serhiy Storchaka
2016-08-20
1
-4/+3
*
|
Issue #27652: Expose ESHUTDOWN conditionally
Berker Peksag
2016-07-30
1
-0/+2
*
|
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-3/+3
|
\
\
|
|
/
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-3/+3
*
|
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1/+1
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-19/+19
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-16/+16
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
1
-14/+8
|
/
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-9/+10
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-32/+20
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-6/+13
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-0/+9
*
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-13/+17
|
\
\
|
|
/
|
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-13/+17
*
|
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner
2014-08-15
1
-1/+1
|
/
*
Issue #21669: Special case print & exec syntax errors
Nick Coghlan
2014-06-16
1
-0/+135
*
Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
Victor Stinner
2014-04-04
1
-1/+1
*
bail in unicode error's __str__ methods if the objects are not properly initi...
Benjamin Peterson
2014-04-02
1
-0/+12
*
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings
2014-02-10
1
-2/+2
*
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings
2014-02-10
1
-33/+86
*
Close #20105: set __traceback__ when chaining exceptions in C
Nick Coghlan
2014-01-26
1
-2/+5
*
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-6/+0
[next]