@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.13\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-05-03 15:30 +0000\n"
14+ "POT-Creation-Date: 2026-05-05 16:45 +0000\n"
1515"PO-Revision-Date: 2025-09-15 01:05+0000\n"
1616"Last-Translator: python-doc bot, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -38,6 +38,12 @@ msgstr "macOS"
3838msgid ":gh:`149254`: Update macOS installer to use OpenSSL 3.0.20."
3939msgstr ""
4040
41+ msgid "Windows"
42+ msgstr "Windows"
43+
44+ msgid ":gh:`149254`: Updated bundled version of OpenSSL to 3.0.20."
45+ msgstr ""
46+
4147msgid "Security"
4248msgstr "Bezpieczeństwo"
4349
@@ -87,6 +93,9 @@ msgstr ""
8793msgid "Library"
8894msgstr "Biblioteka"
8995
96+ msgid ":gh:`149377`: Update bundled pip to 26.1.1"
97+ msgstr ""
98+
9099msgid ""
91100":gh:`149117`: Fix :func:`runpy.run_module` and :func:`runpy.run_path` to set "
92101"the :attr:`~ImportError.name` attribute on the :exc:`ImportError` they raise."
@@ -97,6 +106,11 @@ msgid ""
97106"fixes the :cve:`2026-3219` vulnerability. Patch by Victor Stinner."
98107msgstr ""
99108
109+ msgid ""
110+ ":gh:`148093`: Fix an out-of-bounds read of one byte in :func:`binascii."
111+ "a2b_uu`. Raise :exc:`binascii.Error`, instead of reading past the buffer end."
112+ msgstr ""
113+
100114msgid ""
101115":gh:`148914`: Fix memoization of in-band :class:`~pickle.PickleBuffer` in "
102116"the Python implementation of :mod:`pickle`. Previously, identical :class:`!"
@@ -105,6 +119,9 @@ msgid ""
105119"following references to ``b''`` were unpickled as an empty bytearray object."
106120msgstr ""
107121
122+ msgid ":gh:`138907`: Support :rfc:`9309` in :mod:`urllib.robotparser`."
123+ msgstr ""
124+
108125msgid ""
109126":gh:`148735`: :mod:`xml.etree.ElementTree`: Fix a use-after-free in :meth:"
110127"`Element.findtext <xml.etree.ElementTree.Element.findtext>` when the element "
@@ -165,6 +182,11 @@ msgid ""
165182"``__next__``."
166183msgstr ""
167184
185+ msgid ""
186+ ":gh:`130750`: Restore quoting of choices in :mod:`argparse` error messages "
187+ "for improved clarity and consistency with documentation."
188+ msgstr ""
189+
168190msgid ""
169191":gh:`105936`: Attempting to mutate non-field attributes of :mod:"
170192"`dataclasses` with both *frozen* and *slots* being ``True`` now raises :"
@@ -198,6 +220,11 @@ msgstr ""
198220msgid "Documentation"
199221msgstr "Dokumentacja"
200222
223+ msgid ""
224+ ":gh:`148663`: Document that :class:`calendar.IllegalMonthError` is a "
225+ "subclass of both :exc:`ValueError` and :exc:`IndexError` since Python 3.12."
226+ msgstr ""
227+
201228msgid ""
202229":gh:`146646`: Document that :func:`glob.glob`, :func:`glob.iglob`, :meth:"
203230"`pathlib.Path.glob`, and :meth:`pathlib.Path.rglob` silently suppress :exc:"
@@ -220,6 +247,11 @@ msgid ""
220247"which cannot be correctly unmarshalled."
221248msgstr ""
222249
250+ msgid ""
251+ ":gh:`148418`: Fix a possible reference leak in a corrupted ``TYPE_CODE`` "
252+ "marshal stream."
253+ msgstr ""
254+
223255msgid ""
224256":gh:`148222`: Fix vectorcall support in :class:`types.GenericAlias` when the "
225257"underlying type does not support the vectorcall protocol. Fix possible leaks "
@@ -230,6 +262,16 @@ msgstr ""
230262msgid "Build"
231263msgstr "Build"
232264
265+ msgid ""
266+ ":gh:`149351`: Avoid possible broken macOS framework install names when "
267+ "DESTDIR is specified during builds."
268+ msgstr ""
269+
270+ msgid ""
271+ ":gh:`146475`: Block Apple Clang from being used to build the JIT as it ships "
272+ "without required LLVM tools."
273+ msgstr ""
274+
233275msgid ""
234276":gh:`148535`: No longer use the ``gcc -fprofile-update=atomic`` flag on "
235277"i686. The flag has been added to fix a random GCC internal error on PGO "
@@ -253,9 +295,6 @@ msgid ""
253295"`webbrowser` and :mod:`!turtledemo`."
254296msgstr ""
255297
256- msgid "Windows"
257- msgstr "Windows"
258-
259298msgid ":gh:`144551`: Updated bundled version of OpenSSL to 3.0.19."
260299msgstr ""
261300
0 commit comments