@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.14\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-07-31 16:48 +0000\n"
14+ "POT-Creation-Date: 2026-08-03 17:08 +0000\n"
1515"PO-Revision-Date: 2026-05-08 17:19+0000\n"
1616"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -41,6 +41,14 @@ msgstr ""
4141msgid "Windows"
4242msgstr "Windows"
4343
44+ msgid ":gh:`124111`: Updated Windows builds to use Tcl/Tk 9.0.4."
45+ msgstr ""
46+
47+ msgid ""
48+ ":gh:`150836`: Make installed tkinter work with Tcl/Tk 9 builds that embed "
49+ "the Tk script library in the Tk DLL on Windows."
50+ msgstr ""
51+
4452msgid ""
4553":gh:`140146`: Prevent :mod:`tkinter` from hanging on Windows if stdin is "
4654"redirected to a pipe in an interactive session. This is helpful for testing "
@@ -175,6 +183,12 @@ msgid ""
175183"position for invalid literal control characters in JSON strings."
176184msgstr ""
177185
186+ msgid ""
187+ ":gh:`154892`: Fix a bug in the C accelerator for :mod:`zoneinfo` where :"
188+ "class:`datetime.datetime` subclasses returning ``-1`` for ``hour``, "
189+ "``minute``, or ``second`` could incorrectly raise a :exc:`SystemError`."
190+ msgstr ""
191+
178192msgid ""
179193":gh:`154848`: The :mod:`pickle` C accelerator now enforces frame boundaries "
180194"when unpickling, as the pure Python implementation already did. An argument "
@@ -184,6 +198,19 @@ msgid ""
184198"diverging from the :mod:`pickletools` disassembly of the same pickle."
185199msgstr ""
186200
201+ msgid ""
202+ ":gh:`109638`: Fix exponential time in :meth:`csv.Sniffer.sniff` for a sample "
203+ "which contains many quote characters. A doubled quote character is now also "
204+ "detected in a field which contains the delimiter or a line break."
205+ msgstr ""
206+
207+ msgid ""
208+ ":gh:`154738`: Fix :meth:`!ExternalEntityParserCreate` not propagating the "
209+ "reparse-deferral setting to the subparser, which left :meth:`!"
210+ "GetReparseDeferralEnabled` returning an uninitialized value. Patch by "
211+ "tonghuaroot."
212+ msgstr ""
213+
187214msgid ""
188215":gh:`93251`: Fix :exc:`UnicodeDecodeError` in :mod:`socket` functions (such "
189216"as :func:`~socket.getaddrinfo` and :func:`~socket.gethostbyaddr`) when the "
@@ -196,6 +223,12 @@ msgid ""
196223"UTF-8 locales."
197224msgstr ""
198225
226+ msgid ""
227+ ":gh:`79366`: Fixed a race condition in :mod:`logging`: if a handler was "
228+ "removed while a record was being emitted, the following handlers of the same "
229+ "logger could be skipped."
230+ msgstr ""
231+
199232msgid ""
200233":gh:`73458`: Fix :func:`logging.config.listen`: it left the caller waiting "
201234"for the ``ready`` event forever if the server could not be started, for "
@@ -1264,6 +1297,9 @@ msgid ""
12641297"kiB. Patch by Victor Stinner."
12651298msgstr ""
12661299
1300+ msgid ":gh:`138800`: Fix library name in python3.pc on Android."
1301+ msgstr ""
1302+
12671303msgid "Python 3.14.6 final"
12681304msgstr ""
12691305
0 commit comments