Skip to content

Commit 26f2ec0

Browse files
Sync 3.13 (#1150)
* Sync to 3.13 * Update translateion and fixes in main.txt * Minor fixes * [pre-commit.ci lite] apply automatic fixes * Minor fixes * Minor fix * [pre-commit.ci lite] apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 42ac116 commit 26f2ec0

517 files changed

Lines changed: 35361 additions & 92941 deletions

File tree

Some content is hidden

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# from which we generated our po files. We use it here so when we
2222
# test build, we're building with the .rst files that generated our
2323
# .po files.
24-
CPYTHON_CURRENT_COMMIT := 9756d8c63737042db611205b0c33c353d5dbd9c3
24+
CPYTHON_CURRENT_COMMIT := 9b2aca607c4ee59204031be709350624194b7c47
2525

2626
CPYTHON_PATH := ./cpython
2727

about.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.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-11-27 09:00+0200\n"
11+
"POT-Creation-Date: 2026-07-18 13:46+0300\n"
1212
"PO-Revision-Date: 2024-03-31 19:50+0000\n"
1313
"Last-Translator: Theofanis Petkos <thepetk@gmail.com>\n"
1414
"Language-Team: PyGreece <pygreece@gmail.com>\n"

bugs.po

Lines changed: 3 additions & 3 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: 2025-11-27 09:00+0200\n"
11+
"POT-Creation-Date: 2026-07-18 13:46+0300\n"
1212
"PO-Revision-Date: 2025-11-27 09:00+0200\n"
1313
"Last-Translator: Theofanis Petkos <thepetk@gmail.com>\n"
1414
"Language-Team: PyGreece <pygreece@gmail.com>\n"
@@ -34,8 +34,8 @@ msgstr ""
3434
#: bugs.rst:11
3535
msgid ""
3636
"It can be sometimes faster to fix bugs yourself and contribute patches to "
37-
"Python as it streamlines the process and involves less people. Learn how to :"
38-
"ref:`contribute <contributing-to-python>`."
37+
"Python as it streamlines the process and involves fewer people. Learn how "
38+
"to :ref:`contribute <contributing-to-python>`."
3939
msgstr ""
4040
"Μερικές φορές μπορεί να είναι πιο γρήγορο να διορθώσετε μόνοι σας σφάλματα "
4141
"και να συνεισφέρετε ενημερώσεις στον κώδικα της Python μιας και "

c-api/abstract.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.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-11-27 09:00+0200\n"
11+
"POT-Creation-Date: 2026-07-18 13:46+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

c-api/allocation.po

Lines changed: 16 additions & 16 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: 2025-11-27 09:00+0200\n"
11+
"POT-Creation-Date: 2026-07-18 13:46+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: c-api/allocation.rst:6
21-
msgid "Allocating Objects on the Heap"
21+
msgid "Allocating objects on the heap"
2222
msgstr ""
2323

2424
#: c-api/allocation.rst:17
@@ -87,47 +87,47 @@ msgid "To allocate and create extension modules."
8787
msgstr ""
8888

8989
#: c-api/allocation.rst:75
90-
msgid "Deprecated aliases"
90+
msgid "Soft-deprecated aliases"
9191
msgstr ""
9292

93-
#: c-api/allocation.rst:77
93+
#: c-api/allocation.rst:79
9494
msgid ""
95-
"These are :term:`soft deprecated` aliases to existing functions and macros. "
96-
"They exist solely for backwards compatibility."
95+
"These are aliases to existing functions and macros. They exist solely for "
96+
"backwards compatibility."
9797
msgstr ""
9898

99-
#: c-api/allocation.rst:85
100-
msgid "Deprecated alias"
99+
#: c-api/allocation.rst:87
100+
msgid "Soft-deprecated alias"
101101
msgstr ""
102102

103-
#: c-api/allocation.rst:86
103+
#: c-api/allocation.rst:88
104104
msgid "Function"
105105
msgstr ""
106106

107-
#: c-api/allocation.rst:88
107+
#: c-api/allocation.rst:90
108108
msgid ":c:macro:`PyObject_New`"
109109
msgstr ""
110110

111-
#: c-api/allocation.rst:90
111+
#: c-api/allocation.rst:92
112112
msgid ":c:macro:`PyObject_NewVar`"
113113
msgstr ""
114114

115-
#: c-api/allocation.rst:92
115+
#: c-api/allocation.rst:94
116116
msgid ":c:func:`PyObject_Init`"
117117
msgstr ""
118118

119-
#: c-api/allocation.rst:94
119+
#: c-api/allocation.rst:96
120120
msgid ":c:func:`PyObject_InitVar`"
121121
msgstr ""
122122

123-
#: c-api/allocation.rst:96
123+
#: c-api/allocation.rst:98
124124
msgid ":c:func:`PyObject_Malloc`"
125125
msgstr ""
126126

127-
#: c-api/allocation.rst:98
127+
#: c-api/allocation.rst:100
128128
msgid ":c:func:`PyObject_Realloc`"
129129
msgstr ""
130130

131-
#: c-api/allocation.rst:102 c-api/allocation.rst:104
131+
#: c-api/allocation.rst:104 c-api/allocation.rst:106
132132
msgid ":c:func:`PyObject_Free`"
133133
msgstr ""

c-api/apiabiversion.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.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-11-27 09:00+0200\n"
11+
"POT-Creation-Date: 2026-07-18 13:46+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

c-api/arg.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.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-11-27 09:00+0200\n"
11+
"POT-Creation-Date: 2026-07-18 13:46+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

c-api/bool.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.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-11-27 09:00+0200\n"
11+
"POT-Creation-Date: 2026-07-18 13:46+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

c-api/buffer.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.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-11-27 09:00+0200\n"
11+
"POT-Creation-Date: 2026-07-18 13:46+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

c-api/bytearray.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.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-11-27 09:00+0200\n"
11+
"POT-Creation-Date: 2026-07-18 13:46+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)