python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-153550: Modernize the older prose sections of the tkinter documentation (GH-153647)
serhiy-storchaka
[Python-checkins] [3.13] gh-128846: Fix test_configure_custom_copy for the aqua theme with Tk 9 (GH-153611)
serhiy-storchaka
[Python-checkins] [3.13] gh-151126: Fix missing memory errors in `_interpretersmodule.c` (#153765)
sobolevn
[Python-checkins] [3.13] gh-149689: add missing error checks in `Parser/action_helpers.c` (GH-153763)
serhiy-storchaka
[Python-checkins] [3.14] Docs: fill in descriptor C API docs (GH-146644) (GH-153760)
serhiy-storchaka
[Python-checkins] [3.13] Docs: fill in descriptor C API docs (GH-146644) (GH-153759)
serhiy-storchaka
[Python-checkins] [3.13] gh-151623: Add missing curses docstrings and document intrflush() (GH-151632) (GH-153756)
serhiy-storchaka
[Python-checkins] [3.14] gh-89554: Document standard type objects in types as classes (GH-150676) (GH-153757)
serhiy-storchaka
[Python-checkins] [3.13] gh-89554: Document standard type objects in types as classes (GH-150676) (GH-153758)
serhiy-storchaka
[Python-checkins] [3.13] gh-150285: Fix too long docstrings in the os module (GH-150296) (GH-150341) (GH-150464) (GH-153755)
serhiy-storchaka
[Python-checkins] [3.15] gh-144774: Add critical section in `BaseException.__setstate__` (GH-150578) (#153746)
kumaraditya303
[Python-checkins] [3.15] gh-150858: fix data race while changing `__qualname__` of a type object(GH-150859) (#153747)
kumaraditya303
[Python-checkins] gh-150452: use PyMutex in socket module (#150453)
kumaraditya303
[Python-checkins] [3.15] gh-71086: Document negative offset support in struct.pack_into() and unpack_from() (GH-153650) (GH-153699)
serhiy-storchaka
[Python-checkins] [3.13] gh-71086: Document negative offset support in struct.pack_into() and unpack_from() (GH-153650) (GH-153754)
serhiy-storchaka
[Python-checkins] [3.14] gh-71086: Document negative offset support in struct.pack_into() and unpack_from() (GH-153650) (GH-153753)
serhiy-storchaka
[Python-checkins] [3.15] gh-93417: Improve test_mimetypes (GH-150725) (GH-153748)
serhiy-storchaka
[Python-checkins] [3.14] gh-93417: Improve test_mimetypes (GH-150725) (GH-153749)
serhiy-storchaka
[Python-checkins] [3.13] gh-87904: Document curses classes (GH-151643) (GH-153752)
serhiy-storchaka
[Python-checkins] [3.14] gh-87904: Document curses classes (GH-151643) (GH-153751)
serhiy-storchaka
[Python-checkins] gh-150952: Fix incorrect sock_sendto docstring (#150953)
kumaraditya303
[Python-checkins] [3.13] gh-93417: Improve test_mimetypes (GH-150725) (GH-153750)
serhiy-storchaka
[Python-checkins] [3.15] gh-149816: Fix UAF in Modules/_pickle.c (GH-150024) (#153718)
kumaraditya303
[Python-checkins] [3.13] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696) (GH-153725)
serhiy-storchaka
[Python-checkins] [3.13] gh-153716: Harden ttk/tkinter GUI tests against display scaling (GH-153717) (GH-153743)
serhiy-storchaka
[Python-checkins] [3.15] gh-153716: Harden ttk/tkinter GUI tests against display scaling (GH-153717) (GH-153737)
serhiy-storchaka
[Python-checkins] [3.15] Remove duplicate button_ok code in idlelib.textview (GH-153733) (#153734)
terryjreedy
[Python-checkins] [3.14] gh-153716: Harden ttk/tkinter GUI tests against display scaling (GH-153717) (GH-153738)
serhiy-storchaka
[Python-checkins] [3.14] Remove duplicate button_ok code in idlelib.textview (GH-153733) (#153735)
terryjreedy
[Python-checkins] [3.13] Remove duplicate button_ok code in idlelib.textview (GH-153733) (#153736)
terryjreedy
[Python-checkins] Remove duplicate button_ok code in idlelib.textview (#153733)
terryjreedy
[Python-checkins] gh-153716: Harden ttk/tkinter GUI tests against display scaling (GH-153717)
serhiy-storchaka
[Python-checkins] [3.14] gh-153313: Run Emscripten PyRepl test in CI (GH-153701) (#153728)
freakboy3742
[Python-checkins] [3.15] gh-153313: Run Emscripten PyRepl test in CI (GH-153701) (#153727)
freakboy3742
[Python-checkins] gh-153313: Run Emscripten PyRepl test in CI (#153701)
freakboy3742
[Python-checkins] gh-102960: Make frames weak-referenceable (#152838)
ambv
[Python-checkins] [3.13] gh-153631: Ensure iOS simulator is running before starting build (GH-153632) (#153675)
freakboy3742
[Python-checkins] [3.15] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696) (#153723)
sobolevn
[Python-checkins] [3.14] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696) (#153724)
sobolevn
[Python-checkins] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (#153696)
sobolevn
[Python-checkins] [3.15] gh-148488: Clarify the company/tag separator in the py -V docs (GH-153427) (GH-153721)
zooba
[Python-checkins] [3.14] gh-148488: Clarify the company/tag separator in the py -V docs (GH-153427) (GH-153722)
zooba
[Python-checkins] gh-152433: Allow posixmodule.c to build for Windows UWP (GH-152998)
zooba
[Python-checkins] gh-148488: Clarify the company/tag separator in the py -V docs (GH-153427)
zooba
[Python-checkins] [3.13] gh-151912: Fix segfault in `type()` with NULL `tp_new` metaclasses (GH-151916) (#153706)
kumaraditya303
[Python-checkins] gh-151126: Fix `PyErr_NoMemory` errors in `_ctypes.c` (#152720)
kumaraditya303
[Python-checkins] [3.15] gh-151912: Fix segfault in `type()` with NULL `tp_new` metaclasses (GH-151916) (#153707)
kumaraditya303
[Python-checkins] [3.14] gh-151912: Fix segfault in `type()` with NULL `tp_new` metaclasses (GH-151916) (#153705)
kumaraditya303
[Python-checkins] gh-151912: Fix segfault in `type()` with NULL `tp_new` metaclasses (#151916)
kumaraditya303
[Python-checkins] gh-151907: Avoid creating temporary objects in some list comprehensions (GH-151908)
ZeroIntensity
[Python-checkins] gh-153313: Work around string decoding bug in emcc 6.0.2 (gh-153698)
corona10
[Python-checkins] gh-71086: Document negative offset support in struct.pack_into() and unpack_from() (GH-153650)
serhiy-storchaka
[Python-checkins] gh-49555: Clarify imaplib modified UTF-7 docs and comments (GH-153485)
serhiy-storchaka
[Python-checkins] [3.13] gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and add tests (GH-153660) (#153687)
kumaraditya303
[Python-checkins] [3.15] gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (GH-153659) (#153682)
erlend-aasland
[Python-checkins] [3.14] gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and add tests (GH-153660) (#153686)
kumaraditya303
[Python-checkins] [3.15] gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and add tests (GH-153660) (#153685)
kumaraditya303
[Python-checkins] gh-98078: fix asyncio SSL transports not sending the fatal TLS alerts (#153620)
kumaraditya303
[Python-checkins] [3.13] gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (GH-153659) (#153684)
erlend-aasland
[Python-checkins] gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and add tests (#153660)
kumaraditya303
[Python-checkins] [3.14] gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (GH-153659) (#153683)
erlend-aasland
[Python-checkins] [3.15] gh-141510: Update `marshal` module comment with `frozendict` support (GH-153655) (#153681)
sobolevn
[Python-checkins] gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (#153659)
erlend-aasland
[Python-checkins] gh-141510: Update `marshal` module comment with `frozendict` support (#153655)
sobolevn
[Python-checkins] [3.14] gh-153631: Move to `macos-26` runner for iOS (GH-153632) (#153674)
hugovk
[Python-checkins] [3.15] gh-153631: Move to `macos-26` runner for iOS (GH-153632) (#153673)
freakboy3742
[Python-checkins] gh-153631: Move to `macos-26` runner for iOS (#153632)
freakboy3742
[Python-checkins] [3.15] gh-152405: Do not expose the internal mapping when rich-comparing `MappingProxyType` objects (GH-152483) (#153670)
sobolevn
[Python-checkins] gh-152405: Do not expose the internal mapping when rich-comparing `MappingProxyType` objects (#152483)
sobolevn
[Python-checkins] [3.14] gh-89696: Fix `loop.sock_connect` docs on address resolution (GH-153651) (#153653)
kumaraditya303
[Python-checkins] [3.13] gh-89696: Fix `loop.sock_connect` docs on address resolution (GH-153651) (#153654)
kumaraditya303
[Python-checkins] [3.15] gh-89696: Fix `loop.sock_connect` docs on address resolution (GH-153651) (#153652)
kumaraditya303
[Python-checkins] gh-89696: Fix `loop.sock_connect` docs on address resolution (#153651)
kumaraditya303
[Python-checkins] [3.15] gh-148286: Fix UB in `ZstdDecompressor.unused_data` when a frame is decompressed in one call (GH-153258) (#153644)
StanFromIreland
[Python-checkins] [3.14] gh-148286: Fix UB in `ZstdDecompressor.unused_data` when a frame is decompressed in one call (GH-153258) (#153645)
StanFromIreland
[Python-checkins] gh-148286: Fix UB in `ZstdDecompressor.unused_data` when a frame is decompressed in one call (#153258)
StanFromIreland
[Python-checkins] [3.15] gh-153037: Make ZstdFile.__next__ raise io.UnsupportedOperation on non-readable files (GH-153045) (#153638)
emmatyping
[Python-checkins] [3.14] gh-153037: Make ZstdFile.__next__ raise io.UnsupportedOperation on non-readable files (GH-153045) (#153639)
emmatyping
[Python-checkins] gh-153037: Make ZstdFile.__next__ raise io.UnsupportedOperation on non-readable files (#153045)
emmatyping
[Python-checkins] gh-153513: Remove obsolete Tk version guards in tkinter tests (GH-153615)
serhiy-storchaka
[Python-checkins] [3.15] gh-90431: Document cancellation behavior of asyncio.wait() and asyncio.as_completed() (GH-153616) (#153617)
kumaraditya303
[Python-checkins] [3.14] gh-90431: Document cancellation behavior of asyncio.wait() and asyncio.as_completed() (GH-153616) (#153618)
kumaraditya303
[Python-checkins] [3.13] gh-90431: Document cancellation behavior of asyncio.wait() and asyncio.as_completed() (GH-153616) (#153619)
kumaraditya303
[Python-checkins] gh-90431: Document cancellation behavior of asyncio.wait() and asyncio.as_completed() (#153616)
kumaraditya303
[Python-checkins] gh-151615: Avoid repeated reschedule in asyncio _accept_connection (#151616)
kumaraditya303
[Python-checkins] [3.15] gh-152132: Close stderr_copy in test_api.test_run (GH-153591) (#153595)
vstinner
[Python-checkins] [3.14] gh-152132: Close stderr_copy in test_api.test_run (GH-153591) (#153596)
vstinner
[Python-checkins] [3.13] gh-152132: Close stderr_copy in test_api.test_run (GH-153591) (#153597)
vstinner
[Python-checkins] gh-152132: Close stderr_copy in test_api.test_run (#153591)
vstinner
[Python-checkins] [3.14] gh-102591: Document that urlcleanup resets the global opener (GH-153562) (#153589)
orsenthil
[Python-checkins] [3.15] gh-102591: Document that urlcleanup resets the global opener (GH-153562) (#153588)
orsenthil
[Python-checkins] [3.13] gh-102591: Document that urlcleanup resets the global opener (GH-153562) (#153590)
orsenthil
[Python-checkins] gh-102591: Document that urlcleanup resets the global opener (#153562)
orsenthil
[Python-checkins] gh-153569: Split tokenizer lexer into focused files (#153585)
pablogsal
[Python-checkins] [3.15] gh-153293: Clear opcode statistics in the live profiler's reset_stats() (GH-153295) (#153586)
pablogsal
[Python-checkins] [3.10] gh-151987: Pass filter_function to TarFile._extract_one() during .extract() (GH-151988) (#152613)
pablogsal
[Python-checkins] gh-153293: Clear opcode statistics in the live profiler's reset_stats() (#153295)
pablogsal
[Python-checkins] gh-141968: Use `take_bytes` to simplify and remove copy from pyrepl `BaseEventQueue` (#149852)
pablogsal
[Python-checkins] gh-145694: Update tutorial indentation guidance for PyREPL auto-indent (#145725)
pablogsal
[Python-checkins] [3.15] gh-151292: Change `total_samples:u32` in the binary format to `total_samples:u64` (GH-153425) (#153436)
pablogsal
[Python-checkins] gh-152431: update StreamReader transport after StreamWriter.start_tls() (#152432)
kumaraditya303
[Python-checkins] [3.15] gh-152614: Add raises to `QueueShutDown` in `asyncio.Queue.put_no_wait` and `asyncio.Queue.get_nowait` documentation methods (GH-152681) (#153565)
kumaraditya303
[Python-checkins] [3.14] gh-152614: Add raises to `QueueShutDown` in `asyncio.Queue.put_no_wait` and `asyncio.Queue.get_nowait` documentation methods (GH-152681) (#153566)
kumaraditya303
[Python-checkins] [3.13] gh-152614: Add raises to `QueueShutDown` in `asyncio.Queue.put_no_wait` and `asyncio.Queue.get_nowait` documentation methods (GH-152681) (#153567)
kumaraditya303
[Python-checkins] gh-152614: Add raises to `QueueShutDown` in `asyncio.Queue.put_no_wait` and `asyncio.Queue.get_nowait` documentation methods (#152681)
kumaraditya303
[Python-checkins] [3.13] gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549) (GH-153557)
serhiy-storchaka
[Python-checkins] [3.15] gh-126877: Fix the configure check for Tcl/Tk with optimizing compilers (GH-153543) (GH-153553)
serhiy-storchaka
[Python-checkins] [3.15] gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0 (GH-153556) (GH-153558)
serhiy-storchaka
[Python-checkins] [3.14] gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0 (GH-153556) (GH-153559)
serhiy-storchaka
[Python-checkins] [3.15] gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549) (GH-153551)
serhiy-storchaka
[Python-checkins] [3.13] gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0 (GH-153556) (GH-153560)
serhiy-storchaka
[Python-checkins] [3.14] gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549) (GH-153552)
serhiy-storchaka
[Python-checkins] gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0 (GH-153556)
serhiy-storchaka
[Python-checkins] [3.14] gh-126877: Fix the configure check for Tcl/Tk with optimizing compilers (GH-153543) (GH-153554)
serhiy-storchaka
[Python-checkins] [3.13] gh-126877: Fix the configure check for Tcl/Tk with optimizing compilers (GH-153543) (GH-153555)
serhiy-storchaka
[Python-checkins] gh-126877: Fix the configure check for Tcl/Tk with optimizing compilers (GH-153543)
serhiy-storchaka
[Python-checkins] [3.14] gh-152785: Upgrade Ubuntu from 24.04 to 26.04 in GitHub Actions (#152717) (#153416) (#153526)
vstinner
[Python-checkins] gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549)
serhiy-storchaka
[Python-checkins] [3.13] gh-88647: Fix tkinter config() docs for synonym options (GH-153544) (GH-153547)
serhiy-storchaka
[Python-checkins] [3.14] gh-88647: Fix tkinter config() docs for synonym options (GH-153544) (GH-153546)
serhiy-storchaka
[Python-checkins] [3.15] gh-88647: Fix tkinter config() docs for synonym options (GH-153544) (GH-153545)
serhiy-storchaka
[Python-checkins] gh-88647: Fix tkinter config() docs for synonym options (GH-153544)
serhiy-storchaka
[Python-checkins] gh-151540: Use a selector event loop in the happy-eyeballs tests (#153375)
kumaraditya303
[Python-checkins] gh-50409: Modernize tkinter.PanedWindow.paneconfigure() (GH-152399)
serhiy-storchaka
[Python-checkins] gh-152638: Deprecate tkinter.filedialog.askopenfiles() (GH-152647)
serhiy-storchaka
[Python-checkins] gh-72880: Add tkinter.fontchooser -- interface to the font selection dialog (GH-153255)
serhiy-storchaka
[Python-checkins] gh-153259: Add tkinter.systray -- system tray icon and notifications (GH-153260)
serhiy-storchaka
[Python-checkins] [3.15] gh-153333: Read tkinter profile scripts with the source file's encoding (GH-153334) (GH-153541)
serhiy-storchaka
[Python-checkins] gh-153256: Add tk_print() methods to tkinter Canvas and Text (GH-153257)
serhiy-storchaka
[Python-checkins] gh-153333: Read tkinter profile scripts with the source file's encoding (GH-153334)
serhiy-storchaka
[Python-checkins] [3.13] gh-128846: Make tkinter tests robust against Tcl/Tk 9.0 (GH-153484)
serhiy-storchaka
[Python-checkins] [3.13] gh-152132: Test Py_CompileString() in test_capi.test_run (#153470) (#153473) (#153533)
vstinner
[Python-checkins] [3.14] gh-153380: Adapt ttk tests to Tk 9.1 changes (GH-153381) (GH-153387)
serhiy-storchaka
[Python-checkins] [3.13] gh-153380: Adapt ttk tests to Tk 9.1 changes (GH-153381) (GH-153388)
serhiy-storchaka
[Python-checkins] gh-153300: Reuse PYCONFIG_SPEC in config_set_global_vars() (#153471)
vstinner
[Python-checkins] gh-151914: Reorganize the curses entries in What's New in Python 3.16 (GH-153397)
serhiy-storchaka
[Python-checkins] [3.13] gh-88574: Do not swallow the line after a terminating literal in imaplib (GH-153317) (GH-153326)
serhiy-storchaka
[Python-checkins] gh-59396: Add use_ttk parameter to tkinter ScrolledText (GH-153119)
serhiy-storchaka
[Python-checkins] [3.13] gh-153422: Assert bool return type in tkinter tests (GH-153429) (GH-153439) (GH-153443)
serhiy-storchaka
[Python-checkins] [3.14] gh-151213: Remove remaining `--retries` refs from 3.14 asyncio tools docs (GH-153492)
serhiy-storchaka
[Python-checkins] [3.15] gh-151213: Fix asyncio tools permission requirements link (GH-153493) (GH-153518)
serhiy-storchaka
[Python-checkins] [3.14] gh-151213: Fix asyncio tools permission requirements link (GH-153493) (GH-153519)
serhiy-storchaka
[Python-checkins] [3.14] gh-153062: Fix a crash iterating itertools.tee on the free-threaded build (gh-153063) (gh-153476)
nascheme
[Python-checkins] [3.15] gh-153062: Fix a crash iterating itertools.tee on the free-threaded build (gh-153063) (gh-153475)
nascheme
[Python-checkins] gh-116946: Implement the GC protocol for _tkinter tkapp and tktimertoken (GH-152310)
serhiy-storchaka
[Python-checkins] gh-143070: Use "+" instead of "!" in automatically generated tkinter widget names (GH-151975)
serhiy-storchaka
[Python-checkins] gh-153513: Remove redundant conversions in tkinter tests (GH-153520)
serhiy-storchaka
[Python-checkins] gh-153494: Encode imaplib search criteria to the declared CHARSET (GH-153495)
serhiy-storchaka
[Python-checkins] [3.15] gh-152785: Upgrade Ubuntu from 24.04 to 26.04 in GitHub Actions (#152717) (#153416)
hugovk
[Python-checkins] gh-153513: Return str and numbers for more Tcl object types in _tkinter (GH-153514)
serhiy-storchaka
[Python-checkins] gh-151213: Fix asyncio tools permission requirements link (#153493)
kumaraditya303
[Python-checkins] gh-151669: Normalize symlink targets in tarfile.TarFile.gettarinfo() (GH-151671)
encukou
[Python-checkins] [3.13] gh-153438: Update NuGet download URL (GH-153482) (GH-153515)
zooba
[Python-checkins] [3.14] gh-153438: Update NuGet download URL (GH-153482) (GH-153510)
zooba
[Python-checkins] [3.15] gh-153438: Update NuGet download URL (GH-153482) (GH-153509)
zooba
[Python-checkins] gh-153502: Add uid parameter to imaplib command methods (GH-153508)
serhiy-storchaka
[Python-checkins] [3.15] gh-153444: Fix compile warning in `Modules/_interpchannelsmodule.c` (GH-153445) (#153447)
sobolevn
[Python-checkins] [3.14] gh-153444: Fix compile warning in `Modules/_interpchannelsmodule.c` (GH-153445) (#153448)
sobolevn
[Python-checkins] gh-153438: Update NuGet download URL (GH-153482)
zooba
[Python-checkins] [3.15] gh-151942: Fix all Sphinx nitpicks in the Python 2.4 What's New (GH-153116) (#153503)
StanFromIreland
[Python-checkins] [3.14] gh-151942: Fix all Sphinx nitpicks in the Python 2.4 What's New (GH-153116) (#153505)
StanFromIreland
[Python-checkins] [3.13] gh-151942: Fix all Sphinx nitpicks in the Python 2.4 What's New (GH-153116) (#153504)
StanFromIreland
[Python-checkins] [3.15] gh-151942: Fix all Sphinx nitpicks in the 2.5 What's New (GH-153120) (#153499)
StanFromIreland
[Python-checkins] [3.14] gh-151942: Fix all Sphinx nitpicks in the 2.5 What's New (GH-153120) (#153500)
StanFromIreland
[Python-checkins] [3.13] gh-151942: Fix all Sphinx nitpicks in the 2.5 What's New (GH-153120) (#153501)
StanFromIreland
[Python-checkins] [3.15] gh-153201: Make TSan CI mandatory (GH-153491) (#153497)
kumaraditya303
[Python-checkins] gh-151942: Fix all Sphinx nitpicks in the Python 2.4 What's New (#153116)
StanFromIreland
[Python-checkins] gh-151942: Fix all Sphinx nitpicks in the 2.5 What's New (#153120)
StanFromIreland
[Python-checkins] [3.15] gh-145633: Allow PyFloat_Pack8 & PyFloat_UnPack* to fail in future CPython versions (GH-153440) (#153490)
vstinner
[Python-checkins] gh-153201: Make TSan CI mandatory (#153491)
kumaraditya303
[Python-checkins] gh-145633: Allow PyFloat_Pack8 & PyFloat_UnPack* to fail in future CPython versions (GH-153440)
encukou
[Python-checkins] [3.14] gh-143750: Compile OpenSSL with TSan for TSan CI (#153316) (#153355)
kumaraditya303
[Python-checkins] [3.13] gh-69134: Harden NotebookTest.test_traversal (GH-153403) (GH-153415)
serhiy-storchaka
[Python-checkins] [3.15] gh-121608: Fix test_samply_profiler: only check samply once (GH-153424) (#153457)
vstinner
[Python-checkins] gh-153062: Fix a crash iterating itertools.tee on the free-threaded build (gh-153063)
nascheme
[Python-checkins] [3.14] gh-152132: Test Py_CompileString() in test_capi.test_run (#153470) (#153473)
vstinner
[Python-checkins] [3.15] gh-152132: Test Py_CompileString() in test_capi.test_run (GH-153470) (#153472)
vstinner
[Python-checkins] gh-152132: Test Py_CompileString() in test_capi.test_run (#153470)
vstinner
[Python-checkins] [3.14] gh-152132: Fix bugs in Py_RunMain() (GH-153461) (GH-153466) (#153467)
vstinner
[Python-checkins] [3.13] gh-152132: Fix bugs in Py_RunMain() (GH-153461) (GH-153466) (#153468)
vstinner
[Python-checkins] [3.15] gh-152132: Fix bugs in Py_RunMain() (#153461) (#153466)
vstinner
[Python-checkins] gh-152132: Enhance Py_RunMain() and fix bugs (#153461)
vstinner
[Python-checkins] Use enums for pycore_uop_ids.h. (gh-153351)
nascheme
[Python-checkins] [3.15] gh-98894: Quote test_dtrace tracer subcommands (GH-152901) (#153459)
vstinner
[Python-checkins] [3.13] gh-152132: Fix Py_RunMain() to return an exit code (#153446) (#153455) (#153458)
vstinner
[Python-checkins] gh-98894: Quote test_dtrace tracer subcommands (#152901)
vstinner
[Python-checkins] [3.13] gh-153406: Raise ValueError, not OverflowError, for out-of-range dates in email.utils.parsedate_to_datetime (GH-153407) (#153433)
bitdancer
[Python-checkins] [3.14] gh-153406: Raise ValueError, not OverflowError, for out-of-range dates in email.utils.parsedate_to_datetime (GH-153407) (#153434)
bitdancer
[Python-checkins] [3.15] gh-153406: Raise ValueError, not OverflowError, for out-of-range dates in email.utils.parsedate_to_datetime (GH-153407) (#153435)
bitdancer
[Python-checkins] [3.15] gh-152769: Enable perf trampoline on musl (Alpine Linux) (#152774) (#153456)
vstinner
[Python-checkins] [3.13] gh-153056: Backport the relevant bits of (#153057) (#153369)
warsaw
[Python-checkins] [3.14] gh-152132: Fix Py_RunMain() to return an exit code (#153446) (#153455)
vstinner
[Python-checkins] gh-121608: Fix test_samply_profiler: only check samply once (#153424)
vstinner
[Python-checkins] gh-152769: Enable perf trampoline on musl (Alpine Linux) (#152774)
vstinner
[Python-checkins] [3.15] gh-152132: Fix Py_RunMain() to return an exit code (GH-153446) (#153454)
vstinner
[Python-checkins] [3.15] gh-146531: Broaden `wm_iconbitmap` skip on macOS 26 Intel (GH-153348) (#153450)
hugovk
[Python-checkins] [3.13] gh-146531: Broaden `wm_iconbitmap` skip on macOS 26 Intel (GH-153348) (#153452)
hugovk
[Python-checkins] [3.14] gh-146531: Broaden `wm_iconbitmap` skip on macOS 26 Intel (GH-153348) (#153451)
hugovk
[Python-checkins] [3.12] gh-146531: Broaden `wm_iconbitmap` skip on macOS 26 Intel (GH-153348) (#153453)
hugovk
[Python-checkins] gh-152132: Fix Py_RunMain() to return an exit code (#153446)
vstinner
Earlier messages
Later messages