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

Commit23d429b

Browse files
authored
Merge branch '3.12' into library/atexit
2 parents28b7ea6 +aa5446e commit23d429b

File tree

271 files changed

+5736
-4799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+5736
-4799
lines changed

‎.scripts/poetry.lock

Lines changed: 168 additions & 90 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎c-api/contextvars.po

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

1818
#:../../c-api/contextvars.rst:6
1919
msgid"Context Variables Objects"
20-
msgstr""
20+
msgstr"情境變數物件"
2121

2222
#:../../c-api/contextvars.rst:15
2323
msgid""

‎c-api/gcsupport.po

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

2121
#:../../c-api/gcsupport.rst:6
2222
msgid"Supporting Cyclic Garbage Collection"
23-
msgstr""
23+
msgstr"循環垃圾回收的支援"
2424

2525
#:../../c-api/gcsupport.rst:8
2626
msgid""

‎c-api/hash.po

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,60 @@
1-
# SOME DESCRIPTIVE TITLE.
21
# Copyright (C) 2001-2024, Python Software Foundation
32
# This file is distributed under the same license as the Python package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
53
#
6-
#,fuzzy
4+
# Translators:
5+
# Matt Wang <mattwang44@gmail.com>, 2024
76
msgid ""
87
msgstr ""
98
"Project-Id-Version:Python 3.12\n"
109
"Report-Msgid-Bugs-To:\n"
1110
"POT-Creation-Date:2024-02-18 00:03+0000\n"
12-
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team:LANGUAGE <LL@li.org>\n"
11+
"PO-Revision-Date:2024-04-30 00:20+0800\n"
12+
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
13+
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
14+
"tw)\n"
1515
"Language:zh_TW\n"
1616
"MIME-Version:1.0\n"
1717
"Content-Type:text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding:8bit\n"
1919

2020
#:../../c-api/hash.rst:4
2121
msgid"PyHash API"
22-
msgstr""
22+
msgstr"PyHash API"
2323

2424
#:../../c-api/hash.rst:6
2525
msgid"See also the :c:member:`PyTypeObject.tp_hash` member."
26-
msgstr""
26+
msgstr"另請參閱 :c:member:`PyTypeObject.tp_hash` 成員。"
2727

2828
#:../../c-api/hash.rst:10
2929
msgid"Hash value type: signed integer."
30-
msgstr""
30+
msgstr"雜湊值型別:有符號整數。"
3131

3232
#:../../c-api/hash.rst:16
3333
msgid"Hash value type: unsigned integer."
34-
msgstr""
34+
msgstr"雜湊值型別:無符號整數。"
3535

3636
#:../../c-api/hash.rst:23
3737
msgid"Hash function definition used by :c:func:`PyHash_GetFuncDef`."
38-
msgstr""
38+
msgstr":c:func:`PyHash_GetFuncDef` 所使用的雜湊函式定義。"
3939

4040
#:../../c-api/hash.rst:31
4141
msgid"Hash function name (UTF-8 encoded string)."
42-
msgstr""
42+
msgstr"雜湊函式名稱(UTF-8 編碼字串)。"
4343

4444
#:../../c-api/hash.rst:35
4545
msgid"Internal size of the hash value in bits."
46-
msgstr""
46+
msgstr"雜湊值的內部大小(以位元為單位)。"
4747

4848
#:../../c-api/hash.rst:39
4949
msgid"Size of seed input in bits."
50-
msgstr""
50+
msgstr"Seed 輸入的大小(以位元為單位)。"
5151

5252
#:../../c-api/hash.rst:46
5353
msgid"Get the hash function definition."
54-
msgstr""
54+
msgstr"取得雜湊函式定義。"
5555

5656
#:../../c-api/hash.rst:49
5757
msgid":pep:`456`\"Secure and interchangeable hash algorithm\"."
5858
msgstr""
59+
":pep:`456`\\ 「安全且可交替使用的雜湊演算法 (Secure and interchangeable hash "
60+
"algorithm)」。"

‎c-api/init.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ msgstr ""
2626

2727
#:../../c-api/init.rst:10
2828
msgid"See also :ref:`Python Initialization Configuration <init-config>`."
29-
msgstr""
29+
msgstr"也請參見 :ref:`Python 初始化設定 <init-config>`。"
3030

3131
#:../../c-api/init.rst:15
3232
msgid"Before Python Initialization"
33-
msgstr""
33+
msgstr"Python 初始化之前"
3434

3535
#:../../c-api/init.rst:17
3636
msgid""

‎c-api/init_config.po

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

2121
#:../../c-api/init_config.rst:7
2222
msgid"Python Initialization Configuration"
23-
msgstr""
23+
msgstr"Python 初始化設定"
2424

2525
#:../../c-api/init_config.rst:11
2626
msgid""

‎c-api/mapping.po

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

