tests/test-check-py3-compat.t
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Sun, 02 Sep 2018 16:26:33 +0900 Yuya Nishihara test-check-py3-compat: don't run py3 part if not build against python3
Sun, 02 Sep 2018 16:23:34 +0900 Yuya Nishihara test-check-py3-compat: don't run py2 part if $PYTHON is python3
Sat, 01 Sep 2018 10:40:48 +0900 Yuya Nishihara fastannotate: use stringutil.pprint() to dump diffopts to be hashed
Sat, 01 Sep 2018 10:23:13 +0900 Yuya Nishihara test-check-py3-compat: update "python3 check-py3-compat.py" output
Sat, 01 Sep 2018 10:13:48 +0900 Yuya Nishihara test-check-py3-compat: exclude thirdparty and cffi which are known to fail
Sat, 01 Sep 2018 10:18:38 +0900 Yuya Nishihara test-check-py3-compat: remove false output from "python3 check-py3-compat.py"
Wed, 25 Jul 2018 13:45:28 -0400 Augie Fackler hghave: move from requiring the PYTHON3 env var to looking for `python3`
Wed, 25 Jul 2018 13:41:21 -0400 Augie Fackler tests: update test-check-py3-compat.t output in the py3exe branch
Mon, 26 Mar 2018 08:32:21 -0700 Pulkit Goyal cbor: fix core test-check*
Tue, 22 Aug 2017 15:50:53 -0400 Augie Fackler tests: ensure demandimport test uses absolute_import
Tue, 22 Aug 2017 14:14:52 -0400 Augie Fackler i18n: update check-translation script to pass import checker
Sun, 16 Jul 2017 17:19:22 +0900 Yuya Nishihara demandimport: drop Py3 workarounds from Py2 implementation
Sun, 02 Jul 2017 13:14:20 +0900 Yuya Nishihara tests: alias syshg and syshgenv so they can be switched conditionally
Tue, 27 Jun 2017 17:24:31 -0700 Adam Simpkins tests: use the system hg for examining the local repository
Tue, 20 Jun 2017 09:45:02 -0400 Augie Fackler cleanup: use $PYTHON to run python in many more tests
Mon, 29 May 2017 16:08:37 +0530 Pulkit Goyal py3: update test-check-py3-compat.t
Wed, 08 Mar 2017 09:03:42 -0500 Olivier Trempe fsmonitor: match watchman and filesystem encoding
Sat, 01 Apr 2017 15:24:03 -0700 Gregory Szorc zstd: vendor python-zstandard 0.8.0
Fri, 17 Mar 2017 09:58:49 -0700 Martin von Zweigbergk tests: allow ModuleNotFoundError in addition to ImportError
Tue, 07 Feb 2017 23:24:47 -0800 Gregory Szorc zstd: vendor python-zstandard 0.7.0
Sun, 25 Dec 2016 02:42:46 +0530 Pulkit Goyal py3: exclude pywatchman from test-check-py3-compat.t
Sun, 25 Dec 2016 02:34:19 +0530 Pulkit Goyal py3: update test-check-py3-compat.t
Thu, 22 Dec 2016 11:22:32 -0800 Zack Hricz fsmonitor: refresh pywatchman to upstream
Thu, 01 Dec 2016 13:12:04 +0530 Pulkit Goyal py3: use pycompat.sysstr() in __import__()
Wed, 30 Nov 2016 23:38:50 +0530 Pulkit Goyal py3: use unicodes in __slots__
Mon, 21 Nov 2016 15:38:56 +0530 Pulkit Goyal py3: update test-check-py3-compat.t output
Thu, 10 Nov 2016 22:15:58 -0800 Gregory Szorc zstd: vendor python-zstandard 0.5.0
Wed, 09 Nov 2016 22:15:51 +0900 Yuya Nishihara py3: update test-check-py3-compat.t output
Sun, 14 Aug 2016 19:20:12 -0700 Gregory Szorc statprof: use print function
Tue, 01 Nov 2016 18:55:30 -0700 Gregory Szorc statprof: use absolute_imports
Tue, 01 Nov 2016 18:54:03 -0700 Gregory Szorc statprof: vendor statprof.py
Mon, 10 Oct 2016 05:31:31 -0700 Mateusz Kwapich py3: use raw strings in line continuation (convert ext)
Mon, 10 Oct 2016 05:30:14 -0700 Mateusz Kwapich py3: namedtuple takes unicode (journal ext)
Sat, 08 Oct 2016 17:22:07 +0200 Yuya Nishihara py3: make check-py3-compat.py load modules in standard manner
Sun, 09 Oct 2016 08:31:39 +0200 Yuya Nishihara py3: include module filename in check-py3-compat.py output
Sat, 08 Oct 2016 08:36:39 -0400 Augie Fackler util: ensure forwarded attrs are set in globals() as sysstr
Sat, 08 Oct 2016 05:26:18 -0400 Augie Fackler i18n: make the locale directory name the same string type as the datapath
Sat, 08 Oct 2016 08:54:05 -0700 Mateusz Kwapich py3: make encodefun in store.py compatible with py3k
Fri, 07 Oct 2016 17:30:11 +0200 Pulkit Goyal mail: handle renamed email.Header
Fri, 07 Oct 2016 08:32:40 -0400 Augie Fackler revset: build _syminitletters from a saner source: the string module
Fri, 07 Oct 2016 07:43:04 -0400 Augie Fackler hgmanpage: stop using raw-unicode strings
Fri, 07 Oct 2016 08:58:23 -0400 Augie Fackler util: use string.hexdigits instead of defining it ourselves
Fri, 07 Oct 2016 08:01:16 -0400 Augie Fackler util: correct check of sys.version_info
Fri, 07 Oct 2016 14:04:49 +0200 Pulkit Goyal py3: handle multiple arguments in .encode() and .decode()
Fri, 07 Oct 2016 12:13:28 +0200 Pulkit Goyal py3: convert to unicode to pass into encode()
Sun, 02 Oct 2016 05:29:17 +0530 Pulkit Goyal py3: use unicode in is_frozen()
Sun, 02 Oct 2016 03:38:14 +0530 Pulkit Goyal py3: use unicodes in __slots__
Sat, 01 Oct 2016 15:10:38 -0400 Augie Fackler merge with stable
Wed, 28 Sep 2016 20:07:32 +0900 Yuya Nishihara py3: make i18n use encoding.environ
Wed, 28 Sep 2016 20:05:34 +0900 Yuya Nishihara py3: provide encoding.environ which is a dict of bytes
Fri, 23 Sep 2016 14:37:15 -0400 Augie Fackler py3: update test expectation on stable stable 3.9.2
Thu, 01 Sep 2016 02:29:46 +0530 Pulkit Goyal py3: remove use of *L syntax
Tue, 30 Aug 2016 13:33:48 -0400 Augie Fackler py3: split check of pygments-using files from the rest of the tree
Wed, 17 Aug 2016 20:56:12 +0900 Yuya Nishihara py3: automatically glob out line numbers from check-py3-compat output
Wed, 17 Aug 2016 20:52:50 +0900 Yuya Nishihara py3: have check-py3-compat require pygments to get stable result
Tue, 16 Aug 2016 12:35:15 +0900 Yuya Nishihara py3: import builtin wrappers automagically by code transformer
Wed, 10 Aug 2016 04:35:44 +0530 Pulkit Goyal py3: conditionalize _winreg import
Mon, 08 Aug 2016 23:51:11 +0530 Pulkit Goyal py3: conditionalize the raise statement
Tue, 09 Aug 2016 02:28:34 +0900 FUJIWARA Katsunori py3: make check-py3-compat.py use correct module name at loading pure modules
less more (0) -100 -60 tip