Skip to content

Sync with CPython 3.12 #780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9db5c19
sync with cpython c0de843c
github-actions[bot] Dec 29, 2023
d8b2cc3
sync with cpython 9a2dadf6
github-actions[bot] Dec 31, 2023
6a08878
sync with cpython f3d3663a
github-actions[bot] Jan 1, 2024
800e9f9
sync with cpython c7a1431c
github-actions[bot] Jan 2, 2024
54c2e60
sync with cpython 499f1d0a
github-actions[bot] Jan 3, 2024
0ae6b42
sync with cpython d3f2051e
github-actions[bot] Jan 3, 2024
9857832
sync with cpython 6d9af666
github-actions[bot] Jan 6, 2024
e2f3175
sync with cpython 159e3db1
github-actions[bot] Jan 10, 2024
490046b
sync with cpython 3f607a03
github-actions[bot] Jan 11, 2024
4576f5c
sync with cpython b902671d
github-actions[bot] Jan 12, 2024
a958b2a
sync with cpython 7b7cf75c
github-actions[bot] Jan 12, 2024
17580e6
sync with cpython 1ea66583
github-actions[bot] Jan 13, 2024
729e46c
sync with cpython cc11c76d
github-actions[bot] Jan 15, 2024
8ed9a3d
sync with cpython f6315edc
github-actions[bot] Jan 15, 2024
eae2777
sync with cpython b201a6a1
github-actions[bot] Jan 17, 2024
d6cfef7
sync with cpython f1f2d204
github-actions[bot] Jan 17, 2024
df7c66c
sync with cpython 2c9cf64a
github-actions[bot] Jan 18, 2024
f6ad870
fix: resolve fuzzy entries
mattwang44 Jan 18, 2024
c3e4960
sync with cpython f9158d63
github-actions[bot] Jan 19, 2024
9589042
fix: resolve fuzzy entries
mattwang44 Jan 20, 2024
a152f56
sync with cpython 48bff745
github-actions[bot] Jan 21, 2024
b3a8cc2
sync with cpython 33c1907d
github-actions[bot] Jan 22, 2024
a0272d5
sync with cpython 58fdd15d
github-actions[bot] Jan 22, 2024
3e2acc8
sync with cpython ed567c1e
github-actions[bot] Jan 23, 2024
d4d1133
sync with cpython 386c72d9
github-actions[bot] Jan 24, 2024
922d000
fix: resolve fuzzy entries
mattwang44 Jan 24, 2024
06bc0ff
sync with cpython ac5ed8a7
github-actions[bot] Jan 25, 2024
6f24566
fix: resolve fuzzy entries
mattwang44 Jan 25, 2024
cfb2019
sync with cpython bf35ac1d
github-actions[bot] Jan 27, 2024
3a5c637
fix: resolve fuzzy entries
mattwang44 Jan 27, 2024
49083e0
sync with cpython 84223a0e
github-actions[bot] Jan 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: resolve fuzzy entries
  • Loading branch information
mattwang44 committed Jan 27, 2024
commit 3a5c6370754898aec1535fd4c3edf2d25f00c867
6 changes: 3 additions & 3 deletions c-api/conversion.po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2001-2023, Python Software Foundation
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
# Translators:
Expand Down Expand Up @@ -136,7 +136,7 @@ msgstr ""

#: ../../c-api/conversion.rst:68
msgid "See also the Unix man page :manpage:`strtoul(3)`."
msgstr ""
msgstr "也請見 Unix 手冊頁面 :manpage:`strtoul(3)`。"

#: ../../c-api/conversion.rst:75
msgid ""
Expand All @@ -153,7 +153,7 @@ msgstr ""

#: ../../c-api/conversion.rst:82
msgid "See also the Unix man page :manpage:`strtol(3)`."
msgstr ""
msgstr "也請見 Unix 手冊頁面 :manpage:`strtol(3)`。"

#: ../../c-api/conversion.rst:89
msgid ""
Expand Down
43 changes: 17 additions & 26 deletions library/dbm.po
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ msgid ""
msgstr ""

#: ../../library/dbm.rst:31
#, fuzzy
msgid "Return one of the following values:"
msgstr "此模組定義了以下項目:"
msgstr "回傳以下其中一個值:"

