log tests/test-check-py3-compat.t @ 30038:42ead5b3aa7b

age author description
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
Tue, 09 Aug 2016 02:28:34 +0900 FUJIWARA Katsunori py3: update output of check-py3-compat.py with python3
Thu, 04 Aug 2016 00:32:19 +0530 Pulkit Goyal py3: use unicode literals in pure/osutil.py