summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
...
* gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)Erlend E. Aasland2022-11-152-0/+8
* gh-93649: Split getargs tests from _testcapimodule.c (#99346)Erlend E. Aasland2022-11-142-0/+4
* gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)Eric Snow2022-11-112-0/+12
* gh-90868: Adjust the Generated Objects (gh-99223)Eric Snow2022-11-082-0/+8
* gh-98627: Add the _testsinglephase Module (gh-99039)Eric Snow2022-11-085-1/+172
* gh-98817: Remove PCbuild/lib.pyproj (GH-98818)Hugo van Kemenade2022-11-071-1722/+0
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-95/+0
* gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)Zachary Ware2022-11-012-2/+2
* gh-96143: Move the perf trampoline files to the Python directory (#98675)Pablo Galindo Salgado2022-10-254-6/+6
* gh-94328: Update Windows installer to use SQLite 3.39.4 (#98640)Erlend E. Aasland2022-10-253-3/+3
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-172-5/+5
* gh-97669: Remove outdated example scripts (#97675) (#98167)Victor Stinner2022-10-111-2/+0
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-041-3/+0
* gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)Steve Dower2022-09-232-4/+4
* gh-94781: Fix Windows projects not cleaning intermediate and output files for...Charlie Zhao2022-09-072-0/+16
* gh-89545: Updates platform module to use new internal _wmi module on Windows ...Steve Dower2022-09-074-1/+176
* Fix regeneration of global objects through the Windows build files (GH-96394)Kumar Aditya2022-08-301-1/+8
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-304-0/+8
* gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)Christian Heimes2022-08-293-5/+5
* GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...Mark Shannon2022-08-244-4/+8
* gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95...Petr Viktorin2022-08-171-0/+4
* gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)Petr Viktorin2022-08-102-0/+4
* gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)Petr Viktorin2022-08-082-0/+4
* gh-93243: Make smtpd private before porting its users (GH-93246)Oleg Iarygin2022-08-061-2/+1
* gh-95656: Enable the sqlite3 load extension API in Windows build (#95662)Erlend Egeberg Aasland2022-08-041-1/+1
* gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)Petr Viktorin2022-08-012-0/+4
* gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)Aivars Kalvāns2022-07-274-10/+1
* gh-92348: Add quotes to support building on Windows with spaces in directory ...Steve Dower2022-07-171-1/+1
* gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)Petr Viktorin2022-07-082-0/+4
* GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH...Kumar Aditya2022-07-072-1/+5
* gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281)Shixian Li2022-06-271-2/+2
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-221-49/+44
* gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)Victor Stinner2022-06-211-32/+31
* GH-91432: Specialize FOR_ITER (GH-91713)Dennis Sweeney2022-06-212-0/+4
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-29/+29
* gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)Victor Stinner2022-06-211-55/+54
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)Victor Stinner2022-06-192-0/+4
* gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)Ken Jin2022-06-172-0/+4
* gh-92658: Add Hyper-V socket support (GH-92755)Jordan Borean2022-05-241-1/+1
* gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...David Machaj2022-05-191-0/+1
* Improve object stats (#92845)Mark Shannon2022-05-162-0/+4
* gh-92651: Remove the Include/token.h header file (#92652)Victor Stinner2022-05-113-5/+5
* gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...CAM Gerlach2022-05-101-11/+9
* bpo-46907: Update Windows installer to SQLite 3.38.4. (#92322)Mariusz Felisiak2022-05-093-3/+3
* bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)Mariusz Felisiak2022-05-024-4/+4
* bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147)Mariusz Felisiak2022-04-253-3/+3
* gh-91719: Add pycore_opcode.h internal header file (#91906)Victor Stinner2022-04-251-2/+2
* gh-64783: Fix signal.NSIG value on FreeBSD (#91929)Victor Stinner2022-04-252-0/+4
* gh-79315: Add Include/cpython/pythread.h header (#91798)Victor Stinner2022-04-212-0/+4
* gh-79315: Add Include/cpython/modsupport.h header (#91797)Victor Stinner2022-04-212-0/+4