Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 15 Oct 2017 00:06:06 -0400 | Augie Fackler | wireproto: use a proper exception instead of `assert False` |
Sun, 15 Oct 2017 00:39:29 -0400 | Augie Fackler | wireproto: use listcomp instead of map() |
Sun, 15 Oct 2017 00:37:24 -0400 | Augie Fackler | dagutil: use a listcomp instead of a map() |
Sat, 14 Oct 2017 12:03:42 -0400 | Augie Fackler | peer: when collecting method names for batch calls, bytes-ify __name__ |
Sat, 14 Oct 2017 12:02:15 -0400 | Augie Fackler | python3: replace im_{self,func} with __{self,func}__ globally |
Sat, 14 Oct 2017 12:00:35 -0400 | Augie Fackler | httppeer: extract content-type from headers using native str |