log contrib/import-checker.py @ 53042:cdd7bf612c7b stable tip

age author description
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