This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-27 21:25:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
http
History
Senthil Kumaran
72c238e21a
Fix http.server's request handling case on trailing '/'.
...
Patch contributed by Vajrasky Kok. Addresses Issue
#17324
2013-09-13 00:21:18 -07:00
..
__init__.py
…
client.py
Issue
#16658
: add missing return to HTTPConnection.send().
2013-04-12 22:49:19 +03:00
cookiejar.py
#17678
: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
2013-04-09 07:07:59 -07:00
cookies.py
#16611
: BaseCookie now parses 'secure' and 'httponly' flags.
2013-08-25 11:09:02 -04:00
server.py
Fix http.server's request handling case on trailing '/'.
2013-09-13 00:21:18 -07:00