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-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
*
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH...
Kumar Aditya
2022-07-07
1
-0/+1
*
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney
2022-06-21
1
-0/+1
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
1
-0/+1
*
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Ken Jin
2022-06-17
1
-0/+1
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
1
-0/+1
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
1
-1/+1
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
1
-0/+1
*
gh-79315: Add Include/cpython/pythread.h header (#91798)
Victor Stinner
2022-04-21
1
-0/+1
*
gh-79315: Add Include/cpython/modsupport.h header (#91797)
Victor Stinner
2022-04-21
1
-0/+1
*
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner
2022-04-07
1
-1/+0
*
bpo-35134: Add Include/cpython/setobject.h header (GH-32384)
Victor Stinner
2022-04-06
1
-0/+1
*
bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)
Victor Stinner
2022-04-06
1
-0/+1
*
bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)
Jeremy Kloth
2022-04-05
1
-2/+4
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
1
-4/+4
*
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
Gregory P. Smith
2022-03-20
1
-1/+3
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
1
-1/+0
*
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner
2022-02-24
1
-0/+1
*
bpo-45459: Rename buffer.h to pybuffer.h (#31201)
Victor Stinner
2022-02-22
1
-0/+1
*
bpo-35134: Add Include/cpython/descrobject.h (GH-30923)
Victor Stinner
2022-01-26
1
-0/+1
*
bpo-46429: Merge all deepfrozen files into one (GH-30572)
Kumar Aditya
2022-01-20
1
-23/+1
*
bpo-46370: Move the static initializer for _PyRuntime to its own header file....
Eric Snow
2022-01-13
1
-0/+1
*
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow
2021-12-14
1
-1/+1
*
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes
2021-12-10
1
-1/+0
*
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
neonene
2021-12-10
1
-2/+4
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
1
-0/+7
*
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya
2021-12-09
1
-0/+4
*
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Crowthebird
2021-12-03
1
-1/+1
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-2/+19
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
1
-0/+1
*
bpo-45850: Implement deep-freeze on Windows (#29648)
Guido van Rossum
2021-11-22
1
-0/+24
*
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado
2021-11-21
1
-0/+2
*
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Steve Dower
2021-11-05
1
-1/+1
*
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes
2021-10-25
1
-1/+0
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
1
-0/+1
*
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner
2021-10-18
1
-0/+2
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
1
-1/+1
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
1
-1/+0
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
1
-2/+1
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
1
-4/+4
*
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner
2021-10-15
1
-1/+1
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-1/+1
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
1
-0/+2
*
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
1
-1/+1
*
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado
2021-08-24
1
-0/+1
[next]