This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ea47eaa395
cpython
/
Lib
/
http
History
Georg Brandl
b16e38b825
#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
..
__init__.py
…
client.py
#9032
: XML-RPC client: Transport.request() retries on EPIPE error
2010-07-24 02:24:55 +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