@@ -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-06-29 18:28 +0000\n"
14+ "POT-Creation-Date: 2026-07-01 18:05 +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"
@@ -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."
@@ -89,6 +102,15 @@ msgstr ""
89102msgid "Library"
90103msgstr "Biblioteka"
91104
105+ msgid ""
106+ ":gh:`152502`: Detect the :mod:`curses` mouse interface (:func:`~curses."
107+ "getmouse`, the ``BUTTON*`` constants, and others) with a configure "
108+ "capability probe or library macros instead of gating it on ncurses-specific "
109+ "macros. It is now also available with other curses implementations that "
110+ "provide it, such as NetBSD curses and PDCurses (the latter underpins "
111+ "``windows-curses``)."
112+ msgstr ""
113+
92114msgid ""
93115":gh:`78335`: Update the docstrings of :mod:`tkinter` and :mod:`tkinter.ttk` "
94116"widget classes to list all supported widget options, including options added "
@@ -128,6 +150,12 @@ msgid ""
128150"to the original widget."
129151msgstr ""
130152
153+ msgid ""
154+ ":gh:`152248`: Make the C and pure-Python :mod:`zoneinfo` parsers validate "
155+ "POSIX TZ abbreviations consistently, rejecting unquoted abbreviations with "
156+ "non-letter characters and empty quoted abbreviations. Patch by tonghuaroot."
157+ msgstr ""
158+
131159msgid ""
132160":gh:`80937`: Fix a memory leak in :mod:`tkinter` when a Tcl command created "
133161"with ``createcommand`` was not explicitly removed before the interpreter was "
@@ -313,6 +341,41 @@ msgstr ""
313341msgid "IDLE"
314342msgstr "IDLE"
315343
344+ msgid ""
345+ ":gh:`80504`: The \"In files:\" field of IDLE's Find in Files dialog now "
346+ "always contains a full directory path, even for an unsaved editor or the "
347+ "Shell. This shows in the grep output which directory was searched."
348+ msgstr ""
349+
350+ msgid ""
351+ ":gh:`134300`: Do not add the ``idlelib`` directory to the path of the IDLE "
352+ "user process. User code run in IDLE can no longer import ``idlelib`` "
353+ "submodules as top-level modules, such as ``import help``."
354+ msgstr ""
355+
356+ msgid ""
357+ ":gh:`89360`: Fix a rare crash in the IDLE editor when the completion window "
358+ "is closed: deleting a key binding for a sequence that is not bound to the "
359+ "virtual event is now ignored instead of raising a ``ValueError``."
360+ msgstr ""
361+
362+ msgid ""
363+ ":gh:`71956`: Fix Replace All in the IDLE editor's Replace dialog when the "
364+ "search direction is \"Up\" and \"Wrap around\" is off: it now replaces all "
365+ "matches above the current position instead of only the first one."
366+ msgstr ""
367+
368+ msgid ""
369+ ":gh:`152728`: Move functions run.fix_scaling, editor.fixwordbreaks (as "
370+ "fix_word_breaks) and pyshell.fix_x11_paste to idlelib.util."
371+ msgstr ""
372+
373+ msgid ""
374+ ":gh:`66331`: Set the ``WM_CLASS`` window property of IDLE's windows to "
375+ "``Idle`` on X11, so that window managers group and label them correctly "
376+ "instead of using the default ``Toplevel``."
377+ msgstr ""
378+
316379msgid ""
317380":gh:`85320`: IDLE now reads and writes its configuration files and the "
318381"breakpoints file using UTF-8 instead of the locale encoding. This keeps non-"
@@ -333,6 +396,11 @@ msgstr ""
333396msgid "Core and Builtins"
334397msgstr "Core i builtiny"
335398
399+ msgid ""
400+ ":gh:`152635`: Fix a crash caused when running out of memory creating a :mod:"
401+ "`!_interpchannels` channel. Now a :exc:`MemoryError` is correctly raised."
402+ msgstr ""
403+
336404msgid ""
337405":gh:`152375`: Fix undefined behaviour when a :mod:`sys.monitoring` callback "
338406"raised an exception while the program was following a branch or loop."
0 commit comments