log tests/get-with-headers.py @ 51861:f81e0ce5103a default tip

age author description
Wed, 11 Jan 2023 17:51:04 +0400 Anton Shestakov tests: check how hgweb handles HEAD requests
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sat, 10 Jul 2021 17:19:07 +0200 Pierre-Yves David windows: make sure we fully read and cleanly close the connection
Fri, 02 Jul 2021 23:09:44 +0200 Pierre-Yves David run-tests: stop writing a `python3` symlink pointing to python2
Fri, 06 Nov 2020 13:58:59 -0800 Gregory Szorc global: use python3 in shebangs
Sat, 02 Nov 2019 12:09:35 -0700 Gregory Szorc py3: define and use json.loads polyfill stable
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Thu, 11 Oct 2018 21:18:58 +0200 Gregory Szorc py3: encode JSON str to bytes
Fri, 02 Mar 2018 13:50:31 -0500 Yuya Nishihara get-with-headers: use bytes stdout thoroughly
Sat, 17 Feb 2018 22:39:12 -0500 Augie Fackler tests: fix get-with-headers.py on python3 when writing to stdout
Sat, 20 Jan 2018 16:08:07 -0800 Gregory Szorc tests: teach get-with-headers.py some new tricks
Sat, 20 Jan 2018 14:59:08 -0800 Gregory Szorc tests: use argparse in get-with-headers.py
Sat, 01 Apr 2017 00:21:52 -0700 Gregory Szorc tests: store ETag when using --headeronly
Sat, 24 Dec 2016 15:29:32 -0700 Gregory Szorc protocol: send application/mercurial-0.2 responses to capable clients
Tue, 28 Jun 2016 16:01:53 +0530 Pulkit Goyal py3: conditionalize httplib import