summaryrefslogtreecommitdiff
path: root/Lib/mimetools.py
Commit message (Expand)AuthorAgeFilesLines
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-1/+1
* Move test.test_support.catch_warning() to the warnings module, rename itBrett Cannon2008-09-021-4/+5
* Silence the DeprecationWarning of rfc822 triggered by its importation inBrett Cannon2008-08-141-1/+5
* fix test_py3kwarnsBenjamin Peterson2008-07-141-1/+2
* deprecated mimetoolsBenjamin Peterson2008-06-121-0/+3
* Bug #1250170, Patch #1462230: handle socket.gethostname()Georg Brandl2006-03-311-1/+4
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* choose_boundary(): This no longer uses random, so stop importing it.Tim Peters2003-06-151-1/+0
* choose_boundary(): Incorporated a threadsafe incrementing counter, so thatTim Peters2003-06-151-8/+22
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+2
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-2/+2
* os was already imported in the module, no need to re-importNeal Norwitz2002-03-261-1/+0
* Only AttributeError can be raised in this situation - on systems withoutSkip Montanaro2002-03-231-2/+2
* Do not hide a failure to create a temporary file; if it fails the workFred Drake2001-02-231-5/+1
* added a few more __all__ listsSkip Montanaro2001-01-251-0/+2
* Whitespace normalization.Tim Peters2001-01-141-176/+176
* Get rid of string functions.Guido van Rossum2000-12-151-15/+14
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
* Return after writing 7bit or 8bit encodings. Closes bug 115712Martin v. Löwis2000-09-301-2/+2
* Skip Montanaro submits a simple patch that makes encode() and decode()Guido van Rossum2000-04-041-0/+4
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-12/+13
* Use random instead of whrandom.Guido van Rossum1998-05-201-2/+2
* Avoid using the obsolete rand module; and improve the randomnessGuido van Rossum1998-04-111-4/+3
* Support uue and x-uue as short names for uuencode.Guido van Rossum1997-12-101-2/+6
* Use the modules base64, quopri, and uu, instead of external programsGuido van Rossum1997-07-111-2/+22
* Added getparamnames() to Message class -- return a list of allGuido van Rossum1996-10-041-0/+8
* Don't die when getuid() or getpid() aren't defined.Guido van Rossum1996-08-261-2/+8
* removed unused globalsGuido van Rossum1996-05-281-1/+1
* add missing loop step to parseplist()Guido van Rossum1996-01-251-0/+1
* forget previous change (content-encoding)Guido van Rossum1995-08-291-2/+1
* encoding can be content-transfer-encoding or content-encodingGuido van Rossum1995-08-291-1/+2
* add seekable option to __init__Guido van Rossum1995-08-071-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-2/+76
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+2
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-041-1/+1
* New modules mimetools and rfc822.Guido van Rossum1992-07-131-0/+113