2121
#:../../c-api/mapping.rst:6
2222
msgid"Mapping Protocol"
23-
msgstr""
23+
msgstr"對映協定"
2424

2525
#:../../c-api/mapping.rst:8
2626
msgid""

‎c-api/marshal.po

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

2121
#:../../c-api/marshal.rst:6
2222
msgid"Data marshalling support"
23-
msgstr""
23+
msgstr"資料 marshal 的支援"
2424

2525
#:../../c-api/marshal.rst:8
2626
msgid""

‎c-api/number.po

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

2121
#:../../c-api/number.rst:6
2222
msgid"Number Protocol"
23-
msgstr""
23+
msgstr"數字協定"
2424

2525
#:../../c-api/number.rst:11
2626
msgid""

‎c-api/object.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2024-02-05 00:03+0000\n"
10+
"POT-Creation-Date:2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:32+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#:../../c-api/object.rst:6
2222
msgid"Object Protocol"
23-
msgstr""
23+
msgstr"物件協定"
2424

2525
#:../../c-api/object.rst:11
2626
msgid""
@@ -31,8 +31,8 @@ msgstr ""
3131
#:../../c-api/object.rst:17
3232
msgid""
3333
"Properly handle returning :c:data:`Py_NotImplemented` from within a C "
34-
"function (that is, create a new :term:`strong reference` toNotImplemented"
35-
"and return it)."
34+
"function (that is, create a new :term:`strong reference` to:const:"
35+
"`NotImplemented`and return it)."
3636
msgstr""
3737

3838
#:../../c-api/object.rst:24

‎c-api/sequence.po

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

2121
#:../../c-api/sequence.rst:6
2222
msgid"Sequence Protocol"
23-
msgstr""
23+
msgstr"序列協定"
2424

2525
#:../../c-api/sequence.rst:11
2626
msgid""

‎c-api/type.po

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

2020
#:../../c-api/type.rst:6
2121
msgid"Type Objects"
22-
msgstr""
22+
msgstr"型別物件"
2323

2424
#:../../c-api/type.rst:13
2525
msgid"The C structure of the objects used to describe built-in types."

‎c-api/unicode.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ msgstr "Unicode 物件與編解碼器"
2626

2727
#:../../c-api/unicode.rst:12
2828
msgid"Unicode Objects"
29-
msgstr""
29+
msgstr"Unicode 物件"
3030

3131
#:../../c-api/unicode.rst:14
3232
msgid""

‎extending/windows.po

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

2121
#:../../extending/windows.rst:8
2222
msgid"Building C and C++ Extensions on Windows"
23-
msgstr""
23+
msgstr"建置 Windows 上的 C 和 C++ 擴充"
2424

2525
#:../../extending/windows.rst:10
2626
msgid""

‎howto/isolating-extensions.po

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

2020
#:../../howto/isolating-extensions.rst:7
2121
msgid"Isolating Extension Modules"
22-
msgstr""
22+
msgstr"隔離擴充模組"
2323

2424
#:../../howto/isolating-extensions.rst:-1
2525
msgid"Abstract"
26-
msgstr""
26+
msgstr"摘要"
2727

2828
#:../../howto/isolating-extensions.rst:11
2929
msgid""
@@ -53,7 +53,7 @@ msgstr ""
5353

5454
#:../../howto/isolating-extensions.rst:31
5555
msgid"Background"
56-
msgstr""
56+
msgstr"背景"
5757

5858
#:../../howto/isolating-extensions.rst:33
5959
msgid""

‎howto/mro.po

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

3535
#:../../howto/mro.rst:0
3636
msgid"Abstract"
37-
msgstr""
37+
msgstr"摘要"
3838

3939
#:../../howto/mro.rst:17
4040
msgid""

‎howto/urllib2.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.12\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2024-01-15 00:03+0000\n"
11+
"POT-Creation-Date:2024-05-09 00:03+0000\n"
1212
"PO-Revision-Date:2022-06-27 09:36+0800\n"
1313
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -588,7 +588,8 @@ msgstr ""
588588
#:../../howto/urllib2.rst:596
589589
msgid""
590590
"urllib opener for SSL proxy (CONNECT method): `ASPN Cookbook Recipe <https://"
591-
"code.activestate.com/recipes/456195/>`_."
591+
"code.activestate.com/recipes/456195-urrlib2-opener-for-ssl-proxy-connect-"
592+
"method/>`_."
592593
msgstr""
593594

594595
#~ msgid ""

‎library/__future__.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2024-04-18 00:04+0000\n"
10+
"POT-Creation-Date:2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date:2024-02-06 02:12+0000\n"
1212
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -19,8 +19,8 @@ msgstr ""
1919
"Plural-Forms:nplurals=1; plural=0;\n"
2020

