log tests/test-wireproto.py @ 39110:f0c2653ca706

age author description
Thu, 10 May 2018 21:08:32 +0900 Yuya Nishihara stringutil: flip the default of pprint() to bprefix=False
Fri, 27 Apr 2018 11:55:04 -0400 Augie Fackler tests: port test-wireproto.py to Python 3
Mon, 16 Apr 2018 22:21:54 -0700 Gregory Szorc wireproto: rename wireproto to wireprotov1server (API)
Wed, 11 Apr 2018 16:18:26 -0700 Gregory Szorc wireproto: remove iterbatch() from peer interface (API)
Wed, 11 Apr 2018 12:49:08 -0700 Gregory Szorc wireproto: move version 1 peer functionality to standalone module (API)
Fri, 30 Mar 2018 18:57:13 -0700 Gregory Szorc peer: make ui an attribute
Wed, 28 Mar 2018 10:40:41 -0700 Gregory Szorc wireproto: separate commands tables for version 1 and 2 commands
Wed, 14 Mar 2018 15:56:34 -0400 Augie Fackler tests: fix test-wireproto.py to work around serverrepo() not having a ui
Wed, 07 Mar 2018 16:18:52 -0800 Gregory Szorc wireproto: formalize permissions checking as part of protocol interface
Fri, 02 Mar 2018 04:49:08 +0530 Pulkit Goyal py3: port tests/test-wireproto.py to Python 3
Wed, 07 Feb 2018 20:27:36 -0800 Gregory Szorc wireproto: introduce type for raw byte responses (API)
Thu, 10 Aug 2017 20:58:28 -0700 Gregory Szorc wireproto: use new peer interface
Wed, 09 Aug 2017 23:35:20 -0700 Gregory Szorc peer: remove non iterating batcher (API)
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Sun, 10 Apr 2016 21:32:08 +0000 timeless py3: use multi-line import in test-wireproto.py