@@ -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-15 18:22 +0000\n"
14+ "POT-Creation-Date: 2026-06-17 16:52 +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"
@@ -53,6 +53,11 @@ msgstr "Testy"
5353msgid ":gh:`151130`: Add more tests for ``PyWeakref_*`` C API."
5454msgstr ""
5555
56+ msgid ""
57+ ":gh:`150966`: Avoid prematurely terminating failing live sampling profiler "
58+ "test targets, which made stderr assertions flaky on ASAN buildbots."
59+ msgstr ""
60+
5661msgid ""
5762":gh:`148853`: Fix tests failing on FreeBSD in test.support's "
5863"in_systemd_nspawn_sync_suppressed() due to unreadable /run directory."
@@ -61,6 +66,13 @@ msgstr ""
6166msgid "Security"
6267msgstr "Bezpieczeństwo"
6368
69+ msgid ""
70+ ":gh:`151544`: :file:`Modules/Setup.local` is no longer used as a landmark to "
71+ "discover whether Python is running in a source tree, as it could potentially "
72+ "affect actual installs. The :file:`pybuilddir.txt` file is now the sole "
73+ "indicator of running in a source tree."
74+ msgstr ""
75+
6476msgid ":gh:`151159`: Update macOS installer to use OpenSSL 3.5.7."
6577msgstr ""
6678
@@ -131,6 +143,13 @@ msgid ""
131143"``VIRTUAL_ENV_DISABLE_PROMPT``."
132144msgstr ""
133145
146+ msgid ""
147+ ":gh:`150771`: Fix :mod:`email` messages created with ``shift_jis`` or ``euc-"
148+ "jp`` charsets. ``set_content()`` now stores the payload using the output "
149+ "charset (``iso-2022-jp``) so printing the message no longer raises :exc:"
150+ "`UnicodeEncodeError`."
151+ msgstr ""
152+
134153msgid ""
135154":gh:`151039`: Fix a crash when static :mod:`datetime` types outlive the "
136155"``_datetime`` module."
@@ -206,6 +225,12 @@ msgid ""
206225"concurrently mutated."
207226msgstr ""
208227
228+ msgid ""
229+ ":gh:`120665`: Fixed an issue where ``unittest`` loaders would load and "
230+ "instantiate :class:`unittest.TestCase`-derived subclasses that are also "
231+ "abstract base classes, which can't be instantiated."
232+ msgstr ""
233+
209234msgid ""
210235":gh:`91099`: :meth:`imaplib.IMAP4.login` now raises exceptions with :class:"
211236"`str` instead of :class:`bytes`. Patch by Florian Best."
@@ -244,12 +269,24 @@ msgstr ""
244269msgid "Core and Builtins"
245270msgstr "Core i builtiny"
246271
272+ msgid ""
273+ ":gh:`151546`: Fix the stack limit check if Python is linked to musl (ex: "
274+ "Alpine Linux). Use the stack size set by the linker to compute the stack "
275+ "limits. Patch by Victor Stinner."
276+ msgstr ""
277+
247278msgid ""
248279":gh:`151461`: Fix direct execution of files with invalid source encodings to "
249280"report the underlying codec lookup or decoding error instead of the generic "
250281"``SyntaxError: encoding problem`` message. Patch by Bartosz Sławecki."
251282msgstr ""
252283
284+ msgid ""
285+ ":gh:`151218`: :c:func:`PyConfig_Set` and :func:`sys.set_int_max_str_digits` "
286+ "now replace :data:`sys.flags` (create a new object), instead of modifying :"
287+ "data:`sys.flags` in-place. Patch by Victor Stinner."
288+ msgstr ""
289+
253290msgid ""
254291":gh:`151297`: Fix an invalid pointer dereference that could occur when "
255292"calling :c:func:`PyObject_Realloc` with a NULL pointer in :term:`free-"
0 commit comments