Skip to content

Commit 3dd5d6a

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent ff3ccf8 commit 3dd5d6a

8 files changed

Lines changed: 72 additions & 22 deletions

File tree

c-api/abstract.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.14\n"
12+
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-29 15:53+0000\n"
14+
"POT-Creation-Date: 2026-05-19 16:47+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: Murugan Santhosh, 2026\n"
1717
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"

library/asyncio-eventloop.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.14\n"
9+
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-04-29 15:53+0000\n"
11+
"POT-Creation-Date: 2026-05-19 16:47+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
1414
"MIME-Version: 1.0\n"

library/os.po

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
11+
"POT-Creation-Date: 2026-05-19 16:47+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1313
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
1414
"MIME-Version: 1.0\n"
@@ -2247,6 +2247,14 @@ msgid ""
22472247
"if the target directory already exists."
22482248
msgstr ""
22492249

2250+
msgid ""
2251+
"If *parent_mode* is not ``None``, it is used as the mode for any newly-"
2252+
"created, intermediate-level directories. Like *mode*, it is combined with "
2253+
"the process's umask value; see :ref:`the mkdir() description "
2254+
"<mkdir_modebits>`. Otherwise, intermediate directories are created with the "
2255+
"default mode, which is also subject to the umask."
2256+
msgstr ""
2257+
22502258
msgid ""
22512259
":func:`makedirs` will become confused if the path elements to create "
22522260
"include :data:`pardir` (eg. \"..\" on UNIX systems)."
@@ -2270,6 +2278,12 @@ msgid ""
22702278
"created intermediate-level directories."
22712279
msgstr ""
22722280

2281+
msgid ""
2282+
"The *parent_mode* parameter. To match the behavior from Python 3.6 and "
2283+
"earlier (where *mode* was applied to all created directories), pass "
2284+
"``parent_mode=mode``."
2285+
msgstr ""
2286+
22732287
msgid ""
22742288
"Create a FIFO (a named pipe) named *path* with numeric mode *mode*. The "
22752289
"current umask value is first masked out from the mode."

library/pathlib.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
11+
"POT-Creation-Date: 2026-05-19 16:47+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1313
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
1414
"MIME-Version: 1.0\n"
@@ -1632,6 +1632,14 @@ msgid ""
16321632
"into account (mimicking the POSIX ``mkdir -p`` command)."
16331633
msgstr ""
16341634

1635+
msgid ""
1636+
"If *parent_mode* is not ``None``, it is used as the mode for any newly-"
1637+
"created, intermediate-level directories when *parents* is true. Like *mode*, "
1638+
"it is combined with the process's ``umask`` value. Otherwise, intermediate "
1639+
"directories are created with the default permissions (also subject to the "
1640+
"umask)."
1641+
msgstr ""
1642+
16351643
msgid ""
16361644
"If *parents* is false (the default), a missing parent raises :exc:"
16371645
"`FileNotFoundError`."
@@ -1651,6 +1659,9 @@ msgstr ""
16511659
msgid "The *exist_ok* parameter was added."
16521660
msgstr ""
16531661

1662+
msgid "The *parent_mode* parameter."
1663+
msgstr ""
1664+
16541665
msgid "Make this path a symbolic link pointing to *target*."
16551666
msgstr ""
16561667

library/shutil.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
11+
"POT-Creation-Date: 2026-05-19 16:47+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1313
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
1414
"MIME-Version: 1.0\n"
@@ -856,8 +856,8 @@ msgstr ""
856856
msgid ""
857857
"Never extract archives from untrusted sources without prior inspection. It "
858858
"is possible that files are created outside of the path specified in the "
859-
"*extract_dir* argument, e.g. members that have absolute filenames starting "
860-
"with \"/\" or filenames with two dots \"..\"."
859+
"*extract_dir* argument, for example, members that have absolute filenames or "
860+
"filenames with \"..\" components."
861861
msgstr ""
862862

863863
msgid ""

library/ssl.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
11+
"POT-Creation-Date: 2026-05-19 16:47+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1313
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
1414
"MIME-Version: 1.0\n"
@@ -2085,7 +2085,7 @@ msgid ""
20852085
"The attributes :attr:`~SSLContext.maximum_version`, :attr:`~SSLContext."
20862086
"minimum_version` and :attr:`SSLContext.options` all affect the supported SSL "
20872087
"and TLS versions of the context. The implementation does not prevent invalid "
2088-
"combination. For example a context with :attr:`OP_NO_TLSv1_2` in :attr:"
2088+
"combinations. For example a context with :attr:`OP_NO_TLSv1_2` in :attr:"
20892089
"`~SSLContext.options` and :attr:`~SSLContext.maximum_version` set to :attr:"
20902090
"`TLSVersion.TLSv1_2` will not be able to establish a TLS 1.2 connection."
20912091
msgstr ""
@@ -3030,12 +3030,12 @@ msgstr ""
30303030

