Mercurial > hg-stable
log
age | author | description |
---|---|---|
Wed, 07 Feb 2018 13:49:02 +0530 | Pulkit Goyal | py3: make sure we open the file in bytes mode |
Wed, 07 Feb 2018 13:47:03 +0530 | Pulkit Goyal | py3: use bytes instead of str |
Wed, 07 Feb 2018 13:34:51 +0530 | Pulkit Goyal | py3: add b'' prefixes to string literals in test files |
Wed, 07 Feb 2018 13:21:06 +0530 | Pulkit Goyal | py3: use range instead of xrange |
Wed, 07 Feb 2018 13:19:19 +0530 | Pulkit Goyal | py3: use open() instead of file() |
Wed, 07 Feb 2018 13:17:19 +0530 | Pulkit Goyal | py3: use pycompat.bytestr to convert _b85chars to bytes |