@@ -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-07 17:18 +0000\n"
14+ "POT-Creation-Date: 2026-07-09 16:24 +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"
@@ -118,6 +118,29 @@ msgstr ""
118118msgid "Library"
119119msgstr "Biblioteka"
120120
121+ msgid ""
122+ ":gh:`153417`: Error messages from :meth:`imaplib.IMAP4.select` and :meth:"
123+ "`imaplib.IMAP4.uid` no longer raise :exc:`BytesWarning` under :option:`!-bb` "
124+ "when the mailbox or command argument is :class:`bytes`."
125+ msgstr ""
126+
127+ msgid ""
128+ ":gh:`153083`: Defer GC tracking of an :class:`array.array` to the end of its "
129+ "construction. Patch by Donghee Na."
130+ msgstr ""
131+
132+ msgid ""
133+ ":gh:`153292`: Fix data race in repr of :class:`threading.RLock` in free-"
134+ "threading build."
135+ msgstr ""
136+
137+ msgid ""
138+ ":gh:`143990`: A :class:`tkinter.font.Font` created from a named font, "
139+ "including by :meth:`~tkinter.font.Font.copy`, now copies its configured "
140+ "options rather than the options resolved by Tcl's ``font actual``, "
141+ "preserving a size specified in pixels (a negative size)."
142+ msgstr ""
143+
121144msgid ":gh:`153210`: Fix crash on :mod:`array` import under a memory pressure."
122145msgstr ""
123146
@@ -132,6 +155,13 @@ msgid ""
132155"errors from :mod:`sys.monitoring`."
133156msgstr ""
134157
158+ msgid ""
159+ ":gh:`153056`: Fix :class:`string.Template` raising a spurious :exc:"
160+ "`ValueError` when the *pattern* attribute is a compiled regular expression "
161+ "object, which the documentation allows. On the free-threaded build this "
162+ "also occurred as a data race on the first concurrent use."
163+ msgstr ""
164+
135165msgid ""
136166":gh:`135661`: Fix :class:`html.parser.HTMLParser`: an abruptly closed empty "
137167"comment (``<!-->`` or ``<!--->``) no longer extends up to a later ``-->`` in "
@@ -191,8 +221,9 @@ msgstr ""
191221
192222msgid ""
193223":gh:`88574`: :mod:`imaplib` no longer fails when a server sends a spurious "
194- "blank line after the counted data of a literal. Such a blank line is now "
195- "skipped."
224+ "blank line after the counted data of a literal, including after a literal "
225+ "that terminates a response (such as a mailbox name returned by ``LIST``). "
226+ "Such blank lines are now skipped without swallowing the following line."
196227msgstr ""
197228
198229msgid ""
@@ -330,6 +361,13 @@ msgid ""
330361"under limited memory conditions."
331362msgstr ""
332363
364+ msgid ""
365+ ":gh:`152157`: The C implementations of :meth:`~datetime.datetime."
366+ "fromisoformat` and :meth:`~datetime.time.fromisoformat` now reject a decimal "
367+ "separator that is not followed by any fractional digit before a timezone "
368+ "designator."
369+ msgstr ""
370+
333371msgid ""
334372":gh:`151763`: Fix crash in :func:`!_interpqueues.create` whe :exc:"
335373"`MemoryError` happens on queue creation."
@@ -398,6 +436,12 @@ msgid ""
398436"implementation of :meth:`io.TextIOBase.readline`."
399437msgstr ""
400438
439+ msgid ""
440+ ":gh:`151640`: Fix a data race in :class:`io.BytesIO` in free-threaded builds "
441+ "when whole-buffer reads or peeks, or :meth:`~io.BytesIO.getvalue`, share the "
442+ "internal buffer with concurrent writes."
443+ msgstr ""
444+
401445msgid ""
402446":gh:`148660`: Fix a crash in :meth:`!collections.OrderedDict.copy` when a "
403447"key's ``__eq__`` or a subclass method mutates the dict during the copy. Now "
@@ -474,6 +518,13 @@ msgid ""
474518"``TypeError`` when used with :class:`contextlib.ExitStack`."
475519msgstr ""
476520
521+ msgid ""
522+ ":gh:`47005`: Fix :meth:`!urllib.request.AbstractHTTPHandler.do_open` to give "
523+ "regular headers set via :meth:`~urllib.request.Request.add_header` priority "
524+ "over unredirected headers, consistent with :meth:`~urllib.request.Request."
525+ "get_header` and :meth:`~urllib.request.Request.header_items`."
526+ msgstr ""
527+
477528msgid ""
478529":gh:`143988`: Fixed crashes in :meth:`socket.socket.sendmsg` and :meth:"
479530"`socket.socket.recvmsg_into` that could occur if buffer sequences are "
@@ -609,6 +660,11 @@ msgstr ""
609660msgid "Core and Builtins"
610661msgstr "Core i builtiny"
611662
663+ msgid ""
664+ ":gh:`153298`: Fixes a data race in :class:`types.GenericAlias` "
665+ "``__parameters__`` initialization on free-threading builds."
666+ msgstr ""
667+
612668msgid ""
613669":gh:`153205`: Fix a potential :exc:`SystemError` during vector calls when "
614670"memory allocation fails. A :exc:`MemoryError` is now raised instead."
@@ -741,6 +797,12 @@ msgstr ""
741797msgid "C API"
742798msgstr "C API"
743799
800+ msgid ""
801+ ":gh:`153300`: :c:func:`PyConfig_Set()` now also set global configuration "
802+ "variables. For example, ``PyConfig_Set(\"inspect\", value)`` now also sets :"
803+ "c:var:`Py_InspectFlag`. Patch by Victor Stinner."
804+ msgstr ""
805+
744806msgid ""
745807":gh:`123619`: :c:func:`PyUnstable_Object_EnableDeferredRefcount` now returns "
746808"``0`` if the object is not tracked by the garbage collector: if :func:`gc."
0 commit comments