gmane.comp.python.cvs archive

992 archived articles, newest first (page 2 of 10). Latest articles →

gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset (GH-153604)
Mon, 17 Aug 2026 09:03:02 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186127
gh-155852: Do not cancel remaining Executor.map calls on a callable's TimeoutError (GH-155853)
Mon, 17 Aug 2026 08:44:59 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186126
[3.15] gh-149083: Document that dataclasses.MISSING and KW_ONLY are sentinels (GH-155919) (#155927)
Mon, 17 Aug 2026 03:52:35 -0400 (EDT)
hugovk <[email protected]> • #186125
gh-155315: Fix marshal round-trip of shared frozendict references (GH-155316)
Mon, 17 Aug 2026 03:37:12 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186124
gh-150942: Speed up re.split result building (gh-155940)
Mon, 17 Aug 2026 03:26:44 -0400 (EDT)
corona10 <[email protected]> • #186123
[3.13] gh-146004: propagate all -X options to multiprocessing child processes (GH-146005) (#155938)
Mon, 17 Aug 2026 02:57:32 -0400 (EDT)
hugovk <[email protected]> • #186122
[3.13] urllib: Add tests for HTTP errors to complete coverage (GH-154102) (#155921)
Mon, 17 Aug 2026 02:55:28 -0400 (EDT)
hugovk <[email protected]> • #186121
[3.15] Update list of files generated by `generate_token.py` (GH-155524) (#155840)
Mon, 17 Aug 2026 02:45:13 -0400 (EDT)
hugovk <[email protected]> • #186120
[3.15] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#155900)
Mon, 17 Aug 2026 02:44:49 -0400 (EDT)
hugovk <[email protected]> • #186119
[3.15] gh-153158: Remove the erroneous width argument of HTMLCalendar.formatmonthpage (GH-153159) (#155932)
Mon, 17 Aug 2026 02:15:43 -0400 (EDT)
hugovk <[email protected]> • #186118
gh-141510: Document frozendict support in json (gh-155929)
Mon, 17 Aug 2026 01:54:52 -0400 (EDT)
corona10 <[email protected]> • #186117
gh-153158: Remove the erroneous width argument of HTMLCalendar.formatmonthpage (#153159)
Mon, 17 Aug 2026 01:44:09 -0400 (EDT)
hugovk <[email protected]> • #186116
gh-150942: Optimize stringlib split/splitlines with _PyList_AppendTakeRef (gh-155922)
Mon, 17 Aug 2026 01:34:39 -0400 (EDT)
corona10 <[email protected]> • #186115
[3.14] gh-153970: Fix str() of CalledProcessError when returncode is not an integer (gh-153971) (gh-155924)
Mon, 17 Aug 2026 01:33:10 -0400 (EDT)
corona10 <[email protected]> • #186114
[3.14] gh-155888: Fix asyncio writelines() hanging on an empty last chunk (#155913)
Mon, 17 Aug 2026 01:04:52 -0400 (EDT)
kumaraditya303 <[email protected]> • #186113
gh-155917: Narrow bare except in email._header_value_parser.get_parameter (gh-155916)
Mon, 17 Aug 2026 00:13:29 -0400 (EDT)
corona10 <[email protected]> • #186112
[3.15] gh-155515: Use GC tracking for HAMT iterators (GH-155517) (#155697)
Sun, 16 Aug 2026 23:58:37 -0400 (EDT)
hugovk <[email protected]> • #186111
gh-149083: Document that dataclasses.MISSING and KW_ONLY are sentinels (#155919)
Sun, 16 Aug 2026 23:51:44 -0400 (EDT)
hugovk <[email protected]> • #186110
[3.13] gh-155515: Use GC tracking for HAMT iterators (GH-155517) (#155918)
Sun, 16 Aug 2026 23:48:57 -0400 (EDT)
hugovk <[email protected]> • #186109
[3.14] gh-155515: Use GC tracking for HAMT iterators (GH-155517) (#155698)
Sun, 16 Aug 2026 23:40:21 -0400 (EDT)
hugovk <[email protected]> • #186108
[3.13] gh-130094: Fix race conditions in `importlib` (gh-130101) (gh-155915)
Sun, 16 Aug 2026 22:53:44 -0400 (EDT)
corona10 <[email protected]> • #186107
[3.13] gh-154753: Update references a moved file in the docs (GH-155553) (#155809)
Sun, 16 Aug 2026 16:49:35 -0400 (EDT)
StanFromIreland <[email protected]> • #186106
[3.14] gh-154753: Update references to moved files in the docs (GH-155553) (#155810)
Sun, 16 Aug 2026 16:48:10 -0400 (EDT)
StanFromIreland <[email protected]> • #186105
gh-154842: Reject repack() while a reading handle is open (GH-154843)
Sun, 16 Aug 2026 13:25:03 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186104
gh-151895: Fix marshal.loads() crash on dict reference-tracking failure (GH-151896)
Sun, 16 Aug 2026 12:07:15 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186103
[3.14] gh-148817: Fold long lists/sets of constant elements into constant tu… (#155898)
Sun, 16 Aug 2026 10:17:30 -0400 (EDT)
Eclips4 <[email protected]> • #186102
gh-155477: Fix multiprocessing.Pool deadlock on close() with a buffersize imap (GH-155478)
Sun, 16 Aug 2026 09:43:32 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186101
Fix various typos in `Doc/library/stdtypes.rst` (#155879)
Sun, 16 Aug 2026 09:31:42 -0400 (EDT)
StanFromIreland <[email protected]> • #186100
gh-154196: Improve `AttributeError` messages from unresolved lazy imports (#154688)
Sun, 16 Aug 2026 09:25:12 -0400 (EDT)
pablogsal <[email protected]> • #186099
gh-148817: Fold long lists/sets of constant elements into constant tuples/frozensets (#149016)
Sun, 16 Aug 2026 08:39:08 -0400 (EDT)
Eclips4 <[email protected]> • #186098
gh-155717: skip `TMPDIR` writeability test if process user is root (#155891)
Sun, 16 Aug 2026 05:48:45 -0400 (EDT)
picnixz <[email protected]> • #186097
gh-155888: Fix asyncio writelines() hanging on an empty chunk (#155889)
Sun, 16 Aug 2026 05:43:09 -0400 (EDT)
kumaraditya303 <[email protected]> • #186096
gh-155717: use `spawn` as the default start method for read-only filesystems (#155827)
Sun, 16 Aug 2026 04:23:13 -0400 (EDT)
picnixz <[email protected]> • #186095
gh-155389: Return bytes from _pyio.BytesIO.peek() (GH-155390)
Sun, 16 Aug 2026 03:52:15 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186094
gh-155864: Keep the module's current screen in step with use_screen() (GH-155865)
Sun, 16 Aug 2026 03:45:20 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186093
gh-154002: Do not wrap a constructor TypeError in pickle._Unpickler (GH-154003)
Sun, 16 Aug 2026 01:34:30 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186092
gh-155860: Reject a detached window in panel.replace() (GH-155861)
Sun, 16 Aug 2026 01:31:59 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186091
gh-129382: Match venv API symlink defaults to the CLI (#155759)
Sun, 16 Aug 2026 00:47:30 -0400 (EDT)
hauntsaninja <[email protected]> • #186090
gh-155504: Set the interpreter before fallible thread state initialization (#155590)
Sat, 15 Aug 2026 23:12:39 -0400 (EDT)
kumaraditya303 <[email protected]> • #186089
gh-155869: Fix data loss in dbm.dumb.reorganize() (GH-155872)
Sat, 15 Aug 2026 16:47:24 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186088
[3.14] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562) (GH-155867)
Sat, 15 Aug 2026 16:17:59 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186087
[3.13] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562) (GH-155868)
Sat, 15 Aug 2026 16:12:39 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186086
gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562)
Sat, 15 Aug 2026 15:51:24 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186085
[3.14] Update list of files generated by `generate_token.py` (GH-155524) (#155841)
Sat, 15 Aug 2026 08:01:19 -0400 (EDT)
StanFromIreland <[email protected]> • #186084
gh-155430: fix `hmac.digest` bigmem test (#155431)
Sat, 15 Aug 2026 08:00:52 -0400 (EDT)
picnixz <[email protected]> • #186083
[3.13] Update list of files generated by `generate_token.py` (GH-155524) (#155842)
Sat, 15 Aug 2026 07:59:44 -0400 (EDT)
StanFromIreland <[email protected]> • #186082
Update list of files generated by `generate_token.py` (#155524)
Sat, 15 Aug 2026 07:30:33 -0400 (EDT)
StanFromIreland <[email protected]> • #186081
[3.13] gh-155732: Join the terminated process in test_repr_lock (GH-155734) (GH-155768)
Sat, 15 Aug 2026 06:53:52 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186080
[3.15] Fix typo in `annotationlib` documentation (GH-155776) (#155796)
Sat, 15 Aug 2026 05:44:07 -0400 (EDT)
hugovk <[email protected]> • #186079
[3.14] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320) (GH-155825)
Sat, 15 Aug 2026 03:39:40 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186078
[3.13] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320) (GH-155826)
Sat, 15 Aug 2026 03:36:21 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186077
gh-155319: Fix the source line of a warning issued with module_globals (GH-155320)
Sat, 15 Aug 2026 02:55:14 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186076
[3.13] gh-155787: Harmonize parameter names in the time module documentation and docstrings (GH-155790) (GH-155807)
Sat, 15 Aug 2026 01:52:35 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186075
[3.14] gh-155787: Harmonize parameter names in the time module documentation and docstrings (GH-155790) (GH-155806)
Sat, 15 Aug 2026 01:52:15 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186074
gh-155519: fix data-race for Context.ctx_vars (#155522)
Sat, 15 Aug 2026 01:30:17 -0400 (EDT)
kumaraditya303 <[email protected]> • #186073
gh-155400: Fix deadlock with type_lock_prevent_release() (#155401)
Sat, 15 Aug 2026 01:24:28 -0400 (EDT)
kumaraditya303 <[email protected]> • #186072
gh-155143: Fix asyncio.shield() leaking tasks via await-graph (#155144)
Sat, 15 Aug 2026 00:26:40 -0400 (EDT)
kumaraditya303 <[email protected]> • #186071
gh-151377: Fix races updating type slots and subclasses (#155370)
Fri, 14 Aug 2026 23:52:12 -0400 (EDT)
kumaraditya303 <[email protected]> • #186070
[3.12] GH-155757: Set `--argv0` for wasmtime in configure.ac (#155815)
Fri, 14 Aug 2026 19:55:58 -0400 (EDT)
Yhg1s <[email protected]> • #186069
gh-155194: Fix not raising on non-module import (#155189)
Fri, 14 Aug 2026 17:17:38 -0400 (EDT)
DinoV <[email protected]> • #186068
gh-155787: Harmonize parameter names in the time module documentation and docstrings (#155790)
Fri, 14 Aug 2026 14:27:39 -0400 (EDT)
StanFromIreland <[email protected]> • #186067
gh-155742: Use PyBytesWriter in Python/assemble.c (#155747)
Fri, 14 Aug 2026 12:10:54 -0400 (EDT)
vstinner <[email protected]> • #186066
gh-155621: Fix unrepresentable defaults in socket.sendmsg() signature (#155623)
Fri, 14 Aug 2026 11:33:57 -0400 (EDT)
kumaraditya303 <[email protected]> • #186065
gh-135736: call exception handler for all BaseExceptions in asyncio.TaskGroup (#154538)
Fri, 14 Aug 2026 11:13:35 -0400 (EDT)
kumaraditya303 <[email protected]> • #186064
[3.12] GH-155757: Set `--argv0` for wasmtime (#155758)
Fri, 14 Aug 2026 09:42:49 -0400 (EDT)
Yhg1s <[email protected]> • #186063
[3.14] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155793)
Fri, 14 Aug 2026 09:09:01 -0400 (EDT)
tomasr8 <[email protected]> • #186062
[3.14] Fix typo in `annotationlib` documentation (GH-155776) (#155797)
Fri, 14 Aug 2026 09:06:15 -0400 (EDT)
JelleZijlstra <[email protected]> • #186061
[3.13] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155794)
Fri, 14 Aug 2026 09:04:04 -0400 (EDT)
tomasr8 <[email protected]> • #186060
Fix typo in `annotationlib` documentation (#155776)
Fri, 14 Aug 2026 08:58:29 -0400 (EDT)
JelleZijlstra <[email protected]> • #186059
improve test_copy_reduce and test_deepcopy_reduce coverage (#154182)
Fri, 14 Aug 2026 08:41:42 -0400 (EDT)
tomasr8 <[email protected]> • #186058
gh-155742: Test PyBytesWriter_FinishWithSize() with negative size (#155783)
Fri, 14 Aug 2026 08:33:10 -0400 (EDT)
vstinner <[email protected]> • #186057
gh-155742: Get PyBytes_AS_STRING() as `const char*` (#155751)
Fri, 14 Aug 2026 08:01:05 -0400 (EDT)
vstinner <[email protected]> • #186056
gh-155742: Use PyBytesWriter in _zstd.train_dict() (#155745)
Fri, 14 Aug 2026 07:08:58 -0400 (EDT)
vstinner <[email protected]> • #186055
gh-153521: Preserve bytes message sets in imaplib (GH-153907)
Fri, 14 Aug 2026 07:03:08 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186054
[3.15] gh-75876: Use functools.wraps() in test.support test decorators (GH-155262) (#155290)
Fri, 14 Aug 2026 05:19:59 -0400 (EDT)
hugovk <[email protected]> • #186053
gh-139314: Add support for linking against `zlib-rs` and `libbzip2-rs` (#155119)
Fri, 14 Aug 2026 05:06:25 -0400 (EDT)
StanFromIreland <[email protected]> • #186052
[3.15] gh-155752: Do not crash when GenericAlias parameters change during substitution (GH-155761) (#155770)
Fri, 14 Aug 2026 04:56:06 -0400 (EDT)
hugovk <[email protected]> • #186051
[3.15] gh-154566: Fix array.byteswap() corrupting 'Zd' arrays with more than one element (GH-154567) (#155756)
Fri, 14 Aug 2026 04:54:46 -0400 (EDT)
hugovk <[email protected]> • #186050
[3.15] gh-113329: Catch OSError in doctest finder and document that inspect.getsourcefile/getfile can raise OSError (GH-113335) (#155658)
Fri, 14 Aug 2026 04:48:29 -0400 (EDT)
hugovk <[email protected]> • #186049
[3.15] gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (GH-154898) (#155019)
Fri, 14 Aug 2026 04:47:11 -0400 (EDT)
hugovk <[email protected]> • #186048
[3.15] gh-154753: Update references to moved files in the docs (GH-155553) (#155774)
Fri, 14 Aug 2026 04:46:04 -0400 (EDT)
hugovk <[email protected]> • #186047
[3.15] gh-152563, test_math: Enable fma test on musl 1.2.6 (GH-152564) (#155755)
Fri, 14 Aug 2026 04:45:00 -0400 (EDT)
hugovk <[email protected]> • #186046
[3.15] idlelib tests: Fix refleak testing of test_zzdummy (GH-155393) (#155718)
Fri, 14 Aug 2026 04:44:28 -0400 (EDT)
hugovk <[email protected]> • #186045
[3.15] gh-62978: Use Python 3 terms in the email package docs (GH-155190) (#155635)
Fri, 14 Aug 2026 04:43:50 -0400 (EDT)
hugovk <[email protected]> • #186044
gh-154753: Update references to moved files in the docs (#155553)
Fri, 14 Aug 2026 04:23:11 -0400 (EDT)
StanFromIreland <[email protected]> • #186043
[3.15] Correct decompression exception in zstd documentation (GH-154864) (#155763)
Fri, 14 Aug 2026 03:28:36 -0400 (EDT)
hugovk <[email protected]> • #186042
gh-150449: Support negative steps in sqlite3.Blob slices (GH-150450)
Fri, 14 Aug 2026 02:25:59 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186041
gh-111331: Allow closing BytesIO with exported buffers (GH-155383)
Fri, 14 Aug 2026 01:18:56 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186040
gh-155752: Do not crash when GenericAlias parameters change during substitution (#155761)
Fri, 14 Aug 2026 01:14:36 -0400 (EDT)
JelleZijlstra <[email protected]> • #186039
[3.14] gh-155732: Join the terminated process in test_repr_lock (GH-155734) (GH-155767)
Fri, 14 Aug 2026 01:06:45 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186038
gh-155727: Ignore internal imports in test_attribute_completion (GH-155730)
Fri, 14 Aug 2026 00:40:15 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186037
gh-155732: Join the terminated process in test_repr_lock (GH-155734)
Fri, 14 Aug 2026 00:40:09 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186036
gh-155726: Restore the sysconfig prefix cache in test_sysconfig (GH-155729)
Fri, 14 Aug 2026 00:39:24 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186035
gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703)
Fri, 14 Aug 2026 00:39:02 -0400 (EDT)
serhiy-storchaka <[email protected]> • #186034
[3.14] gh-151955: Allow more ParamSpec bounds (#152121)
Fri, 14 Aug 2026 00:11:29 -0400 (EDT)
JelleZijlstra <[email protected]> • #186033
[3.14] Correct decompression exception in zstd documentation (GH-154864) (#155764)
Thu, 13 Aug 2026 23:10:22 -0400 (EDT)
emmatyping <[email protected]> • #186032
Correct decompression exception in zstd documentation (#154864)
Thu, 13 Aug 2026 22:47:29 -0400 (EDT)
emmatyping <[email protected]> • #186031
[3.14] gh-152563, test_math: Enable fma test on musl 1.2.6 (GH-152564) (#155754)
Thu, 13 Aug 2026 16:20:55 -0400 (EDT)
vstinner <[email protected]> • #186030
[3.13] gh-152563, test_math: Enable fma test on musl 1.2.6 (GH-152564) (#155753)
Thu, 13 Aug 2026 16:12:38 -0400 (EDT)
vstinner <[email protected]> • #186029
gh-154566: Fix array.byteswap() corrupting 'Zd' arrays with more than one element (#154567)
Thu, 13 Aug 2026 15:51:07 -0400 (EDT)
vstinner <[email protected]> • #186028
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.