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
*
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
*
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)
Steve Dower
2021-12-08
1
-3/+4
*
bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build d...
Steve Dower
2021-12-08
2
-6/+2
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
1
-0/+6
*
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Crowthebird
2021-12-03
3
-3/+3
*
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
Christian Heimes
2021-12-03
1
-1/+1
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
5
-8/+456
*
bpo-45931: Prevent Directory.Build.props/targets from leaking from directorie...
David Federman
2021-11-29
3
-2/+10
*
bpo-45873: Get rid of bootstrap_python (#29717)
Guido van Rossum
2021-11-23
1
-3/+3
*
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
3
-6/+82
*
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado
2021-11-21
3
-0/+10
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
1
-6/+0
*
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
Steve Dower
2021-11-09
2
-5/+5
*
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Steve Dower
2021-11-05
2
-2/+2
*
bpo-45220: Remove invalid include from resource definition files on Windows (...
Steve Dower
2021-11-04
1
-3/+0
*
bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
Steve Dower
2021-11-04
2
-4/+4
*
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
Erlend Egeberg Aasland
2021-10-29
1
-1/+11
*
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes
2021-10-25
2
-4/+0
*
bpo-45570: Simplify setup macros for pyexpat (GH-29159)
Christian Heimes
2021-10-22
2
-2/+2
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-1/+0
*
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows (GH-25414)
Erlend Egeberg Aasland
2021-10-19
1
-1/+1
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
2
-0/+4
*
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner
2021-10-18
2
-0/+8
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
2
-4/+4
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
2
-4/+0
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
2
-8/+4
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
2
-16/+16
*
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner
2021-10-15
2
-4/+4
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
2
-4/+4
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
2
-0/+8
*
bpo-45229: Make tkinter tests discoverable (GH-28637)
Serhiy Storchaka
2021-10-13
1
-2/+0
[next]