Skip to content

Commit 5bf658d

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent f65c025 commit 5bf658d

3 files changed

Lines changed: 49 additions & 16 deletions

File tree

c-api/long.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-07 15:19+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -85,13 +85,13 @@ msgid ""
8585
msgstr ""
8686

8787
msgid ""
88-
"Return a new :c:type:`PyLongObject` object from a signed C :c:expr:`int32_t` "
89-
"or :c:expr:`int64_t`, or ``NULL`` with an exception set on failure."
88+
"Return a new :c:type:`PyLongObject` object from a C :c:expr:`unsigned long "
89+
"long`, or ``NULL`` on failure."
9090
msgstr ""
9191

9292
msgid ""
93-
"Return a new :c:type:`PyLongObject` object from a C :c:expr:`unsigned long "
94-
"long`, or ``NULL`` on failure."
93+
"Return a new :c:type:`PyLongObject` object from a signed C :c:expr:`int32_t` "
94+
"or :c:expr:`int64_t`, or ``NULL`` with an exception set on failure."
9595
msgstr ""
9696

9797
msgid ""

library/collections.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-06-03 18:19+0000\n"
15+
"POT-Creation-Date: 2026-06-07 15:19+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2026\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1388,7 +1388,7 @@ msgstr ""
13881388

13891389
msgid ""
13901390
"from collections import OrderedDict\n"
1391-
"from time import time\n"
1391+
"from time import monotonic\n"
13921392
"\n"
13931393
"class TimeBoundedLRU:\n"
13941394
" \"LRU Cache that invalidates and refreshes old entries.\"\n"
@@ -1403,10 +1403,10 @@ msgid ""
14031403
" if args in self.cache:\n"
14041404
" self.cache.move_to_end(args)\n"
14051405
" timestamp, result = self.cache[args]\n"
1406-
" if time() - timestamp <= self.maxage:\n"
1406+
" if monotonic() - timestamp <= self.maxage:\n"
14071407
" return result\n"
14081408
" result = self.func(*args)\n"
1409-
" self.cache[args] = time(), result\n"
1409+
" self.cache[args] = monotonic(), result\n"
14101410
" if len(self.cache) > self.maxsize:\n"
14111411
" self.cache.popitem(last=False)\n"
14121412
" return result"

whatsnew/changelog.po

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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"
3232
msgid "*Release date: XXXX-XX-XX*"
3333
msgstr "*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+
3544
msgid "Library"
3645
msgstr "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+
3853
msgid ""
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."
4762
msgstr ""
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+
4971
msgid ""
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."
6890
msgstr ""
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+
7098
msgid ""
7199
":gh:`91099`: :meth:`imaplib.IMAP4.login` now raises exceptions with :class:"
72100
"`str` instead of :class:`bytes`. Patch by Florian Best."
73101
msgstr ""
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+
75109
msgid "Documentation"
76110
msgstr "Dokumentacja"
77111

@@ -103,6 +137,11 @@ msgid ""
103137
"set_threshold` and garbage collection scheduling during object allocation."
104138
msgstr ""
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+
106145
msgid ""
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 ""
124163
msgid "*Release date: 2026-06-02*"
125164
msgstr ""
126165

127-
msgid "Security"
128-
msgstr "Bezpieczeństwo"
129-
130166
msgid ""
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 ""
17321768
msgid ":gh:`149254`: Update macOS installer to use OpenSSL 3.5.6."
17331769
msgstr ""
17341770

1735-
msgid "IDLE"
1736-
msgstr "IDLE"
1737-
17381771
msgid ""
17391772
":gh:`94523`: Detect file if modified at local disk and prompt to ask "
17401773
"refresh. Patch by Shixian Li."

0 commit comments

Comments
 (0)