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
a8090641
Kaydet (Commit)
a8090641
authored
Ock 13, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Consistency: "Unix" ==> "\UNIX{}"
üst
6862b46b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
libsocksvr.tex
Doc/lib/libsocksvr.tex
+2
-2
libstdwin.tex
Doc/lib/libstdwin.tex
+1
-1
libwww.tex
Doc/lib/libwww.tex
+2
-2
libsocksvr.tex
Doc/libsocksvr.tex
+2
-2
libstdwin.tex
Doc/libstdwin.tex
+1
-1
libwww.tex
Doc/libwww.tex
+2
-2
No files found.
Doc/lib/libsocksvr.tex
Dosyayı görüntüle @
a8090641
...
@@ -11,8 +11,8 @@ between the client and server. \code{UDPServer} uses datagrams, which
...
@@ -11,8 +11,8 @@ between the client and server. \code{UDPServer} uses datagrams, which
are discrete packets of information that may arrive out of order or be
are discrete packets of information that may arrive out of order or be
lost while in transit. The more infrequently used
lost while in transit. The more infrequently used
\code
{
UnixStreamServer
}
and
\code
{
UnixDatagramServer
}
classes are
\code
{
UnixStreamServer
}
and
\code
{
UnixDatagramServer
}
classes are
similar, but use
Unix
domain sockets; they're not available on
similar, but use
\UNIX
{}
domain sockets; they're not available on
non-
Unix
platforms. For more details on network programming, consult
non-
\UNIX
{}
platforms. For more details on network programming, consult
a book such as W. Richard Steven's
\emph
{
UNIX Network Programming
}
a book such as W. Richard Steven's
\emph
{
UNIX Network Programming
}
or Ralph Davis's
\emph
{
Win32 Network Programming
}
.
or Ralph Davis's
\emph
{
Win32 Network Programming
}
.
...
...
Doc/lib/libstdwin.tex
Dosyayı görüntüle @
a8090641
...
@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh.
...
@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh.
This module defines several new object types and functions that
This module defines several new object types and functions that
provide access to the functionality of STDWIN.
provide access to the functionality of STDWIN.
On
Unix
running X11, it can only be used if the
\code
{
DISPLAY
}
On
\UNIX
{}
running X11, it can only be used if the
\code
{
DISPLAY
}
environment variable is set or an explicit
\samp
{
-display
environment variable is set or an explicit
\samp
{
-display
\var
{
displayname
}}
argument is passed to the Python interpreter.
\var
{
displayname
}}
argument is passed to the Python interpreter.
...
...
Doc/lib/libwww.tex
Dosyayı görüntüle @
a8090641
...
@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to
...
@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to
World-Wide Web (WWW) clients and/or services, and a few modules
World-Wide Web (WWW) clients and/or services, and a few modules
related to news and email. They are all implemented in Python. Some
related to news and email. They are all implemented in Python. Some
of these modules require the presence of the system-dependent module
of these modules require the presence of the system-dependent module
\code
{
sockets
}
, which is currently only fully supported on Unix and
\code
{
sockets
}
\refbimodindex
{
socket
}
, which is currently only fully
Windows NT. Here is an overview:
supported on
\UNIX
{}
and
Windows NT. Here is an overview:
\begin{description}
\begin{description}
...
...
Doc/libsocksvr.tex
Dosyayı görüntüle @
a8090641
...
@@ -11,8 +11,8 @@ between the client and server. \code{UDPServer} uses datagrams, which
...
@@ -11,8 +11,8 @@ between the client and server. \code{UDPServer} uses datagrams, which
are discrete packets of information that may arrive out of order or be
are discrete packets of information that may arrive out of order or be
lost while in transit. The more infrequently used
lost while in transit. The more infrequently used
\code
{
UnixStreamServer
}
and
\code
{
UnixDatagramServer
}
classes are
\code
{
UnixStreamServer
}
and
\code
{
UnixDatagramServer
}
classes are
similar, but use
Unix
domain sockets; they're not available on
similar, but use
\UNIX
{}
domain sockets; they're not available on
non-
Unix
platforms. For more details on network programming, consult
non-
\UNIX
{}
platforms. For more details on network programming, consult
a book such as W. Richard Steven's
\emph
{
UNIX Network Programming
}
a book such as W. Richard Steven's
\emph
{
UNIX Network Programming
}
or Ralph Davis's
\emph
{
Win32 Network Programming
}
.
or Ralph Davis's
\emph
{
Win32 Network Programming
}
.
...
...
Doc/libstdwin.tex
Dosyayı görüntüle @
a8090641
...
@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh.
...
@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh.
This module defines several new object types and functions that
This module defines several new object types and functions that
provide access to the functionality of STDWIN.
provide access to the functionality of STDWIN.
On
Unix
running X11, it can only be used if the
\code
{
DISPLAY
}
On
\UNIX
{}
running X11, it can only be used if the
\code
{
DISPLAY
}
environment variable is set or an explicit
\samp
{
-display
environment variable is set or an explicit
\samp
{
-display
\var
{
displayname
}}
argument is passed to the Python interpreter.
\var
{
displayname
}}
argument is passed to the Python interpreter.
...
...
Doc/libwww.tex
Dosyayı görüntüle @
a8090641
...
@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to
...
@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to
World-Wide Web (WWW) clients and/or services, and a few modules
World-Wide Web (WWW) clients and/or services, and a few modules
related to news and email. They are all implemented in Python. Some
related to news and email. They are all implemented in Python. Some
of these modules require the presence of the system-dependent module
of these modules require the presence of the system-dependent module
\code
{
sockets
}
, which is currently only fully supported on Unix and
\code
{
sockets
}
\refbimodindex
{
socket
}
, which is currently only fully
Windows NT. Here is an overview:
supported on
\UNIX
{}
and
Windows NT. Here is an overview:
\begin{description}
\begin{description}
...
...
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