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
57657bce
Commit
57657bce
authored
Dec 01, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Moshe Zadka's email address to one works and might last a while.
parent
e4dad905
Changes
24
Show whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
24 additions
and
24 deletions
+24
-24
Doc/lib/libcgihttp.tex
Doc/lib/libcgihttp.tex
+1
-1
Doc/lib/libcmp.tex
Doc/lib/libcmp.tex
+1
-1
Doc/lib/libcmpcache.tex
Doc/lib/libcmpcache.tex
+1
-1
Doc/lib/libcodeop.tex
Doc/lib/libcodeop.tex
+1
-1
Doc/lib/libcurses.tex
Doc/lib/libcurses.tex
+1
-1
Doc/lib/libdircache.tex
Doc/lib/libdircache.tex
+1
-1
Doc/lib/libdl.tex
Doc/lib/libdl.tex
+1
-1
Doc/lib/libfilecmp.tex
Doc/lib/libfilecmp.tex
+1
-1
Doc/lib/libfpformat.tex
Doc/lib/libfpformat.tex
+1
-1
Doc/lib/liblinecache.tex
Doc/lib/liblinecache.tex
+1
-1
Doc/lib/libmutex.tex
Doc/lib/libmutex.tex
+1
-1
Doc/lib/libnew.tex
Doc/lib/libnew.tex
+1
-1
Doc/lib/libnis.tex
Doc/lib/libnis.tex
+1
-1
Doc/lib/libpipes.tex
Doc/lib/libpipes.tex
+1
-1
Doc/lib/libpty.tex
Doc/lib/libpty.tex
+1
-1
Doc/lib/librlcompleter.tex
Doc/lib/librlcompleter.tex
+1
-1
Doc/lib/libsched.tex
Doc/lib/libsched.tex
+1
-1
Doc/lib/libsimplehttp.tex
Doc/lib/libsimplehttp.tex
+1
-1
Doc/lib/libstatcache.tex
Doc/lib/libstatcache.tex
+1
-1
Doc/lib/libstatvfs.tex
Doc/lib/libstatvfs.tex
+1
-1
Doc/lib/libsunau.tex
Doc/lib/libsunau.tex
+1
-1
Doc/lib/libtty.tex
Doc/lib/libtty.tex
+1
-1
Doc/lib/libturtle.tex
Doc/lib/libturtle.tex
+1
-1
Doc/lib/libwave.tex
Doc/lib/libwave.tex
+1
-1
No files found.
Doc/lib/libcgihttp.tex
View file @
57657bce
...
...
@@ -4,7 +4,7 @@
\declaremodule
{
standard
}{
CGIHTTPServer
}
\platform
{
Unix
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
This module provides a request handler for HTTP servers
which can run CGI scripts.
}
...
...
Doc/lib/libcmp.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
File comparisons
}
\declaremodule
{
standard
}{
cmp
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Compare files very efficiently.
}
% XXX check version number before release!
...
...
Doc/lib/libcmpcache.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
Efficient file comparisons
}
\declaremodule
{
standard
}{
cmpcache
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Compare files very efficiently.
}
% XXX check version number before release!
...
...
Doc/lib/libcodeop.tex
View file @
57657bce
...
...
@@ -4,7 +4,7 @@
% LaTeXed from excellent doc-string.
\declaremodule
{
standard
}{
codeop
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Compile (possibly incomplete) Python code.
}
The
\module
{
codeop
}
module provides a function to compile Python code
...
...
Doc/lib/libcurses.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
Terminal handling for character-cell displays
}
\declaremodule
{
standard
}{
curses
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\sectionauthor
{
Eric Raymond
}{
esr@thyrsus.com
}
\modulesynopsis
{
An interface to the curses library, providing portable
terminal handling.
}
...
...
Doc/lib/libdircache.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
Cached directory listings
}
\declaremodule
{
standard
}{
dircache
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Return directory listing, with cache mechanism.
}
The
\module
{
dircache
}
module defines a function for reading directory listing
...
...
Doc/lib/libdl.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
Call C functions in shared objects
}
\declaremodule
{
extension
}{
dl
}
\platform
{
Unix
}
%?????????? Anyone????????????
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Call C functions in shared objects.
}
The
\module
{
dl
}
module defines an interface to the
...
...
Doc/lib/libfilecmp.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
File and Directory Comparisons
}
\declaremodule
{
standard
}{
filecmp
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Compare files efficiently.
}
...
...
Doc/lib/libfpformat.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
Floating point conversions
}
\declaremodule
{
standard
}{
fpformat
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
General floating point formatting functions.
}
...
...
Doc/lib/liblinecache.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
Random access to text lines
}
\declaremodule
{
standard
}{
linecache
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
This module provides random access to individual lines
from text files.
}
...
...
Doc/lib/libmutex.tex
View file @
57657bce
...
...
@@ -3,7 +3,7 @@
Mutual exclusion support
}
\declaremodule
{
standard
}{
mutex
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Lock and queue for mutual exclusion.
}
The
\module
{
mutex
}
defines a class that allows mutual-exclusion
...
...
Doc/lib/libnew.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
Creation of runtime internal objects
}
\declaremodule
{
builtin
}{
new
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Interface to the creation of runtime implementation objects.
}
...
...
Doc/lib/libnis.tex
View file @
57657bce
...
...
@@ -4,7 +4,7 @@
\declaremodule
{
extension
}{
nis
}
\platform
{
UNIX
}
\moduleauthor
{
Fred Gansevles
}{
Fred.Gansevles@cs.utwente.nl
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Interface to Sun's NIS (a.k.a. Yellow Pages) library.
}
The
\module
{
nis
}
module gives a thin wrapper around the NIS library, useful
...
...
Doc/lib/libpipes.tex
View file @
57657bce
...
...
@@ -3,7 +3,7 @@
\declaremodule
{
standard
}{
pipes
}
\platform
{
Unix
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
A Python interface to
\UNIX
{}
shell pipelines.
}
...
...
Doc/lib/libpty.tex
View file @
57657bce
...
...
@@ -4,7 +4,7 @@
\platform
{
IRIX, Linux
}
\modulesynopsis
{
Pseudo-Terminal Handling for SGI and Linux.
}
\moduleauthor
{
Steen Lumholt
}{}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
The
\module
{
pty
}
module defines operations for handling the
...
...
Doc/lib/librlcompleter.tex
View file @
57657bce
...
...
@@ -3,7 +3,7 @@
\declaremodule
{
standard
}{
rlcompleter
}
\platform
{
Unix
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Python identifier completion for the GNU readline library.
}
The
\module
{
rlcompleter
}
module defines a completion function for
...
...
Doc/lib/libsched.tex
View file @
57657bce
...
...
@@ -4,7 +4,7 @@
% LaTeXed and enhanced from comments in file
\declaremodule
{
standard
}{
sched
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
General purpose event scheduler.
}
The
\module
{
sched
}
module defines a class which implements a general
...
...
Doc/lib/libsimplehttp.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
Simple HTTP request handler
}
\declaremodule
{
standard
}{
SimpleHTTPServer
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
This module provides a basic request handler for HTTP
servers.
}
...
...
Doc/lib/libstatcache.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
An optimization of
\function
{
os.stat()
}}
\declaremodule
{
standard
}{
statcache
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Stat files, and remember results.
}
The
\module
{
statcache
}
module provides a simple optimization to
...
...
Doc/lib/libstatvfs.tex
View file @
57657bce
...
...
@@ -3,7 +3,7 @@
\declaremodule
{
standard
}{
statvfs
}
% LaTeX'ed from comments in module
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Constants for interpreting the result of
\function
{
os.statvfs()
}
.
}
...
...
Doc/lib/libsunau.tex
View file @
57657bce
...
...
@@ -2,7 +2,7 @@
Read and write Sun AU files
}
\declaremodule
{
standard
}{
sunau
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Provide an interface to the Sun AU sound format.
}
The
\module
{
sunau
}
module provides a convenient interface to the Sun
...
...
Doc/lib/libtty.tex
View file @
57657bce
...
...
@@ -4,7 +4,7 @@
\declaremodule
{
standard
}{
tty
}
\platform
{
Unix
}
\moduleauthor
{
Steen Lumholt
}{}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Utility functions that perform common terminal control
operations.
}
...
...
Doc/lib/libturtle.tex
View file @
57657bce
...
...
@@ -6,7 +6,7 @@
\moduleauthor
{
Guido van Rossum
}{
guido@python.org
}
\modulesynopsis
{
An environment for turtle graphics.
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
The
\module
{
turtle
}
module provides turtle graphics primitives, in both an
...
...
Doc/lib/libwave.tex
View file @
57657bce
...
...
@@ -3,7 +3,7 @@
Read and write WAV files
}
\declaremodule
{
standard
}{
wave
}
\sectionauthor
{
Moshe Zadka
}{
m
zadka@geocities.com
}
\sectionauthor
{
Moshe Zadka
}{
m
oshez@zadka.site.co.il
}
\modulesynopsis
{
Provide an interface to the WAV sound format.
}
The
\module
{
wave
}
module provides a convenient interface to the WAV sound
...
...
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