Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Sun, 01 Dec 2019 18:46:10 -0500 |
Matt Harbison |
cleanup: fix docstring formatting
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Thu, 07 Nov 2019 13:18:19 -0500 |
Augie Fackler |
cleanup: remove pointless r-prefixes on double-quoted strings
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Tue, 21 Aug 2018 15:27:30 -0400 |
Augie Fackler |
demandimport: instrument python 2 code with trace events
|
Sat, 05 May 2018 18:41:51 -0700 |
Gregory Szorc |
demandimport: make module ignores a set (API)
|
Fri, 18 Aug 2017 11:08:17 -0700 |
Jun Wu |
demandimport: move HGDEMANDIMPORT test to __init__.py
|
Sun, 16 Jul 2017 17:38:39 +0900 |
Yuya Nishihara |
demandimport: prefer loaded module over package attribute (issue5617)
|
Sun, 16 Jul 2017 17:19:22 +0900 |
Yuya Nishihara |
demandimport: drop Py3 workarounds from Py2 implementation
|
Sun, 16 Jul 2017 17:16:32 +0900 |
Yuya Nishihara |
demandimport: drop hack for old Pythons which had no level argument
|
Fri, 28 Apr 2017 00:01:22 +0900 |
Yuya Nishihara |
demandimport: stop overriding __getattribute__()
|
Fri, 28 Apr 2017 23:46:16 +0900 |
Yuya Nishihara |
demandimport: look for 'mod' suffix as alternative name for module reference
|