cpython/Lib/http
Mike 53f7a7c281 bpo-32297: Few misspellings found in Python source code comments. (#4803)
* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py
2017-12-14 13:04:53 +02:00
..
__init__.py bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) 2017-10-26 21:49:19 +03:00
client.py bpo-32297: Few misspellings found in Python source code comments. (#4803) 2017-12-14 13:04:53 +02:00
cookiejar.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00
cookies.py Issue #29192: Removed deprecated features in the http.cookies module. 2017-01-13 09:23:15 +02:00
server.py bpo-31462: Remove trailing whitespaces. (#3564) 2017-09-14 09:38:36 +03:00