Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
Mon, 26 Feb 2018 00:50:35 -0500 |
Augie Fackler |
httppeer: explicitly catch urlerr.httperror and re-raise
|
Sun, 25 Feb 2018 23:51:32 -0500 |
Augie Fackler |
http: drop custom http client logic
|
Sun, 18 Feb 2018 00:03:39 -0500 |
Augie Fackler |
httppeer: headers are native strings
|
Sat, 17 Feb 2018 21:25:14 -0500 |
Augie Fackler |
httppeer: use %d to format int
|
Mon, 12 Feb 2018 17:14:29 -0800 |
Gregory Szorc |
httppeer: remove httpspeer
|
Mon, 12 Feb 2018 17:10:58 -0800 |
Gregory Szorc |
httppeer: remove redundant code to fetch capabilities
|
Thu, 01 Feb 2018 19:32:42 -0800 |
Gregory Szorc |
httppeer: change logic around argument handling
|
Fri, 02 Feb 2018 13:13:46 -0800 |
Gregory Szorc |
httppeer: remove support for connecting to <0.9.1 servers (BC)
|
Fri, 12 Jan 2018 10:41:03 +0000 |
Boris Feld |
httppeer: add support for tracing all http request made by the peer
|
Fri, 12 Jan 2018 10:14:20 +0000 |
Boris Feld |
httppeer: move url opening in its own method
|
Sun, 10 Dec 2017 04:47:21 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in httppeer.py
|
Fri, 01 Dec 2017 16:53:55 +0530 |
Pulkit Goyal |
py3: use bytes in place of basestring
|
Sun, 15 Oct 2017 00:03:31 -0400 |
Augie Fackler |
httppeer: always produce native str header keys and values
|
Sat, 14 Oct 2017 12:00:35 -0400 |
Augie Fackler |
httppeer: extract content-type from headers using native str
|