| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix syntax typo | Éric Araujo | 2010-12-23 | 1 | -1/+1 |
|
|
* | Issue 10730: mimetypes module - add .svgz to mimetypes.suffix_map and .svg to... | Terry Reedy | 2010-12-23 | 1 | -1/+3 |
|
|
* | Fix r85774 editor fail. Had a dangling try and incorrect indent. | Brian Curtin | 2010-10-21 | 1 | -2/+1 |
|
|
* | Fix #10162: Add try/except around _winreg.OpenKey for keys that are | Brian Curtin | 2010-10-21 | 1 | -8/+10 |
|
|
* | Explicitly close some files (from issue #10093) | Antoine Pitrou | 2010-10-14 | 1 | -4/+3 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -1/+0 |
|
|
* | Merged revisions 76306 via svnmerge from | Antoine Pitrou | 2009-11-15 | 1 | -1/+47 |
|
|
* | Fix default value in docstring. | Georg Brandl | 2009-06-08 | 1 | -2/+2 |
|
|
* | Merged revisions 72045 via svnmerge from | Antoine Pitrou | 2009-04-27 | 1 | -15/+13 |
|
|
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 1 | -4/+8 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -2/+2 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -0/+1 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -0/+2 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -6/+6 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+4 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -156/+165 |
|
|
* | add two more extensions: | Fred Drake | 2005-03-15 | 1 | -0/+2 |
|
|
* | Remove self from the arguments for the function add_type(). | Walter Dörwald | 2003-12-19 | 1 | -1/+1 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -2/+2 |
|
|
* | guess_all_extensions(): Return the empty list instead of None when | Barry Warsaw | 2003-06-09 | 1 | -9/+6 |
|
|
* | Add Shockwave Flash. | Guido van Rossum | 2003-01-04 | 1 | -0/+1 |
|
|
* | Remove a list comprehension, because a loop over the list | Walter Dörwald | 2003-01-03 | 1 | -2/+1 |
|
|
* | Pass the strict argument from read() on to readfp(), so the | Walter Dörwald | 2003-01-03 | 1 | -1/+1 |
|
|
* | Fix read_mime_types() so that it returns a dict as documented. | Walter Dörwald | 2003-01-03 | 1 | -2/+2 |
|
|
* | Apply diff3.txt (plus additional documentation) | Walter Dörwald | 2002-09-06 | 1 | -38/+124 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -6/+6 |
|
|
* | Separate the script portion from the library portion; everything that | Fred Drake | 2001-12-05 | 1 | -17/+17 |
|
|
* | Applying proposed patch for bug #474583, optional support for | Barry Warsaw | 2001-10-25 | 1 | -132/+212 |
|
|
* | Patch #438790: Add additional mappings. | Martin v. Löwis | 2001-09-07 | 1 | -3/+36 |
|
|
* | Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls. | Ka-Ping Yee | 2001-08-18 | 1 | -0/+8 |
|
|
* | Another egregious error that copied the encodings info over the suffix | Fred Drake | 2001-08-16 | 1 | -1/+1 |
|
|
* | Bad bug: the MimeTypes.readfp() was supposed to take a file object as a | Fred Drake | 2001-08-16 | 1 | -2/+2 |
|
|
* | Refactor so that it is easier to work with alternate MIME types databases, | Fred Drake | 2001-08-03 | 1 | -67/+138 |
|
|
* | Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order. | Martin v. Löwis | 2001-06-05 | 1 | -1/+2 |
|
|
* | String method conversion. Added a trivial main to test it with. | Eric S. Raymond | 2001-02-09 | 1 | -7/+10 |
|
|
* | added a few more __all__ lists | Skip Montanaro | 2001-01-25 | 1 | -0/+2 |
|
|
* | 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 |
|
|