multifile.py -- make each part of a multipart message ``feel'' like
-base64.py -- Conversions to/from base64 transport encoding
-
mailbox.py -- handle Unix style, MMDF style, and MH style mailboxes
-quopri.py -- Conversions to/from quoted-printable transport encoding
-
\section{Miscellaneous useful utilities}
Some of these are very old and/or not very robust; marked with ``hmm''.
-fnmatch.py -- filename globbing (low level interface)
-
calendar.py -- Calendar printing functions
cmp.py -- Efficiently compare files
pipes.py -- Conversion pipeline templates (hmm)
-popen2.py -- improved popen? (read AND write simultaneously) (hmm)
+popen2.py -- improved popen, can read AND write simultaneously
statcache.py -- Maintain a cache of file stats
dbhash.py -- (g)dbm-like wrapper for bsdhash.hashopen
-dumbdbm.py -- A dumb and slow but simple dbm clone (anydbm's last
-resort)
-
mhlib.py -- MH interface
pty.py -- Pseudo terminal utilities
mutex.py -- Mutual exclusion -- for use with module sched
-packmail.py -- create a self-unpacking \Unix{} shell archive
+packmail.py -- create a self-unpacking \UNIX{} shell archive
poly.py -- Polynomials
timingmodule.c -- Measure time intervals to high resolution (obsolete
-- use time.clock() instead).
+resource.c -- Interface to getrusage() and friends.
+
The following are SGI specific:
clmodule.c -- Interface to the SGI compression library.
multifile.py -- make each part of a multipart message ``feel'' like
-base64.py -- Conversions to/from base64 transport encoding
-
mailbox.py -- handle Unix style, MMDF style, and MH style mailboxes
-quopri.py -- Conversions to/from quoted-printable transport encoding
-
\section{Miscellaneous useful utilities}
Some of these are very old and/or not very robust; marked with ``hmm''.
-fnmatch.py -- filename globbing (low level interface)
-
calendar.py -- Calendar printing functions
cmp.py -- Efficiently compare files
pipes.py -- Conversion pipeline templates (hmm)
-popen2.py -- improved popen? (read AND write simultaneously) (hmm)
+popen2.py -- improved popen, can read AND write simultaneously
statcache.py -- Maintain a cache of file stats
dbhash.py -- (g)dbm-like wrapper for bsdhash.hashopen
-dumbdbm.py -- A dumb and slow but simple dbm clone (anydbm's last
-resort)
-
mhlib.py -- MH interface
pty.py -- Pseudo terminal utilities
mutex.py -- Mutual exclusion -- for use with module sched
-packmail.py -- create a self-unpacking \Unix{} shell archive
+packmail.py -- create a self-unpacking \UNIX{} shell archive
poly.py -- Polynomials
timingmodule.c -- Measure time intervals to high resolution (obsolete
-- use time.clock() instead).
+resource.c -- Interface to getrusage() and friends.
+
The following are SGI specific:
clmodule.c -- Interface to the SGI compression library.