summaryrefslogtreecommitdiff
path: root/Lib/mimetypes.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* guess_extension(): Revise documentation string to be more clear. If notFred Drake1998-05-191-3/+6
* guess_extension(): New function. Performs a reverse mapping from MIME typeFred Drake1998-05-181-1/+18
* Fixed typo in docstring: suffixes_map --> suffix_map.Fred Drake1998-05-181-1/+1
* Add file extension .xml, mapping it to text/xml.Guido van Rossum1998-05-181-0/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-25/+25
* Handy utility to guess MIME type from extension.Guido van Rossum1997-09-301-0/+190