FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/pythonrun.c - slateny/cpython · GitHub
slateny
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
pythonrun.c
on
s/functional
User selector
Datepicker
Commit history
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
Commits on Apr 7, 2021
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Show description for d36d6a9
vstinner
authored
d36d6a9
View commit details
Copy full SHA for d36d6a9
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075)
pablogsal
authored
09b90a0
View commit details
Copy full SHA for 09b90a0
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
bpo-43244: Remove the pyarena.h header (GH-25007)
Show description for 8370e07
vstinner
authored
8370e07
View commit details
Copy full SHA for 8370e07
View code at this point
Browse repository at this point
bpo-43244: Remove parser_interface.h header file (GH-25001)
Show description for 57364ce
vstinner
authored
57364ce
View commit details
Copy full SHA for 57364ce
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
bpo-43244: Add pycore_compile.h header file (GH-25000)
Show description for a81fca6
vstinner
authored
a81fca6
View commit details
Copy full SHA for a81fca6
View code at this point
Browse repository at this point
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Show description for 94faa07
vstinner
authored
94faa07
View commit details
Copy full SHA for 94faa07
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
bpo-43244: Remove symtable.h header file (GH-24910)
Show description for 28ad12f
vstinner
authored
28ad12f
View commit details
Copy full SHA for 28ad12f
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Show description for 4a6bf27
nw0
authored
4a6bf27
View commit details
Copy full SHA for 4a6bf27
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Show description for a82f63f
vstinner
authored
a82f63f
View commit details
Copy full SHA for a82f63f
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Show description for 550e467
vstinner
authored
550e467
View commit details
Copy full SHA for 550e467
View code at this point
Browse repository at this point
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642)
Show description for b6d98c1
vstinner
authored
b6d98c1
View commit details
Copy full SHA for b6d98c1
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
bpo-40939: Restore some stable API functions incorrectly deleted (GH-23606)
pablogsal
authored
46bd5ed
View commit details
Copy full SHA for 46bd5ed
View code at this point
Browse repository at this point
Commits on Oct 26, 2020
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Show description for fb5db7e
serhiy-storchaka
authored
fb5db7e
View commit details
Copy full SHA for fb5db7e
View code at this point
Browse repository at this point
Commits on Oct 10, 2020
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Show description for 98c4433
serhiy-storchaka
authored
98c4433
View commit details
Copy full SHA for 98c4433
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL