Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify to pass the -tt test. | Fred Drake | 2000-02-10 | 1 | -20/+20 |
* | Map .js to application/x-javascript. | Fred Drake | 1999-05-20 | 1 | -0/+1 |
* | Added .rdf and .xsl as application/xml types. (.rdf is for the | Fred Drake | 1999-03-11 | 1 | -0/+2 |
* | Make mimetypes.guess_type understand data URLs. (Sjoerd Mullender) | Guido van Rossum | 1998-10-12 | 1 | -0/+21 |
* | knownfiles: Add the default installation dirs for Apache | Fred Drake | 1998-05-21 | 1 | -0/+2 |
* | guess_extension(): Revise documentation string to be more clear. If not | Fred Drake | 1998-05-19 | 1 | -3/+6 |
* | guess_extension(): New function. Performs a reverse mapping from MIME type | Fred Drake | 1998-05-18 | 1 | -1/+18 |
* | Fixed typo in docstring: suffixes_map --> suffix_map. | Fred Drake | 1998-05-18 | 1 | -1/+1 |
* | Add file extension .xml, mapping it to text/xml. | Guido van Rossum | 1998-05-18 | 1 | -0/+1 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -25/+25 |
* | Handy utility to guess MIME type from extension. | Guido van Rossum | 1997-09-30 | 1 | -0/+190 |