contrib/python3-whitelist
Fri, 21 Jul 2023 03:56:28 +0200 Pierre-Yves David infinitepush: drop the extension
Mon, 09 Sep 2019 14:26:43 -0400 Connor Sheehan highlight: fix encoding issues to enable Py3 compatibility
Mon, 29 Jul 2019 13:22:52 +0300 Pulkit Goyal py3: add one more test to list of passing tests
Thu, 18 Jul 2019 14:18:20 -0400 Augie Fackler py3: another passing test
Tue, 11 Jun 2019 20:53:14 +0300 Pulkit Goyal py3: hack around inconsistency of type of name passed to DNSQuestion
Fri, 14 Jun 2019 18:27:50 +0300 Pulkit Goyal py3: add test-dirstate-race2.t to list of passing tests
Sat, 08 Jun 2019 19:20:31 +0300 Pulkit Goyal py3: add test-contrib-emacs.t to passing tests list
Wed, 05 Jun 2019 22:09:26 +0300 Pulkit Goyal py3: fix test-bookmarks-corner-case.t
Wed, 05 Jun 2019 22:02:57 +0300 Pulkit Goyal py3: fix test-fix-metadata.t
Tue, 21 May 2019 04:30:56 +0530 Pulkit Goyal py3: add one new passing test found by buildbot
Wed, 15 May 2019 21:02:32 +0300 Pulkit Goyal py3: add 5 new passing tests
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
Sun, 14 Oct 2018 09:24:36 +0000 Mark Thomas py3: fix test-diff-color.t
Sun, 14 Oct 2018 09:07:43 +0000 Mark Thomas py3: fix test-revlog.t
Sat, 13 Oct 2018 15:32:52 +0000 Mark Thomas py3: fix test-status.t
Sat, 13 Oct 2018 09:03:08 -0400 Augie Fackler tests: fix inline extension in test-fncache.t for Python 3
Sat, 13 Oct 2018 08:59:06 -0400 Augie Fackler py3: 3 more passing tests
Sat, 13 Oct 2018 05:14:21 -0400 Augie Fackler contrib: fix up output in check-config.py to use strs to avoid b prefixes
Sat, 13 Oct 2018 13:39:07 +0000 Mark Thomas py3: fix test-parse-date.t
Sat, 13 Oct 2018 12:58:24 +0000 Mark Thomas py3: fix infinitepush extension tests
Sat, 13 Oct 2018 07:55:34 -0400 Augie Fackler tests: accept slightly different zip file in Python 3
Sat, 13 Oct 2018 06:34:53 -0400 Augie Fackler tests: fix last failure in test-tools.t
Sat, 13 Oct 2018 06:02:27 -0400 Augie Fackler churn: use integer division consistently
Sat, 13 Oct 2018 04:00:57 -0400 Augie Fackler py3: moar passing tests
Fri, 12 Oct 2018 12:52:49 -0400 Augie Fackler py3: one new passing tests
Sat, 13 Oct 2018 11:01:38 +0200 Yuya Nishihara py3: use __code__ instead of func_code to test if func is cachable
Sat, 13 Oct 2018 05:17:28 +0300 Pulkit Goyal py3: add some glob to make output compatible with python 3
Sat, 13 Oct 2018 05:14:23 +0300 Pulkit Goyal py3: add a b'' prefix in tests/test-requires.t
Sat, 13 Oct 2018 05:12:20 +0300 Pulkit Goyal py3: use '%d' for rev nums instead of '%s'
Sat, 13 Oct 2018 05:03:24 +0300 Pulkit Goyal py3: more globing of things to make output compatible between py2 and py3
Sat, 13 Oct 2018 04:54:35 +0300 Pulkit Goyal py3: use stringutil.pprint() instead of '%r'
Sat, 13 Oct 2018 04:47:51 +0300 Pulkit Goyal py3: add some py3 specific output to test
Sat, 13 Oct 2018 04:42:14 +0300 Pulkit Goyal py3: use stringutil.pprint() in color.py instead of '%r'
Sat, 13 Oct 2018 04:36:04 +0300 Pulkit Goyal py3: add b'' prefixes in tests/test-progress.t
Sat, 13 Oct 2018 04:21:02 +0300 Pulkit Goyal py3: glob some difference between py2 and py3 output
Sat, 13 Oct 2018 03:46:57 +0300 Pulkit Goyal py3: make test-contrib-perf.t work on python 3
Sat, 13 Oct 2018 03:32:12 +0300 Pulkit Goyal py3: add 3 more passing tests to whitelist caught by buildbot
Fri, 12 Oct 2018 09:23:55 -0400 Augie Fackler py3: another one started passing
Fri, 12 Oct 2018 06:55:11 -0400 Augie Fackler py3: one more passing test
Fri, 12 Oct 2018 06:50:46 -0400 Augie Fackler py3: more passing tests
Fri, 12 Oct 2018 06:35:55 -0400 Augie Fackler py3: whitelist another passing test
Fri, 12 Oct 2018 06:35:33 -0400 Augie Fackler py3: sort passing test list
Fri, 05 Oct 2018 23:28:14 +0300 Pulkit Goyal py3: add 8 new passing tests to whitelist found by buildbot
Wed, 03 Oct 2018 13:59:19 +0300 Pulkit Goyal py3: whitelist another passing tests caught by buildbot
Mon, 01 Oct 2018 21:48:45 -0400 Matt Harbison py3: byteify contrib/dumprevlog
Mon, 01 Oct 2018 09:06:01 -0400 Augie Fackler py3: whitelist one additional test
Sun, 30 Sep 2018 21:13:16 +0300 Pulkit Goyal py3: add one more passing test to whitelist caught by buildbot
Mon, 24 Sep 2018 22:46:22 -0400 Augie Fackler py3: whitelist two more passing tests
Sun, 23 Sep 2018 23:39:07 +0300 Pulkit Goyal tests: use assertTrue() instead of assert_() in test-bdiff.py
Sun, 23 Sep 2018 22:57:17 +0300 Pulkit Goyal py3: fix kwargs handling in hgext/absorb.py
Fri, 21 Sep 2018 11:15:55 -0400 Augie Fackler py3: mark another passing test
Fri, 21 Sep 2018 03:16:38 +0530 Pulkit Goyal py3: use print as a function in tests/test-revert.t
Sun, 16 Sep 2018 19:18:15 +0530 Pulkit Goyal py3: add two passing tests to whitelist found by buildbot
Thu, 13 Sep 2018 11:08:08 -0400 Augie Fackler py3: whitelist another passing test
Wed, 12 Sep 2018 11:39:48 -0400 Augie Fackler py3: whitelist a test caught by the ratchet
Thu, 06 Sep 2018 03:21:05 +0530 Pulkit Goyal py3: add new passing tests spotted by the buildbot
Mon, 03 Sep 2018 13:56:53 +0300 Pulkit Goyal py3: add new passing test to whitelist found by buildbot
Sun, 02 Sep 2018 16:23:34 +0900 Yuya Nishihara test-check-py3-compat: don't run py2 part if $PYTHON is python3
Mon, 20 Aug 2018 11:29:43 -0400 Augie Fackler py3: whitelist another test caught by the ratchet
Fri, 10 Aug 2018 02:03:26 -0400 Augie Fackler tests: port test-glog.t to Python 3 by using extracted printrevset
Fri, 10 Aug 2018 02:18:41 -0400 Augie Fackler tests: add missing b'' prefix in test-check-code.t
Fri, 10 Aug 2018 00:37:24 -0400 Augie Fackler tests: port inline extension in test for beautifygraph to Python 3
Fri, 10 Aug 2018 02:06:46 -0400 Augie Fackler mq: use stringutil.pprint instead of pycompat.byterepr
Thu, 09 Aug 2018 23:13:56 -0400 Augie Fackler tests: allow more detailed error message from re.compile
Thu, 09 Aug 2018 21:59:32 -0400 Augie Fackler tests: allow for a bonus newline in base64'd email payload
Thu, 09 Aug 2018 19:39:33 -0400 Augie Fackler patchbomb: don't unintentionally duplicate headers
Thu, 09 Aug 2018 17:46:07 -0400 Augie Fackler dummysmtpd: accept additional kwargs from stdlib smtpd
Thu, 09 Aug 2018 12:10:34 -0400 Augie Fackler tests: port test-absorb-filefixupstate to Python 3
Thu, 09 Aug 2018 12:06:31 -0400 Augie Fackler absorb: port partway to Python 3
Thu, 09 Aug 2018 12:03:39 -0400 Augie Fackler py3: whitelist another test caught by the ratchet
Fri, 03 Aug 2018 11:40:15 -0400 Augie Fackler py3: whitelist another 3 tests caught by the ratchet
Wed, 01 Aug 2018 23:25:35 -0400 Augie Fackler linelog: port to Python 3
Sun, 08 Jul 2018 19:52:35 +0900 Yuya Nishihara py3: use bytes() to byte-stringify Abort message in handleremotechangegroup()
Wed, 11 Jul 2018 13:41:47 -0400 Augie Fackler py3: whitelist 3 more passing tests caught with the ratchet
Sun, 08 Jul 2018 19:24:18 +0900 Yuya Nishihara bundle2: use ProgrammingError to report bad use of addparam()
Sun, 08 Jul 2018 19:11:54 +0900 Yuya Nishihara py3: suppress write() result and close file in test-bookmarks-pushpull.t
Sun, 08 Jul 2018 18:58:11 +0900 Yuya Nishihara py3: drop b'' while formatting ResponseError
Sun, 08 Jul 2018 17:45:42 +0900 Yuya Nishihara py3: fix bundle heads to be consumable more than once
Sun, 08 Jul 2018 16:45:40 +0900 Yuya Nishihara py3: fix dumbhttp.py to convert --daemon-postexec arguments back to bytes
Sun, 08 Jul 2018 16:31:14 +0900 Yuya Nishihara py3: use bytes.endswith() instead of bytes[n]
Tue, 26 Jun 2018 01:08:47 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-bundle2-pushback.t
Tue, 26 Jun 2018 00:37:02 +0530 Pulkit Goyal py3: make tests/test-diff-antipatience.t work with python 3
Mon, 25 Jun 2018 15:54:56 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-obsolete-divergent.t
Sat, 16 Jun 2018 14:34:35 +0900 Yuya Nishihara tests: rename and document test-command-template.t
Sat, 16 Jun 2018 14:14:52 +0900 Yuya Nishihara tests: extract test-template-keywords.t from test-command-template.t
Sat, 16 Jun 2018 14:10:12 +0900 Yuya Nishihara tests: fold test-template-filters.t into test-template-functions.t
Sat, 16 Jun 2018 13:17:11 +0900 Yuya Nishihara tests: extract test-template-functions.t from test-command-template.t
Sat, 16 Jun 2018 12:37:43 +0900 Yuya Nishihara tests: extract test-template-map.t from test-command-template.t
Mon, 18 Jun 2018 16:07:46 +0530 Pulkit Goyal py3: add `and None` to suppress return values of .write() calls
Mon, 18 Jun 2018 15:50:15 +0530 Pulkit Goyal py3: add 4 new passing tests to whitelist
Thu, 03 May 2018 10:58:56 +0900 Yuya Nishihara templater: drop extension point of engine classes (API)
Sat, 16 Jun 2018 17:07:47 -0400 Augie Fackler py3: whitelist another 5 passing tests thanks to the ratchet
Sat, 16 Jun 2018 19:31:07 +0900 Yuya Nishihara py3: ditch email.parser.BytesParser which appears to be plain crap
Sat, 16 Jun 2018 17:56:37 +0900 Yuya Nishihara py3: remove b'' from error message of disallowed filename
Sat, 16 Jun 2018 17:54:29 +0900 Yuya Nishihara py3: remove b'' from output of test-eol.t
Sat, 16 Jun 2018 17:53:51 +0900 Yuya Nishihara py3: replace s[-1] with s.endswith() in eol handling
Sat, 16 Jun 2018 17:36:44 +0900 Yuya Nishihara py3: fix loop over byte string in wireprotov1peer
Sat, 16 Jun 2018 17:04:03 +0900 Yuya Nishihara py3: glob out some error messages in test-fileset.t
Thu, 14 Jun 2018 11:49:10 -0400 Augie Fackler tests: suppress read(-1) -> '' calls in fileobjectobserver
Thu, 14 Jun 2018 16:51:39 -0400 Augie Fackler py3: two more passing tests from the ratchet in buildbot
Tue, 12 Jun 2018 18:21:41 -0400 Augie Fackler py3: buildbot informs me we have two new passing tests
Sun, 20 May 2018 19:07:51 +0530 Pulkit Goyal py3: add 3 new passing tests to whitelist
Sat, 19 May 2018 16:22:15 -0400 Augie Fackler py3: consolidate down some (case ...) entries
Sat, 19 May 2018 16:21:53 -0400 Augie Fackler py3: re-sort test whitelist
Sat, 19 May 2018 20:04:54 +0530 Pulkit Goyal py3: add 13 new passing tests to whitelist
Fri, 18 May 2018 19:52:35 -0400 Augie Fackler py3: whitelist two more passing tests observed by buildbot
Fri, 27 Apr 2018 13:43:59 -0400 Augie Fackler tests: port test-simplekeyvaluefile.py to Python 3
Fri, 27 Apr 2018 13:39:45 -0400 Augie Fackler tests: port test-extensions-wrapfunction to Python 3
Fri, 27 Apr 2018 13:15:51 -0400 Augie Fackler tests: port test-ui-config to Python 3
Fri, 27 Apr 2018 13:27:18 -0400 Augie Fackler tests: port test-symlink-os-yes-fs-no.py to Python 3
Fri, 27 Apr 2018 13:17:24 -0400 Augie Fackler tests: port test-filelog.py to Python 3
Fri, 27 Apr 2018 12:07:57 -0400 Augie Fackler tests: port test-lfs-pointer.py to Python 3
Fri, 27 Apr 2018 13:09:19 -0400 Augie Fackler tests: port test-ui-verbosity.py to Python 3
Fri, 27 Apr 2018 11:59:21 -0400 Augie Fackler tests: port test-ui-color.py to Python 3
Fri, 27 Apr 2018 11:57:15 -0400 Augie Fackler tests: port test-dispatch.py to Python 3
Fri, 27 Apr 2018 11:55:04 -0400 Augie Fackler tests: port test-wireproto.py to Python 3
Fri, 27 Apr 2018 11:50:24 -0400 Augie Fackler tests: port test-context.py to Python 3
Fri, 27 Apr 2018 01:35:00 -0400 Augie Fackler py3: whitelist three passing cvs convert tests
Fri, 27 Apr 2018 11:23:41 -0400 Augie Fackler tests: fix test-status-inprocess.py on Python 3
Fri, 27 Apr 2018 11:22:00 -0400 Augie Fackler tests: port test-filecache.py to Python 3
Fri, 27 Apr 2018 11:07:24 -0400 Augie Fackler tests: port test-cbor.py to Python 3
Fri, 27 Apr 2018 10:40:04 -0400 Augie Fackler tests: migrate test-wsgirequest.py to Python 3
Fri, 27 Apr 2018 10:31:49 -0400 Augie Fackler tests: port test-parseindex2.py to Python 3
Fri, 27 Apr 2018 10:17:48 -0400 Augie Fackler tests: port test-simplemerge.py to Python 3
Fri, 27 Apr 2018 00:50:08 -0400 Augie Fackler minirst: fix bytes slicing defect on Python 3
Fri, 27 Apr 2018 00:24:45 -0400 Augie Fackler tests: port test-pathencode.py to Python 3
Fri, 27 Apr 2018 00:18:46 -0400 Augie Fackler tests: port test-hgwebdir-paths.py to Python 3
Fri, 27 Apr 2018 00:17:17 -0400 Augie Fackler tests: port test-walkrepo.py to Python 3
Fri, 27 Apr 2018 00:14:23 -0400 Augie Fackler tests: port test-minifileset.py to Python 3
Fri, 27 Apr 2018 00:08:48 -0400 Augie Fackler tests: port test-url.py to Python 3
Thu, 26 Apr 2018 23:33:27 -0400 Augie Fackler tests: port test-hybridencode.py to unittest
Thu, 26 Apr 2018 21:39:35 -0400 Augie Fackler tests: make test-check-interfaces.py work on Python 3
Wed, 18 Apr 2018 14:32:36 -0400 Augie Fackler py3: whitelist six new passing tests
Fri, 13 Apr 2018 23:12:07 -0400 Augie Fackler largefiles: opts appears to already be bytes in this instance
Fri, 13 Apr 2018 23:11:46 -0400 Augie Fackler wsgicgi: un-do some prior porting work that is now wrong
Fri, 13 Apr 2018 22:12:30 -0400 Augie Fackler py3: fix test-shelve.t on Python 3
Fri, 13 Apr 2018 21:53:07 -0400 Augie Fackler tests: fix up a couple of minor bytes inconsistencies in run-tests.py
Fri, 13 Apr 2018 21:30:55 -0400 Augie Fackler py3: another three passing
Sat, 14 Apr 2018 01:12:55 -0400 Augie Fackler hgwebdir: un-bytes the env dict before re-parsing env
Sat, 14 Apr 2018 01:35:44 -0400 Augie Fackler tests: add all missing b prefixes in reactor tests
Sat, 14 Apr 2018 01:34:44 -0400 Augie Fackler stringutil: ast.literal_eval needs a unicode on py3
Fri, 13 Apr 2018 18:44:18 -0400 Augie Fackler py3: two more passing tests
Thu, 12 Apr 2018 13:25:54 -0400 Augie Fackler py3: whitelist another six passing tests
Wed, 11 Apr 2018 17:43:00 -0400 Augie Fackler py3: whitelist another nine passing tests
Sun, 08 Apr 2018 15:39:08 +0900 Yuya Nishihara py3: use s.startswith() instead of s[n] while parsing patches
Thu, 05 Apr 2018 17:56:24 +0530 Pulkit Goyal py3: whitelist 13 new passing tests
Sun, 04 Mar 2018 16:23:03 -0500 Augie Fackler tests: stop over-specifying tempfile name
Fri, 16 Mar 2018 23:59:13 +0900 Yuya Nishihara py3: make test-template-engine.t bytes-safe
Sat, 10 Mar 2018 19:56:47 +0900 Yuya Nishihara py3: make test-commit-interactive.t byte-safe
Tue, 06 Mar 2018 07:24:12 -0600 Yuya Nishihara py3: drop b'' from debug message "moving bookmarks"
Tue, 06 Mar 2018 07:16:41 -0600 Yuya Nishihara py3: fix slicing of bisect label in templatefilters.shortbisect()
Tue, 06 Mar 2018 07:11:24 -0600 Yuya Nishihara py3: make test-bisect.t bytes-safe
Tue, 06 Mar 2018 02:38:53 -0600 Yuya Nishihara ui: do not use rawinput() when we have to replace sys.stdin/stdout
Sun, 04 Mar 2018 18:47:07 -0500 Yuya Nishihara py3: drop b'' from generate-working-copy-states.py output
Sun, 04 Mar 2018 18:41:09 -0500 Yuya Nishihara py3: make test-commit-multiple.t byte-safe
Sun, 04 Mar 2018 18:34:46 -0500 Yuya Nishihara py3: fix type of default username
Sun, 04 Mar 2018 18:21:16 -0500 Yuya Nishihara py3: read/write plain lock file in binary mode
Sun, 04 Mar 2018 16:55:51 -0500 Yuya Nishihara py3: byte-stringify test-blackbox.t
Sun, 04 Mar 2018 16:11:15 -0500 Augie Fackler transaction: fix an error string with bytestr() on a repr()d value
Sun, 04 Mar 2018 16:23:10 -0500 Yuya Nishihara py3: work around comparison between int and None in tagmerge
Sun, 04 Mar 2018 15:53:10 -0500 Yuya Nishihara py3: don't use str() to stringify pushloc
Sun, 04 Mar 2018 15:26:26 -0500 Yuya Nishihara py3: byte-stringify test-config.t and test-config-env.py
Sun, 04 Mar 2018 16:06:47 -0500 Augie Fackler archival: use py3 friendly replacements for chr() and long()
Sun, 04 Mar 2018 16:05:44 -0500 Augie Fackler py3: more passing tests (ten this time)
Sun, 04 Mar 2018 13:04:12 -0500 Augie Fackler hgweb: fix up trailing slash detection on Python 3
Sun, 04 Mar 2018 12:17:02 -0500 Augie Fackler py3: whitelist three more cases
Sat, 03 Mar 2018 18:33:10 -0500 Augie Fackler tests: port test-log to Python 3
Sat, 03 Mar 2018 17:53:32 -0500 Augie Fackler py3: whitelist another 15 passing tests
Sat, 03 Mar 2018 14:28:51 -0500 Augie Fackler url: more bytes/unicodes fussing in url.py around auth handling
Sat, 03 Mar 2018 12:23:03 -0500 Yuya Nishihara py3: fix formatting of path-auditing errors
Sat, 03 Mar 2018 10:39:48 -0500 Yuya Nishihara py3: add some b'' to make test-lock-badness.t happy
Sat, 03 Mar 2018 09:19:34 -0500 Yuya Nishihara py3: fix some membership tests on linkrev adjustment
Fri, 02 Mar 2018 22:38:09 -0500 Yuya Nishihara py3: make test-basic.t pass on Python 3
Thu, 01 Mar 2018 18:25:19 -0500 Yuya Nishihara test-command-template: glob out detailed "invalid escape" message
Fri, 02 Mar 2018 15:48:31 -0500 Augie Fackler py3: whitelist more passing tests
Fri, 02 Mar 2018 01:17:42 -0500 Augie Fackler py3: sixteen more passing tests
Thu, 01 Mar 2018 18:20:49 -0500 Augie Fackler py3: whitelist three more passing tests
Sun, 25 Feb 2018 22:43:50 -0500 Augie Fackler py3: whitelist another nine passing tests
Fri, 02 Mar 2018 03:06:43 +0530 Pulkit Goyal py3: whitelist 14 new tests passing
Thu, 01 Mar 2018 03:56:41 +0530 Pulkit Goyal py3: add 14 new passing tests to whitelist
Mon, 26 Feb 2018 01:01:35 -0500 Augie Fackler py3: whitelist test-push-http.t as passing
less more (0) -240 tip