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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion 2 about.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
Expand Down
2 changes: 1 addition & 1 deletion 2 bugs.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/abstract.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/allocation.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/apiabiversion.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
6 changes: 3 additions & 3 deletions 6 c-api/arg.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -403,8 +403,8 @@ msgstr ""
#: c-api/arg.rst:231
msgid ""
"If *\\*buffer* points a ``NULL`` pointer, the function will allocate a "
"buffer of the needed size, copy the encoded data into this buffer and set *"
"\\*buffer* to reference the newly allocated storage. The caller is "
"buffer of the needed size, copy the encoded data into this buffer and set "
"*\\*buffer* to reference the newly allocated storage. The caller is "
"responsible for calling :c:func:`PyMem_Free` to free the allocated buffer "
"after usage."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/bool.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/buffer.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/bytearray.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
12 changes: 6 additions & 6 deletions 12 c-api/bytes.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -214,9 +214,9 @@ msgstr ""

#: c-api/bytes.rst:102
msgid ""
"The hex representation of a C pointer. Mostly equivalent to ``printf(\"%p"
"\")`` except that it is guaranteed to start with the literal ``0x`` "
"regardless of what the platform's ``printf`` yields."
"The hex representation of a C pointer. Mostly equivalent to "
"``printf(\"%p\")`` except that it is guaranteed to start with the literal "
"``0x`` regardless of what the platform's ``printf`` yields."
msgstr ""

#: c-api/bytes.rst:111
Expand Down Expand Up @@ -320,7 +320,7 @@ msgid ""
"address of an existing bytes object as an lvalue (it may be written into), "
"and the new size desired. On success, *\\*bytes* holds the resized bytes "
"object and ``0`` is returned; the address in *\\*bytes* may differ from its "
"input value. If the reallocation fails, the original bytes object at *"
"\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
"input value. If the reallocation fails, the original bytes object at "
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
"is set, and ``-1`` is returned."
msgstr ""
13 changes: 6 additions & 7 deletions 13 c-api/call.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -277,8 +277,7 @@ msgstr ""
msgid ":c:func:`PyObject_Call`"
msgstr ""

#: c-api/call.rst:193 c-api/call.rst:197 c-api/call.rst:203
#: c-api/call.rst:213
#: c-api/call.rst:193 c-api/call.rst:197 c-api/call.rst:203 c-api/call.rst:213
msgid "``PyObject *``"
msgstr ""

Expand All @@ -294,8 +293,8 @@ msgstr ""
msgid ":c:func:`PyObject_CallNoArgs`"
msgstr ""

#: c-api/call.rst:195 c-api/call.rst:199 c-api/call.rst:203
#: c-api/call.rst:207 c-api/call.rst:209
#: c-api/call.rst:195 c-api/call.rst:199 c-api/call.rst:203 c-api/call.rst:207
#: c-api/call.rst:209
msgid "---"
msgstr ""

Expand Down Expand Up @@ -387,8 +386,8 @@ msgid ""
"no named arguments are needed, *kwargs* can be *NULL*."
msgstr ""

#: c-api/call.rst:239 c-api/call.rst:261 c-api/call.rst:293
#: c-api/call.rst:326 c-api/call.rst:347 c-api/call.rst:394
#: c-api/call.rst:239 c-api/call.rst:261 c-api/call.rst:293 c-api/call.rst:326
#: c-api/call.rst:347 c-api/call.rst:394
msgid ""
"Return the result of the call on success, or raise an exception and return "
"*NULL* on failure."
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/capsule.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/cell.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/code.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/codec.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/complex.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/concrete.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/contextvars.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/conversion.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/coro.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/datetime.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/descriptor.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/dict.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
16 changes: 7 additions & 9 deletions 16 c-api/exceptions.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -230,8 +230,7 @@ msgid ""
"returns ``NULL``."
msgstr ""

#: c-api/exceptions.rst:208 c-api/exceptions.rst:225
#: c-api/exceptions.rst:243
#: c-api/exceptions.rst:208 c-api/exceptions.rst:225 c-api/exceptions.rst:243
msgid ":ref:`Availability <availability>`: Windows."
msgstr ""

Expand Down Expand Up @@ -747,8 +746,8 @@ msgstr ""

#: c-api/exceptions.rst:715
msgid ""
"Get the *start* attribute of the given exception object and place it into *"
"\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
"Get the *start* attribute of the given exception object and place it into "
"*\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
"on failure."
msgstr ""

Expand All @@ -760,8 +759,8 @@ msgstr ""

#: c-api/exceptions.rst:730
msgid ""
"Get the *end* attribute of the given exception object and place it into *"
"\\*end*. *end* must not be ``NULL``. Return ``0`` on success, ``-1`` on "
"Get the *end* attribute of the given exception object and place it into "
"*\\*end*. *end* must not be ``NULL``. Return ``0`` on success, ``-1`` on "
"failure."
msgstr ""

Expand Down Expand Up @@ -904,8 +903,7 @@ msgstr ""
msgid ":exc:`BaseException`"
msgstr ""

#: c-api/exceptions.rst:894 c-api/exceptions.rst:942
#: c-api/exceptions.rst:954
#: c-api/exceptions.rst:894 c-api/exceptions.rst:942 c-api/exceptions.rst:954
msgid "[1]_"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/file.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/float.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/function.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
12 changes: 6 additions & 6 deletions 12 c-api/gcsupport.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand All @@ -23,11 +23,11 @@ msgstr ""
#: c-api/gcsupport.rst:8
msgid ""
"Python's support for detecting and collecting garbage which involves "
"circular references requires support from object types which are \"containers"
"\" for other objects which may also be containers. Types which do not store "
"references to other objects, or which only store references to atomic types "
"(such as numbers or strings), do not need to provide any explicit support "
"for garbage collection."
"circular references requires support from object types which are "
"\"containers\" for other objects which may also be containers. Types which "
"do not store references to other objects, or which only store references to "
"atomic types (such as numbers or strings), do not need to provide any "
"explicit support for garbage collection."
msgstr ""

#: c-api/gcsupport.rst:15
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/gen.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 2 c-api/import.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.