Skip to content

Commit 2c54da4

Browse files
author
github-actions
committed
Merge 3.14 into 3.13
1 parent 218e9e9 commit 2c54da4

30 files changed

+518
-124
lines changed

c-api/init_config.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,19 +1836,19 @@ msgstr ""
18361836

18371837
#: ../../c-api/init_config.rst:1162
18381838
msgid ":c:member:`PyConfig.dev_mode`"
1839-
msgstr ""
1839+
msgstr ":c:member:`PyConfig.dev_mode`"
18401840

18411841
#: ../../c-api/init_config.rst:1163
18421842
msgid ":c:member:`PyConfig.isolated`"
1843-
msgstr ""
1843+
msgstr ":c:member:`PyConfig.isolated`"
18441844

18451845
#: ../../c-api/init_config.rst:1164
18461846
msgid ":c:member:`PyConfig.parse_argv`"
1847-
msgstr ""
1847+
msgstr ":c:member:`PyConfig.parse_argv`"
18481848

18491849
#: ../../c-api/init_config.rst:1165
18501850
msgid ":c:member:`PyConfig.use_environment`"
1851-
msgstr ""
1851+
msgstr ":c:member:`PyConfig.use_environment`"
18521852

18531853
#: ../../c-api/init_config.rst:1167
18541854
msgid ""
@@ -2232,11 +2232,11 @@ msgstr ""
22322232

22332233
#: ../../c-api/init_config.rst:1439
22342234
msgid "``\"strict\"``"
2235-
msgstr ""
2235+
msgstr "``\"strict\"``"
22362236

22372237
#: ../../c-api/init_config.rst:1440
22382238
msgid "``\"surrogateescape\"``"
2239-
msgstr ""
2239+
msgstr "``\"surrogateescape\"``"
22402240

22412241
#: ../../c-api/init_config.rst:1441
22422242
msgid "``\"surrogatepass\"`` (only supported with the UTF-8 encoding)"
@@ -3184,23 +3184,23 @@ msgstr ""
31843184

31853185
#: ../../c-api/init_config.rst:2189
31863186
msgid ":c:member:`PyConfig.home`"
3187-
msgstr ""
3187+
msgstr ":c:member:`PyConfig.home`"
31883188

31893189
#: ../../c-api/init_config.rst:2190
31903190
msgid ":c:member:`PyConfig.platlibdir`"
3191-
msgstr ""
3191+
msgstr ":c:member:`PyConfig.platlibdir`"
31923192

31933193
#: ../../c-api/init_config.rst:2191
31943194
msgid ":c:member:`PyConfig.pathconfig_warnings`"
3195-
msgstr ""
3195+
msgstr ":c:member:`PyConfig.pathconfig_warnings`"
31963196

31973197
#: ../../c-api/init_config.rst:2192
31983198
msgid ":c:member:`PyConfig.program_name`"
3199-
msgstr ""
3199+
msgstr ":c:member:`PyConfig.program_name`"
32003200

32013201
#: ../../c-api/init_config.rst:2193
32023202
msgid ":c:member:`PyConfig.pythonpath_env`"
3203-
msgstr ""
3203+
msgstr ":c:member:`PyConfig.pythonpath_env`"
32043204

32053205
#: ../../c-api/init_config.rst:2194
32063206
msgid "current working directory: to get absolute paths"

c-api/memory.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ msgstr ""
10191019

10201020
#: ../../c-api/memory.rst:590
10211021
msgid "``p[-2*S:-S]``"
1022-
msgstr ""
1022+
msgstr "``p[-2*S:-S]``"
10231023

10241024
#: ../../c-api/memory.rst:591
10251025
msgid ""
@@ -1029,7 +1029,7 @@ msgstr ""
10291029

10301030
#: ../../c-api/memory.rst:593
10311031
msgid "``p[-S]``"
1032-
msgstr ""
1032+
msgstr "``p[-S]``"
10331033

10341034
#: ../../c-api/memory.rst:594
10351035
msgid "API identifier (ASCII character):"
@@ -1049,15 +1049,15 @@ msgstr ""
10491049

10501050
#: ../../c-api/memory.rst:600
10511051
msgid "``p[-S+1:0]``"
1052-
msgstr ""
1052+
msgstr "``p[-S+1:0]``"
10531053

10541054
#: ../../c-api/memory.rst:601
10551055
msgid "Copies of PYMEM_FORBIDDENBYTE. Used to catch under- writes and reads."
10561056
msgstr ""
10571057

10581058
#: ../../c-api/memory.rst:603
10591059
msgid "``p[0:N]``"
1060-
msgstr ""
1060+
msgstr "``p[0:N]``"
10611061

10621062
#: ../../c-api/memory.rst:604
10631063
msgid ""
@@ -1072,15 +1072,15 @@ msgstr ""
10721072

10731073
#: ../../c-api/memory.rst:612
10741074
msgid "``p[N:N+S]``"
1075-
msgstr ""
1075+
msgstr "``p[N:N+S]``"
10761076

10771077
#: ../../c-api/memory.rst:613
10781078
msgid "Copies of PYMEM_FORBIDDENBYTE. Used to catch over- writes and reads."
10791079
msgstr ""
10801080