30313031
msgid ""
30323032
">>> client_context = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)\n"
3033-
">>> client_context.minimum_version = ssl.TLSVersion.TLSv1_3\n"
3033+
">>> client_context.minimum_version = ssl.TLSVersion.TLSv1_2\n"
30343034
">>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3"
30353035
msgstr ""
30363036

30373037
msgid ""
3038-
"The SSL context created above will only allow TLSv1.3 and later (if "
3038+
"The SSL client context created above will only allow TLSv1.2 and TLSv1.3 (if "
30393039
"supported by your system) connections to a server. :const:"
30403040
"`PROTOCOL_TLS_CLIENT` implies certificate validation and hostname checks by "
30413041
"default. You have to load certificates into the context."

library/zipfile.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
11+
"POT-Creation-Date: 2026-05-19 16:47+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1313
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
1414
"MIME-Version: 1.0\n"
@@ -426,9 +426,9 @@ msgstr ""
426426

427427
msgid ""
428428
"Never extract archives from untrusted sources without prior inspection. It "
429-
"is possible that files are created outside of *path*, e.g. members that have "
430-
"absolute filenames starting with ``\"/\"`` or filenames with two dots ``\".."
431-
"\"``. This module attempts to prevent that. See :meth:`extract` note."
429+
"is possible that files are created outside of *path*, for example, members "
430+
"that have absolute filenames or filenames with \"..\" components. This "
431+
"module attempts to prevent that. See :meth:`extract` note."
432432
msgstr ""
433433

434434
msgid ""
@@ -598,10 +598,10 @@ msgid ""
598598
"The :class:`Path` class does not sanitize filenames within the ZIP archive. "
599599
"Unlike the :meth:`ZipFile.extract` and :meth:`ZipFile.extractall` methods, "
600600
"it is the caller's responsibility to validate or sanitize filenames to "
601-
"prevent path traversal vulnerabilities (e.g., filenames containing \"..\" or "
602-
"absolute paths). When handling untrusted archives, consider resolving "
603-
"filenames using :func:`os.path.abspath` and checking against the target "
604-
"directory with :func:`os.path.commonpath`."
601+
"prevent path traversal vulnerabilities (for example, absolute paths or paths "
602+
"with \"..\" components). When handling untrusted archives, consider "
603+
"resolving filenames using :func:`os.path.abspath` and checking against the "
604+
"target directory with :func:`os.path.commonpath`."
605605
msgstr ""
606606

607607
msgid ""

whatsnew/changelog.po

Lines changed: 26 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-05-17 14:51+0000\n"
14+
"POT-Creation-Date: 2026-05-19 16:47+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: Hari, 2026\n"
1717
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
@@ -92,6 +92,11 @@ msgstr ""
9292
msgid "Library"
9393
msgstr ""
9494

95+
msgid ""
96+
":gh:`146452`: Fix race condition when pickling dictionaries in free threaded "
97+
"builds. Also reduce critical section cover."
98+
msgstr ""
99+
95100
msgid ""
96101
":gh:`149921`: Fix reference leaks in error paths of the :mod:`!"
97102
"_interpchannels` and :mod:`!_interpqueues` extension modules."
@@ -102,6 +107,11 @@ msgid ""
102107
"`help`."
103108
msgstr ""
104109

110+
msgid ""
111+
":gh:`149816`: Fix a race condition in ``_random.Random.__init__`` method in "
112+
"free-threading mode."
113+
msgstr ""
114+
105115
msgid ""
106116
":gh:`149801`: Add IANA registered names and aliases with leading zeros "
107117
"before number (like IBM00858, CP00858, IBM01140, CP01140) for corresponding "
@@ -156,6 +166,13 @@ msgid ""
156166
"buffer_size>`."
157167
msgstr ""
158168

169+
msgid ""
170+
":gh:`86533`: The :func:`os.makedirs` function and :meth:`pathlib.Path.mkdir` "
171+
"method now have a *parent_mode* parameter to specify the mode for "
172+
"intermediate directories when creating parent directories. This allows one "
173+
"to match the behavior from Python 3.6 and earlier for :func:`os.makedirs`."
174+
msgstr ""
175+
159176
msgid ""
160177
":gh:`128110`: Fix bug in the parsing of :mod:`email` address headers that "
161178
"could result in extraneous spaces in the decoded text when using a modern "
@@ -172,6 +189,14 @@ msgstr ""
172189
msgid "Core and Builtins"
173190
msgstr ""
174191

192+
msgid ""
193+
":gh:`148587`: ``sys.lazy_modules`` is now a set instead of a dict as "
194+
"initially spelled out in PEP 810."
195+
msgstr ""
196+
197+
msgid ":gh:`149590`: Fix crash when faulthandler is imported more than once."
198+
msgstr ""
199+
175200
msgid ""
176201
":gh:`149816`: Fix a race condition in ``_PyBytes_FromList`` in free-"
177202
"threading mode."

0 commit comments

Comments
 (0)