Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 14 Apr 2018 02:02:11 +0530 | Pulkit Goyal | py3: use str variables to check keys in request header |
Sat, 14 Apr 2018 02:00:43 +0530 | Pulkit Goyal | py3: make sure curses.tigetstr() first argument is a str |
Sat, 14 Apr 2018 01:59:55 +0530 | Pulkit Goyal | py3: use stringutil.forcebytestr() instead of str() |
Sat, 14 Apr 2018 01:58:44 +0530 | Pulkit Goyal | py3: iterate over a copy of dict while changing it |
Sat, 14 Apr 2018 00:56:44 +0530 | Pulkit Goyal | py3: use urllib.parse.unquote_plus instead of urllib.unquote_plus |
Fri, 13 Apr 2018 18:41:56 +0530 | Pulkit Goyal | py3: add b'' prefixes to tests/test-status-inprocess.py |