index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
mailcap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
1
-3/+25
*
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka
2014-01-25
1
-2/+2
|
\
|
*
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka
2014-01-25
1
-2/+2
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1/+1
|
/
*
Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not...
Nick Coghlan
2011-08-27
1
-3/+3
*
Issue #8496: make mailcap.lookup() always return a list, rather than an itera...
Antoine Pitrou
2010-04-22
1
-1/+1
*
Fix mailcap.py built-in test.
Antoine Pitrou
2010-04-22
1
-4/+2
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-12/+12
*
Replaced .keys() with dictionary iterators
Raymond Hettinger
2002-06-02
1
-3/+3
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-9/+9
*
Opening a file for reading can raise IOError, so only catch that.
Fred Drake
2001-05-11
1
-1/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-13/+12
*
a few more modules get __all__
Skip Montanaro
2001-01-24
1
-0/+1
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-3/+3
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-2/+2
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-2/+19
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-128/+128
*
Change by Andrew Kuchling (edited by Guido):
Guido van Rossum
1997-03-25
1
-17/+32
*
typo (cotinue -> continue)
Guido van Rossum
1996-08-26
1
-1/+1
*
Initial revision
Guido van Rossum
1995-09-30
1
-0/+223