@@ -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-09 14:43 +0000\n"
14+ "POT-Creation-Date: 2026-05-11 16:26 +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"
@@ -39,9 +39,48 @@ msgid ""
3939"reader now accept any path-like object. Patch by Maurycy Pawłowski-Wieroński."
4040msgstr ""
4141
42+ msgid ""
43+ ":gh:`149486`: :func:`tarfile.data_filter` now validates link targets using "
44+ "the same normalised value that is written to disk, strips trailing "
45+ "separators from the member name when resolving a symlink's directory, and "
46+ "rejects link members that would replace the destination directory itself. "
47+ "This closes several path-traversal bypasses of the ``data`` extraction "
48+ "filter."
49+ msgstr ""
50+
51+ msgid "Library"
52+ msgstr ""
53+
54+ msgid ":gh:`139489`: Add :func:`xml.is_valid_text` to ``xml.__all__``."
55+ msgstr ""
56+
57+ msgid ""
58+ ":gh:`112821`: In the REPL, autocompletion might run arbitrary code in the "
59+ "getter of a descriptor. If that getter raised an exception, autocompletion "
60+ "would fail to present any options for the entire object. Autocompletion now "
61+ "works as expected for these objects."
62+ msgstr ""
63+
64+ msgid ""
65+ ":gh:`149388`: Make :class:`!asyncio.windows_utils.PipeHandle` closing "
66+ "idempotent."
67+ msgstr ""
68+
69+ msgid ""
70+ ":gh:`148441`: :mod:`xml.parsers.expat`: prevent a crash in :meth:`~xml."
71+ "parsers.expat.xmlparser.CharacterDataHandler` when the character data size "
72+ "exceeds the parser's :attr:`buffer size <xml.parsers.expat.xmlparser."
73+ "buffer_size>`."
74+ msgstr ""
75+
4276msgid "Core and Builtins"
4377msgstr ""
4478
79+ msgid ""
80+ ":gh:`144957`: Fix lazy ``from`` imports of module attributes provided by "
81+ "module-level ``__getattr__``."
82+ msgstr ""
83+
4584msgid ""
4685":gh:`149459`: Fix a crash in the JIT optimizer when a specialized "
4786"``LOAD_SPECIAL`` guard deoptimized after inserting the synthetic ``NULL`` "
@@ -425,9 +464,6 @@ msgid ""
425464"tier 2 optimizer so that follow-up type guards can be eliminated."
426465msgstr ""
427466
428- msgid "Library"
429- msgstr ""
430-
431467msgid ""
432468":gh:`148823`: Defer the import of ``_colorize`` in ``argparse`` until needed "
433469"for coloring output."
0 commit comments