contrib/python3-whitelist
Wed, 10 Apr 2019 03:02:31 +0530 Pulkit Goyal py3: add one new passing test found by buildbot
Sat, 09 Mar 2019 02:52:49 +0000 Ian Moody py3: add test-phabricator.py to python3-whitelist
Tue, 05 Mar 2019 09:51:57 -0500 Augie Fackler cleanup: remove two bogus test names from python3 list
Tue, 05 Mar 2019 04:34:45 +0530 Pulkit Goyal py3: add a new passing test found by buildbot
Thu, 28 Feb 2019 03:51:06 +0530 Pulkit Goyal py3: add two new passing tests found by buildbot
Mon, 18 Feb 2019 03:39:47 +0530 Pulkit Goyal py3: whitelist 5 new passing tests caught by buildbot
Thu, 07 Feb 2019 16:44:43 +0300 Pulkit Goyal py3: use bytes.startswith() instead of comparing with bytes[0]
Tue, 05 Feb 2019 21:31:33 +0300 Pulkit Goyal py3: use pycompat.bytestr() on extra values because it can be int
Tue, 05 Feb 2019 21:17:46 +0300 Pulkit Goyal py3: add 1 new passing test found by buildbot
Sun, 03 Feb 2019 16:59:46 +0530 Pulkit Goyal py3: add three new passing tests found by buildbot
Fri, 01 Feb 2019 20:21:04 -0500 Augie Fackler py3: record several more passes from the buildbot ratchet
Sat, 02 Feb 2019 04:49:42 +0530 Pulkit Goyal py3: pass str into grp.getgrnam
Thu, 31 Jan 2019 11:12:59 -0500 Augie Fackler py3: fix test-remotefilelog-repack.t
Wed, 30 Jan 2019 19:43:43 -0500 Augie Fackler tests: alter email `From` line to a value that's consistently parsed
Wed, 30 Jan 2019 19:29:32 -0500 Augie Fackler subrepo: bytes/str cleanups on Git support
Wed, 30 Jan 2019 16:54:34 -0800 Gregory Szorc tests: compare against a bytes in test-lock.py
Wed, 30 Jan 2019 18:32:11 -0500 Augie Fackler git: a little pycompat.bytestring() love to make this code work in py3
Thu, 24 Jan 2019 16:07:32 -0500 Augie Fackler py3: have test-revset2.t write test scripts in a more portable way
Wed, 30 Jan 2019 13:36:51 -0800 Gregory Szorc remotefilelog: cast division result to an int
Wed, 30 Jan 2019 13:07:20 -0800 Gregory Szorc wireprotov1server: use binascii.unhexlify
Wed, 30 Jan 2019 12:55:44 -0800 Gregory Szorc tests: conditionalize test-http-bad-server.t for Python 3.5
Tue, 29 Jan 2019 13:26:18 -0500 Augie Fackler tests: port test-hgweb-auth.py to Python 3
Tue, 29 Jan 2019 14:30:10 +0300 Pulkit Goyal py3: whitelist couple more passing tests found by buildbot
Mon, 28 Jan 2019 21:35:06 -0500 Matt Harbison lfs: explicitly add the Content-Length header when uploading blobs, for py3
Sun, 27 Jan 2019 20:22:07 -0500 Augie Fackler py3: more tests from the ratchet
Fri, 25 Jan 2019 21:23:16 -0500 Augie Fackler py3: new tests from the ratchet
Thu, 24 Jan 2019 15:23:20 -0500 Augie Fackler py3: port test-parseindex.t to Python 3
Thu, 24 Jan 2019 15:03:00 -0500 Augie Fackler py3: fix test-update-atomic.t
Thu, 24 Jan 2019 15:02:28 -0500 Augie Fackler py3: fix test-newcgi.t
Thu, 24 Jan 2019 14:12:00 -0500 Augie Fackler py3: fix up test-encoding-align.t for python3
Thu, 24 Jan 2019 13:57:23 -0500 Augie Fackler py3: these two casefolding tests pass for me on my Mac
Thu, 24 Jan 2019 13:54:45 -0500 Augie Fackler py3: port test-bugzilla.t to Python 3
Thu, 24 Jan 2019 11:35:40 -0500 Augie Fackler py3: port test-batching.py to python3
Thu, 24 Jan 2019 11:34:18 -0500 Augie Fackler py3: fix missing b prefixes in test-arbitraryfilectx.t
Thu, 24 Jan 2019 11:00:32 -0500 Augie Fackler py3: buildbot found more passing tests, thanks to indygreg for most of them
Thu, 17 Jan 2019 04:35:33 -0500 Augie Fackler py3: two more passing tests from the ratchet
Wed, 16 Jan 2019 11:42:50 -0500 Augie Fackler py3: test*gendoc*.t passes on Python 3
Wed, 16 Jan 2019 23:44:08 +0530 Pulkit Goyal py3: add 10 more passing tests caught by ratchet
Wed, 16 Jan 2019 11:57:20 -0500 Augie Fackler py3: all fastannotate tests now pass
Wed, 16 Jan 2019 11:33:43 -0500 Augie Fackler absorb: add a pycompat.bytestr() to fix --edit-lines functionality on Python 3
Thu, 10 Jan 2019 23:20:46 +0530 Pulkit Goyal py3: add a test to whitelist caught by buildbot
Sun, 06 Jan 2019 15:17:03 -0500 Augie Fackler py3: buildbot spotted more passing tests
Fri, 14 Dec 2018 21:00:33 +0300 Pulkit Goyal py3: add a b'' prefix in tests/test-remotefilelog-pull-noshallow.t
Fri, 14 Dec 2018 19:30:20 +0300 Pulkit Goyal py3: use pycompat.bytechr() instead of chr() in test-fastannotate-revmap.py
Fri, 14 Dec 2018 19:10:46 +0300 Pulkit Goyal py3: whitelist another passing test caught by buildbot
Sun, 09 Dec 2018 18:35:35 -0500 Matt Harbison py3: adapt test-largefiles-wireproto.t to python3
Sun, 09 Dec 2018 13:53:08 -0500 Matt Harbison py3: byteify test-push-race.t
Wed, 21 Nov 2018 19:12:12 +0300 Pulkit Goyal py3: whitelist three more passing test caught by buildbot
Mon, 19 Nov 2018 19:57:11 +0300 Pulkit Goyal py3: add 9 new passing tests caught by buildbot
Sun, 11 Nov 2018 12:35:38 +0900 Yuya Nishihara py3: byte-stringify inline extension in test-logtoprocess.t
Sat, 13 Oct 2018 05:09:18 +0300 Pulkit Goyal py3: add __pycache__ to .hgignore
Tue, 06 Nov 2018 11:52:41 -0500 Augie Fackler py3: ratchet caught two more passing tests
Tue, 23 Oct 2018 11:31:33 -0400 Augie Fackler py3: port test-log-exthook.t to Python 3
Sat, 20 Oct 2018 00:12:20 +0300 Pulkit Goyal py3: add one more passing test to whitelist
Tue, 16 Oct 2018 08:48:23 +0200 Yuya Nishihara py3: get around IOError variants in test-commandserver.t
Thu, 18 Oct 2018 14:37:38 +0300 Pulkit Goyal py3: add 5 new passing tests to whitelist caught by buildbot
Sun, 14 Oct 2018 09:34:21 +0000 Mark Thomas py3: fix test-hardlinks.t
Tue, 16 Oct 2018 07:19:38 +0200 Yuya Nishihara py3: byte-stringify literals in test-keyword.t
Sun, 14 Oct 2018 11:06:21 -0400 Augie Fackler tests: add missing b prefix in test-context-metadata.t
Sun, 14 Oct 2018 14:02:32 +0000 Mark Thomas py3: fix test-dirstate-race.t
less more (0) -100 -60 tip