Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 29 Dec 2017 05:33:36 +0530 | Pulkit Goyal | py3: use list() to get a list of items using dict.items() |
Fri, 29 Dec 2017 05:31:27 +0530 | Pulkit Goyal | py3: convert dict keys' to str before passing as kwargs |
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'' |