Skip to content

Commit b9da3d5

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: python-doc bot
1 parent 9c37ef2 commit b9da3d5

4 files changed

Lines changed: 86 additions & 23 deletions

File tree

library/glob.po

Lines changed: 9 additions & 9 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-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-07-07 16:22+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -43,10 +43,10 @@ msgid ""
4343
msgstr ""
4444

4545
msgid ""
46-
"Files beginning with a dot (``.``) can only be matched by patterns that also "
47-
"start with a dot, unlike :func:`fnmatch.fnmatch` or :func:`pathlib.Path."
48-
"glob`. For tilde and shell variable expansion, use :func:`os.path."
49-
"expanduser` and :func:`os.path.expandvars`."
46+
"By default, files beginning with a dot (``.``) can only be matched by "
47+
"patterns that also start with a dot, unlike :func:`fnmatch.fnmatch` or :func:"
48+
"`pathlib.Path.glob`. For tilde and shell variable expansion, use :func:`os."
49+
"path.expanduser` and :func:`os.path.expandvars`."
5050
msgstr ""
5151

5252
msgid ""
@@ -88,8 +88,8 @@ msgid ""
8888
msgstr ""
8989

9090
msgid ""
91-
"If *include_hidden* is true, \"``**``\" pattern will match hidden "
92-
"directories."
91+
"If *include_hidden* is true, wildcards can match path segments that begin "
92+
"with a dot (``.``)."
9393
msgstr ""
9494

9595
msgid ""
@@ -136,8 +136,8 @@ msgid ""
136136
"Escape all special characters (``'?'``, ``'*'`` and ``'['``). This is useful "
137137
"if you want to match an arbitrary literal string that may have special "
138138
"characters in it. Special characters in drive/UNC sharepoints are not "
139-
"escaped, e.g. on Windows ``escape('//?/c:/Quo vadis?.txt')`` returns ``'//?/"
140-
"c:/Quo vadis[?].txt'``."
139+
"escaped, for example on Windows ``escape('//?/c:/Quo vadis?.txt')`` returns "
140+
"``'//?/c:/Quo vadis[?].txt'``."
141141
msgstr ""
142142

143143
msgid ""

library/os.po

Lines changed: 17 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-19 16:29+0000\n"
14+
"POT-Creation-Date: 2026-07-07 16:22+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1859,6 +1859,11 @@ msgid ""
18591859
"``path``."
18601860
msgstr ""
18611861

1862+
msgid ""
1863+
"The :func:`contextlib.chdir` context manager, which changes the current "
1864+
"working directory on entering and restores the previous one on exit."
1865+
msgstr ""
1866+
18621867
msgid ""
18631868
"Added support for specifying *path* as a file descriptor on some platforms."
18641869
msgstr ""
@@ -2658,12 +2663,17 @@ msgid ""
26582663
msgstr ""
26592664

26602665
msgid ""
2661-
"The entry's full path name: equivalent to ``os.path.join(scandir_path, entry."
2662-
"name)`` where *scandir_path* is the :func:`scandir` *path* argument. The "
2663-
"path is only absolute if the :func:`scandir` *path* argument was absolute. "
2664-
"If the :func:`scandir` *path* argument was a :ref:`file descriptor "
2665-
"<path_fd>`, the :attr:`path` attribute is the same as the :attr:`name` "
2666-
"attribute."
2666+
"The entry's path name: equivalent to ``os.path.join(scandir_path, entry."
2667+
"name)`` where *scandir_path* is the original :func:`scandir` *path* "
2668+
"argument. Apart from the filename, the path preserves the original :func:"
2669+
"`scandir` argument. If the :func:`scandir` *path* argument was relative, "
2670+
"the :attr:`path` attribute is also relative. Changing the current working "
2671+
"directory after creating the :func:`scandir` iterator may cause later uses "
2672+
"of :attr:`path` to resolve differently. On some platforms, the constructed "
2673+
"path may not be valid if the original :func:`scandir` argument was usable "
2674+
"for enumeration but not for joining with the entry name. If the :func:"
2675+
"`scandir` *path* argument was a :ref:`file descriptor <path_fd>`, the :attr:"
2676+
"`path` attribute is the same as the :attr:`name` attribute."
26672677
msgstr ""
26682678

26692679
msgid ""

library/urllib.parse.po

Lines changed: 16 additions & 6 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-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-07-07 16:22+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"
@@ -80,13 +80,23 @@ msgid ""
8080
"general structure of a URL: ``scheme://netloc/path?query#fragment``. Each "
8181
"tuple item is a string, possibly empty, or ``None`` if *missing_as_none* is "
8282
"true. Not defined component are represented an empty string (by default) or "
83-
"``None`` if *missing_as_none* is true. The components are not broken up into "
84-
"smaller parts (for example, the network location is a single string), and % "
85-
"escapes are not expanded. The delimiters as shown above are not part of the "
86-
"result, except for a leading slash in the *path* component, which is "
87-
"retained if present. For example:"
83+
"``None`` if *missing_as_none* is true. The delimiters as shown above are not "
84+
"part of the result, except for a leading slash in the *path* component, "
85+
"which is retained if present."
8886
msgstr ""
8987

