index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
PC
Commit message (
Expand
)
Author
Age
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
*
gh-93491: Add support tier detection to configure (GH-93492)
Christian Heimes
2022-06-10
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
*
gh-93005: Fixes launcher test when no Python install is available (GH-93007)
Steve Dower
2022-05-23
*
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
Mori Bellamy
2022-05-22
*
gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
Steve Dower
2022-05-19
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
*
Update CPyhton configuration for 3.12 (#92451)
Dong-hee Na
2022-05-08
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
*
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-...
Ganesh Kathiresan
2022-05-02
*
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...
Petr Viktorin
2022-04-28
*
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
Petr Viktorin
2022-04-21
*
Remove the ancient Pynche color editor (#91554)
Barry Warsaw
2022-04-17
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
*
bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)
Steve Dower
2022-04-07
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-29
*
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
Steve Dower
2022-03-22
*
bpo-1635741: Fix winreg reference leaks (GH-31560)
Victor Stinner
2022-02-25
*
bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...
Steve Dower
2022-02-07
*
bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)
Steve Dower
2022-02-04
*
Optimize images by IMGbot (GH-21348)
Manish Kumar ⛄
2022-02-04
*
bpo-37705: Remove orphaned PC/errmap.mak (GH-29724)
Oleg Iarygin
2022-02-02
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
*
bpo-46303: Fix fileutils.h compiler warnings (GH-30550)
Victor Stinner
2022-01-12
*
bpo-45923: Handle call events in bytecode (GH-30364)
Mark Shannon
2022-01-06
*
Update copyright year to 2022. (GH-30335)
Benjamin Peterson
2022-01-02
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-09
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
*
bpo-44391: Remove unused argument from a varargs call. (GH-29843)
Vinay Sajip
2021-11-29
*
bpo-45901: Fixes argument passing when invoking .py files directly through th...
Steve Dower
2021-11-26
*
bpo-40280: Add configure check for socket shutdown (GH-29795)
Christian Heimes
2021-11-26
*
bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
Zachary Ware
2021-11-23
*
bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource file...
Steve Dower
2021-11-09
*
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Steve Dower
2021-11-05
*
bpo-45220: Remove invalid include from resource definition files on Windows (...
Steve Dower
2021-11-04
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...
Irit Katriel
2021-10-23
*
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes
2021-10-21
*
bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331)
Ken Jin
2021-10-21
*
bpo-45440: Remove pymath.c fallbacks (GH-28977)
Victor Stinner
2021-10-15
*
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner
2021-10-13
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
*
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner
2021-10-13
*
Fix typos in the Objects directory (GH-28766)
Christian Clauss
2021-10-06
*
bpo-45375: Fix off by one error in buffer allocation (GH-28764)
Steve Dower
2021-10-06
*
bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...
Steve Dower
2021-10-05
*
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow
2021-09-28
[next]