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-03 03:22:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
76e155a157
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Georg Brandl
76e155a157
#3788
: more tests for http.cookies, now at 95% coverage. Also bring coding style in the module up to PEP 8, where it does not break backwards compatibility.
2010-07-31 21:04:00 +00:00
..
__init__.py
Create http package.
#2883
.
2008-05-26 16:32:26 +00:00
client.py
#9032
: XML-RPC client: Transport.request() retries on EPIPE error
2010-07-24 02:24:55 +00:00
cookiejar.py
Fixes Issue
#3704
: http.cookiejar was not properly handling URLs with a / in
2010-07-19 23:17:22 +00:00
cookies.py
#3788
: more tests for http.cookies, now at 95% coverage. Also bring coding style in the module up to PEP 8, where it does not break backwards compatibility.
2010-07-31 21:04:00 +00:00
server.py
Merged revisions 78299 via svnmerge from
2010-02-22 11:00:50 +00:00