Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
536efa3f
Commit
536efa3f
authored
Feb 18, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added \label{} for logical addressing.
parent
6d233f44
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
16 deletions
+24
-16
Doc/lib/libundoc.tex
Doc/lib/libundoc.tex
+1
-0
Doc/lib/libunix.tex
Doc/lib/libunix.tex
+10
-8
Doc/lib/libwww.tex
Doc/lib/libwww.tex
+1
-0
Doc/libundoc.tex
Doc/libundoc.tex
+1
-0
Doc/libunix.tex
Doc/libunix.tex
+10
-8
Doc/libwww.tex
Doc/libwww.tex
+1
-0
No files found.
Doc/lib/libundoc.tex
View file @
536efa3f
\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
View file @
536efa3f
\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
View file @
536efa3f
\chapter
{
Internet and WWW Services
}
\nodename
{
Internet and WWW
}
\label
{
www
}
\index
{
WWW
}
\index
{
Internet
}
\index
{
World-Wide Web
}
...
...
Doc/libundoc.tex
View file @
536efa3f
\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
View file @
536efa3f
\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
View file @
536efa3f
\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