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

Appearance settings

Commit 0ef8aa4

Browse filesBrowse files
authored
chore: change project id to 3.13 globally (#961)
* chore: change project id to 3.13 globally * chore: change python version to 3.13
1 parent cce68aa commit 0ef8aa4
Copy full SHA for 0ef8aa4

File tree

499 files changed

+514
-578
lines changed
Filter options

Some content is hidden

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

499 files changed

+514
-578
lines changed

‎.github/workflows/deploy-gh-page.yml

Copy file name to clipboardExpand all lines: .github/workflows/deploy-gh-page.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: deploy-gh-page
33
on:
44
push:
55
branches:
6-
- "3.12"
6+
- "3.13"
77

88
jobs:
99
cd:

‎.github/workflows/py312-sync-cpython.yml

Copy file name to clipboardExpand all lines: .github/workflows/py312-sync-cpython.yml
-64Lines changed: 0 additions & 64 deletions
This file was deleted.

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endef
3838
export PRINT_HELP_PYSCRIPT # End of python section
3939

4040
CPYTHON_CLONE := ../cpython
41-
VERSION := $(or $(VERSION), 3.12)
41+
VERSION := $(or $(VERSION), 3.13)
4242
SPHINX_CONF := $(CPYTHON_CLONE)/Doc/conf.py
4343
LANGUAGE := zh_TW
4444
LC_MESSAGES := $(CPYTHON_CLONE)/Doc/locales/$(LANGUAGE)/LC_MESSAGES

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python 官方說明文件臺灣繁體中文翻譯計畫
66
:target: https://discord.gg/44XheGXhWH
77
:alt: Join Chat on Discord
88

9-
這是 Python 3.12 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
9+
這是 Python 3.13 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
1010

1111
翻譯之前,請務必詳讀並同意\ `授權與 License`_。參與方式請參考\ `參與翻譯`_。
1212

@@ -132,13 +132,13 @@ the PSF for inclusion in the documentation.
132132

133133
接著在 terminal 裡按照以下步驟:
134134

135-
1. 基於最新版本的 ``upstream/3.12`` 開啟一個 branch,現在假設我們想要翻譯 library/math.po \
135+
1. 基於最新版本的 ``upstream/3.13`` 開啟一個 branch,現在假設我們想要翻譯 library/math.po \
136136
所以把這個 branch 叫做 ``library/math``:
137137

138138
.. code-block:: bash
139139
140140
git fetch upstream
141-
git checkout -b library/math upstream/3.12
141+
git checkout -b library/math upstream/3.13
142142
143143
2. 接著就可以開始翻譯(翻譯時可參考\ `翻譯守則`_),你可以手動開啟 Poedit 應用程式再選 \
144144
library/math.po 檔案打開
@@ -222,7 +222,7 @@ the PSF for inclusion in the documentation.
222222

223223
- 從 upstream(我們的主要 GitHub repo)做 fetch 的動作
224224
- 對 origin(你的 fork)做 push
225-
- 永遠不對 ``3.12`` branch 進行修改,請保持讓這個 branch 唯讀,可以避免掉很多問題。
225+
- 永遠不對 ``3.13`` branch 進行修改,請保持讓這個 branch 唯讀,可以避免掉很多問題。
226226

227227
要翻譯哪些東西
228228
--------------

‎about.po

Copy file name to clipboardExpand all lines: about.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# hsiao yi <hsiaoyi0504@gmail.com>, 2015
1313
msgid ""
1414
msgstr ""
15-
"Project-Id-Version: Python 3.12\n"
15+
"Project-Id-Version: Python 3.13\n"
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2022-08-05 00:19+0000\n"
1818
"PO-Revision-Date: 2022-05-12 00:11+0800\n"

‎bugs.po

Copy file name to clipboardExpand all lines: bugs.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Steven Hsu <hsuhaochun@gmail.com>, 2021-2022
1212
msgid ""
1313
msgstr ""
14-
"Project-Id-Version: Python 3.12\n"
14+
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2024-04-18 19:45+0000\n"
1717
"PO-Revision-Date: 2022-08-31 12:34+0800\n"

‎c-api/abstract.po

Copy file name to clipboardExpand all lines: c-api/abstract.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.12\n"
11+
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
1414
"PO-Revision-Date: 2021-12-09 21:20+0800\n"

‎c-api/allocation.po

Copy file name to clipboardExpand all lines: c-api/allocation.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.12\n"
11+
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-08-09 00:03+0000\n"
1414
"PO-Revision-Date: 2022-10-16 15:35+0800\n"

‎c-api/apiabiversion.po

Copy file name to clipboardExpand all lines: c-api/apiabiversion.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Matt Wang <mattwang44@gmail.com>, 2022
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.12\n"
9+
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2023-07-29 00:03+0000\n"
1212
"PO-Revision-Date: 2022-01-24 22:34+0800\n"

‎c-api/arg.po

Copy file name to clipboardExpand all lines: c-api/arg.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Translators:
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
1111
"PO-Revision-Date: 2022-10-16 03:21+0800\n"

‎c-api/bool.po

Copy file name to clipboardExpand all lines: c-api/bool.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.12\n"
11+
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-07-29 10:36+0000\n"
1414
"PO-Revision-Date: 2021-12-09 20:47+0800\n"

‎c-api/buffer.po

Copy file name to clipboardExpand all lines: c-api/buffer.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Translators:
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
1111
"PO-Revision-Date: 2018-05-23 14:30+0000\n"

‎c-api/bytearray.po

Copy file name to clipboardExpand all lines: c-api/bytearray.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Translators:
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-08-04 00:03+0000\n"
1111
"PO-Revision-Date: 2023-08-12 11:42+0800\n"

‎c-api/bytes.po

Copy file name to clipboardExpand all lines: c-api/bytes.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Translators:
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-12-26 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:04+0000\n"

‎c-api/call.po

Copy file name to clipboardExpand all lines: c-api/call.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.12\n"
9+
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
1212
"PO-Revision-Date: 2022-10-16 03:20+0800\n"

‎c-api/capsule.po

Copy file name to clipboardExpand all lines: c-api/capsule.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Translators:
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
1111
"PO-Revision-Date: 2018-05-23 14:30+0000\n"

‎c-api/cell.po

Copy file name to clipboardExpand all lines: c-api/cell.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.12\n"
12+
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2024-07-10 00:04+0000\n"
1515
"PO-Revision-Date: 2022-10-16 15:33+0800\n"

‎c-api/code.po

Copy file name to clipboardExpand all lines: c-api/code.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Translators:
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-09-18 00:04+0000\n"
1111
"PO-Revision-Date: 2015-12-09 17:51+0000\n"

‎c-api/codec.po

Copy file name to clipboardExpand all lines: c-api/codec.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Matt Wang <mattwang44@gmail.com>, 2023
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-07-29 00:03+0000\n"
1111
"PO-Revision-Date: 2023-07-24 17:51+0000\n"

‎c-api/complex.po

Copy file name to clipboardExpand all lines: c-api/complex.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Matt Wang <mattwang44@gmail.com>, 2023
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
1111
"PO-Revision-Date: 2015-12-09 17:51+0000\n"

‎c-api/concrete.po

Copy file name to clipboardExpand all lines: c-api/concrete.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Matt Wang <mattwang44@gmail.com>, 2022
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.12\n"
9+
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2023-05-09 00:15+0000\n"
1212
"PO-Revision-Date: 2022-11-13 20:37+0800\n"

‎c-api/contextvars.po

Copy file name to clipboardExpand all lines: c-api/contextvars.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is distributed under the same license as the Python package.
44
msgid ""
55
msgstr ""
6-
"Project-Id-Version: Python 3.12\n"
6+
"Project-Id-Version: Python 3.13\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
99
"PO-Revision-Date: 2018-07-15 18:56+0800\n"

‎c-api/conversion.po

Copy file name to clipboardExpand all lines: c-api/conversion.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Matt Wang <mattwang44@gmail.com>, 2023
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: Python 3.12\n"
10+
"Project-Id-Version: Python 3.13\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2024-01-27 00:03+0000\n"
1313
"PO-Revision-Date: 2023-12-11 18:26+0000\n"

‎c-api/coro.po

Copy file name to clipboardExpand all lines: c-api/coro.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.12\n"
11+
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
1414
"PO-Revision-Date: 2021-12-09 21:15+0800\n"

‎c-api/datetime.po

Copy file name to clipboardExpand all lines: c-api/datetime.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Matt Wang <mattwang44@gmail.com>, 2023
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.12\n"
11+
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-08-22 00:03+0000\n"
1414
"PO-Revision-Date: 2023-07-01 04:14+0800\n"

‎c-api/descriptor.po

Copy file name to clipboardExpand all lines: c-api/descriptor.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.12\n"
11+
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-26 16:47+0000\n"
1414
"PO-Revision-Date: 2021-12-09 20:56+0800\n"

‎c-api/dict.po

Copy file name to clipboardExpand all lines: c-api/dict.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Liang-Bo Wang <me@liang2.tw>, 2015
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: Python 3.12\n"
10+
"Project-Id-Version: Python 3.13\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
1313
"PO-Revision-Date: 2017-09-22 18:26+0000\n"

‎c-api/exceptions.po

Copy file name to clipboardExpand all lines: c-api/exceptions.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Ching-Lung Chuang, 2015
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.12\n"
9+
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
1212
"PO-Revision-Date: 2018-05-23 14:05+0000\n"

‎c-api/file.po

Copy file name to clipboardExpand all lines: c-api/file.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Matt Wang <mattwang44@gmail.com>, 2022
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: Python 3.12\n"
10+
"Project-Id-Version: Python 3.13\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2024-08-04 00:03+0000\n"
1313
"PO-Revision-Date: 2023-04-24 20:38+0800\n"

‎c-api/float.po

Copy file name to clipboardExpand all lines: c-api/float.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Liang-Bo Wang <me@liang2.tw>, 2015
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: Python 3.12\n"
10+
"Project-Id-Version: Python 3.13\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2024-07-20 00:03+0000\n"
1313
"PO-Revision-Date: 2017-09-22 18:26+0000\n"

‎c-api/frame.po

Copy file name to clipboardExpand all lines: c-api/frame.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.12\n"
9+
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2023-12-06 00:03+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

‎c-api/function.po

Copy file name to clipboardExpand all lines: c-api/function.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Matt Wang <mattwang44@gmail.com>, 2022
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.12\n"
11+
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-12-13 00:03+0000\n"
1414
"PO-Revision-Date: 2022-11-12 15:45+0800\n"

‎c-api/gcsupport.po

Copy file name to clipboardExpand all lines: c-api/gcsupport.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Translators:
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
1111
"PO-Revision-Date: 2018-05-23 14:31+0000\n"

‎c-api/gen.po

Copy file name to clipboardExpand all lines: c-api/gen.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.12\n"
11+
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
1414
"PO-Revision-Date: 2022-10-16 15:33+0800\n"

‎c-api/hash.po

Copy file name to clipboardExpand all lines: c-api/hash.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Matt Wang <mattwang44@gmail.com>, 2024
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.12\n"
8+
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-02-18 00:03+0000\n"
1111
"PO-Revision-Date: 2024-04-30 00:20+0800\n"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.