summaryrefslogtreecommitdiff
path: root/Lib/mimetypes.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394)Miss Islington (bot)2017-09-061-0/+1
* Issue #19377: Add .svg to mimetypes.types_mapBerker Peksag2016-04-091-0/+2
* Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* Issue #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* Issue #22028: Ensure mimetypes will not open registry keys with embedded nullsSteve Dower2015-03-101-1/+4
* don't allow unicode into type_map on Windows (closes #21652)Benjamin Peterson2014-06-291-13/+16
* Issue #9291 Do not attempt to re-encode mimetype data read from registry in A...Tim Golden2014-04-271-24/+14
* Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-3/+4
* Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-14/+17
* Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-041-0/+2
* #15199: Fix JavaScript's default MIME type to application/javascriptPetri Lehtinen2012-08-201-1/+1
* #5301: re-add image/vnd.microsoft.icon per discussionR David Murray2012-03-261-0/+1
* Revert commit that was not a bugfix (#5301).Éric Araujo2011-11-041-1/+0
* #5301: add image/vnd.microsoft.icon (.ico) MIME typeSandro Tosi2011-08-211-0/+1
* Merged revisions 85774 via svnmerge fromBrian Curtin2010-10-211-12/+13
* Merged revisions 85497 via svnmerge fromAntoine Pitrou2010-10-141-4/+3
* No need to assign the results of expressions used only for side effects.Georg Brandl2010-02-061-1/+0
* Issue #4969: The mimetypes module now reads the MIME database fromAntoine Pitrou2009-11-151-1/+55
* Issue #5853: calling a function of the mimetypes module from several threadsAntoine Pitrou2009-04-271-15/+13
* fix a silly problem of caching gone wrong #5401Benjamin Peterson2009-03-021-4/+8
* Patch 1353 by Jacob Winther.Guido van Rossum2007-10-291-0/+1
* Add bz2 to content encodings.Georg Brandl2007-05-131-0/+2
* Bug #1202018: add some common mime.types locations.Georg Brandl2006-06-141-0/+4
* Whitespace normalization.Tim Peters2006-04-061-2/+2
* Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978)Anthony Baxter2006-04-061-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
* Added .rdf and .xsl as application/xml types. (.rdf is for theFred Drake1999-03-111-0/+2
* Make mimetypes.guess_type understand data URLs. (Sjoerd Mullender)Guido van Rossum1998-10-121-0/+21
* knownfiles: Add the default installation dirs for ApacheFred Drake1998-05-211-0/+2