Skip to content

Commit 2056323

Browse files
deploy: 92cc722
1 parent 5907823 commit 2056323

31 files changed

+216
-390
lines changed

c-api/arg.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta property="og:type" content="website" />
1010
<meta property="og:url" content="https://docs.python.org/3/c-api/arg.html" />
1111
<meta property="og:site_name" content="Python documentation" />
12-
<meta property="og:description" content="These functions are useful when creating your own extensions functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first th..." />
12+
<meta property="og:description" content="These functions are useful when creating your own extensions functions and methods. Additional information and examples are available in Python Yorumlayıcısını Genişletme ve Gömme. The first three ..." />
1313
<meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
1414
<meta property="og:image:alt" content="Python documentation" />
15-
<meta name="description" content="These functions are useful when creating your own extensions functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first th..." />
15+
<meta name="description" content="These functions are useful when creating your own extensions functions and methods. Additional information and examples are available in Python Yorumlayıcısını Genişletme ve Gömme. The first three ..." />
1616
<meta property="og:image:width" content="200">
1717
<meta property="og:image:height" content="200">
1818
<meta name="theme-color" content="#3776ab">
@@ -182,7 +182,7 @@ <h3>Gezinti</h3>
182182
<span id="arg-parsing"></span><h1>Parsing arguments and building values<a class="headerlink" href="#parsing-arguments-and-building-values" title="Bu başlık için kalıcı bağlantı"></a></h1>
183183
<p>These functions are useful when creating your own extensions functions and
184184
methods. Additional information and examples are available in
185-
<a class="reference internal" href="../extending/index.html#extending-index"><span class="std std-ref">Extending and Embedding the Python Interpreter</span></a>.</p>
185+
<a class="reference internal" href="../extending/index.html#extending-index"><span class="std std-ref">Python Yorumlayıcısını Genişletme ve Gömme</span></a>.</p>
186186
<p>The first three of these functions described, <a class="reference internal" href="#c.PyArg_ParseTuple" title="PyArg_ParseTuple"><code class="xref c c-func docutils literal notranslate"><span class="pre">PyArg_ParseTuple()</span></code></a>,
187187
<a class="reference internal" href="#c.PyArg_ParseTupleAndKeywords" title="PyArg_ParseTupleAndKeywords"><code class="xref c c-func docutils literal notranslate"><span class="pre">PyArg_ParseTupleAndKeywords()</span></code></a>, and <a class="reference internal" href="#c.PyArg_Parse" title="PyArg_Parse"><code class="xref c c-func docutils literal notranslate"><span class="pre">PyArg_Parse()</span></code></a>, all use <em>format
188188
strings</em> which are used to tell the function about the expected arguments. The

c-api/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>Gezinti</h3>
161161

162162
<section id="python-c-api-reference-manual">
163163
<span id="c-api-index"></span><h1>Python/C API Referans Kılavuzu<a class="headerlink" href="#python-c-api-reference-manual" title="Bu başlık için kalıcı bağlantı"></a></h1>
164-
<p>Bu kılavuz, genişletme modülleri yazmak veya Python’u gömmek isteyen C ve C++ programcıları tarafından kullanılan API’yi belgelemektedir. Uzantı yazmanın genel ilkelerini açıklayan ancak API işlevlerini ayrıntılı olarak belgelemeyen <a class="reference internal" href="../extending/index.html#extending-index"><span class="std std-ref">Extending and Embedding the Python Interpreter</span></a>’in tamamlayıcısıdır.</p>
164+
<p>Bu kılavuz, genişletme modülleri yazmak veya Python’u gömmek isteyen C ve C++ programcıları tarafından kullanılan API’yi belgelemektedir. Uzantı yazmanın genel ilkelerini açıklayan ancak API işlevlerini ayrıntılı olarak belgelemeyen <a class="reference internal" href="../extending/index.html#extending-index"><span class="std std-ref">Python Yorumlayıcısını Genişletme ve Gömme</span></a>’in tamamlayıcısıdır.</p>
165165
<div class="toctree-wrapper compound">
166166
<ul>
167167
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a><ul>

contents.html

