| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824) | Victor Stinner | 2024-03-14 | 1 | -0/+1 |
|
|
* | gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815) | Victor Stinner | 2024-03-14 | 1 | -0/+1 |
|
|
* | gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610) | Victor Stinner | 2024-03-11 | 1 | -3/+2 |
|
|
* | gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manu... | Steve Dower | 2024-02-26 | 1 | -1/+6 |
|
|
* | gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by def... | Steve Dower | 2024-02-19 | 1 | -1/+4 |
|
|
* | gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10... | Steve Dower | 2024-02-13 | 1 | -0/+3 |
|
|
* | gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185) | Steve Dower | 2024-02-12 | 1 | -2/+13 |
|
|
* | gh-114329: Add `PyList_GetItemRef` function (GH-114504) | Sam Gross | 2024-02-02 | 1 | -0/+1 |
|
|
* | gh-113744: Add a new IncompleteInputError exception to improve incomplete inp... | Pablo Galindo Salgado | 2024-01-30 | 1 | -0/+1 |
|
|
* | gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Stor... | Vincent Cunningham | 2024-01-25 | 1 | -0/+69 |
|
|
* | gh-112984 Update Windows build and installer for free-threaded builds (GH-113... | Steve Dower | 2024-01-17 | 6 | -31/+639 |
|
|
* | Update copyright years to 2024. (GH-113608) | solya0x | 2024-01-16 | 1 | -1/+1 |
|
|
* | gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) | Zackery Spytz | 2024-01-11 | 1 | -2/+0 |
|
|
* | gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) | Steve Dower | 2023-12-13 | 3 | -3/+10 |
|
|
* | gh-76785: More Fixes for test.support.interpreters (gh-113012) | Eric Snow | 2023-12-12 | 1 | -0/+2 |
|
|
* | gh-112278: In _wmi, treat initialization timeout separately from connection t... | AN Long | 2023-12-08 | 1 | -12/+34 |
|
|
* | gh-112278: Disable WMI queries on Windows after they time out (GH-112658) | AN Long | 2023-12-07 | 1 | -2/+23 |
|
|
* | Fix typos in variable names, function names, and comments (GH-101868) | Yang Hau | 2023-12-01 | 1 | -1/+1 |
|
|
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -1/+1 |
|
|
* | gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) | Victor Stinner | 2023-11-07 | 1 | -1/+0 |
|
|
* | gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#11... | Victor Stinner | 2023-11-03 | 1 | -0/+1 |
|
|
* | gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584) | Victor Stinner | 2023-11-01 | 1 | -2/+2 |
|
|
* | gh-90815: Exclude mimalloc .c files from Windows build (#111532) | Dino Viehland | 2023-10-31 | 1 | -0/+3 |
|
|
* | gh-110481: Implement biased reference counting (gh-110764) | Sam Gross | 2023-10-30 | 1 | -0/+2 |
|
|
* | gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121) | Victor Stinner | 2023-10-20 | 1 | -0/+1 |
|
|
* | gh-85283: Add PySys_Audit() to the limited C API (#108571) | Victor Stinner | 2023-10-17 | 1 | -0/+2 |
|
|
* | gh-85283: Build winsound extension with limited C API (#110978) | Victor Stinner | 2023-10-17 | 2 | -129/+25 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 7 | -5/+21 |
|
|
* | gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570) | Victor Stinner | 2023-10-17 | 1 | -0/+4 |
|
|
* | gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz... | Serhiy Storchaka | 2023-10-11 | 1 | -0/+2 |
|
|
* | gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441) | Victor Stinner | 2023-10-07 | 1 | -0/+1 |
|
|
* | gh-110147: test_msvcrt: run console I/O tests in new processes (#110268) | AN Long | 2023-10-05 | 2 | -88/+1 |
|
|
* | gh-88402: Add new sysconfig variables on Windows (GH-110049) | Sam Gross | 2023-10-04 | 1 | -0/+2 |
|
|
* | gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217) | Victor Stinner | 2023-10-02 | 1 | -1/+0 |
|
|
* | gh-83180: Made launcher treat shebang 'python' tags as low priority so that a... | Steve Dower | 2023-10-02 | 1 | -6/+32 |
|
|
* | gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139) | Victor Stinner | 2023-09-30 | 1 | -0/+1 |
|
|
* | gh-108996: fix and enable test_msvcrt (#109226) | AN Long | 2023-09-22 | 2 | -1/+106 |
|
|
* | gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650) | AN Long | 2023-09-21 | 1 | -0/+4 |
|
|
* | gh-108511: Add C API functions which do not silently ignore errors (GH-109025) | Serhiy Storchaka | 2023-09-17 | 1 | -0/+4 |
|
|
* | gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267) | AN Long | 2023-09-12 | 2 | -4/+4 |
|
|
* | gh-108494: Argument Clinic: inline parsing code for positional-only parameter... | Serhiy Storchaka | 2023-09-03 | 2 | -12/+15 |
|
|
* | gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) | Victor Stinner | 2023-08-31 | 5 | -24/+14 |
|
|
* | gh-108635: Make parameters of some implementations of special methods positio... | Serhiy Storchaka | 2023-08-29 | 2 | -33/+8 |
|
|
* | gh-108494: Argument Clinic: fix support of Limited C API (GH-108536) | Serhiy Storchaka | 2023-08-28 | 1 | -1/+2 |
|
|
* | gh-106320: Remove private _PyLong converter functions (#108499) | Victor Stinner | 2023-08-26 | 1 | -1/+2 |
|
|
* | gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) | Victor Stinner | 2023-08-24 | 3 | -27/+27 |
|
|
* | gh-108444: Add PyLong_AsInt() public function (#108445) | Victor Stinner | 2023-08-24 | 1 | -0/+1 |
|
|
* | gh-106869: Use new PyMemberDef constant names (#106871) | Victor Stinner | 2023-07-25 | 1 | -2/+2 |
|
|
* | gh-106004: Add PyDict_GetItemRef() function (#106005) | Victor Stinner | 2023-07-21 | 1 | -0/+2 |
|
|
* | gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860) | Serhiy Storchaka | 2023-07-18 | 2 | -22/+5 |
|
|