| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401) | Miss Islington (bot) | 2017-09-06 | 1 | -0/+1 |
* | Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 1 | -2/+4 |
* | Issue #16329: Add .webm to mimetypes.types_map | Berker Peksag | 2016-04-09 | 1 | -0/+1 |
* | Issue #13952: Add .csv to mimetypes.types_map | Berker Peksag | 2016-04-09 | 1 | -0/+1 |
* | Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls | Steve Dower | 2015-03-10 | 1 | -1/+2 |
* | Issue #20331: Fixed possible FD leaks in various modules: | Serhiy Storchaka | 2014-01-25 | 1 | -3/+4 |
|\ |
|
| * | Issue #20331: Fixed possible FD leaks in various modules: | Serhiy Storchaka | 2014-01-25 | 1 | -3/+4 |
* | | Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or... | Tim Golden | 2013-10-22 | 1 | -12/+14 |
|\ \
| |/ |
|
| * | Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or... | Tim Golden | 2013-10-22 | 1 | -10/+12 |
| * | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. | Serhiy Storchaka | 2013-05-04 | 1 | -0/+2 |
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-13 | 1 | -1/+1 |
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
* | | Get rig of EnvironmentError (#16705) | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
* | | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. | Nadeem Vawda | 2012-10-28 | 1 | -0/+2 |
|/ |
|
* | #15199: Fix JavaScript's default MIME type to application/javascript | Petri Lehtinen | 2012-08-20 | 1 | -1/+1 |
|\ |
|
| * | #15199: Fix JavaScript's default MIME type to application/javascript | Petri Lehtinen | 2012-08-20 | 1 | -1/+1 |
* | | Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by... | Sandro Tosi | 2012-01-01 | 1 | -0/+2 |
* | | (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8 | Victor Stinner | 2011-10-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, | Victor Stinner | 2011-10-14 | 1 | -1/+1 |
* | | Remove unused variable | Amaury Forgeot d'Arc | 2011-08-31 | 1 | -1/+0 |
|/ |
|
* | #5301: add image/vnd.microsoft.icon (.ico) MIME type | Sandro Tosi | 2011-08-21 | 1 | -0/+1 |
* | 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 |