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

Commitc6bbb2d

Browse files
Get changes from CPython Doc for 3.11
1 parent3c5aa4e commitc6bbb2d

File tree

237 files changed

+18861
-10771
lines changed

Some content is hidden

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

237 files changed

+18861
-10771
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# test build, we're building with the .rst files that generated our
2222
# .po files.
2323

24-
CPYTHON_CURRENT_COMMIT :=d01cf5072be5511595b6d0c35ace6c1b07716f8d
24+
CPYTHON_CURRENT_COMMIT :=3b0747af909cf680543fd9f290bdae8ac6ed155e
2525
LANGUAGE := tr
2626
BRANCH := 3.11
2727

‎c-api/buffer.po

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.11\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-12-17 01:28+0300\n"
10+
"POT-Creation-Date:2023-06-01 00:20+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:\n"
1313
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
@@ -665,3 +665,35 @@ msgid ""
665665
"*exporter* MUST be set to the exporting object and *flags* must be passed "
666666
"unmodified. Otherwise, *exporter* MUST be ``NULL``."
667667
msgstr""
668+
669+
#:c-api/buffer.rst:3
670+
msgid"buffer protocol"
671+
msgstr""
672+
673+
#:c-api/buffer.rst:3
674+
msgid"buffer interface"
675+
msgstr""
676+
677+
#:c-api/buffer.rst:3
678+
msgid"(see buffer protocol)"
679+
msgstr""
680+
681+
#:c-api/buffer.rst:3
682+
msgid"buffer object"
683+
msgstr""
684+
685+
#:c-api/buffer.rst:32
686+
msgid"PyBufferProcs"
687+
msgstr""
688+
689+
#:c-api/buffer.rst:284
690+
msgid"contiguous"
691+
msgstr""
692+
693+
#:c-api/buffer.rst:284
694+
msgid"C-contiguous"
695+
msgstr""
696+
697+
#:c-api/buffer.rst:284
698+
msgid"Fortran contiguous"
699+
msgstr""

‎c-api/bytearray.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.11\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-12-17 01:28+0300\n"
10+
"POT-Creation-Date:2023-06-01 00:20+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:\n"
1313
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
@@ -97,3 +97,11 @@ msgstr ""
9797
#:c-api/bytearray.rst:85
9898
msgid"Similar to :c:func:`PyByteArray_Size`, but without error checking."
9999
msgstr""
100+
101+
#:c-api/bytearray.rst:8
102+
msgid"object"
103+
msgstr""
104+
105+
#:c-api/bytearray.rst:8
106+
msgid"bytearray"
107+
msgstr""

‎c-api/bytes.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.11\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-12-17 01:28+0300\n"
10+
"POT-Creation-Date:2023-06-01 00:20+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:\n"
1313
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
@@ -324,3 +324,11 @@ msgid ""
324324
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
325325
"is set, and ``-1`` is returned."
326326
msgstr""
327+
328+
#:c-api/bytes.rst:11
329+
msgid"object"
330+
msgstr""
331+
332+
#:c-api/bytes.rst:11
333+
msgid"bytes"
334+
msgstr""

‎c-api/capsule.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.11\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-12-17 01:28+0300\n"
10+
"POT-Creation-Date:2023-06-01 00:20+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:\n"
1313
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
@@ -199,3 +199,11 @@ msgid ""
199199
"Set the void pointer inside *capsule* to *pointer*. The pointer may not be "
200200
"``NULL``."
201201
msgstr""
202+
203+
#:c-api/capsule.rst:8
204+
msgid"object"
205+
msgstr""
206+
207+
#:c-api/capsule.rst:8
208+
msgid"Capsule"
209+
msgstr""

‎c-api/code.po

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.11\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2023-02-04 22:37+0000\n"
10+
"POT-Creation-Date:2023-06-01 00:20+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:\n"
1313
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
@@ -138,3 +138,15 @@ msgid ""
138138
"reference to a :c:type:`PyTupleObject` containing the names of the free "
139139
"variables. On error, ``NULL`` is returned and an exception is raised."
140140
msgstr""
141+
142+
#:c-api/code.rst:3
143+
msgid"object"
144+
msgstr""
145+
146+
#:c-api/code.rst:3
147+
msgid"code"
148+
msgstr""
149+
150+
#:c-api/code.rst:3
151+
msgid"code object"
152+
msgstr""

‎c-api/complex.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.11\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-12-17 01:28+0300\n"
10+
"POT-Creation-Date:2023-06-01 00:20+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:\n"
1313
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
@@ -157,3 +157,11 @@ msgstr ""
157157
#:c-api/complex.rst:137
158158
msgid"Use :meth:`__index__` if available."
159159
msgstr""
160+
161+
#:c-api/complex.rst:8
162+
msgid"object"
163+
msgstr""
164+
165+
#:c-api/complex.rst:8
166+
msgid"complex number"
167+
msgstr""

‎c-api/concrete.po

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.11\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-12-17 01:28+0300\n"
10+
"POT-Creation-Date:2023-06-01 00:20+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:\n"
1313
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
@@ -74,3 +74,19 @@ msgstr ""
7474
#:c-api/concrete.rst:102
7575
msgid"Other Objects"
7676
msgstr""
77+
78+
#:c-api/concrete.rst:58c-api/concrete.rst:80
79+
msgid"object"
80+
msgstr""
81+
82+
#:c-api/concrete.rst:43
83+
msgid"numeric"
84+
msgstr""
85+
86+
#:c-api/concrete.rst:58
87+
msgid"sequence"
88+
msgstr""
89+
90+
#:c-api/concrete.rst:80
91+
msgid"mapping"
92+
msgstr""

‎c-api/dict.po

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.11\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2023-03-01 00:18+0000\n"
10+
"POT-Creation-Date:2023-06-01 00:20+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:\n"
1313
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
@@ -223,3 +223,23 @@ msgid ""
223223
"*override* is true, else the first wins. Return ``0`` on success or ``-1`` "
224224
"if an exception was raised. Equivalent Python (except for the return value)::"
225225
msgstr""
226+
227+
#:c-api/dict.rst:8
228+
msgid"object"
229+
msgstr""
230+
231+
#:c-api/dict.rst:8
232+
msgid"dictionary"
233+
msgstr""
234+
235+
#:c-api/dict.rst:73
236+
msgid"PyUnicode_FromString()"
237+
msgstr""
238+
239+
#:c-api/dict.rst:157
240+
msgid"built-in function"
241+
msgstr""
242+
243+
#:c-api/dict.rst:157
244+
msgid"len"
245+
msgstr""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp