log mercurial/__init__.py @ 42760:9f2189b6bf2a

age author description
Fri, 12 Jul 2019 23:34:24 -0700 Martin von Zweigbergk py3: source-transform only call-sites of iteritems(), not definitions
Sun, 07 Jul 2019 23:04:55 -0700 Martin von Zweigbergk py3: don't run source transformer on hgext3rd (extensions)
Fri, 19 Apr 2019 14:25:18 +0000 Ludovic Chabant py3: handle meta-path finders that only use pre-python3.4 API
Mon, 17 Dec 2018 15:05:52 +0100 Georges Racinet rust-cpython: build and support for Python3
Wed, 01 Aug 2018 13:10:07 -0700 Gregory Szorc py3: stop rewriting xrange() to pycompat.xrange()
Sat, 03 Mar 2018 05:50:45 -0500 Yuya Nishihara py3: don't try to mangle C extension blob by code transformer
Thu, 30 Nov 2017 22:43:03 +0900 Yuya Nishihara thirdparty: move selectors2 module to where it should be