@@ -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-08-27 23:26 +0000\n"
15+ "POT-Creation-Date: 2026-08-29 17:28 +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/"
@@ -137,18 +137,59 @@ msgstr ""
137137msgid "Library"
138138msgstr "Pustaka"
139139
140+ msgid ""
141+ ":gh:`156523`: Fix :func:`asyncio.as_completed` not recording the awaiting "
142+ "task in the call graph."
143+ msgstr ""
144+
140145msgid ""
141146":gh:`156404`: Restore compatibility with :file:`.pth` files generated before "
142147"Python 3.15 in the :mod:`site` module. Inject the ``fullname`` variable in "
143148"the frame which executes pth code."
144149msgstr ""
145150
151+ msgid ""
152+ ":gh:`156353`: Fix :mod:`configparser` parsing when using whitespace in "
153+ "*delimiters*."
154+ msgstr ""
155+
156+ msgid ""
157+ ":gh:`156112`: :mod:`!_ios_support` no longer fails to import when :func:"
158+ "`ctypes.util.find_library` cannot resolve the ObjC runtime through the dyld "
159+ "shared cache, as is the case on iOS 13. The runtime is now loaded by name, "
160+ "which dyld resolves against the cache directly."
161+ msgstr ""
162+
163+ msgid ""
164+ ":gh:`155974`: Fix a regression in Python 3.15: :meth:`~curses.window."
165+ "addstr`, :meth:`~curses.window.addnstr`, :meth:`~curses.window.insstr` and :"
166+ "meth:`~curses.window.insnstr` again restore the window attributes when the "
167+ "write fails, instead of leaving the temporary *attr* applied."
168+ msgstr ""
169+
170+ msgid ""
171+ ":gh:`155952`: Fix the signatures of :meth:`sqlite3.Connection.execute`, :"
172+ "func:`warnings.warn` and :func:`locale.setlocale` which rendered "
173+ "``<unrepresentable>`` instead of the correct defaults for parameters."
174+ msgstr ""
175+
176+ msgid ""
177+ ":gh:`155888`: Fix :meth:`asyncio.WriteTransport.writelines` hanging the "
178+ "transport when the last data chunk is empty."
179+ msgstr ""
180+
146181msgid ""
147182":gh:`155869`: Fix :meth:`!reorganize` in :mod:`dbm.dumb` failing to persist "
148183"updated value offsets, which could cause data loss after reopening the "
149184"database."
150185msgstr ""
151186
187+ msgid ""
188+ ":gh:`155781`: Fix a possible crash in free-threaded builds when the :mod:"
189+ "`sqlite3` converter registry is modified concurrently while a cursor builds "
190+ "its row cast map."
191+ msgstr ""
192+
152193msgid ""
153194":gh:`155702`: Fix :class:`sqlite3.Blob` slice assignment with a step. It "
154195"patched the bytes object read from the blob, which for a single byte is an "
@@ -199,6 +240,14 @@ msgid ""
199240"process has an interactive terminal."
200241msgstr ""
201242
243+ msgid ""
244+ ":gh:`153772`: :func:`isinstance` checks against :mod:`collections.abc` "
245+ "classes such as :class:`~collections.abc.Mapping` no longer raise :exc:"
246+ "`AttributeError` when the instance has no ``__class__``. The abstract base "
247+ "class machinery now falls back to the object's type in that case, matching "
248+ "the behaviour of the built-in :func:`isinstance`."
249+ msgstr ""
250+
202251msgid ""
203252":gh:`154086`: Store per-thread sample counts in Tachyon flamegraphs so "
204253"filtering a thread updates frame widths and totals."
@@ -241,6 +290,19 @@ msgid ""
241290":gh:`156369`: Update Android and iOS build scripts to use OpenSSL 3.5.8."
242291msgstr ""
243292
293+ msgid ""
294+ ":gh:`156115`: iOS simulator builds are now configured with ``-mios-simulator-"
295+ "version-min`` instead of the device's ``-mios-version-min``. The device flag "
296+ "made the linker reject libraries resolved from the simulator SDK, so library "
297+ "detection silently failed."
298+ msgstr ""
299+
300+ msgid "Windows"
301+ msgstr "Windows"
302+
303+ msgid ":gh:`156369`: Updated Windows builds to use OpenSSL 3.5.8."
304+ msgstr ""
305+
244306msgid "macOS"
245307msgstr "macOS"
246308
@@ -255,6 +317,16 @@ msgid ""
255317"accounting for the sampling interval when converting samples to milliseconds."
256318msgstr ""
257319
320+ msgid "C API"
321+ msgstr "C API"
322+
323+ msgid ""
324+ ":gh:`131740`: On the free-threaded build, :c:func:"
325+ "`PyUnstable_GC_VisitObjects` now also visits frozen objects (objects moved "
326+ "to the permanent generation by :func:`gc.freeze`), matching the behavior of "
327+ "the default build."
328+ msgstr ""
329+
258330msgid "Python 3.15.0 release candidate 1"
259331msgstr ""
260332
@@ -699,9 +771,6 @@ msgstr ""
699771msgid ":gh:`138800`: Fix library name in python3.pc on Android."
700772msgstr ""
701773
702- msgid "Windows"
703- msgstr "Windows"
704-
705774msgid ":gh:`124111`: Updated Windows builds to use Tcl/Tk 9.0.4."
706775msgstr ""
707776
@@ -722,9 +791,6 @@ msgid ""
722791"previous names."
723792msgstr ""
724793
725- msgid "C API"
726- msgstr "C API"
727-
728794msgid ""
729795":gh:`122931`: Allow importing stable ABI C extensions that include a "
730796"multiarch tuple in their filename, e.g. ``foo.abi3-x86-64-linux-gnu.so``."
0 commit comments