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
/
PCbuild
/
pythoncore.vcxproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
1
-0/+2
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
1
-0/+1
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
1
-0/+1
*
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner
2023-08-29
1
-2/+3
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
1
-0/+3
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
1
-1/+2
*
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner
2023-07-22
1
-2/+1
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
1
-0/+1
*
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher
2023-07-20
1
-0/+1
*
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner
2023-07-03
1
-0/+1
*
gh-106320: Add pycore_complexobject.h header file (#106339)
Victor Stinner
2023-07-02
1
-0/+1
*
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
Victor Stinner
2023-07-02
1
-1/+1
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-1/+0
*
GH-104584: Add Include/cpython/optimizer.h to Makefile.pre.in (#106277)
Victor Stinner
2023-06-30
1
-0/+1
*
Remove private _PyCodec_Lookup() function (#106269)
Victor Stinner
2023-06-30
1
-0/+1
*
gh-105927: Add _PyWeakref_GET_REF() internal function (#105929)
Victor Stinner
2023-06-20
1
-0/+1
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
1
-1/+2
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-0/+1
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
1
-1/+0
*
gh-99108: Refresh HACL* (#104808)
Jonathan Protzenko
2023-05-24
1
-1/+1
*
GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...
Mark Shannon
2023-05-17
1
-0/+1
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
1
-0/+2
*
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko
2023-05-08
1
-4/+5
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-0/+2
*
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel
2023-04-11
1
-1/+2
*
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow
2023-04-06
1
-0/+1
*
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel
2023-03-31
1
-0/+2
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
1
-0/+1
*
gh-99726: Improves correctness of stat results for Windows, and uses faster A...
Steve Dower
2023-03-16
1
-0/+1
*
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko
2023-02-22
1
-0/+2
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
1
-2/+1
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-07
1
-1/+2
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-04
1
-0/+1
*
gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#10...
Carl Meyer
2023-01-09
1
-0/+1
*
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon
2023-01-05
1
-0/+2
*
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow
2022-12-12
1
-0/+1
*
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Eric Snow
2022-12-12
1
-0/+1
*
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow
2022-12-09
1
-0/+1
*
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow
2022-12-09
1
-0/+1
*
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow
2022-12-08
1
-1/+1
*
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow
2022-12-08
1
-0/+1
*
gh-79315: Add Include/cpython/memoryobject.h header (#99723)
Victor Stinner
2022-11-23
1
-0/+1
*
gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)
Steve Dower
2022-11-21
1
-1/+1
*
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
1
-0/+2
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
1
-0/+3
*
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow
2022-11-08
1
-0/+2
*
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Pablo Galindo Salgado
2022-10-25
1
-1/+1
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
1
-0/+1
*
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...
Mark Shannon
2022-08-24
1
-1/+1
*
gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)
Aivars KalvÄns
2022-07-27
1
-2/+0
[next]