+18-18
Original file line numberDiff line numberDiff line change
@@ -3168,8 +3168,8 @@ <h1>Python Dokümantasyon içeriği<a class="headerlink" href="#python-documenta
31683168
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#context-manager-types">Bağlam Yöneticisi Türleri</a></li>
31693169
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#type-annotation-types-generic-alias-union">Type Annotation Types — <span class="xref std std-ref">Generic Alias</span>, <span class="xref std std-ref">Union</span></a><ul>
31703170
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#generic-alias-type">Genel Takma Ad Türü</a><ul>
3171-
<li class="toctree-l5"><a class="reference internal" href="library/stdtypes.html#standard-generic-classes">Standard Generic Classes</a></li>
3172-
<li class="toctree-l5"><a class="reference internal" href="library/stdtypes.html#special-attributes-of-genericalias-objects">Special Attributes of <code class="docutils literal notranslate"><span class="pre">GenericAlias</span></code> objects</a></li>
3171+
<li class="toctree-l5"><a class="reference internal" href="library/stdtypes.html#standard-generic-classes">Standart Jenerik Sınıflar</a></li>
3172+
<li class="toctree-l5"><a class="reference internal" href="library/stdtypes.html#special-attributes-of-genericalias-objects"><code class="docutils literal notranslate"><span class="pre">GenericAlias</span></code> objesinin Özel Öznitelikleri</a></li>
31733173
</ul>
31743174
</li>
31753175
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#union-type">Sendika Türü</a></li>
@@ -5866,9 +5866,9 @@ <h1>Python Dokümantasyon içeriği<a class="headerlink" href="#python-documenta
58665866
<li class="toctree-l2"><a class="reference internal" href="library/security_warnings.html">Security Considerations</a></li>
58675867
</ul>
58685868
</li>
5869-
<li class="toctree-l1"><a class="reference internal" href="extending/index.html">Extending and Embedding the Python Interpreter</a><ul>
5870-
<li class="toctree-l2"><a class="reference internal" href="extending/index.html#recommended-third-party-tools">Recommended third party tools</a></li>
5871-
<li class="toctree-l2"><a class="reference internal" href="extending/index.html#creating-extensions-without-third-party-tools">Creating extensions without third party tools</a><ul>
5869+
<li class="toctree-l1"><a class="reference internal" href="extending/index.html">Python Yorumlayıcısını Genişletme ve Gömme</a><ul>
5870+
<li class="toctree-l2"><a class="reference internal" href="extending/index.html#recommended-third-party-tools">Önerilen üçüncü taraf araçları</a></li>
5871+
<li class="toctree-l2"><a class="reference internal" href="extending/index.html#creating-extensions-without-third-party-tools">Üçüncü taraf araçları olmadan uzantılar oluşturma</a><ul>
58725872
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html">1. Extending Python with C or C++</a><ul>
58735873
<li class="toctree-l4"><a class="reference internal" href="extending/extending.html#a-simple-example">1.1. A Simple Example</a></li>
58745874
<li class="toctree-l4"><a class="reference internal" href="extending/extending.html#intermezzo-errors-and-exceptions">1.2. Intermezzo: Errors and Exceptions</a></li>
@@ -5925,7 +5925,7 @@ <h1>Python Dokümantasyon içeriği<a class="headerlink" href="#python-documenta
59255925
</li>
59265926
</ul>
59275927
</li>
5928-
<li class="toctree-l2"><a class="reference internal" href="extending/index.html#embedding-the-cpython-runtime-in-a-larger-application">Embedding the CPython runtime in a larger application</a><ul>
5928+
<li class="toctree-l2"><a class="reference internal" href="extending/index.html#embedding-the-cpython-runtime-in-a-larger-application">CPython çalışma zamanını daha büyük bir uygulamaya gömme</a><ul>
59295929
<li class="toctree-l3"><a class="reference internal" href="extending/embedding.html">1. Python’ı Başka Bir Uygulamaya Gömme</a><ul>
59305930
<li class="toctree-l4"><a class="reference internal" href="extending/embedding.html#very-high-level-embedding">1.1. Çok Üst Düzey Gömme</a></li>
59315931
<li class="toctree-l4"><a class="reference internal" href="extending/embedding.html#beyond-very-high-level-embedding-an-overview">1.2. Çok Yüksek Düzeyde Gömmenin Ötesinde: Genel Bir Bakış</a></li>
@@ -6272,20 +6272,20 @@ <h1>Python Dokümantasyon içeriği<a class="headerlink" href="#python-documenta
62726272
</li>
62736273
</ul>
62746274
</li>
6275-
<li class="toctree-l1"><a class="reference internal" href="installing/index.html">Installing Python Modules</a><ul>
6276-
<li class="toctree-l2"><a class="reference internal" href="installing/index.html#key-terms">Key terms</a></li>
6277-
<li class="toctree-l2"><a class="reference internal" href="installing/index.html#basic-usage">Basic usage</a></li>
6278-
<li class="toctree-l2"><a class="reference internal" href="installing/index.html#how-do-i">How do I …?</a><ul>
6279-
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#install-pip-in-versions-of-python-prior-to-python-3-4">… install <code class="docutils literal notranslate"><span class="pre">pip</span></code> in versions of Python prior to Python 3.4?</a></li>
6280-
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#install-packages-just-for-the-current-user">… install packages just for the current user?</a></li>
6281-
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#install-scientific-python-packages">… install scientific Python packages?</a></li>
6282-
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel">… work with multiple versions of Python installed in parallel?</a></li>
6275+
<li class="toctree-l1"><a class="reference internal" href="installing/index.html">Python Modüllerini Kurmak</a><ul>
6276+
<li class="toctree-l2"><a class="reference internal" href="installing/index.html#key-terms">Anahtar terimler</a></li>
6277+
<li class="toctree-l2"><a class="reference internal" href="installing/index.html#basic-usage">Temel kullanım</a></li>
6278+
<li class="toctree-l2"><a class="reference internal" href="installing/index.html#how-do-i">Nasıl yapabilirim …?</a><ul>
6279+
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#install-pip-in-versions-of-python-prior-to-python-3-4">… <code class="docutils literal notranslate"><span class="pre">pip</span></code> ‘i Python 3.4’ten önceki Python sürümlerinde kurmalı mı?</a></li>
6280+
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#install-packages-just-for-the-current-user">… sadece mevcut kullanıcı için paketler kurabilirim?</a></li>
6281+
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#install-scientific-python-packages">… bilimsel Python paketleri kurabilirim?</a></li>
6282+
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel">… paralel olarak yüklenmiş birden çok Python sürümüyle çalışabilirim?</a></li>
62836283
</ul>
62846284
</li>
6285-
<li class="toctree-l2"><a class="reference internal" href="installing/index.html#common-installation-issues">Common installation issues</a><ul>
6286-
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#installing-into-the-system-python-on-linux">Installing into the system Python on Linux</a></li>
6287-
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#pip-not-installed">Pip not installed</a></li>
6288-
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#installing-binary-extensions">Installing binary extensions</a></li>
6285+
<li class="toctree-l2"><a class="reference internal" href="installing/index.html#common-installation-issues">Genel yükleme sorunları</a><ul>
6286+
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#installing-into-the-system-python-on-linux">Python’u Linux’te sisteme kurmak</a></li>
6287+
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#pip-not-installed">Pip yüklü değil</a></li>
6288+
<li class="toctree-l3"><a class="reference internal" href="installing/index.html#installing-binary-extensions">İkili uzantıları yükleme</a></li>
62896289
</ul>
62906290
</li>
62916291
</ul>

