index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PC
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade
2024-11-12
2
-2/+2
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
2
-7/+12
*
gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)
Steve Dower
2024-11-05
1
-1/+7
*
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
Victor Stinner
2024-11-05
1
-1/+1
*
gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows...
Steve Dower
2024-10-30
1
-7/+15
*
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner
2024-10-25
1
-0/+1
*
gh-125550: Enable py.exe to detect Store installs of 3.14 (GH-125551)
Steve Dower
2024-10-16
1
-3/+6
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
1
-0/+1
*
gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)
Steve Dower
2024-09-30
1
-3/+3
*
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Victor Stinner
2024-09-24
1
-0/+1
*
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na
2024-09-24
1
-3/+0
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
1
-0/+1
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
1
-0/+8
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
1
-0/+1
*
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...
Pablo Galindo Salgado
2024-06-24
1
-1/+0
*
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner
2024-06-18
1
-0/+1
*
gh-120417: Remove unused imports in Tools (#120623)
Victor Stinner
2024-06-17
1
-1/+1
*
gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout sc...
Steve Dower
2024-06-06
1
-2/+2
*
gh-119679: Ensures correct import libraries are included in Windows install p...
Steve Dower
2024-06-03
1
-6/+8
*
gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...
Steve Dower
2024-05-29
1
-1/+1
*
gh-117557: Improve error messages when a string, bytes or bytearray of length...
Serhiy Storchaka
2024-05-28
1
-7/+41
*
gh-119180: Update the magic number (#119397)
Jelle Zijlstra
2024-05-25
1
-0/+1
*
gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880)
I-Shen Leong
2024-05-13
1
-10/+9
*
Fix some missing null checks. (GH-118721)
Steve Dower
2024-05-10
1
-0/+5
*
Update Windows library names for the Python version bump (#118766)
Kirill Podoprigora
2024-05-08
1
-4/+4
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-07
1
-3/+9
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
1
-0/+3
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
4
-4/+8
*
gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...
Steve Dower
2024-04-24
1
-2/+2
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
1
-6/+6
*
gh-112278: Improve error handling in wmi module and tests (GH-117818)
Steve Dower
2024-04-15
1
-19/+26
*
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Victor Stinner
2024-03-25
1
-0/+1
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
1
-1/+1
*
Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)
Steve Dower
2024-03-22
1
-1/+1
*
gh-85283: Build _testconsole extension with limited C API (#117125)
Victor Stinner
2024-03-21
2
-95/+39
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-0/+2
*
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
[next]