Thu, 30 Jan 2025 18:22:01 +0100 |
Pierre-Yves David |
typing: introduce a `types` module and a MatcherT alias
|
Tue, 07 Jan 2025 17:28:46 -0500 |
Matt Harbison |
pyupgrade: drop redundant `open()` modes
|
Mon, 06 Jan 2025 01:27:42 -0500 |
Matt Harbison |
pyupgrade: replace `io.open()` with `open()`
|
Sun, 05 Jan 2025 22:26:16 -0500 |
Matt Harbison |
pyupgrade: rewrite `yield` statements in a loop to `yield from`
|
Sat, 07 Dec 2024 03:07:04 -0500 |
Matt Harbison |
tests: drop references to the vendored copy of `zope`
|
Mon, 04 Nov 2024 17:42:30 -0500 |
Matt Harbison |
tests: treat `select` as a built-in module on Windows
stable
|
Mon, 08 Jul 2024 16:44:07 +0200 |
Pierre-Yves David |
test-check: don't report distutils as a local import
stable
|
Sat, 03 Feb 2024 23:45:08 +0100 |
Manuel Jacob |
py3: fully port doctest to py3
|
Fri, 02 Feb 2024 04:03:15 +0100 |
Manuel Jacob |
import-checker: make stdlib path detection work in virtual environments
|
Mon, 23 Jan 2023 17:11:42 +0100 |
Rapha?l Gom?s |
thirdparty: vendor tomli
|
Tue, 21 Mar 2023 20:47:30 -0400 |
Jason R. Coombs |
extras: re-use Projection from jaraco.collections
|
Tue, 07 Mar 2023 23:38:14 -0500 |
Matt Harbison |
run-tests: fix a crash when using the coverage options
stable
|
Wed, 15 Jun 2022 01:01:02 +0100 |
Ian Moody |
convert: remove old ElementTree import cruft from darcs
stable
|
Wed, 09 Mar 2022 15:41:39 -0800 |
Gregory Szorc |
import-checker: allow symbol imports from typing module
|
Sun, 20 Feb 2022 15:35:09 -0700 |
Gregory Szorc |
py2: drop some more from __future__ statements
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sun, 20 Feb 2022 13:43:44 -0700 |
Gregory Szorc |
import-checker: assume absolute and use modern import checker
|
Wed, 02 Mar 2022 10:23:53 -0500 |
Augie Fackler |
imports: allow importing futures from concurrent
|
Tue, 03 Aug 2021 18:29:31 +0200 |
Pierre-Yves David |
check-module-imports: ignore non-stdlib module installed by distribution
stable
|
Mon, 26 Apr 2021 22:59:56 +0200 |
Rapha?l Gom?s |
convert-bazaar: use breezy package instead of old bzr one
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Sat, 07 Sep 2019 14:50:39 +0200 |
Joerg Sonnenberger |
hgext: start building a library for simple hooks
|
Wed, 18 Dec 2019 13:39:44 -0800 |
Martin von Zweigbergk |
import-checker: allow all absolute imports of stdlib modules
|
Mon, 11 Nov 2019 22:10:26 +0900 |
Yuya Nishihara |
import-checker: allow 'from typing import ...'
|
Mon, 04 Nov 2019 20:46:19 -0800 |
Gregory Szorc |
import-checker: open all source files as utf-8
stable
|
Sun, 06 Oct 2019 13:17:19 -0400 |
Gregory Szorc |
import-checker: allow symbol imports from mercurial.pycompat
|
Sat, 05 Oct 2019 10:29:34 -0400 |
Augie Fackler |
style: run a patched black on a subset of mercurial
|
Sun, 18 Aug 2019 00:45:33 +0300 |
Pulkit Goyal |
interfaces: create a new folder for interfaces and move repository.py in it
|
Thu, 08 Aug 2019 01:03:01 +0200 |
Pierre-Yves David |
flagutil: create a `mercurial.revlogutils.flagutil` module
|
Wed, 29 May 2019 09:55:35 -0400 |
Augie Fackler |
contrib: fix import-checker to operate on str instead of bytes
|