This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-25 12:44:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
988dbd7bc2
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
988dbd7bc2
Issue
#10711
: Remove HTTP 0.9 support from http.client. The
strict
...
parameter to HTTPConnection and friends is deprecated.
2010-12-17 17:35:56 +00:00
..
__init__.py
client.py
Issue
#10711
: Remove HTTP 0.9 support from http.client. The
strict
2010-12-17 17:35:56 +00:00
cookiejar.py
#5147
: revert accidental indentation of header constant for MozillaCookieJar.
2010-07-31 22:11:11 +00:00
cookies.py
#1513299
: cleanup some map() uses where a comprehension works better.
2010-12-04 10:39:14 +00:00
server.py
Issue
#10714
: Limit length of incoming request in http.server to 65536 bytes
2010-12-16 16:48:36 +00:00