aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/mimetypes.py
Commit message (Expand)AuthorAge
* Merged revisions 85497 via svnmerge fromAntoine Pitrou2010-10-14
* Fix default value in docstring.Georg Brandl2009-06-08
* Merged revisions 72045 via svnmerge fromAntoine Pitrou2009-04-27
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-09
* Make a new urllib package .Jeremy Hylton2008-06-18
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-01
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-14
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* add two more extensions:Fred Drake2005-03-15
* Remove self from the arguments for the function add_type().Walter Dörwald2003-12-19
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-20
* guess_all_extensions(): Return the empty list instead of None whenBarry Warsaw2003-06-09
* Add Shockwave Flash.Guido van Rossum2003-01-04
* Remove a list comprehension, because a loop over the listWalter Dörwald2003-01-03
* Pass the strict argument from read() on to readfp(), so theWalter Dörwald2003-01-03
* Fix read_mime_types() so that it returns a dict as documented.Walter Dörwald2003-01-03
* Apply diff3.txt (plus additional documentation)Walter Dörwald2002-09-06
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-01
* Separate the script portion from the library portion; everything thatFred Drake2001-12-05
* Applying proposed patch for bug #474583, optional support forBarry Warsaw2001-10-25
* Patch #438790: Add additional mappings.Martin v. Löwis2001-09-07
* Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls.Ka-Ping Yee2001-08-18
* Another egregious error that copied the encodings info over the suffixFred Drake2001-08-16
* Bad bug: the MimeTypes.readfp() was supposed to take a file object as aFred Drake2001-08-16
* Refactor so that it is easier to work with alternate MIME types databases,Fred Drake2001-08-03
* Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order.Martin v. Löwis2001-06-05
* String method conversion. Added a trivial main to test it with.Eric S. Raymond2001-02-09
* added a few more __all__ listsSkip Montanaro2001-01-25
* Untabify to pass the -tt test.Fred Drake2000-02-10
* Map .js to application/x-javascript.Fred Drake1999-05-20
* Added .rdf and .xsl as application/xml types. (.rdf is for theFred Drake1999-03-11
* Make mimetypes.guess_type understand data URLs. (Sjoerd Mullender)Guido van Rossum1998-10-12
* knownfiles: Add the default installation dirs for ApacheFred Drake1998-05-21
* guess_extension(): Revise documentation string to be more clear. If notFred Drake1998-05-19
* guess_extension(): New function. Performs a reverse mapping from MIME typeFred Drake1998-05-18
* Fixed typo in docstring: suffixes_map --> suffix_map.Fred Drake1998-05-18
* Add file extension .xml, mapping it to text/xml.Guido van Rossum1998-05-18
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Handy utility to guess MIME type from extension.Guido van Rossum1997-09-30