@@ -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-05 16:27 +0000\n"
14+ "POT-Creation-Date: 2026-06-07 15:19 +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"
@@ -32,9 +32,24 @@ msgstr "Następna wersja Pythona"
3232msgid "*Release date: XXXX-XX-XX*"
3333msgstr "*Data wydania: XX.XX.XXXX*"
3434
35+ msgid "Security"
36+ msgstr "Bezpieczeństwo"
37+
38+ msgid ""
39+ ":gh:`149835`: :func:`shutil.move` now resolves symlinks via :func:`os.path."
40+ "realpath` when checking whether the destination is inside the source "
41+ "directory, preventing a symlink-based bypass of that guard."
42+ msgstr ""
43+
3544msgid "Library"
3645msgstr "Biblioteka"
3746
47+ msgid ""
48+ ":gh:`151021`: Fix :meth:`mmap.mmap.find` and :meth:`~mmap.mmap.rfind` to "
49+ "return ``-1`` when searching for an empty subsequence with a start position "
50+ "past the end of the mapping."
51+ msgstr ""
52+
3853msgid ""
3954":gh:`62825`: Encodings \"KS_C_5601-1987\", \"KS X 1001\", etc are now "
4055"aliases of \"CP949\" instead of \"EUC-KR\"."
@@ -46,6 +61,13 @@ msgid ""
4661"even when the target slice is empty."
4762msgstr ""
4863
64+ msgid ""
65+ ":gh:`150662`: Fix the ``--gecko`` collector in :mod:`profiling.sampling` "
66+ "that kept every sample in memory. It now writes sample and marker data to "
67+ "temporary files and reads them back, ultimately building the output file at "
68+ "the end. Patch by Pablo Galindo and Maurycy Pawłowski-Wieroński."
69+ msgstr ""
70+
4971msgid ""
5072":gh:`150750`: Fix a race condition in :meth:`collections.deque.index` with "
5173"free-threading."
@@ -67,11 +89,23 @@ msgid ""
6789"auditing event. Patch by Victor Stinner."
6890msgstr ""
6991
92+ msgid ""
93+ ":gh:`148954`: Fix XML injection vulnerability in :func:`xmlrpc.client.dumps` "
94+ "where the ``methodname`` was not being escaped before interpolation into the "
95+ "XML body."
96+ msgstr ""
97+
7098msgid ""
7199":gh:`91099`: :meth:`imaplib.IMAP4.login` now raises exceptions with :class:"
72100"`str` instead of :class:`bytes`. Patch by Florian Best."
73101msgstr ""
74102
103+ msgid "IDLE"
104+ msgstr "IDLE"
105+
106+ msgid ":issue:`6699`: Warn the user if a file will be overwritten when saving."
107+ msgstr ""
108+
75109msgid "Documentation"
76110msgstr "Dokumentacja"
77111
@@ -103,6 +137,11 @@ msgid ""
103137"set_threshold` and garbage collection scheduling during object allocation."
104138msgstr ""
105139
140+ msgid ""
141+ ":gh:`150207`: Fix a crash when a memory allocation fails during tokenizer "
142+ "initialization. A proper :exc:`MemoryError` is now raised instead."
143+ msgstr ""
144+
106145msgid ""
107146":gh:`149805`: Fix a :exc:`SystemError` when compiling a compiling "
108147"``__classdict__`` class annotation. Found by OSS-Fuzz in :oss-fuzz:"
@@ -124,9 +163,6 @@ msgstr ""
124163msgid "*Release date: 2026-06-02*"
125164msgstr ""
126165
127- msgid "Security"
128- msgstr "Bezpieczeństwo"
129-
130166msgid ""
131167":gh:`149698`: Update bundled `libexpat <https://libexpat.github.io/>`_ to "
132168"version 2.8.1 for the fix for :cve:`2026-45186`."
@@ -1732,9 +1768,6 @@ msgstr ""
17321768msgid ":gh:`149254`: Update macOS installer to use OpenSSL 3.5.6."
17331769msgstr ""
17341770
1735- msgid "IDLE"
1736- msgstr "IDLE"
1737-
17381771msgid ""
17391772":gh:`94523`: Detect file if modified at local disk and prompt to ask "
17401773"refresh. Patch by Shixian Li."
0 commit comments