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
0968fd67
Kaydet (Commit)
0968fd67
authored
Eki 22, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix punctuation.
üst
97a57ec0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
curses.rst
Doc/library/curses.rst
+2
-2
signal.rst
Doc/library/signal.rst
+1
-1
weakref.rst
Doc/library/weakref.rst
+2
-2
wintypes.py
Lib/ctypes/wintypes.py
+1
-1
No files found.
Doc/library/curses.rst
Dosyayı görüntüle @
0968fd67
:mod:`curses` --- Terminal handling for character-cell displays
===============================================================
.. module:: curses
:synopsis: An interface to the curses library, providing portable terminal handling.
:synopsis: An interface to the curses library, providing portable terminal
handling.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
.. sectionauthor:: Eric Raymond <esr@thyrsus.com>
...
...
Doc/library/signal.rst
Dosyayı görüntüle @
0968fd67
...
...
@@ -157,7 +157,7 @@ The :mod:`signal` module defines the following functions:
The old values are returned as a tuple: (delay, interval).
Attempting to pass an invalid interval timer will cause a
Attempting to pass an invalid interval timer will cause a
n
:exc:`ItimerError`.
.. versionadded:: 2.6
...
...
Doc/library/weakref.rst
Dosyayı görüntüle @
0968fd67
...
...
@@ -77,8 +77,8 @@ support weak references but can add support through subclassing::
obj = Dict(red=1, green=2, blue=3) # this object is weak referenceable
Other built-in types such as :class:`tuple` and :class:`long` do not support
weak references even when subclassed (
T
his is an implementation detail and may
be different across various Python implementations
.
).
weak references even when subclassed (
t
his is an implementation detail and may
be different across various Python implementations).
Extension types can easily be made to support weak references; see
:ref:`weakref-support`.
...
...
Lib/ctypes/wintypes.py
Dosyayı görüntüle @
0968fd67
...
...
@@ -179,7 +179,7 @@ __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
'MSG'
,
'OLESTR'
,
'POINT'
,
'POINTL'
,
'RECT'
,
'RECTL'
,
'RGB'
,
'SC_HANDLE'
,
'SERVICE_STATUS_HANDLE'
,
'SHORT'
,
'SIZE'
,
'SIZEL'
,
'SMALL_RECT'
,
'UINT'
,
'ULARGE_INTEGER'
,
'ULONG'
,
'USHORT'
,
'
VARIANT_BOOL'
,
'
WCHAR'
,
'WIN32_FIND_DATAA'
,
'WIN32_FIND_DATAW'
,
'WCHAR'
,
'WIN32_FIND_DATAA'
,
'WIN32_FIND_DATAW'
,
'WORD'
,
'WPARAM'
,
'_COORD'
,
'_FILETIME'
,
'_LARGE_INTEGER'
,
'_POINTL'
,
'_RECTL'
,
'_SMALL_RECT'
,
'_ULARGE_INTEGER'
,
'tagMSG'
,
'tagPOINT'
,
'tagRECT'
,
'tagSIZE'
]
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