@@ -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-05-25 17:07 +0000\n"
14+ "POT-Creation-Date: 2026-05-27 17:56 +0000\n"
1515"PO-Revision-Date: 2026-05-08 17:19+0000\n"
1616"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -82,12 +82,30 @@ msgstr ""
8282msgid "Library"
8383msgstr "Biblioteka"
8484
85+ msgid ""
86+ ":gh:`150175`: Fix race condition in :class:`unittest.mock.ThreadingMock` "
87+ "where concurrent calls could lose increments to ``call_count`` and other "
88+ "attributes due to a missing lock in ``_increment_mock_call``."
89+ msgstr ""
90+
8591msgid ":gh:`149816`: Fix race condition in :attr:`ssl.SSLContext.sni_callback`"
8692msgstr ""
8793
8894msgid ":gh:`149995`: Update various docstrings in :mod:`typing`."
8995msgstr ""
9096
97+ msgid ""
98+ ":gh:`88726`: The :mod:`email` package now uses standard MIME charset names "
99+ "\"gb2312\" and \"big5\" instead of non-standard names \"eucgb2312_cn\" and "
100+ "\"big5_tw\"."
101+ msgstr ""
102+
103+ msgid ""
104+ ":gh:`149571`: Fix the C implementation of :meth:`xml.etree.ElementTree."
105+ "Element.itertext`: it no longer emits text for comments and processing "
106+ "instructions."
107+ msgstr ""
108+
91109msgid ""
92110":gh:`149921`: Fix reference leaks in error paths of the :mod:`!"
93111"_interpchannels` and :mod:`!_interpqueues` extension modules."
@@ -159,6 +177,12 @@ msgstr ""
159177msgid "Core and Builtins"
160178msgstr "Core i builtiny"
161179
180+ msgid ""
181+ ":gh:`149156`: Fix an intermittent crash after :func:`os.fork` when perf "
182+ "trampoline profiling is enabled and the child returns through trampoline "
183+ "frames inherited from the parent process."
184+ msgstr ""
185+
162186msgid ""
163187":gh:`149449`: Fix a use-after-free crash when the :mod:`unicodedata` module "
164188"was removed from :data:`sys.modules` and garbage-collected between calls "
0 commit comments