-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-85162: Add HTTPSServer to http.server #129607
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
5bfc939
Add support HTTPS in http.server
donBarbos b382985
Correct style code
donBarbos 4cc80c5
Add tests for HTTPSServer
donBarbos 75fff2b
Update options
donBarbos 64c3070
Update docs
donBarbos e4652a7
Merge branch 'main' into issue-85162
donBarbos abd949c
Revert "Correct style code"
donBarbos 8fc2311
Merge branch 'main' into issue-85162
donBarbos 4f587bd
Update docs and correct raising errors
donBarbos db796cd
Add helper method _create_context
donBarbos 96d4a68
Update docs and replace password option
donBarbos 947f581
Update Lib/http/server.py
donBarbos b8ba151
Update Doc/library/http.server.rst
donBarbos 97e2032
Update Doc/library/http.server.rst
donBarbos bd97fd6
Update Doc/library/http.server.rst
donBarbos 15b2581
Update Doc/library/http.server.rst
donBarbos 1951e22
Update Doc/library/http.server.rst
donBarbos b4e1eba
Update Lib/http/server.py
donBarbos 4838ff8
Update Lib/http/server.py
donBarbos 3a7821f
Update Lib/http/server.py
donBarbos 85ee1b5
Update Lib/http/server.py
donBarbos 196e71d
Update Doc/library/http.server.rst
donBarbos efd44a4
Update Doc/library/http.server.rst
donBarbos 4b33ecc
Update Doc/whatsnew/3.14.rst
donBarbos 5fcc947
Update Doc/whatsnew/3.14.rst
donBarbos 4df61de
Update Lib/http/server.py
donBarbos 08a5720
Add suggestions
donBarbos 43ae6b8
Merge branch 'main' into issue-85162
donBarbos 6cff350
Update 2025-02-02-00-30-09.gh-issue-85162.BNF_aJ.rst
donBarbos 0b2d50a
Update http.server.rst
donBarbos 8a7f316
Move function back
donBarbos e7d9250
Add test case for pass certdata
donBarbos 1b64e3d
Update test_httpservers.py
donBarbos c004b71
Update test_httpservers.py
donBarbos b6ba37f
Update test_httpservers.py
donBarbos bf86a0d
Update test_httpservers.py
donBarbos b89f4c4
Update test_httpservers.py
donBarbos c6879de
Update test_httpservers.py
donBarbos 1ee542f
Update test_httpservers.py
donBarbos 0c40dd7
Add more suggestions
donBarbos 6e51ec3
Update docs
donBarbos 4b85253
Update
donBarbos 09d32b3
Update tests
donBarbos 4b8786f
Correct style code
donBarbos 96ba50d
Wrap the lines
donBarbos 5d87f80
Wrap again
donBarbos 05f5f65
Add seealso section
donBarbos e7a42f7
Update http.server.rst
donBarbos 4c68c27
Merge branch 'main' into issue-85162
donBarbos 3ca55d1
Update cli description
donBarbos 3daf484
Update doc
donBarbos 8b84be2
Update docs
donBarbos 50e0ed5
Update Doc/whatsnew/3.14.rst
picnixz 4f36fbf
Update Doc/whatsnew/3.14.rst
picnixz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.