Update Moshe Zadka's email address to one works and might last a while.
This commit is contained in:
parent
e4dad905d4
commit
57657bce94
|
@ -4,7 +4,7 @@
|
|||
|
||||
\declaremodule{standard}{CGIHTTPServer}
|
||||
\platform{Unix}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{This module provides a request handler for HTTP servers
|
||||
which can run CGI scripts.}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
File comparisons}
|
||||
|
||||
\declaremodule{standard}{cmp}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Compare files very efficiently.}
|
||||
|
||||
% XXX check version number before release!
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Efficient file comparisons}
|
||||
|
||||
\declaremodule{standard}{cmpcache}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Compare files very efficiently.}
|
||||
|
||||
% XXX check version number before release!
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
% LaTeXed from excellent doc-string.
|
||||
|
||||
\declaremodule{standard}{codeop}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Compile (possibly incomplete) Python code.}
|
||||
|
||||
The \module{codeop} module provides a function to compile Python code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Terminal handling for character-cell displays}
|
||||
|
||||
\declaremodule{standard}{curses}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\sectionauthor{Eric Raymond}{esr@thyrsus.com}
|
||||
\modulesynopsis{An interface to the curses library, providing portable
|
||||
terminal handling.}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Cached directory listings}
|
||||
|
||||
\declaremodule{standard}{dircache}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Return directory listing, with cache mechanism.}
|
||||
|
||||
The \module{dircache} module defines a function for reading directory listing
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Call C functions in shared objects}
|
||||
\declaremodule{extension}{dl}
|
||||
\platform{Unix} %?????????? Anyone????????????
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Call C functions in shared objects.}
|
||||
|
||||
The \module{dl} module defines an interface to the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
File and Directory Comparisons}
|
||||
|
||||
\declaremodule{standard}{filecmp}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Compare files efficiently.}
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Floating point conversions}
|
||||
|
||||
\declaremodule{standard}{fpformat}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{General floating point formatting functions.}
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Random access to text lines}
|
||||
|
||||
\declaremodule{standard}{linecache}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{This module provides random access to individual lines
|
||||
from text files.}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Mutual exclusion support}
|
||||
|
||||
\declaremodule{standard}{mutex}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Lock and queue for mutual exclusion.}
|
||||
|
||||
The \module{mutex} defines a class that allows mutual-exclusion
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Creation of runtime internal objects}
|
||||
|
||||
\declaremodule{builtin}{new}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Interface to the creation of runtime implementation objects.}
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\declaremodule{extension}{nis}
|
||||
\platform{UNIX}
|
||||
\moduleauthor{Fred Gansevles}{Fred.Gansevles@cs.utwente.nl}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
\declaremodule{standard}{pipes}
|
||||
\platform{Unix}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{A Python interface to \UNIX{} shell pipelines.}
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\platform{IRIX, Linux}
|
||||
\modulesynopsis{Pseudo-Terminal Handling for SGI and Linux.}
|
||||
\moduleauthor{Steen Lumholt}{}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
|
||||
|
||||
The \module{pty} module defines operations for handling the
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
\declaremodule{standard}{rlcompleter}
|
||||
\platform{Unix}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Python identifier completion for the GNU readline library.}
|
||||
|
||||
The \module{rlcompleter} module defines a completion function for
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
% LaTeXed and enhanced from comments in file
|
||||
|
||||
\declaremodule{standard}{sched}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{General purpose event scheduler.}
|
||||
|
||||
The \module{sched} module defines a class which implements a general
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Simple HTTP request handler}
|
||||
|
||||
\declaremodule{standard}{SimpleHTTPServer}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{This module provides a basic request handler for HTTP
|
||||
servers.}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
An optimization of \function{os.stat()}}
|
||||
|
||||
\declaremodule{standard}{statcache}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Stat files, and remember results.}
|
||||
|
||||
The \module{statcache} module provides a simple optimization to
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
\declaremodule{standard}{statvfs}
|
||||
% LaTeX'ed from comments in module
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Constants for interpreting the result of
|
||||
\function{os.statvfs()}.}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Read and write Sun AU files}
|
||||
|
||||
\declaremodule{standard}{sunau}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\declaremodule{standard}{tty}
|
||||
\platform{Unix}
|
||||
\moduleauthor{Steen Lumholt}{}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
\modulesynopsis{Utility functions that perform common terminal control
|
||||
operations.}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
\moduleauthor{Guido van Rossum}{guido@python.org}
|
||||
\modulesynopsis{An environment for turtle graphics.}
|
||||
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
|
||||
|
||||
|
||||
The \module{turtle} module provides turtle graphics primitives, in both an
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Read and write WAV files}
|
||||
|
||||
\declaremodule{standard}{wave}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Moshe Zadka}{moshez@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
|
||||
|
|
Loading…
Reference in New Issue