Skip Montanaro
|
03d9014992
|
added a few more __all__ lists
test___all__.py: fail silently in check_all if the module can't be imported
|
2001-01-25 15:29:22 +00:00 |
Fred Drake
|
13a2c279c5
|
Untabify to pass the -tt test.
|
2000-02-10 17:17:14 +00:00 |
Fred Drake
|
c40c54782c
|
Map .js to application/x-javascript.
|
1999-05-20 12:52:04 +00:00 |
Fred Drake
|
cbd987040e
|
Added .rdf and .xsl as application/xml types. (.rdf is for the
Resource Description Framework, a metadata encoding, and .xsl is for
the Extensible Stylesheet Language.)
|
1999-03-11 16:04:04 +00:00 |
Guido van Rossum
|
1c5fb1cd1b
|
Make mimetypes.guess_type understand data URLs. (Sjoerd Mullender)
|
1998-10-12 15:12:28 +00:00 |
Fred Drake
|
c9132066e7
|
knownfiles: Add the default installation dirs for Apache
versions <= 1.2, >= 1.3.
|
1998-05-21 13:15:45 +00:00 |
Fred Drake
|
4941341858
|
guess_extension(): Revise documentation string to be more clear. If not
inited, call init().
|
1998-05-19 15:15:59 +00:00 |
Fred Drake
|
5109ffd607
|
guess_extension(): New function. Performs a reverse mapping from MIME type
to filename extension.
|
1998-05-18 16:27:20 +00:00 |
Fred Drake
|
3130b7a2a9
|
Fixed typo in docstring: suffixes_map --> suffix_map.
|
1998-05-18 16:05:24 +00:00 |
Guido van Rossum
|
7beaad4e75
|
Add file extension .xml, mapping it to text/xml.
|
1998-05-18 14:25:08 +00:00 |
Guido van Rossum
|
45e2fbc2e7
|
Mass check-in after untabifying all files that need it.
|
1998-03-26 21:13:24 +00:00 |
Guido van Rossum
|
ac8a9f3ee9
|
Handy utility to guess MIME type from extension.
|
1997-09-30 19:05:50 +00:00 |