FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/pythonrun.c - ericsnowcurrently/cpython · GitHub
ericsnowcurrently
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
7
Code
Pull requests
4
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
pythonrun.c
on
threading-running-lock
User selector
Datepicker
Commit history
Commits on May 1, 2023
gh-103895: Improve how invalid `Exception.__notes__` are displayed (#103897)
pR0Ps
authored
487f55d
View commit details
Copy full SHA for 487f55d
View code at this point
Browse repository at this point
Commits on Mar 19, 2023
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102816)
iritkatriel
authored
ad77b80
View commit details
Copy full SHA for ad77b80
View code at this point
Browse repository at this point
Commits on Mar 18, 2023
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779)
iritkatriel
authored
e1e9bab
View commit details
Copy full SHA for e1e9bab
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
gh-102755: Add PyErr_DisplayException(exc) (#102756)
iritkatriel
authored
3f9285a
View commit details
Copy full SHA for 3f9285a
View code at this point
Browse repository at this point
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102743)
iritkatriel
authored
61d6c11
View commit details
Copy full SHA for 61d6c11
View code at this point
Browse repository at this point
Commits on Feb 20, 2023
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
iritkatriel
authored
022b44f
View commit details
Copy full SHA for 022b44f
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
gh-101758: Clean Up Uses of Import State (gh-101919)
Show description for b2fc549
ericsnowcurrently
authored
b2fc549
View commit details
Copy full SHA for b2fc549
View code at this point
Browse repository at this point
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 Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99657)
Show description for 135ec7c
vstinner
authored
135ec7c
View commit details
Copy full SHA for 135ec7c
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Show description for 8211cf5
vstinner
authored
8211cf5
View commit details
Copy full SHA for 8211cf5
View code at this point
Browse repository at this point
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Show description for 5f55067
ericsnowcurrently
authored
5f55067
View commit details
Copy full SHA for 5f55067
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Show description for d8f239d
vstinner
authored
d8f239d
View commit details
Copy full SHA for d8f239d
View code at this point
Browse repository at this point
Commits on Oct 15, 2022
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
pablogsal
authored
bb56dea
View commit details
Copy full SHA for bb56dea
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
pablogsal
authored
aab01e3
View commit details
Copy full SHA for aab01e3
View code at this point
Browse repository at this point
Commits on May 11, 2022
gh-92651: Remove the Include/token.h header file (#92652)
Show description for da5727a
vstinner
authored
da5727a
View commit details
Copy full SHA for da5727a
View code at this point
Browse repository at this point
Commits on May 4, 2022
Use static inline function Py_EnterRecursiveCall() (#91988)
Show description for d716a0d
vstinner
authored
d716a0d
View commit details
Copy full SHA for d716a0d
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
iritkatriel
authored
d4c4a76
View commit details
Copy full SHA for d4c4a76
View code at this point
Browse repository at this point
Commits on Apr 14, 2022
gh-89455: Fix an uninitialized bool in exception print context. (#91466)
Show description for 861974b
gpshead
authored
861974b
View commit details
Copy full SHA for 861974b
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
bpo-35134: Remove the Include/code.h header file (GH-32385)
Show description for 85addfb
vstinner
authored
85addfb
View commit details
Copy full SHA for 85addfb
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
bpo-46541: Discover the global strings. (gh-31346)
Show description for 12360aa
ericsnowcurrently
authored
12360aa
View commit details
Copy full SHA for 12360aa
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Dec 16, 2021
bpo-45635: Do not suppress errors in functions called from _PyErr_Display (GH-30073)
Show description for 8d6155e
iritkatriel
and
Erlend Egeberg Aasland
authored
8d6155e
View commit details
Copy full SHA for 8d6155e
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
bpo-45635: refactor print_exception_recursive into smaller functions to standardize error handling (GH-30015)
Show description for 0fe104f
iritkatriel
and
Erlend Egeberg Aasland
authored
0fe104f
View commit details
Copy full SHA for 0fe104f
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
bpo-45635: continue refactor of print_exception() to standardize error handling (GH-29996)
Show description for dc4a212
iritkatriel
and
Erlend Egeberg Aasland
authored
dc4a212
View commit details
Copy full SHA for dc4a212
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
bpo-45635: refactor print_exception() into smaller functions (GH-29981)
Show description for f893bb2
iritkatriel
and
Erlend Egeberg Aasland
authored
f893bb2
View commit details
Copy full SHA for f893bb2
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
bpo-45607: Make it possible to enrich exception displays via setting their __note__ field (GH-29880)
iritkatriel
authored
5bb7ef2
View commit details
Copy full SHA for 5bb7ef2
View code at this point
Browse repository at this point
Commits on Nov 27, 2021
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726)
iritkatriel
authored
4dfae6f
View commit details
Copy full SHA for 4dfae6f
View code at this point
Browse repository at this point
Commits on Nov 5, 2021
bpo-45292: [PEP 654] Update traceback display code to work with exception groups (GH-29207)
iritkatriel
authored
3509b26
View commit details
Copy full SHA for 3509b26
View code at this point
Browse repository at this point
Commits on Oct 6, 2021
Fix typos in the Python directory (GH-28767)
cclauss
authored
db693df
View commit details
Copy full SHA for db693df
View code at this point
Browse repository at this point
Commits on Sep 5, 2021
bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
iritkatriel
authored
9e31b39
View commit details
Copy full SHA for 9e31b39
View code at this point
Browse repository at this point
Commits on Sep 3, 2021
bpo-45083: Include the exception class qualname when formatting an exception (GH-28119)
Show description for b4b6342
iritkatriel
and
Erlend Egeberg Aasland
authored
b4b6342
View commit details
Copy full SHA for b4b6342
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Show description for a77aac4
pablogsal
authored
a77aac4
View commit details
Copy full SHA for a77aac4
View code at this point
Browse repository at this point
Commits on Apr 19, 2021
bpo-25460: Surround suggestions by quotes (GH-25473)
pablogsal
authored
7a04116
View commit details
Copy full SHA for 7a04116
View code at this point
Browse repository at this point
Commits on Apr 14, 2021
bpo-38530: Make sure that failing to generate suggestions on failure will not propagate exceptions (GH-25408)
pablogsal
authored
e07f4ab
View commit details
Copy full SHA for e07f4ab
View code at this point
Browse repository at this point
bpo-38530: Offer suggestions on AttributeError (#16856)
Show description for 37494b4
pablogsal
authored
37494b4
View commit details
Copy full SHA for 37494b4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL