@@ -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-03 14:40 +0000\n"
14+ "POT-Creation-Date: 2026-03-05 14:41 +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,9 +49,37 @@ msgstr ""
4949msgid ":gh:`144551`: Updated bundled version of OpenSSL to 3.0.19."
5050msgstr ""
5151
52+ msgid "Tests"
53+ msgstr "Testy"
54+
55+ msgid ""
56+ ":gh:`144739`: When Python was compiled with system expat older then 2.7.2 "
57+ "but tests run with newer expat, still skip :class:`!test.test_pyexpat."
58+ "MemoryProtectionTest`."
59+ msgstr ""
60+
61+ msgid "Security"
62+ msgstr "Bezpieczeństwo"
63+
64+ msgid ""
65+ ":gh:`145506`: Fixes :cve:`2026-2297` by ensuring that "
66+ "``SourcelessFileLoader`` uses :func:`io.open_code` when opening ``.pyc`` "
67+ "files."
68+ msgstr ""
69+
5270msgid "Library"
5371msgstr "Biblioteka"
5472
73+ msgid ""
74+ ":gh:`145301`: :mod:`hmac`: fix a crash when the initialization of the "
75+ "underlying C extension module fails."
76+ msgstr ""
77+
78+ msgid ""
79+ ":gh:`145301`: :mod:`hashlib`: fix a crash when the initialization of the "
80+ "underlying C extension module fails."
81+ msgstr ""
82+
5583msgid ""
5684":gh:`145158`: Avoid undefined behaviour from signed integer overflow when "
5785"parsing format strings in the :mod:`struct` module."
@@ -101,6 +129,12 @@ msgid ""
101129"directory."
102130msgstr ""
103131
132+ msgid ""
133+ ":gh:`144475`: Calling :func:`repr` on :func:`functools.partial` is now safer "
134+ "when the partial object's internal attributes are replaced while the string "
135+ "representation is being generated."
136+ msgstr ""
137+
104138msgid ""
105139":gh:`144538`: Bump the version of pip bundled in ensurepip to version 26.0.1"
106140msgstr ""
@@ -153,6 +187,11 @@ msgid ""
153187"objects. Patch by Bénédikt Tran."
154188msgstr ""
155189
190+ msgid ""
191+ ":gh:`143304`: Fix :class:`ctypes.CDLL` to honor the ``handle`` parameter on "
192+ "POSIX systems."
193+ msgstr ""
194+
156195msgid ""
157196":gh:`142781`: :mod:`zoneinfo`: fix a crash when instantiating :class:"
158197"`~zoneinfo.ZoneInfo` objects for which the internal class-level cache is "
@@ -279,6 +318,16 @@ msgid ""
279318"construct CJK ideographs and Hangul syllables using case-insensitive names."
280319msgstr ""
281320
321+ msgid "C API"
322+ msgstr "C API"
323+
324+ msgid ""
325+ ":gh:`144981`: Made :c:func:`PyUnstable_Code_SetExtra`, :c:func:"
326+ "`PyUnstable_Code_GetExtra`, and :c:func:"
327+ "`PyUnstable_Eval_RequestCodeExtraIndex` thread-safe on the :term:`free "
328+ "threaded <free threading>` build."
329+ msgstr ""
330+
282331msgid "Python 3.14.3 final"
283332msgstr ""
284333
@@ -298,9 +347,6 @@ msgid ""
298347"when available. Patch by Sam Gross and Victor Stinner."
299348msgstr ""
300349
301- msgid "Tests"
302- msgstr "Testy"
303-
304350msgid ""
305351":gh:`144415`: The Android testbed now distinguishes between stdout/stderr "
306352"messages which were triggered by a newline, and those triggered by a manual "
@@ -334,9 +380,6 @@ msgid ""
334380"the resource back to test's command line."
335381msgstr ""
336382
337- msgid "Security"
338- msgstr "Bezpieczeństwo"
339-
340383msgid ""
341384":gh:`144125`: :mod:`~email.generator.BytesGenerator` will now refuse to "
342385"serialize (write) headers that are unsafely folded or delimited; see :attr:"
@@ -925,9 +968,6 @@ msgid ""
925968"collection debug assertions to fail."
926969msgstr ""
927970
928- msgid "C API"
929- msgstr "C API"
930-
931971msgid ""
932972":gh:`142589`: Fix :c:func:`PyUnstable_Object_IsUniqueReferencedTemporary()` "
933973"handling of tagged ints on the interpreter stack."
0 commit comments