Mercurial > hg-stable
log
age | author | description |
---|---|---|
Fri, 29 Dec 2017 05:29:57 +0530 | Pulkit Goyal | py3: make sure we open the file to write in bytes mode |
Fri, 29 Dec 2017 05:47:17 +0530 | Pulkit Goyal | py3: don't use dict.iterkeys() |
Fri, 29 Dec 2017 05:29:04 +0530 | Pulkit Goyal | py3: use pycompat.bytestr() instead of str() |
Fri, 29 Dec 2017 05:28:05 +0530 | Pulkit Goyal | py3: make regular expressions bytes by prepending b'' |
Fri, 29 Dec 2017 05:27:00 +0530 | Pulkit Goyal | py3: slice on bytes instead of indexing |
Fri, 29 Dec 2017 05:25:27 +0530 | Pulkit Goyal | py3: use node.hex(h.digest()) instead of h.hexdigest() |