#: ../../library/dbm.rst:33
msgid ""
Expand Down Expand Up @@ -105,25 +104,24 @@ msgid ""
"* ``'r'`` (default), |flag_r| * ``'w'``, |flag_w| * ``'c'``, |flag_c| * "
"``'n'``, |flag_n|"
msgstr ""
"* ``'r'`` (default), |flag_r| * ``'w'``, |flag_w| * ``'c'``, |flag_c| * "
"``'n'``, |flag_n|"

#: ../../library/dbm.rst:72
msgid "``'r'`` (default), |flag_r|"
msgstr ""
msgstr "``'r'`` (default), |flag_r|"

#: ../../library/dbm.rst:73
#, fuzzy
msgid "``'w'``, |flag_w|"
msgstr "|flag_w|"
msgstr "``'w'``, |flag_w|"

#: ../../library/dbm.rst:74
#, fuzzy
msgid "``'c'``, |flag_c|"
msgstr "|flag_c|"
msgstr "``'c'``, |flag_c|"

#: ../../library/dbm.rst:75
#, fuzzy
msgid "``'n'``, |flag_n|"
msgstr "|flag_n|"
msgstr "``'n'``, |flag_n|"

#: ../../library/dbm.rst:77
msgid ""
Expand Down Expand Up @@ -195,7 +193,7 @@ msgstr ""

#: ../../library/dbm.rst:146
msgid ":mod:`dbm.gnu` --- GNU database manager"
msgstr ""
msgstr ":mod:`dbm.gnu` --- GNU 資料庫管理器"

#: ../../library/dbm.rst:152
msgid "**Source code:** :source:`Lib/dbm/gnu.py`"
Expand All @@ -217,7 +215,7 @@ msgstr ""

#: ../../library/dbm.rst:164 ../../library/dbm.rst:272
msgid "|incompat_note|"
msgstr ""
msgstr "|incompat_note|"

#: ../../library/dbm.rst:168
msgid ""
Expand Down Expand Up @@ -364,13 +362,12 @@ msgid ""
msgstr ""

#: ../../library/dbm.rst:249
#, fuzzy
msgid "Close the GDBM database."
msgstr "關閉 ``ndbm`` 資料庫。"
msgstr "關閉 GDBM 資料庫。"

#: ../../library/dbm.rst:253
msgid ":mod:`dbm.ndbm` --- New Database Manager"
msgstr ""
msgstr ":mod:`dbm.ndbm` --- 新資料庫管理器"

#: ../../library/dbm.rst:259
msgid "**Source code:** :source:`Lib/dbm/ndbm.py`"
Expand Down Expand Up @@ -435,9 +432,8 @@ msgid ""
msgstr ""

#: ../../library/dbm.rst:320
#, fuzzy
msgid "Close the NDBM database."
msgstr "關閉 ``ndbm`` 資料庫。"
msgstr "關閉 NDBM 資料庫。"

#: ../../library/dbm.rst:324
msgid ":mod:`dbm.dumb` --- Portable DBM implementation"
Expand Down Expand Up @@ -465,9 +461,8 @@ msgid ""
msgstr ""

#: ../../library/dbm.rst:349
#, fuzzy
msgid "The :mod:`!dbm.dumb` module defines the following:"
msgstr "此模組定義了以下項目:"
msgstr ":mod:`!dbm.dumb` 模組定義了以下項目:"

#: ../../library/dbm.rst:353
msgid ""
Expand Down Expand Up @@ -498,11 +493,11 @@ msgstr ""

#: ../../library/dbm.rst:368
msgid ":file:`{filename}.dat`"
msgstr ""
msgstr ":file:`{filename}.dat`"

#: ../../library/dbm.rst:369
msgid ":file:`{filename}.dir`"
msgstr ""
msgstr ":file:`{filename}.dir`"

#: ../../library/dbm.rst:372
msgid ""
Expand All @@ -516,7 +511,7 @@ msgstr "``'r'``"

#: ../../library/dbm.rst:1
msgid "``'c'`` (default)"
msgstr ""
msgstr "``'c'``\\ (預設)"

#: ../../library/dbm.rst:381
msgid ""
Expand Down Expand Up @@ -554,13 +549,9 @@ msgid ""
msgstr ""

#: ../../library/dbm.rst:411
#, fuzzy
msgid "Close the database."
msgstr "關閉 ``ndbm`` 資料庫。"
msgstr "關閉資料庫。"

#: ../../library/dbm.rst:331
msgid "databases"
msgstr "databases(資料庫)"

#~ msgid "Close the ``dumbdbm`` database."
#~ msgstr "關閉 ``dumbdbm`` 資料庫。"