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
*
actually remove the mimetools module
Benjamin Peterson
2008-06-12
1
-240/+0
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
1
-4/+4
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-4/+2
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-1/+1
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+4
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-2/+2
*
choose_boundary(): This no longer uses random, so stop importing it.
Tim Peters
2003-06-15
1
-1/+0
*
choose_boundary(): Incorporated a threadsafe incrementing counter, so that
Tim Peters
2003-06-15
1
-8/+22
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
1
-2/+2
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-2/+2
*
os was already imported in the module, no need to re-import
Neal Norwitz
2002-03-26
1
-1/+0
*
Only AttributeError can be raised in this situation - on systems without
Skip Montanaro
2002-03-23
1
-2/+2
*
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