FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-93096: Make `mimetypes` CLI tool public by arhadthedev · Pull Request #93097 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-93096: Make mimetypes CLI tool public
- #93097
#93097
Merged
hugovk
merged 68 commits into
python:main
python/cpython:main
from
arhadthedev:normalize-mimetypes-cli
arhadthedev/cpython:normalize-mimetypes-cli
Copy head branch name to clipboard
Mar 13, 2025
Conversation
Commits
68
(68)
Checks
Files changed
Merged
gh-93096: Make mimetypes CLI tool public
#93097
hugovk
merged 68 commits into
python:main
python/cpython:main
from
arhadthedev:normalize-mimetypes-cli
arhadthedev/cpython:normalize-mimetypes-cli
Copy head branch name to clipboard
Commits
Commits on May 23, 2022
Make mimetypes CLI tool public
arhadthedev
committed
494fba8
View commit details
Copy full SHA for 494fba8
Browse repository at this point
Merge branch 'main' into normalize-mimetypes-cli
arhadthedev
committed
f7e288e
View commit details
Copy full SHA for f7e288e
Browse repository at this point
Add NEWS
arhadthedev
committed
5fdd909
View commit details
Copy full SHA for 5fdd909
Browse repository at this point
No other module names the entry point _cli
arhadthedev
committed
1d778e2
View commit details
Copy full SHA for 1d778e2
Browse repository at this point
Adjust tests (capitalization of "Usage:" changed)
arhadthedev
committed
d67704f
View commit details
Copy full SHA for d67704f
Browse repository at this point
For CLI tests, make proper script invocations with proper checks
arhadthedev
committed
55df248
View commit details
Copy full SHA for 55df248
Browse repository at this point
Commits on May 24, 2022
Address @AA-Turner's review
arhadthedev
committed
b065ed8
View commit details
Copy full SHA for b065ed8
Browse repository at this point
Move a constant check outside of a loop
arhadthedev
committed
e7db03d
View commit details
Copy full SHA for e7db03d
Browse repository at this point
Commits on May 26, 2022
Allow .pic MIME type be image/x-pict
arhadthedev
committed
6a1c96a
View commit details
Copy full SHA for 6a1c96a
Browse repository at this point
Follow PEP 8 more
arhadthedev
committed
010354d
View commit details
Copy full SHA for 010354d
Browse repository at this point
Commits on May 28, 2022
Change forgotten quotation marks
arhadthedev
committed
3368be4
View commit details
Copy full SHA for 3368be4
Browse repository at this point
Temporarily rollback everything but tests
arhadthedev
committed
26bec36
View commit details
Copy full SHA for 26bec36
Browse repository at this point
Revert "Temporarily rollback everything but tests"
Show description for f1d4364
arhadthedev
committed
f1d4364
View commit details
Copy full SHA for f1d4364
Browse repository at this point
Add comments about assertIn()
arhadthedev
committed
5e1de17
View commit details
Copy full SHA for 5e1de17
Browse repository at this point
Merge branch 'main' into normalize-mimetypes-cli
arhadthedev
committed
e2ad463
View commit details
Copy full SHA for e2ad463
Browse repository at this point
Normalize error codes too
arhadthedev
committed
48f1746
View commit details
Copy full SHA for 48f1746
Browse repository at this point
`from sys import exit` clashes with the exit builtin
arhadthedev
committed
11b067d
View commit details
Copy full SHA for 11b067d
Browse repository at this point
Use f-strings for sys.exit()
arhadthedev
committed
5589f7a
View commit details
Copy full SHA for 5589f7a
Browse repository at this point
Use an extension unknown to macOS
arhadthedev
committed
3ade3a6
View commit details
Copy full SHA for 3ade3a6
Browse repository at this point
Fix an incorrect image/text to text/xul
arhadthedev
committed
895ac27
View commit details
Copy full SHA for 895ac27
Browse repository at this point
Fix stdout/stderr mistesting
arhadthedev
committed
4476b30
View commit details
Copy full SHA for 4476b30
Browse repository at this point
macOS, maybe Midi is what you don't override?
arhadthedev
committed
96e127b
View commit details
Copy full SHA for 96e127b
Browse repository at this point
One more attempt to fix macOS-specific tests
arhadthedev
committed
63b762e
View commit details
Copy full SHA for 63b762e
Browse repository at this point
Maybe pict?
arhadthedev
committed
543d003
View commit details
Copy full SHA for 543d003
Browse repository at this point
Skip the strict case where mime.types is used
arhadthedev
committed
55c6165
View commit details
Copy full SHA for 55c6165
Browse repository at this point
Temporarily disable all test but the broken one
arhadthedev
committed
54f9889
View commit details
Copy full SHA for 54f9889
Browse repository at this point
Temporarily remove doc building too
arhadthedev
committed
be06897
View commit details
Copy full SHA for be06897
Browse repository at this point
temporary: Add printing of a platform name
arhadthedev
committed
6af7668
View commit details
Copy full SHA for 6af7668
Browse repository at this point
temporary: Another attempt
arhadthedev
committed
037b68e
View commit details
Copy full SHA for 037b68e
Browse repository at this point
Return to MIDI
arhadthedev
committed
de4f377
View commit details
Copy full SHA for de4f377
Browse repository at this point
Restore build scripts
arhadthedev
committed
a8e7718
View commit details
Copy full SHA for a8e7718
Browse repository at this point
One more attempt
arhadthedev
committed
df910bc
View commit details
Copy full SHA for df910bc
Browse repository at this point
Commits on May 29, 2022
Fix a typo
arhadthedev
committed
cf2a768
View commit details
Copy full SHA for cf2a768
Browse repository at this point
Commits on Jun 2, 2022
Move a documentation-related news entry
arhadthedev
committed
c975d4c
View commit details
Copy full SHA for c975d4c
Browse repository at this point
Commits on Jun 10, 2022
Apply suggestions from the @AA-Turner's code review
Show description for bc1c707
arhadthedev
and
AA-Turner
authored
bc1c707
View commit details
Copy full SHA for bc1c707
Browse repository at this point
Commits on Jul 1, 2022
Merge branch 'main' into normalize-mimetypes-cli
arhadthedev
authored
1996d05
View commit details
Copy full SHA for 1996d05
Browse repository at this point
Commits on Jul 21, 2022
Merge branch 'main' into normalize-mimetypes-cli
arhadthedev
authored
2aec434
View commit details
Copy full SHA for 2aec434
Browse repository at this point
Commits on Sep 25, 2022
Merge branch 'main' into normalize-mimetypes-cli
arhadthedev
authored
9116a3d
View commit details
Copy full SHA for 9116a3d
Browse repository at this point
Commits on Oct 25, 2022
Merge branch 'main' into normalize-mimetypes-cli
arhadthedev
authored
64297c0
View commit details
Copy full SHA for 64297c0
Browse repository at this point
Make CLI tests more strict
arhadthedev
authored
aeba820
View commit details
Copy full SHA for aeba820
Browse repository at this point
Add newlines into assertEqual reference strings
arhadthedev
committed
c94593f
View commit details
Copy full SHA for c94593f
Browse repository at this point
Clarify the NEWS entries
arhadthedev
committed
8b20082
View commit details
Copy full SHA for 8b20082
Browse repository at this point
Commits on Oct 30, 2022
Merge branch 'main' into normalize-mimetypes-cli
arhadthedev
authored
aa92570
View commit details
Copy full SHA for aa92570
Browse repository at this point
Commits on Nov 29, 2022
Merge branch 'main' into normalize-mimetypes-cli
arhadthedev
authored
ef15d7f
View commit details
Copy full SHA for ef15d7f
Browse repository at this point
Commits on Jan 24, 2023
Merge branch 'main' into normalize-mimetypes-cli
arhadthedev
committed
c942d89
View commit details
Copy full SHA for c942d89
Browse repository at this point
Slightly reword documentation
arhadthedev
committed
407413d
View commit details
Copy full SHA for 407413d
Browse repository at this point
Reword the news entry
arhadthedev
committed
d58d5ba
View commit details
Copy full SHA for d58d5ba
Browse repository at this point
Add more examples
arhadthedev
committed
0cfe67e
View commit details
Copy full SHA for 0cfe67e
Browse repository at this point
Clarify multi-input usage
arhadthedev
committed
d2797f0
View commit details
Copy full SHA for d2797f0
Browse repository at this point
Further rewording of the notes
arhadthedev
committed
fd590f5
View commit details
Copy full SHA for fd590f5
Browse repository at this point
Clarify data source
arhadthedev
committed
1ef41dd
View commit details
Copy full SHA for 1ef41dd
Browse repository at this point
Remove formatting-breaking "don't" from error messages
arhadthedev
committed
2797fc4
View commit details
Copy full SHA for 2797fc4
Browse repository at this point
Fix a grammar mistake
arhadthedev
committed
78c0c50
View commit details
Copy full SHA for 78c0c50
Browse repository at this point
Make wording tighter
arhadthedev
committed
1afb6d6
View commit details
Copy full SHA for 1afb6d6
Browse repository at this point
Fix tests
arhadthedev
committed
a22d630
View commit details
Copy full SHA for a22d630
Browse repository at this point
Remove the command line input prefix
arhadthedev
committed
b9d5309
View commit details
Copy full SHA for b9d5309
Browse repository at this point
Commits on Mar 7, 2025
Merge branch 'main' into normalize-mimetypes-cli
hugovk
authored
f6e2e16
View commit details
Copy full SHA for f6e2e16
Browse repository at this point
Fix tests
hugovk
committed
a9a43f7
View commit details
Copy full SHA for a9a43f7
Browse repository at this point
Fix test
hugovk
committed
85727bf
View commit details
Copy full SHA for 85727bf
Browse repository at this point
Use console formatting for commands with output
hugovk
committed
f1535fd
View commit details
Copy full SHA for f1535fd
Browse repository at this point
Commits on Mar 8, 2025
Docs: default case first, put condition first, avoid Latin, adjust wording
hugovk
committed
8509c06
View commit details
Copy full SHA for 8509c06
Browse repository at this point
Use long options in examples so no need to refer back to usage
hugovk
committed
9ad283c
View commit details
Copy full SHA for 9ad283c
Browse repository at this point
Follow argparse docs and use 'args'
hugovk
committed
a2c0d53
View commit details
Copy full SHA for a2c0d53
Browse repository at this point
Add to What's New, combine NEWS files, update reference, use sentence case
Show description for 34e0591
hugovk
committed
34e0591
View commit details
Copy full SHA for 34e0591
Browse repository at this point
Hyphen
hugovk
committed
80e1734
View commit details
Copy full SHA for 80e1734
Browse repository at this point
Commits on Mar 10, 2025
Update error message
hugovk
authored
7cb62c5
View commit details
Copy full SHA for 7cb62c5
Browse repository at this point
Merge branch 'main' into normalize-mimetypes-cli
hugovk
authored
e23949a
View commit details
Copy full SHA for e23949a
Browse repository at this point
Commits on Mar 11, 2025
Merge remote-tracking branch 'upstream/main' into normalize-mimetypes-cli
hugovk
committed
ce6999f
View commit details
Copy full SHA for ce6999f
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL