Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60100cf

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent9ef5fcd commit60100cf

File tree

7 files changed

+42
-7
lines changed

7 files changed

+42
-7
lines changed

‎deprecations/pending-removal-in-3.14.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.14\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2025-10-07 14:17+0000\n"
11+
"POT-Creation-Date:2025-10-27 14:15+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"

‎library/asyncio-queue.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-09 14:15+0000\n"
14+
"POT-Creation-Date:2025-10-29 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"

‎library/html.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.14\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2025-10-07 14:17+0000\n"
11+
"POT-Creation-Date:2025-10-27 14:15+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"

‎library/inspect.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-07 14:17+0000\n"
14+
"POT-Creation-Date:2025-10-27 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"

‎reference/executionmodel.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-09 14:15+0000\n"
14+
"POT-Creation-Date:2025-10-29 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"

‎whatsnew/3.5.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-07 14:17+0000\n"
14+
"POT-Creation-Date:2025-10-27 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"

‎whatsnew/changelog.po‎

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-27 14:15+0000\n"
11+
"POT-Creation-Date: 2025-10-29 14:15+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1313
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -38,6 +38,11 @@ msgstr ""
3838
msgid "Tools/Demos"
3939
msgstr ""
4040

41+
msgid ""
42+
":gh:`140702`: The iOS testbed app will now expose the ``GITHUB_ACTIONS`` "
43+
"environment variable to iOS apps being tested."
44+
msgstr ""
45+
4146
msgid ""
4247
":gh:`137484`: Have ``Tools/wasm/wasi`` put the build Python into a directory "
4348
"named after the build triple instead of \"build\"."
@@ -85,6 +90,17 @@ msgstr ""
8590
msgid "Library"
8691
msgstr ""
8792

93+
msgid ""
94+
":gh:`140590`: Fix arguments checking for the :meth:`!functools.partial."
95+
"__setstate__` that may lead to internal state corruption and crash. Patch by "
96+
"Sergey Miryanov."
97+
msgstr ""
98+
99+
msgid ""
100+
":gh:`140634`: Fix a reference counting bug in :meth:`!os.sched_param."
101+
"__reduce__`."
102+
msgstr ""
103+
88104
msgid ""
89105
":gh:`140633`: Ignore :exc:`AttributeError` when setting a module's "
90106
"``__file__`` attribute when loading an extension module packaged as Apple "
@@ -97,6 +113,12 @@ msgid ""
97113
"custom element declaration handler. Patch by Sebastian Pipping."
98114
msgstr ""
99115

116+
msgid ""
117+
":gh:`140607`: Inside :meth:`io.RawIOBase.read`, validate that the count of "
118+
"bytes returned by :meth:`io.RawIOBase.readinto` is valid (inside the "
119+
"provided buffer)."
120+
msgstr ""
121+
100122
msgid ""
101123
":gh:`138774`: :func:`ast.unparse` now generates full source code when "
102124
"handling :class:`ast.Interpolation` nodes that do not have a specified "
@@ -492,6 +514,11 @@ msgstr ""
492514
msgid "Core and Builtins"
493515
msgstr ""
494516

517+
msgid ""
518+
":gh:`140576`: Fixed crash in :func:`tokenize.generate_tokens` in case of "
519+
"specific incorrect input. Patch by Mikhail Efimov."
520+
msgstr ""
521+
495522
msgid ""
496523
":gh:`140517`: Fixed a reference leak when iterating over the result of :func:"
497524
"`map` with ``strict=True`` when the input iterables have different lengths. "
@@ -559,6 +586,11 @@ msgid ""
559586
"numbers of small tuples causing excessive GCs."
560587
msgstr ""
561588

589+
msgid ""
590+
":gh:`140104`: Fix a bug with exception handling in the JIT. Patch by Ken "
591+
"Jin. Bug reported by Daniel Diniz."
592+
msgstr ""
593+
562594
msgid ""
563595
":gh:`140061`: Fixing the checking of whether an object is uniquely "
564596
"referenced to ensure free-threaded compatibility. Patch by Sergey Miryanov."
@@ -687,6 +719,9 @@ msgstr ""
687719
msgid "Build"
688720
msgstr ""
689721

722+
msgid ":gh:`140189`: iOS builds were added to CI."
723+
msgstr ""
724+
690725
msgid ""
691726
":gh:`138489`: When cross-compiling for WASI by ``build_wasm`` or "
692727
"``build_emscripten``, the ``build-details.json`` step is now included in the "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp