- 14 Feb, 2022 2 commits
-
-
Bradley Dice authored
-
Steven Silvester authored
-
- 20 Jan, 2022 1 commit
-
-
Anderson Bravalheri authored
-
- 15 Jan, 2022 1 commit
-
-
kasium authored
Co-authored-by:
Tzu-ping Chung <uranusjr@gmail.com> Co-authored-by:
Pradyun Gedam <pradyunsg@gmail.com> Co-authored-by:
Brett Cannon <brett@python.org>
-
- 18 Nov, 2021 2 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
- 17 Nov, 2021 1 commit
-
-
Shantanu authored
-
- 16 Nov, 2021 2 commits
-
-
Brett Cannon authored
-
Henry Schreiner authored
Fixes #486 by avoiding the version of pyparsing that broke packaging.
-
- 02 Nov, 2021 1 commit
-
-
Moyiz authored
-
- 01 Nov, 2021 1 commit
-
-
Christian Clauss authored
-
- 29 Oct, 2021 8 commits
-
-
Matti Picus authored
-
Henry Schreiner authored
-
Pradyun Gedam authored
* Run pyupgrade --py36-plus on all files This should update the codebase to use modern Python 3 features. * Drop all `__ne__` methods This is no longer necessary, since Python 2 support has been dropped. Co-authored-by:
Pradyun Gedam <pradyunsg@users.noreply.github.com> Co-authored-by:
Brett Cannon <brett@python.org>
-
Pradyun Gedam authored
-
Pradyun Gedam authored
-
Pradyun Gedam authored
-
Pradyun Gedam authored
-
Pradyun Gedam authored
-
- 27 Oct, 2021 1 commit
-
-
Moyiz authored
-
- 14 Oct, 2021 1 commit
-
-
Matti Picus authored
Co-authored-by:
Pradyun Gedam <pradyunsg@gmail.com>
-
- 08 Oct, 2021 1 commit
-
-
Hugo van Kemenade authored
-
- 27 Aug, 2021 1 commit
-
-
Filipe Laíns authored
-
- 23 Jul, 2021 1 commit
-
-
Pradyun Gedam authored
I forgot to do this, when I made the release. :)
-
- 04 Jul, 2021 1 commit
-
-
Pradyun Gedam authored
Co-authored-by:
Pradyun Gedam <pradyunsg@users.noreply.github.com> Co-authored-by:
Brett Cannon <brett@python.org>
-
- 03 Jul, 2021 4 commits
-
-
Pradyun Gedam authored
-
Pradyun Gedam authored
-
Pradyun Gedam authored
-
Pradyun Gedam authored
-
- 01 Jul, 2021 1 commit
-
-
Tzu-ping Chung authored
-
- 19 Jun, 2021 1 commit
-
-
Brett Cannon authored
-
- 18 Jun, 2021 1 commit
-
-
Josh Soref authored
-
- 28 May, 2021 1 commit
-
-
Henry Schreiner authored
This passes through the type of a list in filter. Example: x: typing.List[Version] reveal_type(SpecifierSet("*").filter(x)) Before: Revealed type is 'typing.Iterable[Union[packaging.version.Version, packaging.version.LegacyVersion, builtins.str]]' After: Revealed type is 'typing.Iterable[packaging.version.Version*]' Signed-off-by:
Henry Schreiner <henryschreineriii@gmail.com>
-
- 06 May, 2021 1 commit
-
-
László Kiss Kollár authored
-
- 03 May, 2021 1 commit
-
-
Tzu-ping Chung authored
-
- 25 Apr, 2021 1 commit
-
-
JT authored
-
- 23 Apr, 2021 1 commit
-
-
Tzu-ping Chung authored
-
- 19 Apr, 2021 1 commit
-
-
Phil Elson authored
-
- 25 Mar, 2021 1 commit
-
-
Joseph Bylund authored
-
- 24 Mar, 2021 1 commit
-
-
Brett Cannon authored
-