88+
msgid ""
89+
"Additionally, the netloc property is broken down into these additional "
90+
"attributes added to the returned object: username, password, hostname, and "
91+
"port."
92+
msgstr ""
93+
94+
msgid "Percent-encoded sequences are not decoded."
95+
msgstr ""
96+
97+
msgid "For example:"
98+
msgstr "Na przykład::"
99+
90100
msgid ""
91101
">>> from urllib.parse import urlsplit\n"
92102
">>> urlsplit(\"scheme://netloc/path?query#fragment\")\n"

whatsnew/changelog.po

Lines changed: 44 additions & 1 deletion
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-07-05 15:08+0000\n"
14+
"POT-Creation-Date: 2026-07-07 16:22+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"
@@ -102,6 +102,27 @@ msgstr ""
102102
msgid "Library"
103103
msgstr "Biblioteka"
104104

105+
msgid ":gh:`153210`: Fix crash on :mod:`array` import under a memory pressure."
106+
msgstr ""
107+
108+
msgid ""
109+
":gh:`153200`: Fix :func:`math.isqrt` returning an incorrect result for "
110+
"arguments not less than 2**64 that are instances of an :class:`int` subclass "
111+
"with an overridden comparison operator."
112+
msgstr ""
113+
114+
msgid ""
115+
":gh:`153068`: Fix :meth:`!cProfile.Profile.enable` to no longer overwrite "
116+
"errors from :mod:`sys.monitoring`."
117+
msgstr ""
118+
119+
msgid ""
120+
":gh:`143921`: Narrow the control character check in :mod:`imaplib` commands: "
121+
"only NUL, CR and LF are now rejected. Other control characters are valid in "
122+
"quoted strings and can occur in mailbox names returned by the server, so "
123+
"they are now accepted and sent quoted."
124+
msgstr ""
125+
105126
msgid ""
106127
":gh:`135661`: Fix :class:`html.parser.HTMLParser`: an abruptly closed empty "
107128
"comment (``<!-->`` or ``<!--->``) no longer extends up to a later ``-->`` in "
@@ -143,6 +164,11 @@ msgid ""
143164
"colored when it shouldn't"
144165
msgstr ""
145166

167+
msgid ""
168+
":gh:`152849`: Out-of-range float and integer timestamps now raise :exc:"
169+
"`OverflowError` with the same message. Patch by tonghuaroot."
170+
msgstr ""
171+
146172
msgid ""
147173
":gh:`152847`: Reject a POSIX TZ transition rule with non-digit characters in "
148174
"the day-of-year field in the pure-Python :mod:`zoneinfo` parser. Patch by "
@@ -439,6 +465,12 @@ msgid ""
439465
"``STRING`` format could leak internal names used by the annotation machinery."
440466
msgstr ""
441467

468+
msgid ""
469+
":gh:`140729`: Fix a pickling error in the ``cProfile`` module when profiling "
470+
"a script that uses :class:`multiprocessing.Process` with the ``spawn`` and "
471+
"``forkserver`` start methods."
472+
msgstr ""
473+
442474
msgid ""
443475
":gh:`115634`: Fix a deadlock in :class:`concurrent.futures."
444476
"ProcessPoolExecutor` when using ``max_tasks_per_child``, present since the "
@@ -452,6 +484,11 @@ msgid ""
452484
"``robots.txt`` file is unreachable due to server or network errors."
453485
msgstr ""
454486

487+
msgid ""
488+
":gh:`105708`: Accept an uppercase V prefix in IPvFuture addresses in :func:"
489+
"`urllib.parse.urlsplit`."
490+
msgstr ""
491+
455492
msgid "IDLE"
456493
msgstr "IDLE"
457494

@@ -518,6 +555,12 @@ msgstr ""
518555
msgid "Core and Builtins"
519556
msgstr "Core i builtiny"
520557

558+
msgid ""
559+
":gh:`152682`: Fix NULL pointer dereference in :func:`compile` when a "
560+
"reserved name (e.g. ``__classdict__``) is used as a type parameter name and "
561+
"memory allocation fails while formatting the error message."
562+
msgstr ""
563+
521564
msgid ""
522565
":gh:`152635`: Fix a crash caused when running out of memory creating a :mod:"
523566
"`!_interpchannels` channel. Now a :exc:`MemoryError` is correctly raised."

0 commit comments

Comments
 (0)