distributing/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<link rel="index" title="Dizin" href="../genindex.html" />
3838
<link rel="search" title="Ara" href="../search.html" />
3939
<link rel="copyright" title="Telif Hakkı" href="../copyright.html" />
40-
<link rel="next" title="Installing Python Modules" href="../installing/index.html" />
40+
<link rel="next" title="Python Modüllerini Kurmak" href="../installing/index.html" />
4141
<link rel="prev" title="API and ABI Versioning" href="../c-api/apiabiversion.html" />
4242
<link rel="canonical" href="https://docs.python.org/3/distributing/index.html" />
4343

@@ -107,7 +107,7 @@ <h4>Önceki konu</h4>
107107
<div>
108108
<h4>Sonraki konu</h4>
109109
<p class="topless"><a href="../installing/index.html"
110-
title="sonraki bölüm">Installing Python Modules</a></p>
110+
title="sonraki bölüm">Python Modüllerini Kurmak</a></p>
111111
</div>
112112
<div role="note" aria-label="source link">
113113
<h3>Bu Sayfa</h3>
@@ -135,7 +135,7 @@ <h3>Gezinti</h3>
135135
<a href="../py-modindex.html" title="Python Modül Dizini"
136136
>modülleri</a> |</li>
137137
<li class="right" >
138-
<a href="../installing/index.html" title="Installing Python Modules"
138+
<a href="../installing/index.html" title="Python Modüllerini Kurmak"
139139
accesskey="N">sonraki</a> |</li>
140140
<li class="right" >
141141
<a href="../c-api/apiabiversion.html" title="API and ABI Versioning"
@@ -289,7 +289,7 @@ <h4>Önceki konu</h4>
289289
<div>
290290
<h4>Sonraki konu</h4>
291291
<p class="topless"><a href="../installing/index.html"
292-
title="sonraki bölüm">Installing Python Modules</a></p>
292+
title="sonraki bölüm">Python Modüllerini Kurmak</a></p>
293293
</div>
294294
<div role="note" aria-label="source link">
295295
<h3>Bu Sayfa</h3>
@@ -316,7 +316,7 @@ <h3>Gezinti</h3>
316316
<a href="../py-modindex.html" title="Python Modül Dizini"
317317
>modülleri</a> |</li>
318318
<li class="right" >
319-
<a href="../installing/index.html" title="Installing Python Modules"
319+
<a href="../installing/index.html" title="Python Modüllerini Kurmak"
320320
>sonraki</a> |</li>
321321
<li class="right" >
322322
<a href="../c-api/apiabiversion.html" title="API and ABI Versioning"

