Sun, 12 Mar 2017 00:47:39 -0500 |
Augie Fackler |
scmutil: fix key generation to portably bytestringify integer
|
changeset |
files
|
Sun, 12 Mar 2017 00:42:46 -0500 |
Augie Fackler |
branchmap: stringify int in a portable way
|
changeset |
files
|
Sun, 12 Mar 2017 00:49:19 -0500 |
Augie Fackler |
branchmap: don't use buffer() on Python 3
|
changeset |
files
|
Sun, 12 Mar 2017 03:32:21 -0400 |
Augie Fackler |
py3: use bytearray() instead of array('c', ...) constructions
|
changeset |
files
|
Sat, 11 Mar 2017 20:58:26 -0500 |
Augie Fackler |
summary: don't explicitly str() something we're about to %s
|
changeset |
files
|
Sat, 11 Mar 2017 20:57:40 -0500 |
Augie Fackler |
context: implement both __bytes__ and __str__ for Python 3
|
changeset |
files
|
Sat, 11 Mar 2017 20:57:04 -0500 |
Augie Fackler |
context: work around `long` not existing on Python 3
|
changeset |
files
|
Sat, 11 Mar 2017 20:53:20 -0500 |
Augie Fackler |
phases: explicitly evaluate list returned by map
|
changeset |
files
|
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
|
changeset |
files
|
Sun, 12 Mar 2017 22:46:57 +0530 |
Pulkit Goyal |
minirst: use bytes.strip instead of str.strip
|
changeset |
files
|
Sun, 12 Mar 2017 22:27:53 +0530 |
Pulkit Goyal |
smcposix: pass unicode as first argument to array.array
|
changeset |
files
|
Sun, 12 Mar 2017 07:35:13 +0530 |
Pulkit Goyal |
util: pass encoding.[encoding|encodingmode] as unicodes
|
changeset |
files
|