-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get changes from CPython Doc for 3.11
- Loading branch information
1 parent
3c5aa4e
commit c6bbb2d
Showing
237 changed files
with
18,861 additions
and
10,771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.11\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-12-17 01:28+0300\n" | ||
"POT-Creation-Date: 2023-06-01 00:20+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
|
@@ -665,3 +665,35 @@ msgid "" | |
"*exporter* MUST be set to the exporting object and *flags* must be passed " | ||
"unmodified. Otherwise, *exporter* MUST be ``NULL``." | ||
msgstr "" | ||
|
||
#: c-api/buffer.rst:3 | ||
msgid "buffer protocol" | ||
msgstr "" | ||
|
||
#: c-api/buffer.rst:3 | ||
msgid "buffer interface" | ||
msgstr "" | ||
|
||
#: c-api/buffer.rst:3 | ||
msgid "(see buffer protocol)" | ||
msgstr "" | ||
|
||
#: c-api/buffer.rst:3 | ||
msgid "buffer object" | ||
msgstr "" | ||
|
||
#: c-api/buffer.rst:32 | ||
msgid "PyBufferProcs" | ||
msgstr "" | ||
|
||
#: c-api/buffer.rst:284 | ||
msgid "contiguous" | ||
msgstr "" | ||
|
||
#: c-api/buffer.rst:284 | ||
msgid "C-contiguous" | ||
msgstr "" | ||
|
||
#: c-api/buffer.rst:284 | ||
msgid "Fortran contiguous" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.11\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-12-17 01:28+0300\n" | ||
"POT-Creation-Date: 2023-06-01 00:20+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
|
@@ -97,3 +97,11 @@ msgstr "" | |
#: c-api/bytearray.rst:85 | ||
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking." | ||
msgstr "" | ||
|
||
#: c-api/bytearray.rst:8 | ||
msgid "object" | ||
msgstr "" | ||
|
||
#: c-api/bytearray.rst:8 | ||
msgid "bytearray" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.11\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-12-17 01:28+0300\n" | ||
"POT-Creation-Date: 2023-06-01 00:20+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
|
@@ -324,3 +324,11 @@ msgid "" | |
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` " | ||
"is set, and ``-1`` is returned." | ||
msgstr "" | ||
|
||
#: c-api/bytes.rst:11 | ||
msgid "object" | ||
msgstr "" | ||
|
||
#: c-api/bytes.rst:11 | ||
msgid "bytes" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.11\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-12-17 01:28+0300\n" | ||
"POT-Creation-Date: 2023-06-01 00:20+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
|
@@ -199,3 +199,11 @@ msgid "" | |
"Set the void pointer inside *capsule* to *pointer*. The pointer may not be " | ||
"``NULL``." | ||
msgstr "" | ||
|
||
#: c-api/capsule.rst:8 | ||
msgid "object" | ||
msgstr "" | ||
|
||
#: c-api/capsule.rst:8 | ||
msgid "Capsule" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.11\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-02-04 22:37+0000\n" | ||
"POT-Creation-Date: 2023-06-01 00:20+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
|
@@ -138,3 +138,15 @@ msgid "" | |
"reference to a :c:type:`PyTupleObject` containing the names of the free " | ||
"variables. On error, ``NULL`` is returned and an exception is raised." | ||
msgstr "" | ||
|
||
#: c-api/code.rst:3 | ||
msgid "object" | ||
msgstr "" | ||
|
||
#: c-api/code.rst:3 | ||
msgid "code" | ||
msgstr "" | ||
|
||
#: c-api/code.rst:3 | ||
msgid "code object" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.11\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-12-17 01:28+0300\n" | ||
"POT-Creation-Date: 2023-06-01 00:20+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
|
@@ -157,3 +157,11 @@ msgstr "" | |
#: c-api/complex.rst:137 | ||
msgid "Use :meth:`__index__` if available." | ||
msgstr "" | ||
|
||
#: c-api/complex.rst:8 | ||
msgid "object" | ||
msgstr "" | ||
|
||
#: c-api/complex.rst:8 | ||
msgid "complex number" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.11\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-12-17 01:28+0300\n" | ||
"POT-Creation-Date: 2023-06-01 00:20+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
|
@@ -74,3 +74,19 @@ msgstr "" | |
#: c-api/concrete.rst:102 | ||
msgid "Other Objects" | ||
msgstr "" | ||
|
||
#: c-api/concrete.rst:58 c-api/concrete.rst:80 | ||
msgid "object" | ||
msgstr "" | ||
|
||
#: c-api/concrete.rst:43 | ||
msgid "numeric" | ||
msgstr "" | ||
|
||
#: c-api/concrete.rst:58 | ||
msgid "sequence" | ||
msgstr "" | ||
|
||
#: c-api/concrete.rst:80 | ||
msgid "mapping" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.11\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-03-01 00:18+0000\n" | ||
"POT-Creation-Date: 2023-06-01 00:20+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
|
@@ -223,3 +223,23 @@ msgid "" | |
"*override* is true, else the first wins. Return ``0`` on success or ``-1`` " | ||
"if an exception was raised. Equivalent Python (except for the return value)::" | ||
msgstr "" | ||
|
||
#: c-api/dict.rst:8 | ||
msgid "object" | ||
msgstr "" | ||
|
||
#: c-api/dict.rst:8 | ||
msgid "dictionary" | ||
msgstr "" | ||
|
||
#: c-api/dict.rst:73 | ||
msgid "PyUnicode_FromString()" | ||
msgstr "" | ||
|
||
#: c-api/dict.rst:157 | ||
msgid "built-in function" | ||
msgstr "" | ||
|
||
#: c-api/dict.rst:157 | ||
msgid "len" | ||
msgstr "" |
Oops, something went wrong.