History log of /external/python/cpython2/Lib/mailcap.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1adbacfd1c80f4f724c5d515e48a518d0b1be2dd 25-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #20331: Fixed possible FD leaks in various modules:
SimpleHTTPServer, imghdr, mailcap, mimetypes, xml.etree.
/external/python/cpython2/Lib/mailcap.py
e0d4972acc8cfd4b8fb16c074a8031e50fab0f29 02-Jun-2002 Raymond Hettinger <python@rcn.com> Replaced .keys() with dictionary iterators
/external/python/cpython2/Lib/mailcap.py
54f0222547b1e92cd018ef132307a6f793dc9505 01-Jun-2002 Raymond Hettinger <python@rcn.com> SF 563203. Replaced 'has_key()' with 'in'.
/external/python/cpython2/Lib/mailcap.py
776d39e2c7786ddef5df12b35582069fc94f3979 11-May-2001 Fred Drake <fdrake@acm.org> Opening a file for reading can raise IOError, so only catch that.
/external/python/cpython2/Lib/mailcap.py
0c03cc203f45b6be20b9bc61833da98ec22be6f2 09-Feb-2001 Eric S. Raymond <esr@thyrsus.com> String method conversion.
/external/python/cpython2/Lib/mailcap.py
17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b 24-Jan-2001 Skip Montanaro <skip@pobox.com> a few more modules get __all__
/external/python/cpython2/Lib/mailcap.py
07e99cb77406e1bc84606f49b743e41b0de8a6d5 15-Jan-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/mailcap.py
8152d32375c40bba9ccbe43b780ebe96d9617781 13-Dec-2000 Fred Drake <fdrake@acm.org> Update the code to better reflect recommended style:

Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
/external/python/cpython2/Lib/mailcap.py
54f22ed30bab2e64909ba2d79205cb4b87c69db2 04-Feb-2000 Guido van Rossum <guido@python.org> More trivial comment -> docstring transformations by Ka-Ping Yee,
who writes:

Here is batch 2, as a big collection of CVS context diffs.
Along with moving comments into docstrings, i've added a
couple of missing docstrings and attempted to make sure more
module docstrings begin with a one-line summary.

I did not add docstrings to the methods in profile.py for
fear of upsetting any careful optimizations there, though
i did move class documentation into class docstrings.

The convention i'm using is to leave credits/version/copyright
type of stuff in # comments, and move the rest of the descriptive
stuff about module usage into module docstrings. Hope this is
okay.
/external/python/cpython2/Lib/mailcap.py
45e2fbc2e70ef28b1f0327207f33dab3a4e825c5 26-Mar-1998 Guido van Rossum <guido@python.org> Mass check-in after untabifying all files that need it.
/external/python/cpython2/Lib/mailcap.py
bfc3944bfdcdc996ab27e3200163b1210ec6fc5e 25-Mar-1997 Guido van Rossum <guido@python.org> Change by Andrew Kuchling (edited by Guido):

Removed unused import tempfile.

Added some docstrings.
/external/python/cpython2/Lib/mailcap.py
cfd89355effb265291048c517c6b811ffc35673e 26-Aug-1996 Guido van Rossum <guido@python.org> typo (cotinue -> continue)
/external/python/cpython2/Lib/mailcap.py
8988fb239b270dd97c4b38267bf1698635edbc29 30-Sep-1995 Guido van Rossum <guido@python.org> Initial revision
/external/python/cpython2/Lib/mailcap.py