@@ -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-06-29 16:50 +0000\n"
14+ "POT-Creation-Date: 2026-07-01 16:21 +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"
@@ -45,6 +45,14 @@ msgstr ""
4545msgid "Tests"
4646msgstr "Testy"
4747
48+ msgid ""
49+ ":gh:`151626`: Fix several tests in ``test.test_inspect``, ``test."
50+ "test_import``, ``test.test_importlib``, ``test.test_py_compile`` and ``test."
51+ "test_compileall`` that failed when the test suite was run with :envvar:"
52+ "`PYTHONPYCACHEPREFIX` set. These tests now neutralize the pycache prefix "
53+ "where they assume the default ``__pycache__`` bytecode layout."
54+ msgstr ""
55+
4856msgid ""
4957":gh:`151096`: Fix ``test_embed`` failing when CPython is configured with a "
5058"split exec prefix (``--exec-prefix`` differing from ``--prefix``)."
@@ -53,6 +61,11 @@ msgstr ""
5361msgid "Security"
5462msgstr "Bezpieczeństwo"
5563
64+ msgid ""
65+ ":gh:`151987`: The :meth:`tarfile.TarFile.extract` method now applies the "
66+ "given filter when it extracts a link target from the archive as a fallback."
67+ msgstr ""
68+
5669msgid ""
5770":gh:`151981`: In :mod:`tarfile`, seeking a stream now stops when end of the "
5871"stream is reached."
@@ -83,11 +96,27 @@ msgstr ""
8396msgid "Library"
8497msgstr "Biblioteka"
8598
99+ msgid ""
100+ ":gh:`152502`: Detect the :mod:`curses` mouse interface (:func:`~curses."
101+ "getmouse`, the ``BUTTON*`` constants, and others) with a configure "
102+ "capability probe or library macros instead of gating it on ncurses-specific "
103+ "macros. It is now also available with other curses implementations that "
104+ "provide it, such as NetBSD curses and PDCurses (the latter underpins "
105+ "``windows-curses``)."
106+ msgstr ""
107+
86108msgid ""
87109":gh:`151842`: Fix a crash in :func:`!_interpreters.capture_exception` when :"
88110"exc:`MemoryError` happens. Patch by Amrutha Modela."
89111msgstr ""
90112
113+ msgid ""
114+ ":gh:`50966`: Fix unbounded recursion in :mod:`turtle` when a mouse event "
115+ "handler that moves the turtle is reentered while the screen is being "
116+ "redrawn, for example with ``screen.ondrag(turtle.goto)``. This could "
117+ "previously crash the interpreter."
118+ msgstr ""
119+
91120msgid ""
92121":gh:`110357`: Importing :mod:`hashlib` no longer logs an error to stderr "
93122"when a normally guaranteed hash algorithm is unavailable in the current "
@@ -148,6 +177,12 @@ msgid ""
148177"to the original widget."
149178msgstr ""
150179
180+ msgid ""
181+ ":gh:`152248`: Make the C and pure-Python :mod:`zoneinfo` parsers validate "
182+ "POSIX TZ abbreviations consistently, rejecting unquoted abbreviations with "
183+ "non-letter characters and empty quoted abbreviations. Patch by tonghuaroot."
184+ msgstr ""
185+
151186msgid ""
152187":gh:`80937`: Fix a memory leak in :mod:`tkinter` when a Tcl command created "
153188"with ``createcommand`` was not explicitly removed before the interpreter was "
@@ -195,6 +230,13 @@ msgid ""
195230"under limited memory conditions."
196231msgstr ""
197232
233+ msgid ""
234+ ":gh:`152157`: The C implementations of :meth:`~datetime.datetime."
235+ "fromisoformat` and :meth:`~datetime.time.fromisoformat` now reject a decimal "
236+ "separator that is not followed by any fractional digit before a timezone "
237+ "designator."
238+ msgstr ""
239+
198240msgid ""
199241":gh:`151763`: Fix crash in :func:`!_interpqueues.create` whe :exc:"
200242"`MemoryError` happens on queue creation."
@@ -285,6 +327,17 @@ msgstr ""
285327msgid "IDLE"
286328msgstr "IDLE"
287329
330+ msgid ""
331+ ":gh:`152728`: Move functions run.fix_scaling, editor.fixwordbreaks (as "
332+ "fix_word_breaks) and pyshell.fix_x11_paste to idlelib.util."
333+ msgstr ""
334+
335+ msgid ""
336+ ":gh:`66331`: Set the ``WM_CLASS`` window property of IDLE's windows to "
337+ "``Idle`` on X11, so that window managers group and label them correctly "
338+ "instead of using the default ``Toplevel``."
339+ msgstr ""
340+
288341msgid ""
289342":gh:`85320`: IDLE now reads and writes its configuration files and the "
290343"breakpoints file using UTF-8 instead of the locale encoding. This keeps non-"
@@ -295,6 +348,16 @@ msgstr ""
295348msgid "Core and Builtins"
296349msgstr "Core i builtiny"
297350
351+ msgid ""
352+ ":gh:`152635`: Fix a crash caused when running out of memory creating a :mod:"
353+ "`!_interpchannels` channel. Now a :exc:`MemoryError` is correctly raised."
354+ msgstr ""
355+
356+ msgid ""
357+ ":gh:`152492`: :type:`collections.OrderedDict` ``update`` method can now "
358+ "accept :type:`frozendict` as an argument."
359+ msgstr ""
360+
298361msgid ""
299362":gh:`152375`: Fix undefined behaviour when a :mod:`sys.monitoring` callback "
300363"raised an exception while the program was following a branch or loop."
@@ -311,6 +374,11 @@ msgid ""
311374"the end of its construction from iterable. Patch by Donghee Na."
312375msgstr ""
313376
377+ msgid ""
378+ ":gh:`152228`: Fix an assertion failure when python is built in a debug mode "
379+ "that happened in :meth:`str.replace` under a limited memory situation."
380+ msgstr ""
381+
314382msgid ""
315383":gh:`151722`: :meth:`!frozendict.fromkeys` now only tracks the :class:"
316384"`frozendict` in the garbage collector once the dictionary is fully "
@@ -360,6 +428,11 @@ msgid ""
360428"writable memory when ``libpython`` replaced on disk."
361429msgstr ""
362430
431+ msgid ""
432+ ":gh:`149689`: Fix missing error propagation in parser action helpers when "
433+ "memory allocation fails. Patch by Thomas Kowalski."
434+ msgstr ""
435+
363436msgid ":gh:`148825`: Fix build error if specialization is disabled."
364437msgstr ""
365438
0 commit comments