FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-85162: Add HTTPSServer to http.server by donbarbos · Pull Request #129607 · 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.9k
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-85162: Add HTTPSServer to http.server
- #129607
#129607
Merged
picnixz
merged 54 commits into
python:main
python/cpython:main
from
donbarbos:issue-85162
donbarbos/cpython:issue-85162
Copy head branch name to clipboard
Apr 5, 2025
Conversation
Commits
54
(54)
Checks
Files changed
Merged
gh-85162: Add HTTPSServer to http.server
#129607
picnixz
merged 54 commits into
python:main
python/cpython:main
from
donbarbos:issue-85162
donbarbos/cpython:issue-85162
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2025
Add support HTTPS in http.server
donbarbos
committed
5bfc939
View commit details
Copy full SHA for 5bfc939
Browse repository at this point
Correct style code
donbarbos
committed
b382985
View commit details
Copy full SHA for b382985
Browse repository at this point
Add tests for HTTPSServer
donbarbos
committed
4cc80c5
View commit details
Copy full SHA for 4cc80c5
Browse repository at this point
Commits on Feb 3, 2025
Update options
donbarbos
committed
75fff2b
View commit details
Copy full SHA for 75fff2b
Browse repository at this point
Update docs
donbarbos
committed
64c3070
View commit details
Copy full SHA for 64c3070
Browse repository at this point
Merge branch 'main' into issue-85162
donbarbos
authored
e4652a7
View commit details
Copy full SHA for e4652a7
Browse repository at this point
Revert "Correct style code"
Show description for abd949c
donbarbos
committed
abd949c
View commit details
Copy full SHA for abd949c
Browse repository at this point
Merge branch 'main' into issue-85162
donbarbos
authored
8fc2311
View commit details
Copy full SHA for 8fc2311
Browse repository at this point
Update docs and correct raising errors
donbarbos
committed
4f587bd
View commit details
Copy full SHA for 4f587bd
Browse repository at this point
Add helper method _create_context
donbarbos
committed
db796cd
View commit details
Copy full SHA for db796cd
Browse repository at this point
Commits on Feb 4, 2025
Update docs and replace password option
donbarbos
committed
96d4a68
View commit details
Copy full SHA for 96d4a68
Browse repository at this point
Commits on Feb 15, 2025
Update Lib/http/server.py
Show description for 947f581
donbarbos
and
picnixz
authored
947f581
View commit details
Copy full SHA for 947f581
Browse repository at this point
Update Doc/library/http.server.rst
Show description for b8ba151
donbarbos
and
picnixz
authored
b8ba151
View commit details
Copy full SHA for b8ba151
Browse repository at this point
Update Doc/library/http.server.rst
Show description for 97e2032
donbarbos
and
picnixz
authored
97e2032
View commit details
Copy full SHA for 97e2032
Browse repository at this point
Update Doc/library/http.server.rst
Show description for bd97fd6
donbarbos
and
picnixz
authored
bd97fd6
View commit details
Copy full SHA for bd97fd6
Browse repository at this point
Update Doc/library/http.server.rst
Show description for 15b2581
donbarbos
and
picnixz
authored
15b2581
View commit details
Copy full SHA for 15b2581
Browse repository at this point
Update Doc/library/http.server.rst
Show description for 1951e22
donbarbos
and
picnixz
authored
1951e22
View commit details
Copy full SHA for 1951e22
Browse repository at this point
Update Lib/http/server.py
Show description for b4e1eba
donbarbos
and
picnixz
authored
b4e1eba
View commit details
Copy full SHA for b4e1eba
Browse repository at this point
Update Lib/http/server.py
Show description for 4838ff8
donbarbos
and
picnixz
authored
4838ff8
View commit details
Copy full SHA for 4838ff8
Browse repository at this point
Update Lib/http/server.py
Show description for 3a7821f
donbarbos
and
picnixz
authored
3a7821f
View commit details
Copy full SHA for 3a7821f
Browse repository at this point
Update Lib/http/server.py
Show description for 85ee1b5
donbarbos
and
picnixz
authored
85ee1b5
View commit details
Copy full SHA for 85ee1b5
Browse repository at this point
Update Doc/library/http.server.rst
Show description for 196e71d
donbarbos
and
picnixz
authored
196e71d
View commit details
Copy full SHA for 196e71d
Browse repository at this point
Update Doc/library/http.server.rst
Show description for efd44a4
donbarbos
and
picnixz
authored
efd44a4
View commit details
Copy full SHA for efd44a4
Browse repository at this point
Update Doc/whatsnew/3.14.rst
Show description for 4b33ecc
donbarbos
and
picnixz
authored
4b33ecc
View commit details
Copy full SHA for 4b33ecc
Browse repository at this point
Update Doc/whatsnew/3.14.rst
Show description for 5fcc947
donbarbos
and
picnixz
authored
5fcc947
View commit details
Copy full SHA for 5fcc947
Browse repository at this point
Update Lib/http/server.py
Show description for 4df61de
donbarbos
and
picnixz
authored
4df61de
View commit details
Copy full SHA for 4df61de
Browse repository at this point
Add suggestions
donbarbos
committed
08a5720
View commit details
Copy full SHA for 08a5720
Browse repository at this point
Merge branch 'main' into issue-85162
donbarbos
authored
43ae6b8
View commit details
Copy full SHA for 43ae6b8
Browse repository at this point
Update 2025-02-02-00-30-09.gh-issue-85162.BNF_aJ.rst
Show description for 6cff350
donbarbos
and
picnixz
authored
6cff350
View commit details
Copy full SHA for 6cff350
Browse repository at this point
Update http.server.rst
Show description for 0b2d50a
donbarbos
and
picnixz
authored
0b2d50a
View commit details
Copy full SHA for 0b2d50a
Browse repository at this point
Move function back
donbarbos
committed
8a7f316
View commit details
Copy full SHA for 8a7f316
Browse repository at this point
Add test case for pass certdata
donbarbos
committed
e7d9250
View commit details
Copy full SHA for e7d9250
Browse repository at this point
Update test_httpservers.py
Show description for 1b64e3d
donbarbos
and
picnixz
authored
1b64e3d
View commit details
Copy full SHA for 1b64e3d
Browse repository at this point
Update test_httpservers.py
Show description for c004b71
donbarbos
and
picnixz
authored
c004b71
View commit details
Copy full SHA for c004b71
Browse repository at this point
Update test_httpservers.py
Show description for b6ba37f
donbarbos
and
picnixz
authored
b6ba37f
View commit details
Copy full SHA for b6ba37f
Browse repository at this point
Update test_httpservers.py
Show description for bf86a0d
donbarbos
and
picnixz
authored
bf86a0d
View commit details
Copy full SHA for bf86a0d
Browse repository at this point
Update test_httpservers.py
Show description for b89f4c4
donbarbos
and
picnixz
authored
b89f4c4
View commit details
Copy full SHA for b89f4c4
Browse repository at this point
Update test_httpservers.py
Show description for c6879de
donbarbos
and
picnixz
authored
c6879de
View commit details
Copy full SHA for c6879de
Browse repository at this point
Update test_httpservers.py
donbarbos
committed
1ee542f
View commit details
Copy full SHA for 1ee542f
Browse repository at this point
Add more suggestions
donbarbos
committed
0c40dd7
View commit details
Copy full SHA for 0c40dd7
Browse repository at this point
Update docs
donbarbos
committed
6e51ec3
View commit details
Copy full SHA for 6e51ec3
Browse repository at this point
Update
donbarbos
committed
4b85253
View commit details
Copy full SHA for 4b85253
Browse repository at this point
Update tests
donbarbos
committed
09d32b3
View commit details
Copy full SHA for 09d32b3
Browse repository at this point
Correct style code
donbarbos
committed
4b8786f
View commit details
Copy full SHA for 4b8786f
Browse repository at this point
Wrap the lines
donbarbos
committed
96ba50d
View commit details
Copy full SHA for 96ba50d
Browse repository at this point
Wrap again
donbarbos
committed
5d87f80
View commit details
Copy full SHA for 5d87f80
Browse repository at this point
Add seealso section
donbarbos
committed
05f5f65
View commit details
Copy full SHA for 05f5f65
Browse repository at this point
Update http.server.rst
Show description for e7a42f7
donbarbos
and
picnixz
authored
e7a42f7
View commit details
Copy full SHA for e7a42f7
Browse repository at this point
Commits on Mar 16, 2025
Merge branch 'main' into issue-85162
donbarbos
authored
4c68c27
View commit details
Copy full SHA for 4c68c27
Browse repository at this point
Update cli description
donbarbos
committed
3ca55d1
View commit details
Copy full SHA for 3ca55d1
Browse repository at this point
Update doc
donbarbos
committed
3daf484
View commit details
Copy full SHA for 3daf484
Browse repository at this point
Commits on Apr 4, 2025
Update docs
donbarbos
committed
8b84be2
View commit details
Copy full SHA for 8b84be2
Browse repository at this point
Commits on Apr 5, 2025
Update Doc/whatsnew/3.14.rst
picnixz
authored
50e0ed5
View commit details
Copy full SHA for 50e0ed5
Browse repository at this point
Update Doc/whatsnew/3.14.rst
picnixz
authored
4f36fbf
View commit details
Copy full SHA for 4f36fbf
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL