summaryrefslogtreecommitdiffstats
path: root/Lib/mimetypes.py
Commit message (Expand)AuthorAgeFilesLines
* gh-66543: Add mimetypes.guess_file_type() (GH-117258)Serhiy Storchaka2024-05-061-6/+28
* gh-101137: Add `text/x-rst` to `mimetypes` (#118593)Nikita Sobolev2024-05-051-0/+1
* gh-83505: Add markdown mimetype mapping (#17995)Ryan Batchelder2024-05-051-0/+2
* gh-97901 add missing text/rtf to mimetypes (GH-97902)Antonio2024-03-261-0/+1
* gh-66543: Fix mimetype.guess_type() (GH-117217)Serhiy Storchaka2024-03-261-1/+7
* gh-111741: Recognise image/webp as a standard format in the mimetypes module ...Nachtalb2024-01-311-1/+1
* bpo-45975: Simplify some while-loops with walrus operator (GH-29347)Nick Drozd2022-11-261-4/+1
* gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)Noam Cohen2022-10-071-2/+2
* bpo-45639: Add webp and avif image formats to mimetypes (#29259)kixorz2022-05-031-0/+2
* bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...Kumar Aditya2022-03-151-6/+4
* bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig (GH-23230)Dylan Van Assche2021-11-201-0/+4
* bpo-45411: Update mimetypes.py (GH-28792)Josephine-Marie2021-10-111-0/+2
* bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...Serhiy Storchaka2021-09-111-1/+1
* bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...Steve Dower2021-07-081-5/+22
* Remove duplicate mime type mapping .bmp -> image/x-ms-bmp (GH-26300)Andreas Jansson2021-05-291-1/+0
* bpo-43542: Add heif/heic formats in mimetypes (GH-24917)Ilya Stepin2021-03-201-0/+2
* bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287)Nathan Beals2021-03-031-0/+9
* bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2020-06-291-1/+1
* bpo-40626: Support HDF5 in mimetypes (GH-20042)MARK SCHWAB2020-06-111-0/+1
* bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)Karthikeyan Singaravelan2020-01-131-1/+5
* bpo-32021: Support brotli .br encoding in mimetypes (#12200)Philip McMahon2020-01-121-0/+1
* bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsi...Abhilash Raj2019-10-121-2/+1
* bpo-37305: add MIME type for Web App Manifest (#14199)Filip Š2019-09-111-0/+1
* bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15...Dong-hee Na2019-09-051-1/+2
* bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...David K. Hess2019-06-241-120/+131
* bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777)Mayank Asthana2018-10-101-1/+2
* bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)travisoneill2018-10-091-0/+1
* bpo-31715 Add mimetype for extension .mjs (#3908)Bradley Meck2018-10-081-0/+1
* bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)Cheryl Sabella2018-04-251-1/+1
* bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756)Nitish Chandra2017-12-081-1/+1
* bpo-31867: Remove duplicates in default mimetypes. (#4388)Henk-Jaap Wagenaar2017-11-171-4/+0
* bpo-30824: Add mimetype for .json (#3048)Nate Tangsurat2017-08-141-0/+1
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-3/+3
* Issue #27108: Add missing names to mimetypes.__all__, by Jacek KołodziejMartin Panter2016-06-061-2/+4
* Issue #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* Issue #22028: Ensure mimetypes will not open registry keys with embedded nullsSteve Dower2015-03-101-1/+2
* Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-3/+4
|\
| * Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-3/+4
* | Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-12/+14
|\ \ | |/
| * Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-10/+12
| * Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-041-0/+2
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-141-1/+1
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-2/+2
* | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Nadeem Vawda2012-10-281-0/+2
|/
* #15199: Fix JavaScript's default MIME type to application/javascriptPetri Lehtinen2012-08-201-1/+1
|\
| * #15199: Fix JavaScript's default MIME type to application/javascriptPetri Lehtinen2012-08-201-1/+1
* | Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by...Sandro Tosi2012-01-011-0/+2