This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
65ee4674e290ba893509f51f192dd1c9aa3a0422
cpython
/
Lib
/
http
History
Serhiy Storchaka
d4a001b23c
Issue
#22095
: Fixed HTTPConnection.set_tunnel with default port. The port
...
value in the host header was set to "None". Patch by Demian Brecht.
2014-12-12 09:30:18 +02:00
..
__init__.py
…
client.py
Issue
#22095
: Fixed HTTPConnection.set_tunnel with default port. The port
2014-12-12 09:30:18 +02:00
cookiejar.py
Issue
#11957
: Explicit parameter name when calling re.split() and re.sub()
2014-10-29 16:58:59 +01:00
cookies.py
Issue
#22796
: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks.
2014-11-21 01:20:57 +01:00
server.py
Issue
#22165
: SimpleHTTPRequestHandler now supports undecodable file names.
2014-08-17 08:22:11 +03:00