summaryrefslogtreecommitdiff
path: root/Lib/mailcap.py
Commit message (Expand)AuthorAgeFilesLines
* #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-091-3/+25
* Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-1/+1
|\
| * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-2/+2
|/
* Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not...Nick Coghlan2011-08-281-3/+3
* Merged revisions 80368-80369 via svnmerge fromAntoine Pitrou2010-04-221-5/+3
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-12/+12
* Replaced .keys() with dictionary iteratorsRaymond Hettinger2002-06-021-3/+3
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-9/+9
* Opening a file for reading can raise IOError, so only catch that.Fred Drake2001-05-111-1/+1
* String method conversion.Eric S. Raymond2001-02-091-13/+12
* a few more modules get __all__Skip Montanaro2001-01-241-0/+1
* Whitespace normalization.Tim Peters2001-01-141-3/+3
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-2/+19
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-128/+128
* Change by Andrew Kuchling (edited by Guido):Guido van Rossum1997-03-251-17/+32
* typo (cotinue -> continue)Guido van Rossum1996-08-261-1/+1
* Initial revisionGuido van Rossum1995-09-301-0/+223