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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)
Victor Stinner
2022-06-21
1
-55/+54
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
2
-0/+4
*
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Ken Jin
2022-06-17
2
-0/+4
*
gh-92658: Add Hyper-V socket support (GH-92755)
Jordan Borean
2022-05-24
1
-1/+1
*
gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...
David Machaj
2022-05-19
1
-0/+1
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
2
-0/+4
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
3
-5/+5
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
1
-11/+9
*
bpo-46907: Update Windows installer to SQLite 3.38.4. (#92322)
Mariusz Felisiak
2022-05-09
3
-3/+3
*
bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)
Mariusz Felisiak
2022-05-02
4
-4/+4
*
bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147)
Mariusz Felisiak
2022-04-25
3
-3/+3
*
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner
2022-04-25
1
-2/+2
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
2
-0/+4
*
gh-79315: Add Include/cpython/pythread.h header (#91798)
Victor Stinner
2022-04-21
2
-0/+4
*
gh-79315: Add Include/cpython/modsupport.h header (#91797)
Victor Stinner
2022-04-21
2
-0/+4
*
bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)
Ma Lin
2022-04-19
4
-5/+5
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
2
-0/+8
*
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner
2022-04-07
2
-4/+0
*
bpo-35134: Add Include/cpython/setobject.h header (GH-32384)
Victor Stinner
2022-04-06
2
-0/+4
*
bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)
Victor Stinner
2022-04-06
2
-0/+4
*
bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...
Steve Dower
2022-04-06
1
-4/+11
*
bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)
Jeremy Kloth
2022-04-05
1
-2/+4
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
1
-0/+1
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
2
-14/+14
*
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...
Zachary Ware
2022-04-02
2
-2/+2
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-28
2
-5/+5
*
bpo-43166: Disable ceval.c optimizations for Windows debug builds (GH-32023)
neonene
2022-03-23
1
-1/+2
*
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
Gregory P. Smith
2022-03-20
1
-1/+3
*
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
Christian Heimes
2022-03-15
2
-4/+4
*
bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)
Mariusz Felisiak
2022-03-15
3
-3/+3
*
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...
Steve Dower
2022-03-07
3
-3/+3
*
bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574)
Steve Dower
2022-02-28
7
-10/+29
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
2
-4/+0
*
bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791)
Christian Heimes
2022-02-24
1
-1/+1
*
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner
2022-02-24
2
-0/+4
*
bpo-45459: Rename buffer.h to pybuffer.h (#31201)
Victor Stinner
2022-02-22
2
-0/+4
*
bpo-46778: Enable multiprocess compilation for source files when building on ...
Jeremy Kloth
2022-02-17
1
-0/+1
*
bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)
Steve Dower
2022-01-28
2
-2/+8
*
bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)
Kumar Aditya
2022-01-28
3
-3/+3
*
bpo-35134: Add Include/cpython/descrobject.h (GH-30923)
Victor Stinner
2022-01-26
2
-1/+5
*
bpo-46429: Merge all deepfrozen files into one (GH-30572)
Kumar Aditya
2022-01-20
2
-82/+31
*
bpo-46370: Move the static initializer for _PyRuntime to its own header file....
Eric Snow
2022-01-13
2
-0/+4
*
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Kumar Aditya
2021-12-22
2
-4/+4
*
bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster bu...
neonene
2021-12-19
1
-0/+3
*
bpo-46088: Automatically detect or install bootstrap Python runtime when buil...
Steve Dower
2021-12-18
4
-16/+47
*
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow
2021-12-14
2
-4/+4
*
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes
2021-12-10
3
-11/+0
*
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
neonene
2021-12-10
3
-3/+11
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
2
-0/+28
*
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya
2021-12-09
3
-0/+44
[prev]
[next]