@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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 ""
9292msgid "Library"
9393msgstr ""
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+
95100msgid ""
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`."
103108msgstr ""
104109
110+ msgid ""
111+ ":gh:`149816`: Fix a race condition in ``_random.Random.__init__`` method in "
112+ "free-threading mode."
113+ msgstr ""
114+
105115msgid ""
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>`."
157167msgstr ""
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+
159176msgid ""
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 ""
172189msgid "Core and Builtins"
173190msgstr ""
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+
175200msgid ""
176201":gh:`149816`: Fix a race condition in ``_PyBytes_FromList`` in free-"
177202"threading mode."
0 commit comments