@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.14\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-03-11 14:42 +0000\n"
14+ "POT-Creation-Date: 2026-03-13 14:39 +0000\n"
1515"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616"Last-Translator: python-doc bot, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -49,6 +49,11 @@ msgstr ""
4949msgid ":gh:`144551`: Updated bundled version of OpenSSL to 3.0.19."
5050msgstr ""
5151
52+ msgid ""
53+ ":gh:`140131`: Fix REPL cursor position on Windows when module completion "
54+ "suggestion line hits console width."
55+ msgstr ""
56+
5257msgid "Tests"
5358msgstr "Testy"
5459
@@ -82,6 +87,12 @@ msgid ""
8287"oss-fuzz:`488466741`."
8388msgstr ""
8489
90+ msgid ""
91+ ":gh:`145492`: Fix infinite recursion in :class:`collections.defaultdict` "
92+ "``__repr__`` when a ``defaultdict`` contains itself. Based on analysis by "
93+ "KowalskiThomas in :gh:`145492`."
94+ msgstr ""
95+
8596msgid ""
8697":gh:`145623`: Fix crash in :mod:`struct` when calling :func:`repr` or "
8798"``__sizeof__()`` on an uninitialized :class:`struct.Struct` object created "
@@ -94,6 +105,11 @@ msgid ""
94105"Patch by Daan De Meyer."
95106msgstr ""
96107
108+ msgid ""
109+ ":gh:`145446`: Now :mod:`functools` is safer in free-threaded build when "
110+ "using keywords in :func:`functools.partial`"
111+ msgstr ""
112+
97113msgid ""
98114":gh:`145417`: :mod:`venv`: Prevent incorrect preservation of SELinux context "
99115"when copying the ``Activate.ps1`` script. The script inherited the SELinux "
@@ -151,6 +167,11 @@ msgid ""
151167"<pickle>`."
152168msgstr ""
153169
170+ msgid ""
171+ ":gh:`144259`: Fix inconsistent display of long multiline pasted content in "
172+ "the REPL."
173+ msgstr ""
174+
154175msgid ""
155176":gh:`144156`: Fix the folding of headers by the :mod:`email` library when :"
156177"rfc:`2047` encoded words are used. Now whitespace is correctly preserved "
@@ -252,6 +273,12 @@ msgid ""
252273"when implementing PROXY protocol support)."
253274msgstr ""
254275
276+ msgid ""
277+ ":gh:`139933`: Improve :exc:`AttributeError` suggestions for classes with a "
278+ "custom :meth:`~object.__dir__` method returning a list of unsortable values. "
279+ "Patch by Bénédikt Tran."
280+ msgstr ""
281+
255282msgid ""
256283":gh:`137335`: Get rid of any possibility of a name conflict for named pipes "
257284"in :mod:`multiprocessing` and :mod:`asyncio` on Windows, no matter how small."
@@ -283,6 +310,16 @@ msgstr ""
283310msgid "Core and Builtins"
284311msgstr "Core i builtiny"
285312
313+ msgid ""
314+ ":gh:`145792`: Fix out-of-bounds access when invoking faulthandler on a "
315+ "CPython build compiled without support for VLAs."
316+ msgstr ""
317+
318+ msgid ""
319+ ":gh:`145685`: Improve scaling of type attribute lookups in the :term:`free-"
320+ "threaded build` by avoiding contention on the internal type lock."
321+ msgstr ""
322+
286323msgid ""
287324":gh:`145701`: Fix :exc:`SystemError` when ``__classdict__`` or "
288325"``__conditional_annotations__`` is in a class-scope inlined comprehension. "
@@ -305,6 +342,11 @@ msgid ""
305342"the path argument."
306343msgstr ""
307344
345+ msgid ""
346+ ":gh:`145036`: In free-threaded build, fix race condition when calling :meth:"
347+ "`!__sizeof__` on a :class:`list`"
348+ msgstr ""
349+
308350msgid ":gh:`145376`: Fix reference leaks in various unusual error scenarios."
309351msgstr ""
310352
@@ -375,6 +417,17 @@ msgid ""
375417"receive a stale module reference when another thread's import fails."
376418msgstr ""
377419
420+ msgid ""
421+ ":gh:`140594`: Fix an out of bounds read when a single NUL character is read "
422+ "from the standard input. Patch by Shamil Abdulaev."
423+ msgstr ""
424+
425+ msgid ""
426+ ":gh:`91636`: While performing garbage collection, clear weakrefs to "
427+ "unreachable objects that are created during running of finalizers. If those "
428+ "weakrefs were are not cleared, they could reveal unreachable objects."
429+ msgstr ""
430+
378431msgid ""
379432":gh:`130327`: Fix erroneous clearing of an object's :attr:`~object.__dict__` "
380433"if overwritten at runtime."
@@ -400,6 +453,16 @@ msgid ""
400453"threaded <free threading>` build."
401454msgstr ""
402455
456+ msgid "Build"
457+ msgstr "Build"
458+
459+ msgid ""
460+ ":gh:`145801`: When Python build is optimized with GCC using PGO, use ``-"
461+ "fprofile-update=atomic`` option to use atomic operations when updating "
462+ "profile information. This option reduces the risk of gcov Data Files (.gcda) "
463+ "corruption which can cause random GCC crashes. Patch by Victor Stinner."
464+ msgstr ""
465+
403466msgid "Python 3.14.3 final"
404467msgstr ""
405468
@@ -1050,9 +1113,6 @@ msgid ""
10501113"the file succeeded before flushing."
10511114msgstr ""
10521115
1053- msgid "Build"
1054- msgstr "Build"
1055-
10561116msgid ""
10571117":gh:`142454`: When calculating the digest of the JIT stencils input, sort "
10581118"the hashed files by filenames before adding their content to the hasher. "
0 commit comments