extending/building.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3>Gezinti</h3>
147147
<a href="../index.html">3.11.1 Documentation</a> &#187;
148148
</li>
149149

150-
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Extending and Embedding the Python Interpreter</a> &#187;</li>
150+
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Python Yorumlayıcısını Genişletme ve Gömme</a> &#187;</li>
151151
<li class="nav-item nav-item-this"><a href=""><span class="section-number">4. </span>Building C and C++ Extensions</a></li>
152152
<li class="right">
153153

@@ -381,7 +381,7 @@ <h3>Gezinti</h3>
381381
<a href="../index.html">3.11.1 Documentation</a> &#187;
382382
</li>
383383

384-
<li class="nav-item nav-item-1"><a href="index.html" >Extending and Embedding the Python Interpreter</a> &#187;</li>
384+
<li class="nav-item nav-item-1"><a href="index.html" >Python Yorumlayıcısını Genişletme ve Gömme</a> &#187;</li>
385385
<li class="nav-item nav-item-this"><a href=""><span class="section-number">4. </span>Building C and C++ Extensions</a></li>
386386
<li class="right">
387387

extending/embedding.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h3>Gezinti</h3>
151151
<a href="../index.html">3.11.1 Documentation</a> &#187;
152152
</li>
153153

154-
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Extending and Embedding the Python Interpreter</a> &#187;</li>
154+
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Python Yorumlayıcısını Genişletme ve Gömme</a> &#187;</li>
155155
<li class="nav-item nav-item-this"><a href=""><span class="section-number">1. </span>Python’ı Başka Bir Uygulamaya Gömme</a></li>
156156
<li class="right">
157157

@@ -506,7 +506,7 @@ <h3>Gezinti</h3>
506506
<a href="../index.html">3.11.1 Documentation</a> &#187;
507507
</li>
508508

509-
<li class="nav-item nav-item-1"><a href="index.html" >Extending and Embedding the Python Interpreter</a> &#187;</li>
509+
<li class="nav-item nav-item-1"><a href="index.html" >Python Yorumlayıcısını Genişletme ve Gömme</a> &#187;</li>
510510
<li class="nav-item nav-item-this"><a href=""><span class="section-number">1. </span>Python’ı Başka Bir Uygulamaya Gömme</a></li>
511511
<li class="right">
512512

0 commit comments

Comments
 (0)