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-135455: Fix version and architecture detection in PC/layout script. (GH-13...
Miss Islington (bot)
2025-06-13
3
-12/+95
*
[3.14] gh-134774: Remove additional Py_DEBUG definition (GH-134791)
Chris Eibl
2025-05-27
1
-5/+0
*
GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)
Miss Islington (bot)
2025-05-20
1
-11/+11
*
[3.14] gh-133779: Revert Windows generation of pyconfig.h and go back to a st...
Steve Dower
2025-05-19
1
-6/+16
*
[3.14] gh-130000: Release the GIL in winreg when doing Windows API calls (GH-...
Miss Islington (bot)
2025-05-16
1
-9/+32
*
gh-132930: Include IDLE path in registry for PyManager packages (GH-133246)
Steve Dower
2025-05-01
1
-1/+3
*
gh-132930: Fixes PEP 514 registration for PyManager packages on x64 (GH-133154)
Steve Dower
2025-04-29
1
-18/+21
*
gh-132930: Fix use of ALIAS_WPREFIX in pymanager builds (GH-133120)
Adam Turner
2025-04-29
1
-17/+19
*
GH-132930: Display 'free-threaded' in pymanager builds (GH-133119)
Adam Turner
2025-04-29
1
-1/+1
*
gh-132930: Improve the names of IDLE and PyDoc shortcuts (GH-133091)
Steve Dower
2025-04-28
1
-2/+2
*
gh-132930: Implement PEP 773 (GH-132931)
Steve Dower
2025-04-28
4
-2/+324
*
gh-111178: fix incorrect function signatures for Windows builds (#133072)
Bénédikt Tran
2025-04-28
2
-2/+2
*
gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromU...
Steve Dower
2025-04-21
1
-0/+3
*
gh-132649: Allow passing --include-tcltk to PC\layout on Windows ARM64 (GH-13...
Steve Dower
2025-04-17
1
-1/+1
*
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
Adam Turner
2025-04-04
1
-0/+2
*
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran
2025-04-04
1
-10/+20
*
GH-131296: Fix parenthesis warnings on Windows-specific code (GH-131905)
Chris Eibl
2025-03-31
1
-1/+1
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
2
-2/+12
*
gh-131712: Build _suggestions extension on Windows (#131759)
Victor Stinner
2025-03-27
1
-0/+2
*
GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587)
Chris Eibl
2025-03-24
1
-1/+0
*
gh-131453: Add additional constants to winsound module (GH-131454)
AN Long
2025-03-20
1
-1/+11
*
Fix Windows build warnings (#131487)
Victor Stinner
2025-03-20
1
-3/+1
*
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
Steve Dower
2025-03-19
3
-0/+721
*
GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)
Chris Eibl
2025-03-17
1
-0/+4
*
gh-131327: Document winsound.SND_APPLICATION (#131328)
AN Long
2025-03-16
1
-0/+1
*
GH-131296: fix clang-cl warnings on Windows in pyshellext.cpp (GH-131300)
Chris Eibl
2025-03-15
1
-6/+1
*
gh-131020: py.exe launcher does not correctly detect a BOM when searching for...
Chris Eibl
2025-03-10
1
-4/+4
*
gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (...
Jean-Christophe Fillion-Robin
2025-03-10
1
-2/+6
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
1
-9/+9
*
gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945)
Victor Stinner
2025-01-18
1
-3/+2
*
gh-59705: Implement _thread.set_name() on Windows (#128675)
Victor Stinner
2025-01-17
1
-0/+4
*
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin
2025-01-09
1
-0/+2
*
Add Windows version comments to the python manifest. (GH-127439)
AraHaan
2024-12-24
1
-0/+5
*
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
[next]