@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version: Python 3.15\n"
1414"Report-Msgid-Bugs-To: \n"
15- "POT-Creation-Date: 2026-05-17 14:51 +0000\n"
15+ "POT-Creation-Date: 2026-05-19 16:47 +0000\n"
1616"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717"Last-Translator: python-doc bot, 2026\n"
1818"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -94,6 +94,11 @@ msgstr ""
9494msgid "Library"
9595msgstr "Pustaka"
9696
97+ msgid ""
98+ ":gh:`146452`: Fix race condition when pickling dictionaries in free threaded "
99+ "builds. Also reduce critical section cover."
100+ msgstr ""
101+
97102msgid ""
98103":gh:`149921`: Fix reference leaks in error paths of the :mod:`!"
99104"_interpchannels` and :mod:`!_interpqueues` extension modules."
@@ -104,6 +109,11 @@ msgid ""
104109"`help`."
105110msgstr ""
106111
112+ msgid ""
113+ ":gh:`149816`: Fix a race condition in ``_random.Random.__init__`` method in "
114+ "free-threading mode."
115+ msgstr ""
116+
107117msgid ""
108118":gh:`149801`: Add IANA registered names and aliases with leading zeros "
109119"before number (like IBM00858, CP00858, IBM01140, CP01140) for corresponding "
@@ -158,6 +168,13 @@ msgid ""
158168"buffer_size>`."
159169msgstr ""
160170
171+ msgid ""
172+ ":gh:`86533`: The :func:`os.makedirs` function and :meth:`pathlib.Path.mkdir` "
173+ "method now have a *parent_mode* parameter to specify the mode for "
174+ "intermediate directories when creating parent directories. This allows one "
175+ "to match the behavior from Python 3.6 and earlier for :func:`os.makedirs`."
176+ msgstr ""
177+
161178msgid ""
162179":gh:`128110`: Fix bug in the parsing of :mod:`email` address headers that "
163180"could result in extraneous spaces in the decoded text when using a modern "
@@ -174,6 +191,14 @@ msgstr ""
174191msgid "Core and Builtins"
175192msgstr "Inti dan Bawaan"
176193
194+ msgid ""
195+ ":gh:`148587`: ``sys.lazy_modules`` is now a set instead of a dict as "
196+ "initially spelled out in PEP 810."
197+ msgstr ""
198+
199+ msgid ":gh:`149590`: Fix crash when faulthandler is imported more than once."
200+ msgstr ""
201+
177202msgid ""
178203":gh:`149816`: Fix a race condition in ``_PyBytes_FromList`` in free-"
179204"threading mode."
0 commit comments