Skip to content

Commit 15df73e

Browse files
Wrap branch: 3.10 (python#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 792aff3 commit 15df73e

File tree

487 files changed

+1315
-1328
lines changed

Some content is hidden

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

487 files changed

+1315
-1328
lines changed

about.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.10\n"

bugs.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.10\n"

c-api/abstract.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/allocation.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/apiabiversion.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/arg.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""
@@ -403,8 +403,8 @@ msgstr ""
403403
#: c-api/arg.rst:231
404404
msgid ""
405405
"If *\\*buffer* points a ``NULL`` pointer, the function will allocate a "
406-
"buffer of the needed size, copy the encoded data into this buffer and set *"
407-
"\\*buffer* to reference the newly allocated storage. The caller is "
406+
"buffer of the needed size, copy the encoded data into this buffer and set "
407+
"*\\*buffer* to reference the newly allocated storage. The caller is "
408408
"responsible for calling :c:func:`PyMem_Free` to free the allocated buffer "
409409
"after usage."
410410
msgstr ""

c-api/bool.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/buffer.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/bytearray.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/bytes.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""
@@ -214,9 +214,9 @@ msgstr ""
214214

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

222222
#: c-api/bytes.rst:111
@@ -320,7 +320,7 @@ msgid ""
320320
"address of an existing bytes object as an lvalue (it may be written into), "
321321
"and the new size desired. On success, *\\*bytes* holds the resized bytes "
322322
"object and ``0`` is returned; the address in *\\*bytes* may differ from its "
323-
"input value. If the reallocation fails, the original bytes object at *"
324-
"\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
323+
"input value. If the reallocation fails, the original bytes object at "
324+
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
325325
"is set, and ``-1`` is returned."
326326
msgstr ""

c-api/call.po

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""
@@ -277,8 +277,7 @@ msgstr ""
277277
msgid ":c:func:`PyObject_Call`"
278278
msgstr ""
279279

280-
#: c-api/call.rst:193 c-api/call.rst:197 c-api/call.rst:203
281-
#: c-api/call.rst:213
280+
#: c-api/call.rst:193 c-api/call.rst:197 c-api/call.rst:203 c-api/call.rst:213
282281
msgid "``PyObject *``"
283282
msgstr ""
284283

@@ -294,8 +293,8 @@ msgstr ""
294293
msgid ":c:func:`PyObject_CallNoArgs`"
295294
msgstr ""
296295

297-
#: c-api/call.rst:195 c-api/call.rst:199 c-api/call.rst:203
298-
#: c-api/call.rst:207 c-api/call.rst:209
296+
#: c-api/call.rst:195 c-api/call.rst:199 c-api/call.rst:203 c-api/call.rst:207
297+
#: c-api/call.rst:209
299298
msgid "---"
300299
msgstr ""
301300

@@ -387,8 +386,8 @@ msgid ""
387386
"no named arguments are needed, *kwargs* can be *NULL*."
388387
msgstr ""
389388

390-
#: c-api/call.rst:239 c-api/call.rst:261 c-api/call.rst:293
391-
#: c-api/call.rst:326 c-api/call.rst:347 c-api/call.rst:394
389+
#: c-api/call.rst:239 c-api/call.rst:261 c-api/call.rst:293 c-api/call.rst:326
390+
#: c-api/call.rst:347 c-api/call.rst:394
392391
msgid ""
393392
"Return the result of the call on success, or raise an exception and return "
394393
"*NULL* on failure."

c-api/capsule.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/cell.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/code.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/codec.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/complex.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/concrete.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/contextvars.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/conversion.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/coro.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/datetime.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/descriptor.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/dict.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/exceptions.po

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""
@@ -230,8 +230,7 @@ msgid ""
230230
"returns ``NULL``."
231231
msgstr ""
232232

233-
#: c-api/exceptions.rst:208 c-api/exceptions.rst:225
234-
#: c-api/exceptions.rst:243
233+
#: c-api/exceptions.rst:208 c-api/exceptions.rst:225 c-api/exceptions.rst:243
235234
msgid ":ref:`Availability <availability>`: Windows."
236235
msgstr ""
237236

@@ -747,8 +746,8 @@ msgstr ""
747746

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

@@ -760,8 +759,8 @@ msgstr ""
760759

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

@@ -904,8 +903,7 @@ msgstr ""
904903
msgid ":exc:`BaseException`"
905904
msgstr ""
906905

907-
#: c-api/exceptions.rst:894 c-api/exceptions.rst:942
908-
#: c-api/exceptions.rst:954
906+
#: c-api/exceptions.rst:894 c-api/exceptions.rst:942 c-api/exceptions.rst:954
909907
msgid "[1]_"
910908
msgstr ""
911909

c-api/file.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/float.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/function.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/gcsupport.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""
@@ -23,11 +23,11 @@ msgstr ""
2323
#: c-api/gcsupport.rst:8
2424
msgid ""
2525
"Python's support for detecting and collecting garbage which involves "
26-
"circular references requires support from object types which are \"containers"
27-
"\" for other objects which may also be containers. Types which do not store "
28-
"references to other objects, or which only store references to atomic types "
29-
"(such as numbers or strings), do not need to provide any explicit support "
30-
"for garbage collection."
26+
"circular references requires support from object types which are "
27+
"\"containers\" for other objects which may also be containers. Types which "
28+
"do not store references to other objects, or which only store references to "
29+
"atomic types (such as numbers or strings), do not need to provide any "
30+
"explicit support for garbage collection."
3131
msgstr ""
3232

3333
#: c-api/gcsupport.rst:15

c-api/gen.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

c-api/import.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#, fuzzy
66
msgid ""
77
msgstr ""

0 commit comments

Comments
 (0)