|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.15\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2026-05-09 14:43+0000\n" |
| 11 | +"POT-Creation-Date: 2026-05-11 16:26+0000\n" |
12 | 12 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" |
13 | 13 | "Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/" |
14 | 14 | "hu/)\n" |
@@ -36,9 +36,48 @@ msgid "" |
36 | 36 | "reader now accept any path-like object. Patch by Maurycy Pawłowski-Wieroński." |
37 | 37 | msgstr "" |
38 | 38 |
|
| 39 | +msgid "" |
| 40 | +":gh:`149486`: :func:`tarfile.data_filter` now validates link targets using " |
| 41 | +"the same normalised value that is written to disk, strips trailing " |
| 42 | +"separators from the member name when resolving a symlink's directory, and " |
| 43 | +"rejects link members that would replace the destination directory itself. " |
| 44 | +"This closes several path-traversal bypasses of the ``data`` extraction " |
| 45 | +"filter." |
| 46 | +msgstr "" |
| 47 | + |
| 48 | +msgid "Library" |
| 49 | +msgstr "" |
| 50 | + |
| 51 | +msgid ":gh:`139489`: Add :func:`xml.is_valid_text` to ``xml.__all__``." |
| 52 | +msgstr "" |
| 53 | + |
| 54 | +msgid "" |
| 55 | +":gh:`112821`: In the REPL, autocompletion might run arbitrary code in the " |
| 56 | +"getter of a descriptor. If that getter raised an exception, autocompletion " |
| 57 | +"would fail to present any options for the entire object. Autocompletion now " |
| 58 | +"works as expected for these objects." |
| 59 | +msgstr "" |
| 60 | + |
| 61 | +msgid "" |
| 62 | +":gh:`149388`: Make :class:`!asyncio.windows_utils.PipeHandle` closing " |
| 63 | +"idempotent." |
| 64 | +msgstr "" |
| 65 | + |
| 66 | +msgid "" |
| 67 | +":gh:`148441`: :mod:`xml.parsers.expat`: prevent a crash in :meth:`~xml." |
| 68 | +"parsers.expat.xmlparser.CharacterDataHandler` when the character data size " |
| 69 | +"exceeds the parser's :attr:`buffer size <xml.parsers.expat.xmlparser." |
| 70 | +"buffer_size>`." |
| 71 | +msgstr "" |
| 72 | + |
39 | 73 | msgid "Core and Builtins" |
40 | 74 | msgstr "" |
41 | 75 |
|
| 76 | +msgid "" |
| 77 | +":gh:`144957`: Fix lazy ``from`` imports of module attributes provided by " |
| 78 | +"module-level ``__getattr__``." |
| 79 | +msgstr "" |
| 80 | + |
42 | 81 | msgid "" |
43 | 82 | ":gh:`149459`: Fix a crash in the JIT optimizer when a specialized " |
44 | 83 | "``LOAD_SPECIAL`` guard deoptimized after inserting the synthetic ``NULL`` " |
@@ -422,9 +461,6 @@ msgid "" |
422 | 461 | "tier 2 optimizer so that follow-up type guards can be eliminated." |
423 | 462 | msgstr "" |
424 | 463 |
|
425 | | -msgid "Library" |
426 | | -msgstr "" |
427 | | - |
428 | 464 | msgid "" |
429 | 465 | ":gh:`148823`: Defer the import of ``_colorize`` in ``argparse`` until needed " |
430 | 466 | "for coloring output." |
|
0 commit comments