Skip to content

Commit 57d7fcb

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 4852a9d commit 57d7fcb

5 files changed

Lines changed: 99 additions & 21 deletions

File tree

library/asyncio.po

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-07-01 17:14+0000\n"
14+
"POT-Creation-Date: 2026-07-09 16:24+0000\n"
1515
"PO-Revision-Date: 2026-05-08 17:17+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"
@@ -26,6 +26,9 @@ msgstr ""
2626
msgid "High-level APIs"
2727
msgstr "Wysokopoziomowe interfejsy API"
2828

29+
msgid "Introspection APIs"
30+
msgstr ""
31+
2932
msgid "Low-level APIs"
3033
msgstr "niskopoziomowe interfejsy API"
3134

@@ -109,6 +112,18 @@ msgstr ""
109112
msgid ":ref:`synchronize <asyncio-sync>` concurrent code;"
110113
msgstr ""
111114

115+
msgid "For **introspection**, asyncio provides APIs and tools for:"
116+
msgstr ""
117+
118+
msgid ""
119+
"inspecting the :ref:`async call graph <asyncio-graph>` of tasks and futures;"
120+
msgstr ""
121+
122+
msgid ""
123+
"inspecting tasks in another running Python process with :ref:`command-line "
124+
"tools <asyncio-introspection-tools>`;"
125+
msgstr ""
126+
112127
msgid ""
113128
"Additionally, there are **low-level** APIs for *library and framework "
114129
"developers* to:"

library/string.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-21 16:40+0000\n"
14+
"POT-Creation-Date: 2026-07-09 16:24+0000\n"
1515
"PO-Revision-Date: 2026-05-08 17:18+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"
@@ -1148,9 +1148,9 @@ msgstr ""
11481148
msgid ""
11491149
"Alternatively, you can provide the entire regular expression pattern by "
11501150
"overriding the class attribute *pattern*. If you do this, the value must be "
1151-
"a regular expression object with four named capturing groups. The capturing "
1152-
"groups correspond to the rules given above, along with the invalid "
1153-
"placeholder rule:"
1151+
"a regular expression pattern string, or a compiled regular expression "
1152+
"object, with four named capturing groups. The capturing groups correspond "
1153+
"to the rules given above, along with the invalid placeholder rule:"
11541154
msgstr ""
11551155

11561156
msgid ""

library/tkinter.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-07-05 15:59+0000\n"
14+
"POT-Creation-Date: 2026-07-09 16:24+0000\n"
1515
"PO-Revision-Date: 2026-05-08 17:18+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"
@@ -2388,7 +2388,7 @@ msgstr ""
23882388
msgid "Return the depth of the widget, that is, the number of bits per pixel."
23892389
msgstr ""
23902390

2391-
msgid "Return ``1`` if the widget exists, ``0`` otherwise."
2391+
msgid "Return true if the widget exists, false otherwise."
23922392
msgstr ""
23932393

23942394
msgid ""
@@ -2422,7 +2422,7 @@ msgid ""
24222422
"application's main window."
24232423
msgstr ""
24242424

2425-
msgid "Return ``1`` if the widget is currently mapped, ``0`` otherwise."
2425+
msgid "Return true if the widget is currently mapped, false otherwise."
24262426
msgstr ""
24272427

24282428
msgid ""
@@ -2542,8 +2542,8 @@ msgid ""
25422542
msgstr ""
25432543

25442544
msgid ""
2545-
"Return ``1`` if the widget and all of its ancestors up through the nearest "
2546-
"toplevel window are mapped, ``0`` otherwise."
2545+
"Return true if the widget and all of its ancestors up through the nearest "
2546+
"toplevel window are mapped, false otherwise."
25472547
msgstr ""
25482548

25492549
msgid ""
@@ -5763,8 +5763,8 @@ msgid ""
57635763
msgstr ""
57645764

57655765
msgid ""
5766-
"If *arg* is omitted, return the current state of the modified flag as ``0`` "
5767-
"or ``1``; the flag is set automatically whenever the text is inserted or "
5766+
"If *arg* is omitted, return the current state of the modified flag as true "
5767+
"or false; the flag is set automatically whenever the text is inserted or "
57685768
"deleted. Otherwise set the flag to the boolean *arg*."
57695769
msgstr ""
57705770

library/urllib.parse.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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:18+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"
@@ -693,11 +693,12 @@ msgstr ""
693693

694694
msgid ""
695695
"The optional *encoding* and *errors* parameters specify how to deal with non-"
696-
"ASCII characters, as accepted by the :meth:`str.encode` method. *encoding* "
697-
"defaults to ``'utf-8'``. *errors* defaults to ``'strict'``, meaning "
698-
"unsupported characters raise a :class:`UnicodeEncodeError`. *encoding* and "
699-
"*errors* must not be supplied if *string* is a :class:`bytes`, or a :class:"
700-
"`TypeError` is raised."
696+
"ASCII characters, as accepted by the :meth:`str.encode` method. Although "
697+
"these parameters default to ``None`` in the function signature, when "
698+
"processing :class:`str` inputs, *encoding* effectively defaults to "
699+
"``'utf-8'`` and *errors* to ``'strict'``, meaning unsupported characters "
700+
"raise a :class:`UnicodeEncodeError`. *encoding* and *errors* must not be "
701+
"supplied if *string* is a :class:`bytes`, or a :class:`TypeError` is raised."
701702
msgstr ""
702703

703704
msgid ""

whatsnew/changelog.po

Lines changed: 65 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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 ""
118118
msgid "Library"
119119
msgstr "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+
121144
msgid ":gh:`153210`: Fix crash on :mod:`array` import under a memory pressure."
122145
msgstr ""
123146

@@ -132,6 +155,13 @@ msgid ""
132155
"errors from :mod:`sys.monitoring`."
133156
msgstr ""
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+
135165
msgid ""
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

192222
msgid ""
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."
196227
msgstr ""
197228

198229
msgid ""
@@ -330,6 +361,13 @@ msgid ""
330361
"under limited memory conditions."
331362
msgstr ""
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+
333371
msgid ""
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`."
399437
msgstr ""
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+
401445
msgid ""
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`."
475519
msgstr ""
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+
477528
msgid ""
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 ""
609660
msgid "Core and Builtins"
610661
msgstr "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+
612668
msgid ""
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 ""
741797
msgid "C API"
742798
msgstr "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+
744806
msgid ""
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

Comments
 (0)