10811081
#: ../../c-api/memory.rst:615
10821082
msgid "``p[N+S:N+2*S]``"
1083-
msgstr ""
1083+
msgstr "``p[N+S:N+2*S]``"
10841084

10851085
#: ../../c-api/memory.rst:616
10861086
msgid ""

c-api/typeobj.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ msgstr ":c:member:`~PyTypeObject.tp_basicsize`"
153153
#: ../../c-api/typeobj.rst:99 ../../c-api/typeobj.rst:120
154154
#: ../../c-api/typeobj.rst:417
155155
msgid ":c:type:`Py_ssize_t`"
156-
msgstr ""
156+
msgstr ":c:type:`Py_ssize_t`"
157157

158158
#: ../../c-api/typeobj.rst:48
159159
msgid ":c:member:`~PyTypeObject.tp_itemsize`"
@@ -717,11 +717,11 @@ msgstr "__anext__"
717717

718718
#: ../../c-api/typeobj.rst:210
719719
msgid ":c:member:`~PyAsyncMethods.am_send`"
720-
msgstr ""
720+
msgstr ":c:member:`~PyAsyncMethods.am_send`"
721721

722722
#: ../../c-api/typeobj.rst:210
723723
msgid ":c:type:`sendfunc`"
724-
msgstr ""
724+
msgstr ":c:type:`sendfunc`"
725725

726726
#: ../../c-api/typeobj.rst:214
727727
msgid ":c:member:`~PyNumberMethods.nb_add`"

extending/newtypes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ msgstr ""
10541054

10551055
#: ../../extending/newtypes.rst:605
10561056
msgid "https://www.python.org/downloads/source/"
1057-
msgstr ""
1057+
msgstr "https://www.python.org/downloads/source/"
10581058

10591059
#: ../../extending/newtypes.rst:607
10601060
msgid ""
@@ -1063,7 +1063,7 @@ msgstr ""
10631063

10641064
#: ../../extending/newtypes.rst:608
10651065
msgid "https://github.com/python/cpython"
1066-
msgstr ""
1066+
msgstr "https://github.com/python/cpython"
10671067

10681068
#: ../../extending/newtypes.rst:56
10691069
msgid "object"

library/ctypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ msgstr ":class:`c_bool`"
390390

391391
#: ../../library/ctypes.rst:219
392392
msgid ":c:expr:`_Bool`"
393-
msgstr ""
393+
msgstr ":c:expr:`_Bool`"
394394

395395
#: ../../library/ctypes.rst:219
396396
msgid "bool (1)"

library/hashlib.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ msgstr ""
10931093

10941094
#: ../../library/hashlib.rst:846
10951095
msgid "https://www.ietf.org/rfc/rfc8018.txt"
1096-
msgstr ""
1096+
msgstr "https://www.ietf.org/rfc/rfc8018.txt"
10971097

10981098
#: ../../library/hashlib.rst:847
10991099
msgid "PKCS #5: Password-Based Cryptography Specification Version 2.1"
@@ -1103,6 +1103,7 @@ msgstr ""
11031103
msgid ""
11041104
"https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf"
11051105
msgstr ""
1106+
"https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf"
11061107

11071108
#: ../../library/hashlib.rst:850
11081109
msgid "NIST Recommendation for Password-Based Key Derivation."

library/pkgutil.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ msgstr ""
304304

305305
#: ../../library/pkgutil.rst:186
306306
msgid "``W(.W)*:(W(.W)*)?``"
307-
msgstr ""
307+
msgstr "``W(.W)*:(W(.W)*)?``"
308308

309309
#: ../../library/pkgutil.rst:188
310310
msgid ""

library/struct.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ msgstr "``?``"
491491

492492
#: ../../library/struct.rst:234
493493
msgid ":c:expr:`_Bool`"
494-
msgstr ""
494+
msgstr ":c:expr:`_Bool`"
495495

496496
#: ../../library/struct.rst:234
497497
msgid "bool"
@@ -669,7 +669,7 @@ msgstr "``s``"
669669

670670
#: ../../library/struct.rst:267 ../../library/struct.rst:269
671671
msgid ":c:expr:`char[]`"
672-
msgstr ""
672+
msgstr ":c:expr:`char[]`"
673673

674674
#: ../../library/struct.rst:267 ../../library/struct.rst:269
675675
msgid "bytes"
@@ -1022,7 +1022,7 @@ msgstr ""
10221022

10231023
#: ../../library/struct.rst:480
10241024
msgid "Applications"
1025-
msgstr ""
1025+
msgstr "アプリケーション"
10261026

10271027
#: ../../library/struct.rst:482
10281028
msgid ""

library/tarfile.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ msgstr ""
14431443

14441444
#: ../../library/tarfile.rst:989
14451445
msgid ":pep:`706`"
1446-
msgstr ""
1446+
msgstr ":pep:`706`"
14471447

14481448
#: ../../library/tarfile.rst:990
14491449
msgid "Contains further motivation and rationale behind the design."

library/tkinter.dnd.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ msgstr ""
116116

117117
#: ../../library/tkinter.dnd.rst:64
118118
msgid ":ref:`Bindings-and-Events`"
119-
msgstr ""
119+
msgstr ":ref:`Bindings-and-Events`"

0 commit comments

Comments
 (0)