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-12-23 09:19:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
351adda54b
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Pierre Quentel
351adda54b
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (
#298
)
...
Return 304 response if file was not modified.
2017-04-02 13:26:12 +03:00
..
__init__.py
client.py
Remove unused imports.
2016-12-16 20:00:15 +02:00
cookiejar.py
cookies.py
Issue
#29192
: Removed deprecated features in the http.cookies module.
2017-01-13 09:23:15 +02:00
server.py
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (
#298
)
2017-04-02 13:26:12 +03:00