@@ -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-31 15:14 +0000\n"
15+ "POT-Creation-Date: 2026-06-02 00:16 +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/"
@@ -35,6 +35,12 @@ msgstr "*Tanggal rilis: XXXX-XX-XX*"
3535msgid "macOS"
3636msgstr "macOS"
3737
38+ msgid ""
39+ ":gh:`150644`: When system logging is enabled (with ``config."
40+ "use_system_logger``, messages are now tagged as public. This allows the "
41+ "macOS 26 system logger to view messages without special configuration."
42+ msgstr ""
43+
3844msgid ""
3945":gh:`149029`: Update macOS installer to ship with SQLite version 3.53.1."
4046msgstr ""
@@ -126,12 +132,26 @@ msgstr ""
126132msgid "Library"
127133msgstr "Pustaka"
128134
135+ msgid ":gh:`150685`: Update bundled pip to 26.1.2"
136+ msgstr ""
137+
129138msgid ""
130139":gh:`150406`: Fix a possible crash occurring during :mod:`socket` module "
131140"initialization when the system is out of memory on platforms without a "
132141"reentrant ``gethostbyname``."
133142msgstr ""
134143
144+ msgid ""
145+ ":gh:`150372`: :mod:`readline`: Fix a potential crash during tab completion "
146+ "caused by an out-of-memory error during module initialization."
147+ msgstr ""
148+
149+ msgid ""
150+ ":gh:`150157`: Fix a crash in free-threaded builds that occurs when pickling "
151+ "by name objects without a ``__module__`` attribute while :data:`sys.modules` "
152+ "is concurrently being modified."
153+ msgstr ""
154+
135155msgid ""
136156":gh:`150175`: Fix race condition in :class:`unittest.mock.ThreadingMock` "
137157"where concurrent calls could lose increments to ``call_count`` and other "
@@ -237,6 +257,11 @@ msgid ""
237257"works as expected for these objects."
238258msgstr ""
239259
260+ msgid ""
261+ ":gh:`149534`: Fix merging of :class:`collections.defaultdict` and :class:"
262+ "`frozendict`."
263+ msgstr ""
264+
240265msgid ""
241266":gh:`149388`: Make :class:`!asyncio.windows_utils.PipeHandle` closing "
242267"idempotent."
@@ -255,6 +280,11 @@ msgid ""
255280"to :func:`json.loads`. Patch by Thomas Kowalski."
256281msgstr ""
257282
283+ msgid ""
284+ ":gh:`149046`: :mod:`io`: Fix :class:`io.StringIO` serialization: no longer "
285+ "call ``str(obj)`` on :class:`str` subclasses. Patch by Thomas Kowalski."
286+ msgstr ""
287+
258288msgid ""
259289":gh:`148441`: :mod:`xml.parsers.expat`: prevent a crash in :meth:`~xml."
260290"parsers.expat.xmlparser.CharacterDataHandler` when the character data size "
@@ -300,6 +330,11 @@ msgid ""
300330"with the gzip extra field."
301331msgstr ""
302332
333+ msgid ""
334+ ":gh:`121109`: Fix :mod:`tarfile` performance issue when reading archives in "
335+ "streaming mode (e.g. ``r|*``)."
336+ msgstr ""
337+
303338msgid ""
304339":issue:`45509`: Gzip headers are now checked for corrupted NAME, COMMENT and "
305340"HCRC fields."
0 commit comments