COMMITS
/ Lib/mimetypes.py May 12, 2026
May 4, 2026
H
gh-142389: Add backticks to stdlib argparse help to display in colour (#149384)
Hugo van Kemenade committed
C
gh-145917: Add MIME types for TTC and Haptics formats (#145918)
Charlie Lin committed
March 23, 2026
C
gh-145719: Add `.efi` file detection in `mimetypes` (#145720)
Charlie Lin committed
March 12, 2026
March 10, 2026
C
gh-145697: Add `.sql` and `.sqlite3` recognition in `mimetypes` (GH-145698)
Charlie Lin committed
January 26, 2026
F
gh-144212: Add `image/jxl` to `mimetypes` (GH-144213)
FooIbar committed
January 25, 2026
B
gh-144217: Add dicom support (medical imaging) to mimetypes (GH-144218)
benediktjohannes committed
November 17, 2025
S
gh-141018: Update `.exe`, `.dll`, `.rtf` and `.jpg` mime types in `mimetypes` (#141023)
Stan Ulbrych committed
November 12, 2025
S
gh-87710: Update mime type for ``.ai`` (#141239)
Stan Ulbrych committed
November 11, 2025
J
gh-140942: Add MIME type for .cjs extension (#140937)
John Franey committed
October 20, 2025
October 14, 2025
G
gh-139958: Add TOML MIME type (#139959)
Gil Forcada Codinachs committed
August 25, 2025
W
gh-136507: Fix mimetypes CLI to handle multiple file parameters (GH-136508)
Wulian233 committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
April 28, 2025
H
gh-129965: Add more missing MIME types (#132845)
Hugo van Kemenade committed
H
gh-75223: Deprecate undotted extensions in `mimetypes.MimeTypes.add_type` (#128638)
Hugo van Kemenade committed
April 21, 2025
С
gh-132054: Add ``application/yaml`` to ``mimetypes`` (#132056)
Саша Черных committed
April 8, 2025
B
gh-93096: fix `test_mimetypes.test_invocation_error` tests on iOS ARM64 (#132266)
Bénédikt Tran committed
B
gh-93096: fix `test_mimetypes.test_guess_type_conflicting_with_mimetypes` (#131408)
Bénédikt Tran committed
March 13, 2025
O
gh-93096: Make `mimetypes` CLI tool public (#93097)
Oleg Iarygin committed
February 21, 2025
H
gh-129965: Add missing MIME types (#129969)
Hugo van Kemenade committed
February 14, 2025
R
gh-128703: Fix mimetypes.guess_type for empty Content-Type in registry (GH-128854)
RUANG (James Roy) committed
November 21, 2024
H
gh-118761: Improve import time of `mimetypes` (#126979)
Hugo van Kemenade committed
November 18, 2024
H
gh-85957: Add missing MIME types for images with RFCs (#126966)
Hugo van Kemenade committed
November 12, 2024
S
gh-84852: Add MIME types for .eot, ,otf, .ttf, .woff and .woff2 fonts (#20199)
Sahil Prajapati committed
November 11, 2024
H
gh-89416: Add RFC 9559 MIME types for Matroska formats (#126412)
Hugo van Kemenade committed
August 7, 2024
X
Fix typos in comments and docstring (#122720)
Xie Yanbo committed
May 22, 2024
G
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas committed
May 6, 2024
S
gh-66543: Add mimetypes.guess_file_type() (GH-117258)
Serhiy Storchaka committed
May 5, 2024
N
gh-101137: Add `text/x-rst` to `mimetypes` (#118593)
Nikita Sobolev committed
R
gh-83505: Add markdown mimetype mapping (#17995)
Ryan Batchelder committed
March 26, 2024
A
gh-97901 add missing text/rtf to mimetypes (GH-97902)
Antonio committed
S
gh-66543: Fix mimetype.guess_type() (GH-117217)
Serhiy Storchaka committed
January 31, 2024
November 26, 2022
N
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd committed
October 7, 2022
N
gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)
Noam Cohen committed
May 3, 2022
K
bpo-45639: Add webp and avif image formats to mimetypes (#29259)
kixorz committed
March 15, 2022
K
November 20, 2021
D
bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig (GH-23230)
Dylan Van Assche committed
October 11, 2021
J
bpo-45411: Update mimetypes.py (GH-28792)
Josephine-Marie committed
September 11, 2021
S
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286)
Serhiy Storchaka committed
July 8, 2021
S
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059)
Steve Dower committed
May 29, 2021
A
Remove duplicate mime type mapping .bmp -> image/x-ms-bmp (GH-26300)
Andreas Jansson committed
March 20, 2021
I
bpo-43542: Add heif/heic formats in mimetypes (GH-24917)
Ilya Stepin committed
March 3, 2021
N
bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287)
Nathan Beals committed
June 29, 2020
S
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
June 11, 2020
M
bpo-40626: Support HDF5 in mimetypes (GH-20042)
MARK SCHWAB committed
January 13, 2020
K
bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)
Karthikeyan Singaravelan committed
January 12, 2020
P
bpo-32021: Support brotli .br encoding in mimetypes (#12200)
Philip McMahon committed