summaryrefslogtreecommitdiff
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* 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-092-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-272-0/+4
* bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)Victor Stinner2020-10-262-4/+4
* bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)Steve Dower2020-10-192-6/+5
* bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)Erlend Egeberg Aasland2020-10-083-3/+3
* bpo-41428: Implementation for PEP 604 (GH-21515)Maggie Moss2020-09-092-0/+8
* MSVC: The ARM command line should not define MASM. (#21817)Stefan Krah2020-08-101-3/+3
* bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)Mark Shannon2020-07-302-5/+1
* bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)Steve Dower2020-07-213-3/+3
* bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...Steve Dower2020-07-062-1/+4
* bpo-41070: Simplify pyshellext.dll build (GH-21037)Nikita Nemkin2020-06-242-11/+1
* bpo-41039: Simplify python3.dll build (GH-20989)Nikita Nemkin2020-06-232-80/+2
* bpo-41054: Simplify resource compilation on Windows (GH-21004)Nikita Nemkin2020-06-231-16/+1
* bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)Nikita Nemkin2020-06-2344-317/+1116
* bpo-41078: Add pycore_list.h internal header file (GH-21057)Victor Stinner2020-06-222-1/+5
* bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)Victor Stinner2020-06-222-2/+2
* bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)Lysandros Nikolaou2020-06-221-1/+1
* bpo-40939: Remove the old parser (Part 2) (GH-21005)Lysandros Nikolaou2020-06-203-34/+0
* bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2020-06-122-4/+4
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-113-50/+9
* bpo-40939: Generate keyword.py using the new parser (GH-20800)Lysandros Nikolaou2020-06-111-2/+3
* Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20...Stefan Krah2020-06-082-5/+1
* bpo-40861: Enable optimizations when building liblzma (GH-20724)Steve Dower2020-06-081-5/+2
* bpo-29882: Add _Py_popcount32() function (GH-20518)Victor Stinner2020-06-082-2/+2
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Pablo Galindo2020-06-011-0/+1
* Python 3.10.0a0 (GH-20198)Pablo Galindo2020-05-191-1/+1
* bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)Batuhan Taskaya2020-05-181-9/+4
* bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)Paul Ganssle2020-05-166-1/+137
* bpo-40501: Replace ctypes code in uuid with native module (GH-19948)Steve Dower2020-05-124-3/+166
* bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)Victor Stinner2020-05-122-4/+8
* bpo-38787: C API for module state access from extension methods (PEP 573) (GH...Petr Viktorin2020-05-072-0/+4
* bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...Steve Dower2020-05-052-0/+2