log mercurial/__init__.py @ 32160:906da89821ce

age author description
Fri, 07 Apr 2017 23:35:51 +0530 Pulkit Goyal py3: add pycompat.unicode and add it to importer
Mon, 13 Mar 2017 08:44:57 -0700 Yuya Nishihara py3: rewrite itervalues() as values() by importer
Mon, 13 Mar 2017 04:06:36 +0900 FUJIWARA Katsunori py3: add "b" prefix to string literals related to module policy
Wed, 08 Mar 2017 18:11:19 -0500 Augie Fackler init: zstd is already python3-ready, so don't run it through our importer
Fri, 03 Mar 2017 15:30:48 +0530 Pulkit Goyal py3: drop unrequired code from __init__.py
Fri, 03 Mar 2017 13:04:32 +0530 Pulkit Goyal py3: add pycompat.open and replace open() calls
Thu, 13 Oct 2016 09:27:37 +0100 Martijn Pieters py3: use namedtuple._replace to produce new tokens
Fri, 14 Oct 2016 17:55:02 +0100 Martijn Pieters py3: refactor token parsing to handle call args properly
Sun, 09 Oct 2016 14:10:01 +0200 Martijn Pieters py3: a second argument to open can't be bytes
Fri, 07 Oct 2016 15:29:57 +0200 Pulkit Goyal py3: switch to .items() using transformer
Fri, 07 Oct 2016 14:04:49 +0200 Pulkit Goyal py3: handle multiple arguments in .encode() and .decode()
Tue, 16 Aug 2016 12:35:15 +0900 Yuya Nishihara py3: import builtin wrappers automagically by code transformer
Mon, 04 Jul 2016 11:18:03 -0700 Gregory Szorc mercurial: implement a source transforming module loader on Python 3
Tue, 07 Jun 2016 15:35:58 +0200 Maciej Fijalkowski policy: add cffi policy for PyPy
Wed, 09 Mar 2016 19:55:45 +0000 timeless debuginstall: expose modulepolicy