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-01 18:51:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
21
da3bb38452
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Martin Panter
da3bb38452
Issue
#26585
: Eliminate _quote_html() and use html.escape(quote=False)
...
Patch by Xiang Zhang.
2016-04-11 00:40:08 +00:00
..
__init__.py
Issue
#23442
: Rename two member names to stay backward compatible
2015-02-20 14:57:31 +02:00
client.py
Merge typo fixes from 3.5
2016-04-05 06:20:32 +00:00
cookiejar.py
Issue
#16181
: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
2016-03-14 05:48:02 +02:00
cookies.py
Issue
#26302
: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5).
2016-02-07 05:36:00 +05:00
server.py
Issue
#26585
: Eliminate _quote_html() and use html.escape(quote=False)
2016-04-11 00:40:08 +00:00