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

Commit15df73e

Browse files
Wrap branch: 3.10 (python#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent792aff3 commit15df73e

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 6 additions & 7 deletions
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:193c-api/call.rst:197c-api/call.rst:203
281-
#:c-api/call.rst:213
280+
#:c-api/call.rst:193c-api/call.rst:197c-api/call.rst:203c-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:195c-api/call.rst:199c-api/call.rst:203
298-
#:c-api/call.rst:207c-api/call.rst:209
296+
#:c-api/call.rst:195c-api/call.rst:199c-api/call.rst:203c-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:239c-api/call.rst:261c-api/call.rst:293
391-
#:c-api/call.rst:326c-api/call.rst:347c-api/call.rst:394
389+
#:c-api/call.rst:239c-api/call.rst:261c-api/call.rst:293c-api/call.rst:326
390+
#:c-api/call.rst:347c-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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 9 deletions
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:208c-api/exceptions.rst:225
234-
#:c-api/exceptions.rst:243
233+
#:c-api/exceptions.rst:208c-api/exceptions.rst:225c-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:894c-api/exceptions.rst:942
908-
#:c-api/exceptions.rst:954
906+
#:c-api/exceptions.rst:894c-api/exceptions.rst:942c-api/exceptions.rst:954
909907
msgid"[1]_"
910908
msgstr""
911909

‎c-api/file.po

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 6 deletions
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 storereferences 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 supportfor garbage collection."
3131
msgstr""
3232

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

‎c-api/gen.po

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp