Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
64c0b2ca
Kaydet (Commit)
64c0b2ca
authored
Eki 28, 2012
tarafından
Chris Jerdonek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Backport from 3.2: remove "Release" and "Date" markers from index pages.
üst
8e0dfea8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
22 deletions
+0
-22
index.rst
Doc/c-api/index.rst
+0
-3
index.rst
Doc/distutils/index.rst
+0
-2
index.rst
Doc/extending/index.rst
+0
-3
index.rst
Doc/faq/index.rst
+0
-3
index.rst
Doc/install/index.rst
+0
-2
index.rst
Doc/library/index.rst
+0
-3
index.rst
Doc/reference/index.rst
+0
-3
index.rst
Doc/tutorial/index.rst
+0
-3
No files found.
Doc/c-api/index.rst
Dosyayı görüntüle @
64c0b2ca
...
...
@@ -4,9 +4,6 @@
Python/C API Reference Manual
##################################
:Release: |version|
:Date: |today|
This manual documents the API used by C and C++ programmers who want to write
extension modules or embed Python. It is a companion to :ref:`extending-index`,
which describes the general principles of extension writing but does not
...
...
Doc/distutils/index.rst
Dosyayı görüntüle @
64c0b2ca
...
...
@@ -6,8 +6,6 @@
:Authors: Greg Ward, Anthony Baxter
:Email: distutils-sig@python.org
:Release: |version|
:Date: |today|
This document describes the Python Distribution Utilities ("Distutils") from
the module developer's point of view, describing how to use the Distutils to
...
...
Doc/extending/index.rst
Dosyayı görüntüle @
64c0b2ca
...
...
@@ -4,9 +4,6 @@
Extending and Embedding the Python Interpreter
##################################################
:Release: |version|
:Date: |today|
This document describes how to write modules in C or C++ to extend the Python
interpreter with new modules. Those modules can define new functions but also
new object types and their methods. The document also describes how to embed
...
...
Doc/faq/index.rst
Dosyayı görüntüle @
64c0b2ca
...
...
@@ -2,9 +2,6 @@
Python Frequently Asked Questions
###################################
:Release: |version|
:Date: |today|
.. toctree::
:maxdepth: 1
...
...
Doc/install/index.rst
Dosyayı görüntüle @
64c0b2ca
...
...
@@ -7,8 +7,6 @@
*****************************
:Author: Greg Ward
:Release: |version|
:Date: |today|
.. TODO: Fill in XXX comments
...
...
Doc/library/index.rst
Dosyayı görüntüle @
64c0b2ca
...
...
@@ -4,9 +4,6 @@
The Python Standard Library
###############################
:Release: |version|
:Date: |today|
While :ref:`reference-index` describes the exact syntax and
semantics of the Python language, this library reference manual
describes the standard library that is distributed with Python. It also
...
...
Doc/reference/index.rst
Dosyayı görüntüle @
64c0b2ca
...
...
@@ -4,9 +4,6 @@
The Python Language Reference
#################################
:Release: |version|
:Date: |today|
This reference manual describes the syntax and "core semantics" of the
language. It is terse, but attempts to be exact and complete. The semantics of
non-essential built-in object types and of the built-in functions and modules
...
...
Doc/tutorial/index.rst
Dosyayı görüntüle @
64c0b2ca
...
...
@@ -4,9 +4,6 @@
The Python Tutorial
######################
:Release: |version|
:Date: |today|
Python is an easy to learn, powerful programming language. It has efficient
high-level data structures and a simple but effective approach to
object-oriented programming. Python's elegant syntax and dynamic typing,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment