Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 21 Sep 2018 20:16:13 -0400 | Matt Harbison | py3: work around the lack of sys.maxint in contrib/perf |
Fri, 21 Sep 2018 20:13:14 -0400 | Matt Harbison | py3: switch contrib/perf from xrange to pycompat.xrange |
Fri, 21 Sep 2018 20:10:36 -0400 | Matt Harbison | py3: handle sysstr conversion around get/set attr in contrib/perf |
Fri, 21 Sep 2018 20:03:07 -0400 | Matt Harbison | py3: proxy posixfile objects to re-add a useful 'name' attribute on Windows |
Sun, 23 Sep 2018 22:36:44 -0400 | Matt Harbison | py3: don't use os.getcwdb() on Windows to avoid DeprecationWarnings |
Fri, 21 Sep 2018 19:48:23 -0400 | Matt Harbison | py3: rename pycompat.getcwd() to encoding.getcwd() (API) |
Mon, 24 Sep 2018 22:46:22 -0400 | Augie Fackler | py3: whitelist two more passing tests |