index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
mimetypes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-66543: Add mimetypes.guess_file_type() (GH-117258)
Serhiy Storchaka
2024-05-06
1
-6/+28
*
gh-101137: Add `text/x-rst` to `mimetypes` (#118593)
Nikita Sobolev
2024-05-05
1
-0/+1
*
gh-83505: Add markdown mimetype mapping (#17995)
Ryan Batchelder
2024-05-05
1
-0/+2
*
gh-97901 add missing text/rtf to mimetypes (GH-97902)
Antonio
2024-03-26
1
-0/+1
*
gh-66543: Fix mimetype.guess_type() (GH-117217)
Serhiy Storchaka
2024-03-26
1
-1/+7
*
gh-111741: Recognise image/webp as a standard format in the mimetypes module ...
Nachtalb
2024-01-31
1
-1/+1
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
1
-4/+1
*
gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)
Noam Cohen
2022-10-07
1
-2/+2
*
bpo-45639: Add webp and avif image formats to mimetypes (#29259)
kixorz
2022-05-03
1
-0/+2
*
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...
Kumar Aditya
2022-03-15
1
-6/+4
*
bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig (GH-23230)
Dylan Van Assche
2021-11-20
1
-0/+4
*
bpo-45411: Update mimetypes.py (GH-28792)
Josephine-Marie
2021-10-11
1
-0/+2
*
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...
Serhiy Storchaka
2021-09-11
1
-1/+1
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Steve Dower
2021-07-08
1
-5/+22
*
Remove duplicate mime type mapping .bmp -> image/x-ms-bmp (GH-26300)
Andreas Jansson
2021-05-29
1
-1/+0
*
bpo-43542: Add heif/heic formats in mimetypes (GH-24917)
Ilya Stepin
2021-03-20
1
-0/+2
*
bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287)
Nathan Beals
2021-03-03
1
-0/+9
*
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-06-29
1
-1/+1
*
bpo-40626: Support HDF5 in mimetypes (GH-20042)
MARK SCHWAB
2020-06-11
1
-0/+1
*
bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)
Karthikeyan Singaravelan
2020-01-13
1
-1/+5
*
bpo-32021: Support brotli .br encoding in mimetypes (#12200)
Philip McMahon
2020-01-12
1
-0/+1
*
bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsi...
Abhilash Raj
2019-10-12
1
-2/+1
*
bpo-37305: add MIME type for Web App Manifest (#14199)
Filip Š
2019-09-11
1
-0/+1
*
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15...
Dong-hee Na
2019-09-05
1
-1/+2
*
bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...
David K. Hess
2019-06-24
1
-120/+131
*
bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777)
Mayank Asthana
2018-10-10
1
-1/+2
*
bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)
travisoneill
2018-10-09
1
-0/+1
*
bpo-31715 Add mimetype for extension .mjs (#3908)
Bradley Meck
2018-10-08
1
-0/+1
*
bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)
Cheryl Sabella
2018-04-25
1
-1/+1
*
bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756)
Nitish Chandra
2017-12-08
1
-1/+1
*
bpo-31867: Remove duplicates in default mimetypes. (#4388)
Henk-Jaap Wagenaar
2017-11-17
1
-4/+0
*
bpo-30824: Add mimetype for .json (#3048)
Nate Tangsurat
2017-08-14
1
-0/+1
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-3/+3
*
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-14
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
[next]