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
/
mimetools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not hide a failure to create a temporary file; if it fails the work
Fred Drake
2001-02-23
1
-5/+1
*
added a few more __all__ lists
Skip Montanaro
2001-01-25
1
-0/+2
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-176/+176
*
Get rid of string functions.
Guido van Rossum
2000-12-15
1
-15/+14
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-3/+3
*
Return after writing 7bit or 8bit encodings. Closes bug 115712
Martin v. Löwis
2000-09-30
1
-2/+2
*
Skip Montanaro submits a simple patch that makes encode() and decode()
Guido van Rossum
2000-04-04
1
-0/+4
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-12/+13
*
Use random instead of whrandom.
Guido van Rossum
1998-05-20
1
-2/+2
*
Avoid using the obsolete rand module; and improve the randomness
Guido van Rossum
1998-04-11
1
-4/+3
*
Support uue and x-uue as short names for uuencode.
Guido van Rossum
1997-12-10
1
-2/+6
*
Use the modules base64, quopri, and uu, instead of external programs
Guido van Rossum
1997-07-11
1
-2/+22
*
Added getparamnames() to Message class -- return a list of all
Guido van Rossum
1996-10-04
1
-0/+8
*
Don't die when getuid() or getpid() aren't defined.
Guido van Rossum
1996-08-26
1
-2/+8
*
removed unused globals
Guido van Rossum
1996-05-28
1
-1/+1
*
add missing loop step to parseplist()
Guido van Rossum
1996-01-25
1
-0/+1
*
forget previous change (content-encoding)
Guido van Rossum
1995-08-29
1
-2/+1
*
encoding can be content-transfer-encoding or content-encoding
Guido van Rossum
1995-08-29
1
-1/+2
*
add seekable option to __init__
Guido van Rossum
1995-08-07
1
-2/+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-2/+76
*
* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum
1993-12-17
1
-3/+2
*
* More changes due to stricter argument passing rules
Guido van Rossum
1993-01-04
1
-1/+1
*
New modules mimetools and rfc822.
Guido van Rossum
1992-07-13
1
-0/+113