Mercurial > hg
log
age | author | description |
---|---|---|
Mon, 26 Feb 2018 23:54:40 +0530 | Pulkit Goyal | py3: convert bytes to str using encoding.strfromlocal |
Mon, 26 Feb 2018 23:50:30 +0530 | Pulkit Goyal | py3: use encoding.strtolocal() to convert str to bytes |
Mon, 26 Feb 2018 16:19:53 +0530 | Pulkit Goyal | py3: use email.utils module instead of email.Utils |
Mon, 26 Feb 2018 17:25:46 +0530 | Pulkit Goyal | py3: slice over bytes or use .startswith() to prevent getting ascii values |
Mon, 26 Feb 2018 16:23:12 +0530 | Pulkit Goyal | py3: use '%d' for integers instead of '%s' |
Sun, 25 Feb 2018 13:24:35 +0900 | Yuya Nishihara | templatekw: add 'requires' flag to switch to exception-safe interface |