summaryrefslogtreecommitdiff
path: root/Lib/mimetypes.py
Commit message (Expand)AuthorAgeFilesLines
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-2/+2
* Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Nadeem Vawda2012-10-281-0/+2
* #15199: Fix JavaScript's default MIME type to application/javascriptPetri Lehtinen2012-08-201-1/+2
|\
| * Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by...Sandro Tosi2012-01-011-0/+2
| * (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8Victor Stinner2011-10-141-1/+0
| |\
| | * Remove unused variableAmaury Forgeot d'Arc2011-08-311-1/+0
| | * #5301: add image/vnd.microsoft.icon (.ico) MIME typeSandro Tosi2011-08-211-0/+1
* | | #15199: Fix JavaScript's default MIME type to application/javascriptPetri Lehtinen2012-08-201-1/+1
|/ /
* | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,Victor Stinner2011-10-141-1/+1
* | #5301: add image/vnd.microsoft.icon (.ico) MIME typeSandro Tosi2011-08-211-0/+1
|/
* Fix syntax typoÉric Araujo2010-12-231-1/+1
* Issue 10730: mimetypes module - add .svgz to mimetypes.suffix_map and .svg to...Terry Reedy2010-12-231-1/+3
* Fix r85774 editor fail. Had a dangling try and incorrect indent.Brian Curtin2010-10-211-2/+1
* Fix #10162: Add try/except around _winreg.OpenKey for keys that areBrian Curtin2010-10-211-8/+10
* Explicitly close some files (from issue #10093)Antoine Pitrou2010-10-141-4/+3
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-1/+0
* Merged revisions 76306 via svnmerge fromAntoine Pitrou2009-11-151-1/+47
* Fix default value in docstring.Georg Brandl2009-06-081-2/+2
* Merged revisions 72045 via svnmerge fromAntoine Pitrou2009-04-271-15/+13
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-091-4/+8
* Make a new urllib package .Jeremy Hylton2008-06-181-2/+2
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-0/+1
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-0/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-156/+165
* add two more extensions:Fred Drake2005-03-151-0/+2
* Remove self from the arguments for the function add_type().Walter Dörwald2003-12-191-1/+1
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-2/+2
* guess_all_extensions(): Return the empty list instead of None whenBarry Warsaw2003-06-091-9/+6
* Add Shockwave Flash.Guido van Rossum2003-01-041-0/+1
* Remove a list comprehension, because a loop over the listWalter Dörwald2003-01-031-2/+1
* Pass the strict argument from read() on to readfp(), so theWalter Dörwald2003-01-031-1/+1
* Fix read_mime_types() so that it returns a dict as documented.Walter Dörwald2003-01-031-2/+2
* Apply diff3.txt (plus additional documentation)Walter Dörwald2002-09-061-38/+124
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-6/+6
* Separate the script portion from the library portion; everything thatFred Drake2001-12-051-17/+17
* Applying proposed patch for bug #474583, optional support forBarry Warsaw2001-10-251-132/+212
* Patch #438790: Add additional mappings.Martin v. Löwis2001-09-071-3/+36
* Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls.Ka-Ping Yee2001-08-181-0/+8
* Another egregious error that copied the encodings info over the suffixFred Drake2001-08-161-1/+1
* Bad bug: the MimeTypes.readfp() was supposed to take a file object as aFred Drake2001-08-161-2/+2
* Refactor so that it is easier to work with alternate MIME types databases,Fred Drake2001-08-031-67/+138
* Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order.Martin v. Löwis2001-06-051-1/+2
* String method conversion. Added a trivial main to test it with.Eric S. Raymond2001-02-091-7/+10
* added a few more __all__ listsSkip Montanaro2001-01-251-0/+2
* Untabify to pass the -tt test.Fred Drake2000-02-101-20/+20
* Map .js to application/x-javascript.Fred Drake1999-05-201-0/+1