gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page#134135
Merged
serhiy-storchaka merged 4 commits intopython:mainfrom May 18, 2025
Conversation
…stHandler page The query and the fragment are ambiguous and not used.
Member
|
Can we run !builbot raspbian to verify? (It should go green now) |
Misc/NEWS.d/next/Library/2025-05-17-12-40-12.gh-issue-133889.Eh-zO4.rst
Outdated
Show resolved
Hide resolved
Member
Author
|
!buildbot raspbian |
|
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit f2989db 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134135%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
…h-zO4.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
StanFromIreland
approved these changes
May 17, 2025
Member
StanFromIreland
left a comment
There was a problem hiding this comment.
Buildbot passed, LGTM
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 18, 2025
…stHandler page (pythonGH-134135) The query and fragment are ambiguous and not used. (cherry picked from commit 5cbc8c6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 18, 2025
…stHandler page (pythonGH-134135) The query and fragment are ambiguous and not used. (cherry picked from commit 5cbc8c6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-134190 is a backport of this pull request to the 3.14 branch. |
|
GH-134191 is a backport of this pull request to the 3.13 branch. |
serhiy-storchaka
added a commit
that referenced
this pull request
May 18, 2025
serhiy-storchaka
added a commit
that referenced
this pull request
May 18, 2025
Pranjal095
pushed a commit
to Pranjal095/cpython
that referenced
this pull request
Jul 12, 2025
…stHandler page (pythonGH-134135) The query and fragment are ambiguous and not used.
taegyunkim
pushed a commit
to taegyunkim/cpython
that referenced
this pull request
Aug 4, 2025
…stHandler page (pythonGH-134135) The query and fragment are ambiguous and not used.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The query and the fragment are ambiguous and not used.