summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056)Steve Dower2021-07-071-9/+9
* bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Wi...Steve Dower2021-07-053-29/+49
* bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)Steve Dower2021-06-301-0/+1
* bpo-43298: Improved error message when building without the Windows SDK insta...Steve Dower2021-06-191-3/+12
* bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Steve Dower2021-06-111-2/+2
* bpo-44187: Quickening infrastructure (GH-26264)Mark Shannon2021-06-072-0/+4
* bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...Erlend Egeberg Aasland2021-06-032-8/+0
* bpo-42686: Enable SQLite math functions in Windows build (#24053)Erlend Egeberg Aasland2021-05-041-1/+1
* bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo2021-05-031-0/+1
* bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)Erlend Egeberg Aasland2021-04-273-3/+3
* bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)Ken Jin2021-04-261-2/+2
* bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)Terry Jan Reedy2021-04-232-4/+4
* bpo-43915: Add PCbuild/blurb.bat to simplify Windows contributors (GH-25528)Steve Dower2021-04-221-0/+28
* bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)Victor Stinner2021-04-212-0/+4
* bpo-38530: Offer suggestions on AttributeError (#16856)Pablo Galindo2021-04-141-0/+1
* bpo-43567: Improved generated code refresh on Windows (GH-25120)Steve Dower2021-04-065-228/+108
* bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)Steve Dower2021-04-062-2/+2
* bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)Victor Stinner2021-04-022-6/+0
* bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)Victor Stinner2021-04-011-1/+1
* bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)Christian Heimes2021-03-303-5/+5
* bpo-43244: Remove the pyarena.h header (GH-25007)Victor Stinner2021-03-242-0/+4
* bpo-43244: Add pycore_compile.h header file (GH-25000)Victor Stinner2021-03-232-0/+4
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-233-17/+9
* bpo-35134: Add include/cpython/compile.h (GH-24922)Hai Shi2021-03-222-0/+4
* bpo-43244: Remove symtable.h header file (GH-24910)Victor Stinner2021-03-192-0/+4
* bpo-43244: Add pycore_ast.h header file (GH-24908)Victor Stinner2021-03-172-0/+4
* bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)Victor Stinner2021-03-173-5/+9
* bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)Erlend Egeberg Aasland2021-03-131-1/+0
* bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)Erlend Egeberg Aasland2021-03-091-1/+1
* bpo-42825: Enable /OPT:REF (GH-24098)Austin Lamb2021-02-191-0/+1
* bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)Nicholas Sim2021-02-192-20/+20
* bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)Nicholas Sim2021-02-172-8/+8
* bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)Nicholas Sim2021-02-162-4/+4
* bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)Inada Naoki2021-02-121-0/+1
* bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)Victor Stinner2021-01-252-2/+2
* bpo-42955: Add Python/module_names.h (GH-24258)Victor Stinner2021-01-192-0/+4
* bpo-42802: Remove distutils bdist_wininst command (GH-24043)Victor Stinner2021-01-082-4/+0
* bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)Erlend Egeberg Aasland2021-01-053-3/+3
* bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)Steve Dower2021-01-053-5/+5
* bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)Victor Stinner2020-12-232-0/+4
* bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)Victor Stinner2020-12-082-0/+4
* bpo-42111: Make the xxlimited module an example of best extension module prac...Petr Viktorin2020-12-085-2/+133
* bpo-42431: Fix outdated bytes comments (GH-23458)Serhiy Storchaka2020-12-032-0/+4
* bpo-42336: Improve PCbuild batch files (GH-23275)Steve Dower2020-11-186-20/+56
* bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)Pablo Galindo2020-11-051-0/+1
* Enable signing of nuget.org packages and update to supported timestamp server...Steve Dower2020-11-031-2/+2
* bpo-41796: Make _ast module state per interpreter (GH-23024)Victor Stinner2020-11-021-3/+9
* bpo-42208: Add _locale._get_locale_encoding() (GH-23052)Victor Stinner2020-10-311-1/+0
* bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)Victor Stinner2020-10-262-0/+4
* bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)Victor Stinner2020-10-262-4/+4