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
/
Python
/
errors.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620)
Victor Stinner
2019-05-28
1
-0/+9
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-4/+4
*
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner
2019-05-27
1
-13/+71
*
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner
2019-05-24
1
-32/+60
*
bpo-36710: Add tstate parameter in errors.c (GH-13540)
Victor Stinner
2019-05-24
1
-116/+230
*
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
Victor Stinner
2019-05-22
1
-1/+21
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
1
-48/+230
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-2/+6
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-6/+6
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
Alexey Izbyshev
2018-08-26
1
-0/+1
*
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka
2018-06-15
1
-2/+2
*
bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#...
Serhiy Storchaka
2017-11-05
1
-39/+33
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-16/+30
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
1
-10/+24
*
bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an ...
Oren Milman
2017-09-13
1
-1/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+1
*
bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963)
scoder
2017-07-31
1
-13/+1
*
Issue #25677: Merge SyntaxError caret positioning from 3.6
Martin Panter
2016-12-19
1
-4/+1
|
\
|
*
Issue #25677: Merge SyntaxError caret positioning from 3.5
Martin Panter
2016-12-19
1
-4/+1
|
|
\
|
|
*
Issue #25677: Correct syntax error caret for indented blocks.
Martin Panter
2016-12-11
1
-4/+1
*
|
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-8/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-8/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-8/+4
*
|
|
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-1/+1
*
|
|
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
1
-9/+3
*
|
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-1/+1
*
|
|
Issue #28618: Make hot functions using __attribute__((hot))
Victor Stinner
2016-11-11
1
-1/+1
*
|
|
Use PyThreadState_GET() in performance critical code
Victor Stinner
2016-11-11
1
-1/+1
|
/
/
*
|
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka
2016-10-21
1
-0/+41
*
|
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExcepti...
Serhiy Storchaka
2016-10-21
1
-1/+4
|
\
\
|
|
/
|
*
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExcepti...
Serhiy Storchaka
2016-10-21
1
-1/+4
*
|
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-6/+22
*
|
Issue #27809: PyErr_SetImportError() uses fast call
Victor Stinner
2016-08-22
1
-14/+8
*
|
Add _PyErr_CreateException()
Victor Stinner
2016-08-22
1
-30/+29
|
/
*
Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError
Berker Peksag
2016-05-01
1
-3/+3
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-2/+2
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-2/+2
*
Issue #22836: Keep exception reports sensible despite errors
Martin Panter
2016-02-28
1
-4/+12
*
Add _PyThreadState_UncheckedGet()
Victor Stinner
2016-01-20
1
-7/+1
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-8/+5
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-1/+1
*
Issue #22977: Fixed formatting Windows error messages on Wine.
Serhiy Storchaka
2015-04-02
1
-2/+2
|
\
|
*
Issue #22977: Fixed formatting Windows error messages on Wine.
Serhiy Storchaka
2015-04-02
1
-2/+2
*
|
Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the
Victor Stinner
2015-03-24
1
-8/+7
*
|
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner
2015-03-18
1
-0/+4
*
|
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
1
-0/+24
|
\
\
|
|
/
[next]