python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (#134117)
kumaraditya303
[Python-checkins] [3.14] gh-134150: Clarify distinction between JSON and Python objects (GH-134154) (#134166)
nedbat
[Python-checkins] [3.13] gh-134150: Clarify distinction between JSON and Python objects (GH-134154) (#134167)
nedbat
[Python-checkins] gh-134150: Clarify distinction between JSON and Python objects (#134154)
nedbat
[Python-checkins] [3.14] gh-134064: Fix sys.remote_exec() error checking (GH-134067) (#134162)
vstinner
[Python-checkins] gh-134064: Fix sys.remote_exec() error checking (#134067)
vstinner
[Python-checkins] [3.14] gh-134119: Fix crash from calling next() on exhausted template iterator (GH-134120) (#134153)
JelleZijlstra
[Python-checkins] gh-134119: Fix crash from calling next() on exhausted template iterator (#134120)
JelleZijlstra
[Python-checkins] gh-133999: Fix `except` parsing regression in 3.14 (#134035)
sobolevn
[Python-checkins] [3.13] gh-88275: Add missing `__init__` method to `match` example (GH-120281) (#134143)
picnixz
[Python-checkins] [3.14] gh-88275: Add missing `__init__` method to `match` example (GH-120281) (#134142)
picnixz
[Python-checkins] gh-88275: Add missing `__init__` method to `match` example (#120281)
picnixz
[Python-checkins] [3.13] Docs: fix spelling of "test case" in `unittest` documentation (GH-134137) (#134139)
picnixz
[Python-checkins] [3.14] Docs: fix spelling of "test case" in `unittest` documentation (GH-134137) (#134138)
picnixz
[Python-checkins] Docs: fix spelling of "test case" in `unittest` documentation (#134137)
picnixz
[Python-checkins] [3.14] Docs: C API: Improve documentation around non-Python threads with subinterpreters (GH-131087) (GH-134130)
encukou
[Python-checkins] Docs: C API: Improve documentation around non-Python threads with subinterpreters (GH-131087)
encukou
[Python-checkins] [3.14] gh-133881: add forward reference to `list.sort()` in lambda expression tutorial (GH-133910) (#134126)
picnixz
[Python-checkins] gh-133881: add forward reference to `list.sort()` in lambda expression tutorial (#133910)
picnixz
[Python-checkins] [3.14] gh-113878: fix `versionadded` in `dataclasses.field()` documentation (GH-134065) (#134128)
picnixz
[Python-checkins] [3.13] gh-133881: add forward reference to `list.sort()` in lambda expression tutorial (GH-133910) (#134127)
picnixz
[Python-checkins] gh-113878: fix `versionadded` in `dataclasses.field()` documentation (#134065)
picnixz
[Python-checkins] gh-133810: remove `http.server.CGIHTTPRequestHandler` and `--cgi` flag (#133811)
picnixz
[Python-checkins] [3.14] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099) (GH-134123)
serhiy-storchaka
[Python-checkins] [3.13] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099) (GH-134124)
serhiy-storchaka
[Python-checkins] [3.14] gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-134102) (GH-134121)
serhiy-storchaka
[Python-checkins] [3.13] gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-134102) (GH-134122)
serhiy-storchaka
[Python-checkins] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099)
serhiy-storchaka
[Python-checkins] gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-134102)
serhiy-storchaka
[Python-checkins] [3.14] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110) (GH-134112)
serhiy-storchaka
[Python-checkins] [3.13] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110) (GH-134113)
serhiy-storchaka
[Python-checkins] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110)
serhiy-storchaka
[Python-checkins] [3.13] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandler docs (GH-117027) (GH-134108)
serhiy-storchaka
[Python-checkins] [3.14] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandler docs (GH-117027) (GH-134107)
serhiy-storchaka
[Python-checkins] [3.13] gh-133286: add explanation about `seq` for pathlib Pattern Language (GH-133340) (#134106)
barneygale
[Python-checkins] [3.14] gh-133286: add explanation about `seq` for pathlib Pattern Language (GH-133340) (#134105)
barneygale
[Python-checkins] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandler docs (GH-117027)
serhiy-storchaka
[Python-checkins] gh-133286: add explanation about `seq` for pathlib Pattern Language (#133340)
barneygale
[Python-checkins] gh-134082: modernize docstrings in `string.Formatter` (#134083)
picnixz
[Python-checkins] [3.13] gh-133515: fix docs for unawaited coroutines in debug mode (GH-134081) (#134094)
kumaraditya303
[Python-checkins] [3.14] gh-133515: fix docs for unawaited coroutines in debug mode (GH-134081) (#134093)
kumaraditya303
[Python-checkins] gh-133515: fix docs for unawaited coroutines in debug mode (#134081)
kumaraditya303
[Python-checkins] gh-133604: remove deprecated `java_ver` function (#133888)
malemburg
[Python-checkins] [3.14] gh-132388: test HACL* and OpenSSL hash functions in pure Python HMAC (GH-134051) (#134089)
gpshead
[Python-checkins] [3.14] gh-124210: Add introduction to `threading` docs (GH-127046) (#134090)
hugovk
[Python-checkins] [3.13] gh-124210: Add introduction to `threading` docs (GH-127046) (#134091)
hugovk
[Python-checkins] gh-124210: Add introduction to `threading` docs (#127046)
hugovk
[Python-checkins] gh-132388: test HACL* and OpenSSL hash functions in pure Python HMAC (#134051)
picnixz
[Python-checkins] [3.14] gh-134069: bump HACL* revision to incoporate `memset_s` (GH-134027) (#134084)
freakboy3742
[Python-checkins] gh-134069: bump HACL* revision to incoporate `memset_s` (#134027)
freakboy3742
[Python-checkins] [3.14] gh-130000: Release the GIL in winreg when doing Windows API calls (GH-130001) (#134072)
zooba
[Python-checkins] gh-130000: Release the GIL in winreg when doing Windows API calls (GH-130001)
zooba
[Python-checkins] Improve the administrative install docs for Python Install Manager (GH-134066)
zooba
[Python-checkins] Improve the administrative install docs for Python Install Manager (GH-134066)
zooba
[Python-checkins] Fix GetNamedPipeHandleStateW on non-desktop Windows API partitions (GH-134049)
zooba
[Python-checkins] [3.14] gh-77065: Use `putwch` instead of `putch` in `getpass.win_getpass` (GH-134058) (#134059)
picnixz
[Python-checkins] gh-77065: Use `putwch` instead of `putch` in `getpass.win_getpass` (#134058)
picnixz
[Python-checkins] gh-133873: remove deprecated mark interface for `wave.Wave_{read,write}` objects (#133874)
picnixz
[Python-checkins] [3.12] gh-133410: Fix PR detection in build workflow (GH-133671) (#134057)
hugovk
[Python-checkins] [3.14] gh-77065: add missing parameter `echo_char` in `getpass.fallback_getpass` (GH-133849) (#134053)
picnixz
[Python-checkins] [3.14] gh-133410: Fix PR detection in build workflow (GH-133671) (#134055)
hugovk
[Python-checkins] [3.13] gh-133410: Fix PR detection in build workflow (GH-133671) (#134054)
hugovk
[Python-checkins] gh-133410: Fix PR detection in build workflow (#133671)
hugovk
[Python-checkins] gh-77065: add missing parameter `echo_char` in `getpass.fallback_getpass` (#133849)
picnixz
[Python-checkins] Let PyUnicode_FromWideChar calculate the input length (GH-134045)
zooba
[Python-checkins] gh-134041: Make _winapi functions compatible with non-desktop API partitions (GH-134042)
zooba
[Python-checkins] gh-133572: Avoid using NTSTATUS on unsupported WinAPI partitions (GH-133573)
zooba
[Python-checkins] [3.13] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802) (#134040)
sobolevn
[Python-checkins] gh-119535: 3.15 minus π (#134037)
hauntsaninja
[Python-checkins] [3.14] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802) (#134038)
sobolevn
[Python-checkins] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (#133802)
sobolevn
[Python-checkins] [3.13] Test also error messages in test_limit_int. (GH-134018) (GH-134032)
serhiy-storchaka
[Python-checkins] [3.14] Test also error messages in test_limit_int. (GH-134018) (GH-134033)
serhiy-storchaka
[Python-checkins] [3.14] gh-133970: Make PEP750 types generic (GH-133976) (#134029)
sobolevn
[Python-checkins] gh-133970: Make PEP750 types generic (#133976)
sobolevn
[Python-checkins] [3.13] gh-133986: Document string split algorithm when sep is None and maxsplit is 0 (GH-133987) (#133992)
terryjreedy
[Python-checkins] [3.14] gh-133986: Document string split algorithm when sep is None and maxsplit is 0 (GH-133987) (#133993)
terryjreedy
[Python-checkins] [3.11] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHandler; rely on __exit__ (GH-126503) (GH-126572) (GH-133148)
ambv
[Python-checkins] [3.14] Improve tests for str to Fraction conversion (GH-134010) (GH-134016)
serhiy-storchaka
[Python-checkins] Test also error messages in test_limit_int. (GH-134018)
serhiy-storchaka
[Python-checkins] gh-127081: add critical sections to `dbm` objects (gh-132749)
corona10
[Python-checkins] [3.13] Improve tests for str to Fraction conversion (GH-134010) (GH-134017)
serhiy-storchaka
[Python-checkins] Improve tests for str to Fraction conversion (GH-134010)
serhiy-storchaka
[Python-checkins] [3.12] Docs: remove link elements in builders other than HTML (GH-133720) (#134007)
hugovk
[Python-checkins] [3.13] Docs: remove link elements in builders other than HTML (GH-133720) (#134006)
hugovk
[Python-checkins] [3.14] Docs: remove link elements in builders other than HTML (GH-133720) (#134005)
hugovk
[Python-checkins] Docs: remove link elements in builders other than HTML (#133720)
merwok
[Python-checkins] [3.14] gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563 (GH-133772) (#134003)
JelleZijlstra
[Python-checkins] gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563 (#133772)
JelleZijlstra
[Python-checkins] gh-133580: Add missing exception to _sys_getwindowsversion_from_kernel32 (GH-133574)
zooba
[Python-checkins] [3.14] gh-132983: Style improvements for `compression.zstd` (GH-133547) (#134001)
AA-Turner
[Python-checkins] gh-132983: Style improvements for `compression.zstd` (#133547)
AA-Turner
[Python-checkins] gh-133568: Only set `HAVE_AF_HYPERV` on supported WinAPI partitions (GH-133569)
zooba
[Python-checkins] gh-133562: Skip security descriptors on unsupported Windows API partitions (GH-133563)
zooba
[Python-checkins] [3.13] Remove trailing whitespace from python.gram (#133858) (#133991)
hugovk
[Python-checkins] gh-133986: Document string split algorithm when sep is None and maxsplit is 0 (#133987)
nedbat
[Python-checkins] [3.14] Remove trailing whitespace from python.gram (GH-133858) (#133990)
hugovk
[Python-checkins] Remove trailing whitespace from python.gram (#133858)
hugovk
[Python-checkins] [3.14] gh-132641: fix race in `lru_cache` under free-threading (GH-133787) (#133979)
kumaraditya303
[Python-checkins] gh-133577: Add parameter `formatter` to `logging.basicConfig` (GH-133578)
vsajip
[Python-checkins] gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700)
methane
[Python-checkins] [3.13] gh-46236: Document PyUnicode_BuildEncodingMap (#133770)
vstinner
[Python-checkins] gh-132641: fix race in `lru_cache` under free-threading (#133787)
kumaraditya303
[Python-checkins] [3.14] gh-132983: Fix small issues with zstd support in zipfile (GH-133723) (#133974)
AA-Turner
[Python-checkins] gh-132983: Fix small issues with zstd support in zipfile (#133723)
AA-Turner
[Python-checkins] gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcntl.ioctl() (GH-132907)
serhiy-storchaka
[Python-checkins] [3.14] gh-133968: Add fast path to PyUnicodeWriter_WriteStr() (GH-133969) (#133971)
vstinner
[Python-checkins] gh-133968: Add fast path to PyUnicodeWriter_WriteStr() (#133969)
vstinner
[Python-checkins] [3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133942)
serhiy-storchaka
[Python-checkins] gh-133928: Improvements to using/windows.rst (GH-133952)
zooba
[Python-checkins] gh-133928: Improvements to using/windows.rst (GH-133952)
zooba
[Python-checkins] [3.14] gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887) (GH-133963)
serhiy-storchaka
[Python-checkins] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962)
encukou
[Python-checkins] gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)
serhiy-storchaka
[Python-checkins] [3.14] gh-133885: skip `test_compress_locking` in `test_zstd` (GH-133943) (#133949)
sobolevn
[Python-checkins] [3.14] gh-132775: Add _PyFunction_GetXIData() (gh-133955)
ericsnowcurrently
[Python-checkins] gh-132775: Add _PyFunction_GetXIData() (gh-133481)
ericsnowcurrently
[Python-checkins] [3.13] GH-133543: Maintain tracking for materialized instance dictionaries (GH-133617)
brandtbucher
[Python-checkins] [3.14] gh-132983: Fix compiler warning about unused function ``mt_continue_should_break()`` (GH-133947) (#133950)
AA-Turner
[Python-checkins] gh-132983: Fix compiler warning about unused function ``mt_continue_should_break()`` (#133947)
AA-Turner
[Python-checkins] gh-133885: skip `test_compress_locking` in `test_zstd` (#133943)
sobolevn
[Python-checkins] gh-133926: pass commands via remote_pdb.set_trace instead of using remote_pdb.rcLines.extend (#133933)
gaogaotiantian
[Python-checkins] [3.13] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133946)
serhiy-storchaka
[Python-checkins] [3.14] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133945)
serhiy-storchaka
[Python-checkins] gh-133413: Fix references to removed Request.has_data (GH-133414)
serhiy-storchaka
[Python-checkins] GH-128520: pathlib ABCs: add `JoinablePath.__vfspath__()` (#133437)
barneygale
[Python-checkins] [3.14] gh-133653: Fix argparse.ArgumentParser with the formatter_class argument (GH-133813) (GH-133941)
serhiy-storchaka
[Python-checkins] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648)
serhiy-storchaka
[Python-checkins] gh-133653: Fix argparse.ArgumentParser with the formatter_class argument (GH-133813)
serhiy-storchaka
[Python-checkins] [3.13] gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865) (GH-133939)
serhiy-storchaka
[Python-checkins] [3.14] gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865) (GH-133938)
serhiy-storchaka
[Python-checkins] gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865)
serhiy-storchaka
[Python-checkins] gh-133530: Modify Heapq docs image settings (gh-133937)
rhettinger
[Python-checkins] [3.14] gh-133925: Make typing._UnionGenericAlias hashable (GH-133929) (#133936)
JelleZijlstra
[Python-checkins] gh-133925: Make typing._UnionGenericAlias hashable (#133929)
JelleZijlstra
[Python-checkins] [3.13] gh-133744: Fix multiprocessing interrupt test: add an event (#133746) (#133917)
vstinner
[Python-checkins] [3.14] gh-133904: Fix `math.factorial` documentation (GH-133907) (#133918)
sobolevn
[Python-checkins] [3.13] gh-133904: Fix `math.factorial` documentation (GH-133907) (#133922)
sobolevn
[Python-checkins] [3.14] gh-91555: disable logger while handling log record (GH-131812) (GH-133899)
vsajip
[Python-checkins] gh-133904: Fix `math.factorial` documentation (#133907)
sobolevn
[Python-checkins] [3.14] gh-133744: Fix multiprocessing interrupt test: add an event (GH-133746) (#133916)
vstinner
[Python-checkins] gh-133744: Fix multiprocessing interrupt test: add an event (#133746)
vstinner
[Python-checkins] gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860)
AA-Turner
[Python-checkins] [3.13] gh-91555: disable logger while handling log record (GH-131812) (GH-133898)
vsajip
[Python-checkins] [3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446)
vstinner
[Python-checkins] [3.14] gh-119180: annotationlib: Fix values of Format members in docs (GH-133841) (#133903)
JelleZijlstra
[Python-checkins] [3.14] gh-119180: More documentation for PEP 649/749 (GH-133552) (#133902)
JelleZijlstra
[Python-checkins] gh-119180: annotationlib: Fix values of Format members in docs (#133841)
JelleZijlstra
[Python-checkins] gh-119180: More documentation for PEP 649/749 (#133552)
JelleZijlstra
[Python-checkins] [3.14] gh-133893: asyncio.graph: Replace TextIO annotation with io.Writer (GH-133894) (#133901)
sobolevn
[Python-checkins] gh-133893: asyncio.graph: Replace TextIO annotation with io.Writer (#133894)
sobolevn
[Python-checkins] gh-133879: Copyedit "What's New in Python 3.15" (#133880)
picnixz
[Python-checkins] [3.14] gh-133590: ensure that `TableEntry.linenumber_borrow` is initialized (GH-133681) (#133872)
picnixz
[Python-checkins] gh-100926: use explicit stginfo lock for pointer cache (#133867)
kumaraditya303
[Python-checkins] [3.13] gh-133823: update "Pending Removal in 3.15" notes about `TypedDict` (GH-133864) (#133871)
picnixz
[Python-checkins] [3.14] gh-133823: update "Pending Removal in 3.15" notes about `TypedDict` (GH-133864) (#133870)
picnixz
[Python-checkins] gh-133590: ensure that `TableEntry.linenumber_borrow` is initialized (#133681)
picnixz
[Python-checkins] gh-133823: update "Pending Removal in 3.15" notes about `TypedDict` (#133864)
picnixz
[Python-checkins] gh-133823: require explicit empty sequence for 0-field `TypedDict` objects (#133863)
picnixz
[Python-checkins] gh-92897: document removal of `check_home` in `Doc/whatsnew/3.15.rst` (#133815)
picnixz
[Python-checkins] gh-133817: remove keyword arguments syntax for `NamedTuple` (#133822)
picnixz
[Python-checkins] gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
methane
[Python-checkins] gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
methane
[Python-checkins] gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
methane
[Python-checkins] [3.14] gh-132983: Remove leftovers from EndlessZstdDecompressor (GH-133856) (#133859)
AA-Turner
[Python-checkins] gh-132983: Remove leftovers from EndlessZstdDecompressor (#133856)
AA-Turner
[Python-checkins] [3.14] gh-132983: Make zstd types immutable (GH-133784) (#133857)
AA-Turner
[Python-checkins] gh-132983: Make zstd types immutable (#133784)
AA-Turner
[Python-checkins] [3.14] gh-133336: Remove comment about reserved -J in ``initconfig.c`` (GH-133821) (#133855)
AA-Turner
[Python-checkins] [3.14] gh-132983: Reduce the size of ``_zstdmodule.h`` (GH-133793) (#133854)
AA-Turner
[Python-checkins] gh-133336: Remove comment about reserved -J in ``initconfig.c`` (#133821)
AA-Turner
[Python-checkins] gh-132983: Reduce the size of ``_zstdmodule.h`` (#133793)
AA-Turner
[Python-checkins] [3.14] Add classmethod to setUpClass in test_pdb (GH-133840) (#133846)
gaogaotiantian
[Python-checkins] [3.13] Add classmethod to setUpClass in test_pdb (GH-133840) (#133847)
gaogaotiantian
[Python-checkins] Add classmethod to setUpClass in test_pdb (#133840)
gaogaotiantian
[Python-checkins] [3.14] gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-22658) (GH-133844)
serhiy-storchaka
[Python-checkins] [3.13] gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-22658) (GH-133845)
serhiy-storchaka
[Python-checkins] gh-100926: fix thread safety of `ctypes` `__pointer_type__` (#133843)
kumaraditya303
[Python-checkins] gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-22658)
serhiy-storchaka
[Python-checkins] [3.14] gh-133783: Fix __replace__ on AST nodes for optional attributes (GH-133797) (#133842)
JelleZijlstra
[Python-checkins] gh-133783: Fix __replace__ on AST nodes for optional attributes (#133797)
JelleZijlstra
[Python-checkins] [3.14] gh-132642: document how to render human-readable `timedelta` objects (GH-133825) (#133837)
picnixz
[Python-checkins] [3.13] gh-117088: Fix AIX build (GH-132595) (GH-133839)
serhiy-storchaka
[Python-checkins] [3.13] gh-132642: document how to render human-readable `timedelta` objects (GH-133825) (#133836)
picnixz
[Python-checkins] [3.14] gh-117088: Fix AIX build (GH-132595) (GH-133838)
serhiy-storchaka
[Python-checkins] gh-117088: Fix AIX build (GH-132595)
serhiy-storchaka
[Python-checkins] gh-132642: document how to render human-readable `timedelta` objects (#133825)
picnixz
[Python-checkins] [3.14] gh-77057: Fix handling of invalid markup declarations in HTMLParser (GH-9295) (GH-133833)
serhiy-storchaka
[Python-checkins] [3.13] gh-77057: Fix handling of invalid markup declarations in HTMLParser (GH-9295) (GH-133834)
serhiy-storchaka
[Python-checkins] gh-77057: Fix handling of invalid markup declarations in HTMLParser (GH-9295)
serhiy-storchaka
[Python-checkins] [3.14] Tiny doc fix to double up backslashes in a Windows filesystem path (GH-133828) (#133830)
AA-Turner
[Python-checkins] Tiny doc fix to double up backslashes in a Windows filesystem path (#133828)
AA-Turner
[Python-checkins] gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
serhiy-storchaka
[Python-checkins] [3.14] gh-115999: Note Python 3.14 free-threaded changes in What's New (gh-131285) (gh-133824)
corona10
[Python-checkins] gh-115999: Note Python 3.14 free-threaded changes in What's New (gh-131285)
corona10
[Python-checkins] [3.14] gh-132971: Update shutil.which() docs (GH-133067) (#133803)
picnixz
[Python-checkins] [3.13] gh-132971: Update shutil.which() docs (GH-133067) (#133804)
picnixz
[Python-checkins] gh-133447: Add basic color to `sqlite3` CLI (#133461)
erlend-aasland
[Python-checkins] [3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH-133010) (#133806)
picnixz
[Python-checkins] [3.14] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH-133010) (#133805)
picnixz
Earlier messages
Later messages