FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/pyerrors.h - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
pyerrors.h
on
3.12
User selector
Datepicker
Commit history
Commits on Feb 8, 2023
GH-101578: Normalize the current exception (GH-101607)
Show description for feec49c
markshannon
authored
feec49c
View commit details
Copy full SHA for feec49c
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
gh-87347: Add parenthesis around macro arguments (#93915)
Show description for 7ad6f74
vstinner
authored
7ad6f74
View commit details
Copy full SHA for 7ad6f74
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
gh-91320: Fix more old-style cast warnings in C++ (#93285)
Show description for 941d705
vstinner
authored
941d705
View commit details
Copy full SHA for 941d705
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
iritkatriel
authored
5d421d7
View commit details
Copy full SHA for 5d421d7
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
iritkatriel
authored
f30ad65
View commit details
Copy full SHA for f30ad65
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076bef
vstinner
authored
7076bef
View commit details
Copy full SHA for 7076bef
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Show description for 4827483
methane
authored
4827483
View commit details
Copy full SHA for 4827483
View code at this point
Browse repository at this point
Commits on Mar 11, 2021
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Show description for ba251c2
pitrou
authored
ba251c2
View commit details
Copy full SHA for ba251c2
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Show description for a486054
vstinner
authored
a486054
View commit details
Copy full SHA for a486054
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Show description for e822e37
vstinner
authored
e822e37
View commit details
Copy full SHA for e822e37
View code at this point
Browse repository at this point
Commits on Mar 6, 2020
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Show description for 9e5d30c
vstinner
authored
9e5d30c
View commit details
Copy full SHA for 9e5d30c
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Show description for a102ed7
vstinner
authored
a102ed7
View commit details
Copy full SHA for a102ed7
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Show description for 5dbe0f5
ncoghlan
authored
5dbe0f5
View commit details
Copy full SHA for 5dbe0f5
View code at this point
Browse repository at this point
Commits on May 4, 2019
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
vstinner
authored
c664b34
View commit details
Copy full SHA for c664b34
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
bpo-35224: PEP 572 Implementation (#10497)
Show description for 8f59ee0
emilyemorehouse
authored
8f59ee0
View commit details
Copy full SHA for 8f59ee0
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)
Show description for 5a8c240
vstinner
authored
5a8c240
View commit details
Copy full SHA for 5a8c240
View code at this point
Browse repository at this point
Commits on Nov 2, 2018
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
Show description for e2ed5ad
Alexey Izbyshev
authored and
miss-islington
committed
e2ed5ad
View commit details
Copy full SHA for e2ed5ad
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
vstinner
authored
cfc8831
View commit details
Copy full SHA for cfc8831
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
serhiy-storchaka
authored
ceeef10
View commit details
Copy full SHA for ceeef10
View code at this point
Browse repository at this point
Commits on Jun 11, 2018
Clean up after bpo-33738. (GH-7627)
Show description for 5cbefa9
serhiy-storchaka
authored
5cbefa9
View commit details
Copy full SHA for 5cbefa9
View code at this point
Browse repository at this point
Commits on Jun 10, 2018
bpo-33738: Address review comments in GH #7477 (GH-7585)
ctismer
authored and
ned-deily
committed
8398713
View commit details
Copy full SHA for 8398713
View code at this point
Browse repository at this point
Commits on Jun 9, 2018
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Show description for ea62ce7
ctismer
authored and
ned-deily
committed
ea62ce7
View commit details
Copy full SHA for ea62ce7
View code at this point
Browse repository at this point
Commits on Oct 26, 2017
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
authored
56d1f5c
View commit details
Copy full SHA for 56d1f5c
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
Move exc state to generator. Fixes bpo-25612 (#1773)
Show description for ae3087c
markshannon
authored and
pitrou
committed
ae3087c
View commit details
Copy full SHA for ae3087c
View code at this point
Browse repository at this point
Commits on May 25, 2017
Delete sigcheck.c since it appears unused (#1723)
segevfiner
authored and
vstinner
committed
7ff1e88
View commit details
Copy full SHA for 7ff1e88
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for a171a03
serhiy-storchaka
committed
a171a03
View commit details
Copy full SHA for a171a03
View code at this point
Browse repository at this point
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8
serhiy-storchaka
committed
34d0ac8
View commit details
Copy full SHA for 34d0ac8
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Show description for 460bd0d
serhiy-storchaka
committed
460bd0d
View commit details
Copy full SHA for 460bd0d
View code at this point
Browse repository at this point
Commits on Oct 21, 2016
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Show description for 467ab19
serhiy-storchaka
committed
467ab19
View commit details
Copy full SHA for 467ab19
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Issue #15767: Use ModuleNotFoundError.
ericsnowcurrently
committed
46f97b8
View commit details
Copy full SHA for 46f97b8
View code at this point
Browse repository at this point
Issue #15767: Add ModuleNotFoundError.
ericsnowcurrently
committed
c943265
View commit details
Copy full SHA for c943265
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
committed
f488fb4
View commit details
Copy full SHA for f488fb4
View code at this point
Browse repository at this point
Commits on May 12, 2015
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
7544508
View commit details
Copy full SHA for 7544508
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for d600951
ncoghlan
committed
d600951
View commit details
Copy full SHA for d600951
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for 78184af
serhiy-storchaka
committed
78184af
View commit details
Copy full SHA for 78184af
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL