index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
mailcap.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 80368-80369 via svnmerge from
Antoine Pitrou
2010-04-22
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Replaced .keys() with dictionary iterators
Raymond Hettinger
2002-06-02
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
*
Opening a file for reading can raise IOError, so only catch that.
Fred Drake
2001-05-11
*
String method conversion.
Eric S. Raymond
2001-02-09
*
a few more modules get __all__
Skip Montanaro
2001-01-24
*
Whitespace normalization.
Tim Peters
2001-01-14
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
*
Change by Andrew Kuchling (edited by Guido):
Guido van Rossum
1997-03-25
*
typo (cotinue -> continue)
Guido van Rossum
1996-08-26
*
Initial revision
Guido van Rossum
1995-09-30