COMMITS
/ Lib/mailcap.py June 3, 2022
P
gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
Petr Viktorin committed
April 26, 2022
V
gh-68966: Deprecate the mailcap module (#91951)
Victor Stinner committed
April 2, 2020
V
bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287)
Victor Stinner committed
September 10, 2016
R
#14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray committed
January 25, 2014
S
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka committed
S
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
August 27, 2011
April 22, 2010
A
Issue #8496: make mailcap.lookup() always return a list, rather than an iterator.
Antoine Pitrou committed
A
Fix mailcap.py built-in test.
Antoine Pitrou committed
February 11, 2007
G
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
June 2, 2002
R
Replaced .keys() with dictionary iterators
Raymond Hettinger committed
June 1, 2002
R
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger committed
May 11, 2001
F
Opening a file for reading can raise IOError, so only catch that.
Fred Drake committed
February 9, 2001
E
String method conversion.
Eric S. Raymond committed
January 24, 2001
S
a few more modules get __all__
Skip Montanaro committed
January 14, 2001
T
Whitespace normalization.
Tim Peters committed
December 12, 2000
F
Update the code to better reflect recommended style:
Fred Drake committed
February 4, 2000
G
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
March 25, 1997
G
Change by Andrew Kuchling (edited by Guido):
Guido van Rossum committed
August 26, 1996
G
typo (cotinue -> continue)
Guido van Rossum committed
September 30, 1995
G
Initial revision
Guido van Rossum committed