mercurial/keepalive.py
Sat, 14 Apr 2018 10:43:19 -0400 Augie Fackler keepalive: add ** overlooked in 83250442dc81
Sat, 14 Apr 2018 02:02:11 +0530 Pulkit Goyal py3: use str variables to check keys in request header
Wed, 11 Apr 2018 14:39:49 -0400 Augie Fackler keepalive: rewrite readinto() to not use read()
Wed, 28 Mar 2018 12:44:35 -0700 Gregory Szorc keepalive: implement readinto()
Sat, 24 Mar 2018 15:09:33 +0900 Yuya Nishihara procutil: bulk-replace util.std* to point to new module
Sun, 18 Feb 2018 00:03:05 -0500 Augie Fackler keepalive: headers are native strings, mark them as such
Fri, 29 Dec 2017 05:25:27 +0530 Pulkit Goyal py3: use node.hex(h.digest()) instead of h.hexdigest()
Sun, 10 Dec 2017 04:47:34 +0530 Pulkit Goyal py3: handle keyword arguments correctly in keepalive.py
Sun, 01 Oct 2017 12:14:21 -0400 Augie Fackler cleanup: use urllibcompat for renamed methods on urllib request objects
Fri, 29 Sep 2017 15:49:20 +0000 Alex Gaynor style: never put multiple statements on one line
Sun, 01 Oct 2017 12:15:53 -0400 Augie Fackler keepalive: python 3 portability tweaks
Fri, 29 Sep 2017 15:49:43 +0000 Alex Gaynor style: always use `x is not None` instead of `not x is None`
Mon, 25 Sep 2017 11:05:16 +0200 Gregory Szorc keepalive: add more context to bad status line errors
Fri, 02 Jun 2017 14:08:26 -0700 Kyle Lippincott keepalive: set buffering=True to do more efficient reads of headers
Thu, 01 Jun 2017 18:23:20 -0700 Kyle Lippincott keepalive: pass the correct arguments to HTTPResponse
less more (0) -15 tip