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
710c035c
Kaydet (Commit)
710c035c
authored
Şub 18, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added \label{} for logical addressing.
üst
31ecd50d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
16 deletions
+24
-16
libundoc.tex
Doc/lib/libundoc.tex
+1
-0
libunix.tex
Doc/lib/libunix.tex
+10
-8
libwww.tex
Doc/lib/libwww.tex
+1
-0
libundoc.tex
Doc/libundoc.tex
+1
-0
libunix.tex
Doc/libunix.tex
+10
-8
libwww.tex
Doc/libwww.tex
+1
-0
No files found.
Doc/lib/libundoc.tex
Dosyayı görüntüle @
710c035c
\chapter
{
Undocumented Modules
}
\label
{
undoc
}
Here's a quick listing of modules that are currently undocumented, but
that should be documented. Feel free to contribute documentation for
...
...
Doc/lib/libunix.tex
Dosyayı görüntüle @
710c035c
\chapter
{
Unix Specific Services
}
\label
{
unix
}
The modules described in this chapter provide interfaces to features
that are unique to the
\UNIX
{}
operating system, or in some cases to
...
...
@@ -7,19 +8,20 @@ some or many variants of it. Here's an overview:
\begin{description}
\item
[posix]
--- The most common
\POSIX
{}
system calls (normally used via module
\code
{
os
}
).
--- The most common
\POSIX
{}
system calls (normally used via module
\module
{
os
}
).
\item
[posixpath]
--- Common
\POSIX
{}
pathname manipulations (normally used via
\code
{
os.path
}
).
\item
[pwd]
--- The password database (
\
code
{
getpwnam()
}
and friends).
--- The password database (
\
function
{
getpwnam()
}
and friends).
\item
[grp]
--- The group database (
\
code
{
getgrnam()
}
and friends).
--- The group database (
\
function
{
getgrnam()
}
and friends).
\item
[crypt]
--- The
\c
ode
{
crypt()
}
function used to check
\UNIX
{}
passwords.
--- The
\c
function
{
crypt()
}
function used to check
\UNIX
{}
passwords.
\item
[dbm]
--- The standard ``database'' interface, based on
\code
{
ndbm
}
.
...
...
@@ -31,10 +33,10 @@ some or many variants of it. Here's an overview:
---
\POSIX
{}
style tty control.
\item
[TERMIOS]
--- The symbolic constants required to use the
\
cod
e
{
termios
}
module.
--- The symbolic constants required to use the
\
modul
e
{
termios
}
module.
\item
[fcntl]
--- The
\
code
{
fcntl()
}
and
\code
{
ioctl()
}
system calls.
--- The
\
function
{
fcntl()
}
and
\function
{
ioctl()
}
system calls.
\item
[posixfile]
--- A file-like object with support for locking.
...
...
@@ -48,9 +50,9 @@ process.
\item
[stat]
--- Constants and functions for interpreting the results of
\
code
{
os.stat()
}
,
\code
{
os.lstat()
}
and
\code
{
os.fstat()
}
.
\
function
{
os.stat()
}
,
\function
{
os.lstat()
}
and
\function
{
os.fstat()
}
.
\item
[commands]
--- Wrapper functions for
\
code
{
os.popen()
}
.
--- Wrapper functions for
\
function
{
os.popen()
}
.
\end{description}
Doc/lib/libwww.tex
Dosyayı görüntüle @
710c035c
\chapter
{
Internet and WWW Services
}
\nodename
{
Internet and WWW
}
\label
{
www
}
\index
{
WWW
}
\index
{
Internet
}
\index
{
World-Wide Web
}
...
...
Doc/libundoc.tex
Dosyayı görüntüle @
710c035c
\chapter
{
Undocumented Modules
}
\label
{
undoc
}
Here's a quick listing of modules that are currently undocumented, but
that should be documented. Feel free to contribute documentation for
...
...
Doc/libunix.tex
Dosyayı görüntüle @
710c035c
\chapter
{
Unix Specific Services
}
\label
{
unix
}
The modules described in this chapter provide interfaces to features
that are unique to the
\UNIX
{}
operating system, or in some cases to
...
...
@@ -7,19 +8,20 @@ some or many variants of it. Here's an overview:
\begin{description}
\item
[posix]
--- The most common
\POSIX
{}
system calls (normally used via module
\code
{
os
}
).
--- The most common
\POSIX
{}
system calls (normally used via module
\module
{
os
}
).
\item
[posixpath]
--- Common
\POSIX
{}
pathname manipulations (normally used via
\code
{
os.path
}
).
\item
[pwd]
--- The password database (
\
code
{
getpwnam()
}
and friends).
--- The password database (
\
function
{
getpwnam()
}
and friends).
\item
[grp]
--- The group database (
\
code
{
getgrnam()
}
and friends).
--- The group database (
\
function
{
getgrnam()
}
and friends).
\item
[crypt]
--- The
\c
ode
{
crypt()
}
function used to check
\UNIX
{}
passwords.
--- The
\c
function
{
crypt()
}
function used to check
\UNIX
{}
passwords.
\item
[dbm]
--- The standard ``database'' interface, based on
\code
{
ndbm
}
.
...
...
@@ -31,10 +33,10 @@ some or many variants of it. Here's an overview:
---
\POSIX
{}
style tty control.
\item
[TERMIOS]
--- The symbolic constants required to use the
\
cod
e
{
termios
}
module.
--- The symbolic constants required to use the
\
modul
e
{
termios
}
module.
\item
[fcntl]
--- The
\
code
{
fcntl()
}
and
\code
{
ioctl()
}
system calls.
--- The
\
function
{
fcntl()
}
and
\function
{
ioctl()
}
system calls.
\item
[posixfile]
--- A file-like object with support for locking.
...
...
@@ -48,9 +50,9 @@ process.
\item
[stat]
--- Constants and functions for interpreting the results of
\
code
{
os.stat()
}
,
\code
{
os.lstat()
}
and
\code
{
os.fstat()
}
.
\
function
{
os.stat()
}
,
\function
{
os.lstat()
}
and
\function
{
os.fstat()
}
.
\item
[commands]
--- Wrapper functions for
\
code
{
os.popen()
}
.
--- Wrapper functions for
\
function
{
os.popen()
}
.
\end{description}
Doc/libwww.tex
Dosyayı görüntüle @
710c035c
\chapter
{
Internet and WWW Services
}
\nodename
{
Internet and WWW
}
\label
{
www
}
\index
{
WWW
}
\index
{
Internet
}
\index
{
World-Wide Web
}
...
...
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