This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-12-15 12:54:31 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
482e66a58a
cpython
/
Lib
/
http
History
Senthil Kumaran
9f8dc4441f
Fix Issue8572 - httplib getheader() throws error instead of default
2010-08-02 11:04:58 +00:00
..
__init__.py
Create http package.
#2883
.
2008-05-26 16:32:26 +00:00
client.py
Fix Issue8572 - httplib getheader() throws error instead of default
2010-08-02 11:04:58 +00:00
cookiejar.py
#5147
: revert accidental indentation of header constant for MozillaCookieJar.
2010-07-31 22:11:11 +00:00
cookies.py
#8826
: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes. Handle that as a special case.
2010-08-01 09:06:34 +00:00
server.py
#8292
: Fix three instances of truth tests on return values of filter() (which is always true in Python 3).
2010-07-31 21:54:24 +00:00