FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/pythonrun.c - wrongnull/cpython · GitHub
wrongnull
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
pythonrun.c
on
main
User selector
Datepicker
Commit history
Commits on May 28, 2025
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Show description for bac3fcb
serhiy-storchaka
authored
bac3fcb
View commit details
Copy full SHA for bac3fcb
View code at this point
Browse repository at this point
Commits on May 8, 2025
gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)
Show description for c81fa2b
ericsnowcurrently
authored
c81fa2b
View commit details
Copy full SHA for c81fa2b
View code at this point
Browse repository at this point
Commits on May 4, 2025
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after moving const folding to the peephole optimizier (#131830)
WolframAlph
authored
0a1fedb
View commit details
Copy full SHA for 0a1fedb
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
gh-131238: Remove more includes from pycore_interp.h (#131480)
vstinner
authored
20c5f96
View commit details
Copy full SHA for 20c5f96
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
gh-130080: implement PEP 765 (#130087)
iritkatriel
authored
ffc2f1d
View commit details
Copy full SHA for ffc2f1d
View code at this point
Browse repository at this point
GH-131238: More refactoring of core header files (GH-131351)
Show description for a45f253
markshannon
authored
a45f253
View commit details
Copy full SHA for a45f253
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
gh-117174: Add a new route in linecache to fetch interactive source code (#117500)
pablogsal
authored
a931a8b
View commit details
Copy full SHA for a931a8b
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
Postpone <stdbool.h> inclusion after Python.h (#130641)
Show description for 830f04b
chouquette
authored
830f04b
View commit details
Copy full SHA for 830f04b
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Show description for 0ef4ffe
serhiy-storchaka
authored
0ef4ffe
View commit details
Copy full SHA for 0ef4ffe
View code at this point
Browse repository at this point
GH-130396: Use computed stack limits on linux (GH-130398)
Show description for 0142236
markshannon
authored
0142236
View commit details
Copy full SHA for 0142236
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)
Show description for ef29104
encukou
authored
ef29104
View commit details
Copy full SHA for ef29104
View code at this point
Browse repository at this point
Commits on Feb 19, 2025
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Show description for 2498c22
markshannon
authored
2498c22
View commit details
Copy full SHA for 2498c22
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
gh-128130: Fix unhandled keyboard interrupt data race (gh-129975)
Show description for 451f291
colesbury
authored
451f291
View commit details
Copy full SHA for 451f291
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
gh-128911: Use PyImport_ImportModuleAttr() function (#129657)
Show description for dc804ff
vstinner
authored
dc804ff
View commit details
Copy full SHA for dc804ff
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
vstinner
authored
f89e5e2
View commit details
Copy full SHA for f89e5e2
View code at this point
Browse repository at this point
Commits on Dec 16, 2024
Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-127910)
Show description for cfeaa99
berkerpeksag
authored
cfeaa99
View commit details
Copy full SHA for cfeaa99
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)
Show description for ad6110a
colesbury
authored
ad6110a
View commit details
Copy full SHA for ad6110a
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Show description for 6d93690
ericsnowcurrently
authored
6d93690
View commit details
Copy full SHA for 6d93690
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
gh-121804: always show error location for SyntaxError's in basic repl (#123202)
skirpichev
authored
6822cb2
View commit details
Copy full SHA for 6822cb2
View code at this point
Browse repository at this point
Commits on May 5, 2024
gh-111201: A new Python REPL (GH-111567)
Show description for f27f8c7
authored
f27f8c7
View commit details
Copy full SHA for f27f8c7
View code at this point
Browse repository at this point
Commits on May 2, 2024
gh-116180: Check the globals argument in PyRun_* C API (GH-116637)
Show description for 7d2ffad
NGRsoftlab
authored
7d2ffad
View commit details
Copy full SHA for 7d2ffad
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
serhiy-storchaka
authored
72d3cc9
View commit details
Copy full SHA for 72d3cc9
View code at this point
Browse repository at this point
Commits on Feb 25, 2024
gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFileExFlags (gh-115916)
Show description for f082a05
gorsing
authored
f082a05
View commit details
Copy full SHA for f082a05
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Show description for 970e719
serhiy-storchaka
and
vstinner
authored
970e719
View commit details
Copy full SHA for 970e719
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
pablogsal
authored
90a1b28
View commit details
Copy full SHA for 90a1b28
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
gh-111132: Fix crash on interactive_filename in `run_mod` (#111136)
sobolevn
authored
124259f
View commit details
Copy full SHA for 124259f
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
gh-110912: Correctly display tracebacks for MemoryError exceptions using the traceback module (#110921)
pablogsal
authored
b3c9faf
View commit details
Copy full SHA for b3c9faf
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
pablogsal
authored
e1d8c65
View commit details
Copy full SHA for e1d8c65
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C implementation (#110702)
pablogsal
authored
e733136
View commit details
Copy full SHA for e733136
View code at this point
Browse repository at this point
Commits on Sep 29, 2023
gh-110079: Remove extern "C" { ...} in C code (#110080)
vstinner
authored
8b626a4
View commit details
Copy full SHA for 8b626a4
View code at this point
Browse repository at this point
Commits on Sep 23, 2023
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
serhiy-storchaka
authored
b8d1744
View commit details
Copy full SHA for b8d1744
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)
iritkatriel
authored
ecd21a6
View commit details
Copy full SHA for ecd21a6
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
gh-108765: Cleanup #include in Python/*.c files (#108977)
Show description for b298b39
vstinner
authored
b298b39
View commit details
Copy full SHA for b298b39
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
gh-106320: Remove private pythonrun API (#108599)
Show description for 15c5a50
vstinner
authored
15c5a50
View commit details
Copy full SHA for 15c5a50
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)
Show description for 52c6a6e
vstinner
authored
52c6a6e
View commit details
Copy full SHA for 52c6a6e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL