python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] [3.13] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579) (GH-156009)
serhiy-storchaka
[Python-checkins] [3.15] gh-154196: Improve `AttributeError` messages from unresolved lazy imports (GH-154688) (#155899)
pablogsal
[Python-checkins] [3.15] gh-155194: Fix not raising on non-module import (GH-155189) (#155983)
pablogsal
[Python-checkins] gh-152023: Update Android and Windows builds to SQLite 3.53.4 (#155101)
StanFromIreland
[Python-checkins] [3.14] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#156028)
StanFromIreland
[Python-checkins] [3.13] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#156029)
StanFromIreland
[Python-checkins] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (#156000)
StanFromIreland
[Python-checkins] gh-75876: Report the peak memory use of a bigmem test (GH-156024)
serhiy-storchaka
[Python-checkins] gh-107570: Argument Clinic: report errors on the offending line (GH-155250)
serhiy-storchaka
[Python-checkins] gh-155263: Add the --list option to Argument Clinic (GH-155264)
serhiy-storchaka
[Python-checkins] [3.15] gh-155400: Fix deadlock with type_lock_prevent_release() (GH-155401) (#155822)
hugovk
[Python-checkins] [3.15] gh-141510: Document frozendict support in json (gh-155929) (#155933)
hugovk
[Python-checkins] [3.15] gh-148817: Fold long lists/sets of constant elements into constant tuples/frozensets (GH-149016) (#155897)
hugovk
[Python-checkins] [3.15] gh-155519: fix data-race for Context.ctx_vars (GH-155522) (#155893)
hugovk
[Python-checkins] gh-120321: fix thread safety of concurrently iterating over async generators (#155025)
kumaraditya303
[Python-checkins] [3.15] gh-155869: Fix data loss in dbm.dumb.reorganize() (GH-155872) (#155874)
hugovk
[Python-checkins] [3.15] gh-151377: Fix races updating type slots and subclasses (GH-155370) (#155821)
hugovk
[Python-checkins] [3.15] gh-98894: Fix dtrace tests in shared builds (GH-153372) (#155803)
hugovk
[Python-checkins] [3.15] gh-155742: Test PyBytesWriter_FinishWithSize() with negative size (GH-155783) (#155791)
hugovk
[Python-checkins] [3.15] gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703) (#155765)
hugovk
[Python-checkins] [3.15] gh-141174: Test re-stringifying a `ForwardRef` (GH-155689) (#155707)
hugovk
[Python-checkins] [3.15] gh-85260: Extend the AST Validator to validate all identifiers (GH-21069) (#155652)
hugovk
[Python-checkins] [3.15] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) (#155968)
hugovk
[Python-checkins] [3.13] gh-146004: fix test_args_from_interpreter_flags on windows (GH-146580) (#155965)
zware
[Python-checkins] gh-152433: Fix errors in sys.getwindowsversion() for UWP build (GH-152604)
zooba
[Python-checkins] gh-64595: Touch the source file if the generated file was changed (GH-155265)
serhiy-storchaka
[Python-checkins] PC/pyconfig.h: Improve readability of implicit .lib linking (GH-155995)
zooba
[Python-checkins] gh-155941: Close the transport when client_connected_cb raises in asyncio (#155942)
kumaraditya303
[Python-checkins] gh-155894: Fix asyncio.wait_for() docs claiming a coroutine is wrapped in a Task (#155895)
kumaraditya303
[Python-checkins] [3.13] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778) (GH-156012)
serhiy-storchaka
[Python-checkins] [3.14] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778) (GH-156011)
serhiy-storchaka
[Python-checkins] [3.14] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579) (GH-156008)
serhiy-storchaka
[Python-checkins] [3.14] gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998) (GH-156005)
serhiy-storchaka
[Python-checkins] gh-75876: Run bigmem tests in a subprocess (GH-155302)
serhiy-storchaka
[Python-checkins] [3.13] gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998) (GH-156006)
serhiy-storchaka
[Python-checkins] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778)
serhiy-storchaka
[Python-checkins] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579)
serhiy-storchaka
[Python-checkins] gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998)
serhiy-storchaka
[Python-checkins] [3.14] gh-132581: Report why the execution environment was altered (GH-155294) (GH-155987)
serhiy-storchaka
[Python-checkins] [3.13] gh-132581: Report why the execution environment was altered (GH-155294) (GH-155988)
serhiy-storchaka
[Python-checkins] [3.14] gh-123011: Fix warn_explicit() with the globals of the __main__ module (GH-155318) (GH-155990)
serhiy-storchaka
[Python-checkins] [3.13] gh-123011: Fix warn_explicit() with the globals of the __main__ module (GH-155318) (GH-155991)
serhiy-storchaka
[Python-checkins] gh-123011: Fix warn_explicit() with the globals of the __main__ module (GH-155318)
serhiy-storchaka
[Python-checkins] [3.13] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) (#155970)
Eclips4
[Python-checkins] [3.14] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) (#155969)
Eclips4
[Python-checkins] gh-132581: Report why the execution environment was altered (GH-155294)
serhiy-storchaka
[Python-checkins] gh-155978: Fix leak in update_slot_after_setattr() (#155979)
kumaraditya303
[Python-checkins] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (#155696)
Eclips4
[Python-checkins] gh-153005: Use a monotonic clock for concurrent.interpreters Queue timeouts (GH-154156)
serhiy-storchaka
[Python-checkins] gh-67217: Test both warnings implementations in environment variable tests (GH-155234)
serhiy-storchaka
[Python-checkins] gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder (GH-153540)
serhiy-storchaka
[Python-checkins] [3.14] gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset (GH-153604) (GH-155960)
serhiy-storchaka
[Python-checkins] [3.13] gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset (GH-153604) (GH-155961)
serhiy-storchaka
[Python-checkins] gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset (GH-153604)
serhiy-storchaka
[Python-checkins] gh-155852: Do not cancel remaining Executor.map calls on a callable's TimeoutError (GH-155853)
serhiy-storchaka
[Python-checkins] [3.15] gh-149083: Document that dataclasses.MISSING and KW_ONLY are sentinels (GH-155919) (#155927)
hugovk
[Python-checkins] gh-155315: Fix marshal round-trip of shared frozendict references (GH-155316)
serhiy-storchaka
[Python-checkins] gh-150942: Speed up re.split result building (gh-155940)
corona10
[Python-checkins] [3.13] gh-146004: propagate all -X options to multiprocessing child processes (GH-146005) (#155938)
hugovk
[Python-checkins] [3.13] urllib: Add tests for HTTP errors to complete coverage (GH-154102) (#155921)
hugovk
[Python-checkins] [3.15] Update list of files generated by `generate_token.py` (GH-155524) (#155840)
hugovk
[Python-checkins] [3.15] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#155900)
hugovk
[Python-checkins] [3.15] gh-153158: Remove the erroneous width argument of HTMLCalendar.formatmonthpage (GH-153159) (#155932)
hugovk
[Python-checkins] gh-141510: Document frozendict support in json (gh-155929)
corona10
[Python-checkins] gh-153158: Remove the erroneous width argument of HTMLCalendar.formatmonthpage (#153159)
hugovk
[Python-checkins] gh-150942: Optimize stringlib split/splitlines with _PyList_AppendTakeRef (gh-155922)
corona10
[Python-checkins] [3.14] gh-153970: Fix str() of CalledProcessError when returncode is not an integer (gh-153971) (gh-155924)
corona10
[Python-checkins] [3.14] gh-155888: Fix asyncio writelines() hanging on an empty last chunk (#155913)
kumaraditya303
[Python-checkins] gh-155917: Narrow bare except in email._header_value_parser.get_parameter (gh-155916)
corona10
[Python-checkins] [3.15] gh-155515: Use GC tracking for HAMT iterators (GH-155517) (#155697)
hugovk
[Python-checkins] gh-149083: Document that dataclasses.MISSING and KW_ONLY are sentinels (#155919)
hugovk
[Python-checkins] [3.13] gh-155515: Use GC tracking for HAMT iterators (GH-155517) (#155918)
hugovk
[Python-checkins] [3.14] gh-155515: Use GC tracking for HAMT iterators (GH-155517) (#155698)
hugovk
[Python-checkins] [3.13] gh-130094: Fix race conditions in `importlib` (gh-130101) (gh-155915)
corona10
[Python-checkins] [3.13] gh-154753: Update references a moved file in the docs (GH-155553) (#155809)
StanFromIreland
[Python-checkins] [3.14] gh-154753: Update references to moved files in the docs (GH-155553) (#155810)
StanFromIreland
[Python-checkins] gh-154842: Reject repack() while a reading handle is open (GH-154843)
serhiy-storchaka
[Python-checkins] gh-151895: Fix marshal.loads() crash on dict reference-tracking failure (GH-151896)
serhiy-storchaka
[Python-checkins] [3.14] gh-148817: Fold long lists/sets of constant elements into constant tu… (#155898)
Eclips4
[Python-checkins] gh-155477: Fix multiprocessing.Pool deadlock on close() with a buffersize imap (GH-155478)
serhiy-storchaka
[Python-checkins] Fix various typos in `Doc/library/stdtypes.rst` (#155879)
StanFromIreland
[Python-checkins] gh-154196: Improve `AttributeError` messages from unresolved lazy imports (#154688)
pablogsal
[Python-checkins] gh-148817: Fold long lists/sets of constant elements into constant tuples/frozensets (#149016)
Eclips4
[Python-checkins] gh-155717: skip `TMPDIR` writeability test if process user is root (#155891)
picnixz
[Python-checkins] gh-155888: Fix asyncio writelines() hanging on an empty chunk (#155889)
kumaraditya303
[Python-checkins] gh-155717: use `spawn` as the default start method for read-only filesystems (#155827)
picnixz
[Python-checkins] gh-155389: Return bytes from _pyio.BytesIO.peek() (GH-155390)
serhiy-storchaka
[Python-checkins] gh-155864: Keep the module's current screen in step with use_screen() (GH-155865)
serhiy-storchaka
[Python-checkins] gh-154002: Do not wrap a constructor TypeError in pickle._Unpickler (GH-154003)
serhiy-storchaka
[Python-checkins] gh-155860: Reject a detached window in panel.replace() (GH-155861)
serhiy-storchaka
[Python-checkins] gh-129382: Match venv API symlink defaults to the CLI (#155759)
hauntsaninja
[Python-checkins] gh-155504: Set the interpreter before fallible thread state initialization (#155590)
kumaraditya303
[Python-checkins] gh-155869: Fix data loss in dbm.dumb.reorganize() (GH-155872)
serhiy-storchaka
[Python-checkins] [3.14] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562) (GH-155867)
serhiy-storchaka
[Python-checkins] [3.13] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562) (GH-155868)
serhiy-storchaka
[Python-checkins] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562)
serhiy-storchaka
[Python-checkins] [3.14] Update list of files generated by `generate_token.py` (GH-155524) (#155841)
StanFromIreland
[Python-checkins] gh-155430: fix `hmac.digest` bigmem test (#155431)
picnixz
[Python-checkins] [3.13] Update list of files generated by `generate_token.py` (GH-155524) (#155842)
StanFromIreland
[Python-checkins] Update list of files generated by `generate_token.py` (#155524)
StanFromIreland
[Python-checkins] [3.13] gh-155732: Join the terminated process in test_repr_lock (GH-155734) (GH-155768)
serhiy-storchaka
[Python-checkins] [3.15] Fix typo in `annotationlib` documentation (GH-155776) (#155796)
hugovk
[Python-checkins] [3.14] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320) (GH-155825)
serhiy-storchaka
[Python-checkins] [3.13] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320) (GH-155826)
serhiy-storchaka
[Python-checkins] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320)
serhiy-storchaka
[Python-checkins] [3.13] gh-155787: Harmonize parameter names in the time module documentation and docstrings (GH-155790) (GH-155807)
serhiy-storchaka
[Python-checkins] [3.14] gh-155787: Harmonize parameter names in the time module documentation and docstrings (GH-155790) (GH-155806)
serhiy-storchaka
[Python-checkins] gh-155519: fix data-race for Context.ctx_vars (#155522)
kumaraditya303
[Python-checkins] gh-155400: Fix deadlock with type_lock_prevent_release() (#155401)
kumaraditya303
[Python-checkins] gh-155143: Fix asyncio.shield() leaking tasks via await-graph (#155144)
kumaraditya303
[Python-checkins] gh-151377: Fix races updating type slots and subclasses (#155370)
kumaraditya303
[Python-checkins] [3.12] GH-155757: Set `--argv0` for wasmtime in configure.ac (#155815)
Yhg1s
[Python-checkins] gh-155194: Fix not raising on non-module import (#155189)
DinoV
[Python-checkins] gh-155787: Harmonize parameter names in the time module documentation and docstrings (#155790)
StanFromIreland
[Python-checkins] gh-155742: Use PyBytesWriter in Python/assemble.c (#155747)
vstinner
[Python-checkins] gh-155621: Fix unrepresentable defaults in socket.sendmsg() signature (#155623)
kumaraditya303
[Python-checkins] gh-135736: call exception handler for all BaseExceptions in asyncio.TaskGroup (#154538)
kumaraditya303
[Python-checkins] [3.12] GH-155757: Set `--argv0` for wasmtime (#155758)
Yhg1s
[Python-checkins] [3.14] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155793)
tomasr8
[Python-checkins] improve test_copy_reduce and test_deepcopy_reduce coverage (#154182)
tomasr8
[Python-checkins] [3.14] Fix typo in `annotationlib` documentation (GH-155776) (#155797)
JelleZijlstra
[Python-checkins] [3.13] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155794)
tomasr8
[Python-checkins] Fix typo in `annotationlib` documentation (#155776)
JelleZijlstra
[Python-checkins] gh-155742: Test PyBytesWriter_FinishWithSize() with negative size (#155783)
vstinner
[Python-checkins] gh-155742: Get PyBytes_AS_STRING() as `const char*` (#155751)
vstinner
[Python-checkins] gh-155742: Use PyBytesWriter in _zstd.train_dict() (#155745)
vstinner
[Python-checkins] gh-153521: Preserve bytes message sets in imaplib (GH-153907)
serhiy-storchaka
[Python-checkins] [3.15] gh-75876: Use functools.wraps() in test.support test decorators (GH-155262) (#155290)
hugovk
[Python-checkins] gh-139314: Add support for linking against `zlib-rs` and `libbzip2-rs` (#155119)
StanFromIreland
[Python-checkins] [3.15] gh-155752: Do not crash when GenericAlias parameters change during substitution (GH-155761) (#155770)
hugovk
[Python-checkins] [3.15] gh-154566: Fix array.byteswap() corrupting 'Zd' arrays with more than one element (GH-154567) (#155756)
hugovk
[Python-checkins] [3.15] gh-113329: Catch OSError in doctest finder and document that inspect.getsourcefile/getfile can raise OSError (GH-113335) (#155658)
hugovk
[Python-checkins] [3.15] gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (GH-154898) (#155019)
hugovk
[Python-checkins] [3.15] gh-154753: Update references to moved files in the docs (GH-155553) (#155774)
hugovk
[Python-checkins] [3.15] gh-152563, test_math: Enable fma test on musl 1.2.6 (GH-152564) (#155755)
hugovk
[Python-checkins] [3.15] idlelib tests: Fix refleak testing of test_zzdummy (GH-155393) (#155718)
hugovk
[Python-checkins] [3.15] gh-62978: Use Python 3 terms in the email package docs (GH-155190) (#155635)
hugovk
[Python-checkins] gh-154753: Update references to moved files in the docs (#155553)
StanFromIreland
[Python-checkins] [3.15] Correct decompression exception in zstd documentation (GH-154864) (#155763)
hugovk
[Python-checkins] gh-150449: Support negative steps in sqlite3.Blob slices (GH-150450)
serhiy-storchaka
[Python-checkins] gh-111331: Allow closing BytesIO with exported buffers (GH-155383)
serhiy-storchaka
[Python-checkins] gh-155752: Do not crash when GenericAlias parameters change during substitution (#155761)
JelleZijlstra
[Python-checkins] [3.14] gh-155732: Join the terminated process in test_repr_lock (GH-155734) (GH-155767)
serhiy-storchaka
[Python-checkins] gh-155732: Join the terminated process in test_repr_lock (GH-155734)
serhiy-storchaka
[Python-checkins] gh-155727: Ignore internal imports in test_attribute_completion (GH-155730)
serhiy-storchaka
[Python-checkins] gh-155726: Restore the sysconfig prefix cache in test_sysconfig (GH-155729)
serhiy-storchaka
[Python-checkins] gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703)
serhiy-storchaka
[Python-checkins] [3.14] gh-151955: Allow more ParamSpec bounds (#152121)
JelleZijlstra
[Python-checkins] [3.14] Correct decompression exception in zstd documentation (GH-154864) (#155764)
emmatyping
[Python-checkins] Correct decompression exception in zstd documentation (#154864)
emmatyping
[Python-checkins] [3.14] gh-152563, test_math: Enable fma test on musl 1.2.6 (GH-152564) (#155754)
vstinner
[Python-checkins] [3.13] gh-152563, test_math: Enable fma test on musl 1.2.6 (GH-152564) (#155753)
vstinner
[Python-checkins] gh-154566: Fix array.byteswap() corrupting 'Zd' arrays with more than one element (#154567)
vstinner
[Python-checkins] gh-152563, test_math: Enable fma test on musl 1.2.6 (#152564)
vstinner
[Python-checkins] [3.13] gh-155731: Clean up files left by test_import (GH-155735) (GH-155741)
serhiy-storchaka
[Python-checkins] [3.14] gh-155731: Clean up files left by test_import (GH-155735) (GH-155740)
serhiy-storchaka
[Python-checkins] gh-155731: Clean up files left by test_import (GH-155735)
serhiy-storchaka
[Python-checkins] [3.14] Do not break long test names in the regrtest output (GH-155714) (GH-155723)
serhiy-storchaka
[Python-checkins] [3.14] idlelib tests: Fix refleak testing of test_zzdummy (GH-155720)
zware
[Python-checkins] [3.13] Do not break long test names in the regrtest output (GH-155714) (GH-155724)
serhiy-storchaka
[Python-checkins] [3.13] idlelib tests: Fix refleak testing of test_zzdummy (GH-155721)
zware
[Python-checkins] [3.14] gh-129752: Don't update adaptive counters when TLBC=0 in free-threading. (gh-155497) (gh-155715)
corona10
[Python-checkins] gh-109817: Do not copy all test cases into the worker process (GH-155713)
serhiy-storchaka
[Python-checkins] Do not break long test names in the regrtest output (GH-155714)
serhiy-storchaka
[Python-checkins] idlelib tests: Fix refleak testing of test_zzdummy (GH-155393)
zware
[Python-checkins] [3.14] gh-141174: Test `get_annotations()` on wrapped cyclical `functools.partial` (GH-155663) (#155710)
JelleZijlstra
[Python-checkins] [3.14] gh-141174: Test `type_repr()` of `Template` with invalid syntax in `Interpolation` (GH-155661) (#155712)
JelleZijlstra
[Python-checkins] [3.14] gh-141174: Test re-stringifying a `ForwardRef` (GH-155689) (#155708)
JelleZijlstra
[Python-checkins] gh-141174: Test `type_repr()` of `Template` with invalid syntax in `Interpolation` (#155661)
JelleZijlstra
[Python-checkins] gh-141174: Test `get_annotations()` on wrapped cyclical `functools.partial` (#155663)
JelleZijlstra
[Python-checkins] gh-141174: Test re-stringifying a `ForwardRef` (#155689)
JelleZijlstra
[Python-checkins] gh-154916: Fix data races in GenericAlias using critical sections (#155634)
kumaraditya303
[Python-checkins] gh-153400: Add syscall fallbacks for copy_file_range/memfd_create (#155520)
vstinner
[Python-checkins] gh-155515: Use GC tracking for HAMT iterators (#155517)
kumaraditya303
[Python-checkins] gh-155486: Allow non-compact integers in `TO_BOOL_INT` (GH-155531)
Fidget-Spinner
[Python-checkins] gh-154701: prevent executor self-links in JIT cold exits (GH-155323)
Fidget-Spinner
[Python-checkins] gh-153400: Use glibc functions instead of syscall() (#155518)
vstinner
[Python-checkins] gh-155503: Check Py_TPFLAGS_IMMUTABLETYPE in check_immutable_type() (#155620)
vstinner
[Python-checkins] [3.14] gh-154139: Document that curses is not thread-safe (GH-154173) (GH-155691)
serhiy-storchaka
[Python-checkins] [3.13] gh-154139: Document that curses is not thread-safe (GH-154173) (GH-155692)
serhiy-storchaka
[Python-checkins] [3.14] gh-114905: Test that ssl._create_stdlib_context() rejects check_hostname with CERT_NONE (GH-155509) (GH-155671)
serhiy-storchaka
[Python-checkins] gh-75008: Detect the lineterminator in csv.Sniffer.sniff() (GH-155061)
serhiy-storchaka
[Python-checkins] [3.14] gh-78526: Add tests for PEP 468 and PEP 520 (GH-155387) (GH-155677)
serhiy-storchaka
[Python-checkins] gh-154139: Document that curses is not thread-safe (GH-154173)
serhiy-storchaka
[Python-checkins] [3.13] gh-78526: Add tests for PEP 468 and PEP 520 (GH-155387) (GH-155678)
serhiy-storchaka
[Python-checkins] [3.14] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067) (GH-155686)
serhiy-storchaka
[Python-checkins] [3.13] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067) (GH-155687)
serhiy-storchaka
[Python-checkins] gh-155040: Support copy.replace() for tarfile.TarInfo (GH-155046)
serhiy-storchaka
[Python-checkins] gh-155033: Support copy.replace() for csv dialects (GH-155035)
serhiy-storchaka
[Python-checkins] [3.14] gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073) (GH-155683)
serhiy-storchaka
[Python-checkins] [3.13] gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073) (GH-155684)
serhiy-storchaka
[Python-checkins] [3.14] gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068) (GH-155680)
serhiy-storchaka
[Python-checkins] gh-155044: Support copy.replace() for optparse.Values (GH-155050)
serhiy-storchaka
[Python-checkins] [3.13] gh-114905: Test that ssl._create_stdlib_context() rejects check_hostname with CERT_NONE (GH-155509) (GH-155670)
serhiy-storchaka
[Python-checkins] [3.13] gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068) (GH-155681)
serhiy-storchaka
[Python-checkins] [3.14] gh-102967: Don't pass None to seek(), simply truncate from the current position (GH-102968) (GH-155665)
serhiy-storchaka
[Python-checkins] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067)
serhiy-storchaka
[Python-checkins] gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073)
serhiy-storchaka
[Python-checkins] [3.14] gh-84548: Document Windows specific behavior of abspath() and realpath() (GH-155388) (GH-155674)
serhiy-storchaka
[Python-checkins] gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068)
serhiy-storchaka
Earlier messages