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
2b92f6ba
Kaydet (Commit)
2b92f6ba
authored
Ara 06, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Diverse markup fixes.
üst
4e2f7140
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
6 deletions
+7
-6
bdb.rst
Doc/library/bdb.rst
+1
-1
logging.rst
Doc/library/logging.rst
+1
-1
othergui.rst
Doc/library/othergui.rst
+1
-1
ssl.rst
Doc/library/ssl.rst
+2
-1
tarfile.rst
Doc/library/tarfile.rst
+1
-1
warnings.rst
Doc/library/warnings.rst
+1
-1
No files found.
Doc/library/bdb.rst
Dosyayı görüntüle @
2b92f6ba
...
...
@@ -239,7 +239,7 @@ something went wrong, or ``None`` if all is well.
.. method:: Bdb.clear_bpbynumber(arg)
Delete the breakpoint which has the index *arg* in the
:attr:`Breakpoint.bpbynumber`. If
`arg`
is not numeric or out of range,
:attr:`Breakpoint.bpbynumber`. If
*arg*
is not numeric or out of range,
return an error message.
.. method:: Bdb.clear_all_file_breaks(filename)
...
...
Doc/library/logging.rst
Dosyayı görüntüle @
2b92f6ba
...
...
@@ -749,7 +749,7 @@ functions.
The proposal which described this feature for inclusion in the Python standard
library.
`Original Python
:mod:`logging`
package <http://www.red-dove.com/python_logging.html>`_
`Original Python
logging
package <http://www.red-dove.com/python_logging.html>`_
This is the original source for the :mod:`logging` package. The version of the
package available from this site is suitable for use with Python 1.5.2, 2.1.x
and 2.2.x, which do not include the :mod:`logging` package in the standard
...
...
Doc/library/othergui.rst
Dosyayı görüntüle @
2b92f6ba
...
...
@@ -48,7 +48,7 @@ also available for Python:
online `tutorial <http://www.pygtk.org/pygtk2tutorial/index.html>`_ is
available.
`PyQt <
//
http://www.riverbankcomputing.co.uk/pyqt/index.php>`_
`PyQt <http://www.riverbankcomputing.co.uk/pyqt/index.php>`_
PyQt is a :program:`sip`\ -wrapped binding to the Qt toolkit. Qt is an
extensive C++ GUI application development framework that is
available for Unix, Windows and Mac OS X. :program:`sip` is a tool
...
...
Doc/library/ssl.rst
Dosyayı görüntüle @
2b92f6ba
...
...
@@ -112,13 +112,14 @@ Functions, Constants, and Exceptions
======================== ========= ========= ========== =========
*client* / **server** **SSLv2** **SSLv3** **SSLv23** **TLSv1**
------------------------ --------- --------- ---------- ---------
*SSLv2* yes no yes* no
*SSLv3* yes yes yes no
*SSLv23* yes no yes no
*TLSv1* no no yes yes
======================== ========= ========= ========== =========
`*`
In some older versions of OpenSSL (for instance, 0.9.7l on OS X 10.4),
In some older versions of OpenSSL (for instance, 0.9.7l on OS X 10.4),
an SSLv2 client could not connect to an SSLv23 server.
.. function:: RAND_status()
...
...
Doc/library/tarfile.rst
Dosyayı görüntüle @
2b92f6ba
...
...
@@ -15,7 +15,7 @@
The :mod:`tarfile` module makes it possible to read and write tar
archives, including those using gzip or bz2 compression.
(`.zip` files can be read and written using the :mod:`zipfile` module.)
(
:file:
`.zip` files can be read and written using the :mod:`zipfile` module.)
Some facts and figures:
...
...
Doc/library/warnings.rst
Dosyayı görüntüle @
2b92f6ba
...
...
@@ -203,7 +203,7 @@ Available Functions
.. function:: warnpy3k(message[, category[, stacklevel]])
Issue a warning related to Python 3.x deprecation. Warnings are only shown
when Python is started with the -3 option. Like func:`warn` *message* must
when Python is started with the -3 option. Like
:
func:`warn` *message* must
be a string and *category* a subclass of :exc:`Warning`. :func:`warnpy3k`
is using :exc:`DeprecationWarning` as default warning class.
...
...
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