Mercurial > hg
log
age | author | description |
---|---|---|
Thu, 01 Mar 2018 17:46:34 -0500 | Augie Fackler | pycompat: add support for encoding argument to our wrapper |
Fri, 02 Mar 2018 04:49:08 +0530 | Pulkit Goyal | py3: port tests/test-wireproto.py to Python 3 |
Fri, 02 Mar 2018 04:47:56 +0530 | Pulkit Goyal | py3: use pycompat.bytestr() to convert None to bytes |
Thu, 01 Mar 2018 18:39:21 -0500 | Augie Fackler | webcommands: use explicit integer division for Python 3 compat |
Fri, 02 Mar 2018 04:59:27 +0530 | Pulkit Goyal | templatefilters: stop using str as a variable name |
Thu, 01 Mar 2018 18:15:58 -0500 | Yuya Nishihara | py3: fix string slicing in util.parsetimezone() |
Thu, 01 Mar 2018 18:06:25 -0500 | Yuya Nishihara | py3: replace type 'str' by 'bytes' in templater.py |