aboutsummaryrefslogtreecommitdiff
path: root/PCbuild
AgeCommit message (Expand)Author
2021-12-09bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)Kumar Aditya
2021-12-08bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)Steve Dower
2021-12-08bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build d...Steve Dower
2021-12-07Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner
2021-12-03bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Crowthebird
2021-12-03bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)Christian Heimes
2021-12-03bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower
2021-11-29bpo-45931: Prevent Directory.Build.props/targets from leaking from directorie...David Federman
2021-11-23bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum
2021-11-23bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...Mark Shannon
2021-11-22bpo-45850: Implement deep-freeze on Windows (#29648)Guido van Rossum
2021-11-21Refactor parser compilation units into specific components (GH-29676)Pablo Galindo Salgado
2021-11-16bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner
2021-11-09bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)Steve Dower
2021-11-05bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)Steve Dower
2021-11-04bpo-45220: Remove invalid include from resource definition files on Windows (...Steve Dower
2021-11-04bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)Steve Dower
2021-10-29bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland
2021-10-25bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)Christian Heimes
2021-10-22bpo-45570: Simplify setup macros for pyexpat (GH-29159)Christian Heimes
2021-10-22bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)Christian Heimes
2021-10-19bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows (GH-25414)Erlend Egeberg Aasland
2021-10-19bpo-35134: Add Include/cpython/longobject.h (GH-29044)Victor Stinner
2021-10-19bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)Victor Stinner
2021-10-15bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)Victor Stinner
2021-10-15bpo-45434: Remove Include/eval.h header file (GH-28973)Victor Stinner
2021-10-15bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)Victor Stinner
2021-10-15bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)Victor Stinner
2021-10-15bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)Victor Stinner
2021-10-15po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)Victor Stinner
2021-10-14bpo-35134: Add Include/cpython/floatobject.h (GH-28957)Victor Stinner
2021-10-13bpo-45229: Make tkinter tests discoverable (GH-28637)Serhiy Storchaka
2021-10-13bpo-45434: Remove pystrhex.h header file (GH-28923)Victor Stinner
2021-10-05bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...Steve Dower
2021-09-30bpo-45020: Add more test cases for frozen modules. (gh-28664)Eric Snow
2021-09-27Select correct tool platform when building on Windows ARM64 natively (GH-28491)Niyas Sait
2021-09-24bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)Eric Snow
2021-09-20bpo-44848: Update Windows installer to use SQLite 3.36.0 (GH-27622)Erlend Egeberg Aasland
2021-09-20bpo-45055: Add retry when downloading externals on Windows (GH-28399)Steve Dower
2021-09-17bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow
2021-09-16bpo-45020: Drop the frozen .h files from the repo. (gh-28392)Eric Snow
2021-09-16bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...Steve Dower
2021-09-15bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)Eric Snow
2021-09-15bpo-45020: Drop the frozen .h files from the repo. (gh-28375)Eric Snow
2021-09-15bpo-45019: Clean up the frozen __hello__ module. (gh-28374)Eric Snow
2021-09-15bpo-45188: Windows now regenerates frozen modules at the start of build inste...Steve Dower
2021-09-07bpo-45124: Remove the bdist_msi command (GH-28195)Hugo van Kemenade
2021-09-03bpo-45022: Update libffi to 3.4.2 in Windows build (GH-28146)Steve Dower
2021-09-02bpo-45085: Remove the binhex module (GH-28117)Victor Stinner
2021-08-30bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow