aboutsummaryrefslogtreecommitdiff
path: root/PCbuild
AgeCommit message (Expand)Author
2022-03-15[3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)Christian Heimes
2022-03-07bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...Steve Dower
2022-01-28bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)Steve Dower
2021-12-21bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)Ned Deily
2021-11-29bpo-45931: Prevent Directory.Build.props/targets from leaking from directorie...Miss Islington (bot)
2021-11-09bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)Steve Dower
2021-11-06bpo-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 (...Miss Islington (bot)
2021-11-04bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)Steve Dower
2021-10-13bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)Miss Islington (bot)
2021-09-20bpo-45055: Add retry when downloading externals on Windows (GH-28399)Miss Islington (bot)
2021-09-16bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...Miss Islington (bot)
2021-08-30[3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)...Ɓukasz Langa
2021-08-27bpo-45022: Pin current libffi build to fixed version in preparation for upcom...Miss Islington (bot)
2021-08-03Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) (GH-27582)Steve Dower
2021-07-29bpo-44479: Do not regenerate files during a PGO build as it will invalidate t...Steve Dower
2021-07-07bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056)Steve Dower
2021-07-05bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Wi...Steve Dower
2021-06-30bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)Miss Islington (bot)
2021-06-20bpo-43298: Improved error message when building without the Windows SDK insta...Miss Islington (bot)
2021-06-11bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Miss Islington (bot)
2021-05-04bpo-42686: Enable SQLite math functions in Windows build (GH-24053) (#25892)Miss Islington (bot)
2021-05-03bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo
2021-04-27bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)Erlend Egeberg Aasland
2021-04-26bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)Ken Jin
2021-04-23bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)Terry Jan Reedy
2021-04-22bpo-43915: Add PCbuild/blurb.bat to simplify Windows contributors (GH-25528)Steve Dower
2021-04-22bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)Victor Stinner
2021-04-14bpo-38530: Offer suggestions on AttributeError (#16856)Pablo Galindo
2021-04-06bpo-43567: Improved generated code refresh on Windows (GH-25120)Steve Dower
2021-04-06bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)Steve Dower
2021-04-02bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)Victor Stinner
2021-04-01bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)Victor Stinner
2021-03-29bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)Christian Heimes
2021-03-24bpo-43244: Remove the pyarena.h header (GH-25007)Victor Stinner
2021-03-24bpo-43244: Add pycore_compile.h header file (GH-25000)Victor Stinner
2021-03-23bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner
2021-03-22bpo-35134: Add include/cpython/compile.h (GH-24922)Hai Shi
2021-03-19bpo-43244: Remove symtable.h header file (GH-24910)Victor Stinner
2021-03-17bpo-43244: Add pycore_ast.h header file (GH-24908)Victor Stinner
2021-03-17bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)Victor Stinner
2021-03-13bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)Erlend Egeberg Aasland
2021-03-09bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)Erlend Egeberg Aasland
2021-02-19bpo-42825: Enable /OPT:REF (GH-24098)Austin Lamb
2021-02-19bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)Nicholas Sim
2021-02-17bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)Nicholas Sim
2021-02-16bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)Nicholas Sim
2021-02-12bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)Inada Naoki
2021-01-25bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)Victor Stinner
2021-01-19bpo-42955: Add Python/module_names.h (GH-24258)Victor Stinner