2121
#:../../library/__future__.rst:2
22-
msgid":mod:`__future__` --- Future statement definitions"
23-
msgstr":mod:`__future__` --- Future 陳述式定義"
22+
msgid":mod:`!__future__` --- Future statement definitions"
23+
msgstr":mod:`!__future__` --- Future 陳述式定義"
2424

2525
#:../../library/__future__.rst:7
2626
msgid"**Source code:** :source:`Lib/__future__.py`"

‎library/__main__.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2023-10-11 17:13+0000\n"
10+
"POT-Creation-Date:2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date:2023-12-21 14:49+0800\n"
1212
"Last-Translator:Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -20,8 +20,8 @@ msgstr ""
2020
"X-Generator:Poedit 3.4\n"
2121

2222
#:../../library/__main__.rst:2
23-
msgid":mod:`__main__` --- Top-level code environment"
24-
msgstr":mod:`__main__` --- 頂層程式碼環境"
23+
msgid":mod:`!__main__` --- Top-level code environment"
24+
msgstr":mod:`!__main__` --- 頂層程式碼環境"
2525

2626
#:../../library/__main__.rst:10
2727
msgid""

‎library/_thread.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2023-07-24 00:03+0000\n"
10+
"POT-Creation-Date:2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date:2015-12-09 17:51+0000\n"
1212
"Last-Translator:Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -19,8 +19,8 @@ msgstr ""
1919
"Plural-Forms:nplurals=1; plural=0;\n"
2020

2121
#:../../library/_thread.rst:2
22-
msgid":mod:`_thread` --- Low-level threading API"
23-
msgstr""
22+
msgid":mod:`!_thread` --- Low-level threading API"
23+
msgstr":mod:`!_thread` --- 低階執行緒 API"
2424

2525
#:../../library/_thread.rst:15
2626
msgid""
@@ -203,8 +203,8 @@ msgstr ""
203203
#:../../library/_thread.rst:168
204204
msgid""
205205
"If the *blocking* argument is present, the action depends on its value: if "
206-
"it isFalse, the lock is only acquired if it can be acquired immediately "
207-
"without waiting, while if it isTrue, the lock is acquired unconditionally "
206+
"it isfalse, the lock is only acquired if it can be acquired immediately "
207+
"without waiting, while if it istrue, the lock is acquired unconditionally "
208208
"as above."
209209
msgstr""
210210

@@ -213,7 +213,7 @@ msgid ""
213213
"If the floating-point *timeout* argument is present and positive, it "
214214
"specifies the maximum wait time in seconds before returning. A negative "
215215
"*timeout* argument specifies an unbounded wait. You cannot specify a "
216-
"*timeout* if *blocking* isFalse."
216+
"*timeout* if *blocking* isfalse."
217217
msgstr""
218218

219219
#:../../library/_thread.rst:178

‎library/abc.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version:Python 3.12\n"
1111
"Report-Msgid-Bugs-To:\n"
12-
"POT-Creation-Date:2024-03-01 00:03+0000\n"
12+
"POT-Creation-Date:2024-05-09 00:03+0000\n"
1313
"PO-Revision-Date:2022-11-16 03:29+0800\n"
1414
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
1515
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -22,8 +22,8 @@ msgstr ""
2222
"X-Generator:Poedit 3.2\n"
2323

2424
#:../../library/abc.rst:2
25-
msgid":mod:`abc` --- Abstract Base Classes"
26-
msgstr":mod:`abc` --- 抽象基底類別"
25+
msgid":mod:`!abc` --- Abstract Base Classes"
26+
msgstr":mod:`!abc` --- 抽象基底類別"
2727

2828
#:../../library/abc.rst:11
2929
msgid"**Source code:** :source:`Lib/abc.py`"

‎library/argparse.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2024-01-24 00:03+0000\n"
10+
"POT-Creation-Date:2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:38+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#:../../library/argparse.rst:2
2222
msgid""
23-
":mod:`argparse` --- Parser for command-line options, arguments and sub-"
23+
":mod:`!argparse` --- Parser for command-line options, arguments and sub-"
2424
"commands"
2525
msgstr""
2626

‎library/array.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.12\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-04-18 00:04+0000\n"
14+
"POT-Creation-Date:2024-05-09 00:03+0000\n"
1515
"PO-Revision-Date:2021-11-23 18:40+0800\n"
1616
"Last-Translator:Benson Chen <bc842017@gmail.com>\n"
1717
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -24,8 +24,8 @@ msgstr ""
2424
"X-Generator:Poedit 3.0\n"
2525

2626
#:../../library/array.rst:2
27-
msgid":mod:`array` --- Efficient arrays of numeric values"
28-
msgstr":mod:`array` --- 高效率的數值型陣列"
27+
msgid":mod:`!array` --- Efficient arrays of numeric values"
28+
msgstr":mod:`!array` --- 高效率的數值型陣列"
2929

3030
#:../../library/array.rst:11
3131
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp