contrib/python3-whitelist
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
Sat, 24 Feb 2018 15:35:00 +0530 Pulkit Goyal py3: whitelist another 8 passing tests
Thu, 22 Feb 2018 01:00:57 -0500 Augie Fackler py3: two more narrow tests passing
Wed, 21 Feb 2018 23:24:51 -0500 Augie Fackler py3: whitelist another 11 passing tests
Wed, 21 Feb 2018 09:43:35 -0500 Augie Fackler py3: whitelist another eight passing tests
Sun, 18 Feb 2018 15:53:48 -0500 Augie Fackler py3: whitelist another six passing tests
Sun, 18 Feb 2018 00:59:03 -0500 Augie Fackler py3: whitelist another three passing tests
Sun, 18 Feb 2018 00:35:37 -0500 Augie Fackler py3: whitelist five more passing tests
Sat, 17 Feb 2018 18:20:15 +0900 Yuya Nishihara py3: make test-extdiff.t pass on Python 3
Sat, 17 Feb 2018 01:41:08 -0500 Augie Fackler py3: whitelist test-pull-http.t
Thu, 15 Feb 2018 09:18:20 -0500 Augie Fackler py3: whitelist another eight passing tests
Wed, 14 Feb 2018 00:18:35 -0500 Augie Fackler python3: whitelist another 5 passing tests
Tue, 13 Feb 2018 19:12:44 -0500 Augie Fackler py3: whitelist more passing tests
Tue, 13 Feb 2018 18:13:33 -0500 Augie Fackler py3: whitelist another 8 passing tests
Tue, 13 Feb 2018 11:12:36 -0500 Augie Fackler py3: whitelist another six passing tests
Tue, 13 Feb 2018 00:06:22 -0500 Augie Fackler py3: whitelist test-convert-clonebranches.t
Mon, 12 Feb 2018 22:29:36 -0500 Augie Fackler py3: whitelist another 11 passing tests
Mon, 12 Feb 2018 16:51:30 -0500 Augie Fackler python3: whitelist another four passing tests
Wed, 07 Feb 2018 06:28:43 -0500 Augie Fackler python3: whitelist an additional 11 tests
Thu, 18 Jan 2018 13:12:09 -0500 Augie Fackler python3: whitelist another 24 passing tests
Thu, 18 Jan 2018 10:08:23 -0500 Augie Fackler python3: whitelist an additional 23 passing tests
Wed, 17 Jan 2018 22:07:09 -0500 Augie Fackler python3: whitelist another 7 passing tests
Wed, 17 Jan 2018 17:59:12 -0500 Augie Fackler python3: whitelist two more passing tests
Fri, 29 Dec 2017 06:32:17 +0530 Pulkit Goyal py3: add 8 new passing tests to the whitelist
Sun, 10 Dec 2017 05:41:05 +0530 Pulkit Goyal py3: add 32 new tests passing to the whitelist
Mon, 04 Dec 2017 15:30:30 -0500 Augie Fackler python3: whitelist many more passing tests
Wed, 29 Nov 2017 06:48:52 +0530 Pulkit Goyal py3: remove test-terse-status.t from python3 whitelist as it was renamed
Sat, 30 Sep 2017 18:19:14 +0530 Pulkit Goyal py3: whitelist 15 more tests passing on Python 3
Mon, 18 Sep 2017 15:34:50 -0400 Augie Fackler python3: remove test-update-dest.t from the whitelist
Sat, 16 Sep 2017 11:33:16 -0400 Augie Fackler python3: another 3 tests whitelisted
Tue, 22 Aug 2017 20:25:08 -0400 Augie Fackler python3: whitelist another 5 passing tests found with the ratchet script
Tue, 22 Aug 2017 17:16:13 -0400 Augie Fackler contrib: add test-check-module-imports.t to the Python 3 whitelist
Sun, 23 Apr 2017 12:59:42 +0900 Yuya Nishihara encoding: add function to test if a str consists of ASCII characters
Tue, 22 Aug 2017 11:00:46 -0400 Augie Fackler python3: whitelist test-imports-checker.t, which now passes
Thu, 27 Jul 2017 00:00:15 -0400 Augie Fackler python3: whitelist another *13* tests that now pass
Wed, 26 Jul 2017 23:33:26 -0400 Augie Fackler python3: whitelist four more passing tests
Mon, 24 Jul 2017 15:37:57 -0400 Augie Fackler contrib: remove one test from the python 3 whitelist stable
Thu, 13 Jul 2017 09:51:50 -0700 Martin von Zweigbergk util: remove unused ctxmanager
Thu, 06 Jul 2017 17:18:50 +0200 Boris Feld py3: fix test-diff-newlines.t to be compatible with py3
Tue, 27 Jun 2017 21:16:08 +0530 Pulkit Goyal py3: update the python3-whitelist with new tests which pass on Python 3
Sat, 17 Jun 2017 14:39:10 +0530 Pulkit Goyal py3: pass the path in hg.repository() as bytes
Thu, 15 Jun 2017 10:59:48 -0400 Augie Fackler contrib: check in a whitelist of passing tests in Python 3
less more (0) tip