@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.15\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-07-24 08:30 +0000\n"
14+ "POT-Creation-Date: 2026-07-25 14:57 +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"
@@ -38,9 +38,21 @@ msgstr "Windows"
3838msgid ":gh:`124111`: Updated Windows builds to use Tcl/Tk 9.0.4."
3939msgstr ""
4040
41+ msgid "Tools/Demos"
42+ msgstr "Narzędzia/Demo"
43+
44+ msgid ""
45+ ":gh:`154580`: Fix ``python-gdb.py`` raising :exc:`UnicodeEncodeError` when "
46+ "pretty-printing a non-ASCII :class:`str` in a locale whose host charset "
47+ "cannot encode it, such as any non-ASCII string in the C locale."
48+ msgstr ""
49+
4150msgid "Tests"
4251msgstr "Testy"
4352
53+ msgid ":gh:`76595`: Add C API tests for :c:func:`PyCapsule_Import`."
54+ msgstr ""
55+
4456msgid ""
4557":gh:`154211`: Add ``test.support.skip_if_huge_c_stack()`` and use it to skip "
4658"tests that exhaust the C stack if the stack limit is very large (e.g. on "
@@ -59,6 +71,16 @@ msgstr ""
5971msgid "Library"
6072msgstr "Biblioteka"
6173
74+ msgid ""
75+ ":gh:`142035`: Fix incorrect wrapping of :mod:`argparse` help text when color "
76+ "is enabled."
77+ msgstr ""
78+
79+ msgid ""
80+ ":gh:`154551`: Fix :func:`ctypes.util.find_library` returning ``None`` in non-"
81+ "UTF-8 locales."
82+ msgstr ""
83+
6284msgid ""
6385":gh:`154460`: Fix :func:`time.strftime` and :meth:`datetime.datetime."
6486"strftime` returning a wrong ISO 8601 week number (``%V``) on OpenBSD."
@@ -69,6 +91,12 @@ msgid ""
6991"addaudithook`."
7092msgstr ""
7193
94+ msgid ""
95+ ":gh:`154435`: Fix :func:`os.posix_fadvise` and :func:`os.posix_fallocate` on "
96+ "DragonFly BSD: they raised :exc:`OSError` with a meaningless error code, "
97+ "because these functions return -1 and set ``errno`` there."
98+ msgstr ""
99+
72100msgid ""
73101":gh:`154399`: Fix :mod:`venv` activation in a non-interactive csh: "
74102"``activate.csh`` no longer fails when the ``prompt`` variable is not set."
@@ -113,6 +141,12 @@ msgid ""
113141"data:`~os.O_CLOEXEC` flag."
114142msgstr ""
115143
144+ msgid ""
145+ ":gh:`145030`: Fix :mod:`asyncio` write pipe transports for named FIFOs on "
146+ "macOS. Unread data sitting in the FIFO made the transport misinterpret a "
147+ "poll event as the reader disconnecting, wrongly closing the transport."
148+ msgstr ""
149+
116150msgid ""
117151":gh:`154176`: Fix a crash in :func:`locale.strxfrm` on DragonFly BSD, whose "
118152"``wcsxfrm()`` does not support the zero size."
@@ -152,6 +186,17 @@ msgid ""
152186"`~curses.window.instr`, instead of the low byte of its code point."
153187msgstr ""
154188
189+ msgid ""
190+ ":gh:`146011`: Fix a heap-use-after-free in the C implementation of :mod:"
191+ "`decimal` when calling :func:`repr` after deleting the :class:`~decimal."
192+ "Context`."
193+ msgstr ""
194+
195+ msgid ""
196+ ":gh:`153761`: Fix cancelling :meth:`asyncio.loop.sock_accept` dropping a "
197+ "pending connection."
198+ msgstr ""
199+
155200msgid ""
156201":gh:`127049`: Fix a race condition in :mod:`asyncio` on Unix where :meth:"
157202"`asyncio.subprocess.Process.send_signal`, :meth:`~asyncio.subprocess.Process."
@@ -167,6 +212,16 @@ msgid ""
167212"the corresponding setters hold."
168213msgstr ""
169214
215+ msgid ""
216+ ":gh:`153133`: Fix a socket leak in :meth:`asyncio.loop.create_connection` "
217+ "when the transport cannot be created."
218+ msgstr ""
219+
220+ msgid ""
221+ ":gh:`152431`: Fix ``asyncio.StreamWriter.start_tls()`` to keep the linked "
222+ "``StreamReader`` transport in sync with the upgraded transport."
223+ msgstr ""
224+
170225msgid ""
171226":gh:`119710`: Fix :mod:`asyncio` subprocess :meth:`~asyncio.subprocess."
172227"Process.wait` hanging when the process has exited but one of its pipes is "
@@ -198,9 +253,22 @@ msgid ""
198253"as the delimiter."
199254msgstr ""
200255
256+ msgid "Documentation"
257+ msgstr "Dokumentacja"
258+
259+ msgid ""
260+ ":gh:`118150`: Clarify in the :mod:`difflib` documentation what *junk* "
261+ "actually does, its drawbacks, and how to control it."
262+ msgstr ""
263+
201264msgid "Core and Builtins"
202265msgstr "Core i builtiny"
203266
267+ msgid ""
268+ ":gh:`153809`: Fix interpreter crash while deallocating objects of :class:"
269+ "`asyncio.Task` on free-threaded builds. Contributed by Sergey Miryanov."
270+ msgstr ""
271+
204272msgid ""
205273":gh:`154275`: Fix a crash when getting deeply nested ``__parameters__`` from "
206274"a :class:`types.GenericAlias` objects."
@@ -222,6 +290,17 @@ msgid ""
222290"__getstate__` under the :term:`free-threaded build`."
223291msgstr ""
224292
293+ msgid ""
294+ ":gh:`153570`: Fix a use-after-free in :meth:`bytearray.take_bytes` when the "
295+ "argument's :meth:`~object.__index__` method resizes the bytearray. Patch by "
296+ "tonghuaroot."
297+ msgstr ""
298+
299+ msgid ""
300+ ":gh:`153419`: Fix multiple :class:`bytearray` crashes and reference leaks "
301+ "caused by skipping :meth:`~object.__init__` and broken state setup code."
302+ msgstr ""
303+
225304msgid ""
226305":gh:`153236`: Propagate exceptions raised while importing lazy submodules "
227306"instead of reporting them as missing attributes."
@@ -1460,9 +1539,6 @@ msgid ""
14601539"appending another copy of the traceback to it."
14611540msgstr ""
14621541
1463- msgid "Documentation"
1464- msgstr "Dokumentacja"
1465-
14661542msgid ""
14671543":gh:`86726`: Greatly expand the :mod:`tkinter` documentation to cover the "
14681544"full public API of the package and its submodules. The descriptions are "
@@ -1961,9 +2037,6 @@ msgid ""
19612037":gh:`149029`: Update macOS installer to ship with SQLite version 3.53.1."
19622038msgstr ""
19632039
1964- msgid "Tools/Demos"
1965- msgstr "Narzędzia/Demo"
1966-
19672040msgid ""
19682041":gh:`150258`: Update the tooltip on the Tachyon flame graph to show both "
19692042"absolute and relative percentages."
0 commit comments