Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-129965: Add more missing MIME types#132845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hugovk merged 14 commits intopython:mainfromhugovk:3.14-more-mimetypes
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
75d2cd4
Add mimetype: RAR application/vnd.rar (.rar)
hugovkApr 23, 2025
d024794
Add mimetype: PHP application/x-httpd-php (.php)
hugovkApr 23, 2025
8c3dffa
Add mimetype: Android Package application/vnd.android.package-archive…
hugovkApr 23, 2025
8ddd3dc
Add mimetype: M4V video/x-m4v (.m4v)
hugovkApr 23, 2025
51ccdbe
Add mimetype: 7z application/x-7z-compressed (.7z)
hugovkApr 23, 2025
8c5efb8
Add mimetype: RFC 6713: Add gzip application/gzip (.gz)
hugovkApr 23, 2025
11528bf
Add mimetype: RPM application/x-rpm (.rpm)
hugovkApr 23, 2025
90c035d
Add mimetype: Windows Media Video video/x-ms-wmv (.wmv)
hugovkApr 23, 2025
40c07bd
Add mimetype: deb application/x-debian-package (.deb)
hugovkApr 23, 2025
f96d32d
Add mimetype: glTF binary model/gltf-binary (.glb)
hugovkApr 23, 2025
f9b0522
Add mimetype: glTF JSON/ASCII model/gltf+json (.gltf)
hugovkApr 23, 2025
68cbb31
Add mimetype: Add STL model/stl (.stl)
hugovkApr 23, 2025
f4332ed
Add blurb
hugovkApr 23, 2025
4a0bdb2
Sort list
hugovkApr 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Add mimetype: deb application/x-debian-package (.deb)
  • Loading branch information
@hugovk
hugovk committedApr 23, 2025
commit40c07bdfb2ca193ede5f31dfda29ee29f3e2aa6a
1 change: 1 addition & 0 deletionsDoc/whatsnew/3.14.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -970,6 +970,7 @@ mimetypes
* Add 7z ``application/x-7z-compressed`` (``.7z``)
* Add Android Package ``application/vnd.android.package-archive`` (``.apk``)
when not strict
* Add deb ``application/x-debian-package`` (``.deb``)
* Add M4V ``video/x-m4v`` (``.m4v``)
* Add PHP ``application/x-httpd-php`` (``.php``)
* Add RAR ``application/vnd.rar`` (``.rar``)
Expand Down
1 change: 1 addition & 0 deletionsLib/mimetypes.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -512,6 +512,7 @@ def _default_mime_types():
'.bcpio' : 'application/x-bcpio',
'.cpio' : 'application/x-cpio',
'.csh' : 'application/x-csh',
'.deb' : 'application/x-debian-package',
'.dvi' : 'application/x-dvi',
'.gtar' : 'application/x-gtar',
'.hdf' : 'application/x-hdf',
Expand Down
1 change: 1 addition & 0 deletionsLib/test/test_mimetypes.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -242,6 +242,7 @@ def check_extensions():
("application/vnd.openxmlformats-officedocument.wordprocessingml.document", ".docx"),
("application/vnd.rar", ".rar"),
("application/x-7z-compressed", ".7z"),
("application/x-debian-package", ".deb"),
("application/x-httpd-php", ".php"),
("application/x-rpm", ".rpm"),
("application/x-texinfo", ".texi"),
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp