Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 11 Mar 2017 20:57:40 -0500 | Augie Fackler | context: implement both __bytes__ and __str__ for Python 3 |
Sat, 11 Mar 2017 20:57:04 -0500 | Augie Fackler | context: work around `long` not existing on Python 3 |
Sat, 11 Mar 2017 20:53:20 -0500 | Augie Fackler | phases: explicitly evaluate list returned by map |
Sat, 11 Mar 2017 20:51:09 -0500 | Augie Fackler | ui: check for --debugger in sys.argv using r-string to avoid bytes on py3 |
Sun, 12 Mar 2017 22:46:57 +0530 | Pulkit Goyal | minirst: use bytes.strip instead of str.strip |
Sun, 12 Mar 2017 22:27:53 +0530 | Pulkit Goyal | smcposix: pass unicode as first argument to array.array |
Sun, 12 Mar 2017 07:35:13 +0530 | Pulkit Goyal | util: pass encoding.[encoding|encodingmode] as unicodes |