log

age author description
Sat, 19 Feb 2022 18:42:12 -0700 Gregory Szorc automation: delete code related to Python 2.7 support
Sat, 19 Feb 2022 18:42:31 -0700 Gregory Szorc automation: drop support for Python 2.7 in Windows environment
Sat, 19 Feb 2022 18:18:35 -0700 Gregory Szorc automation: drop support for Python 2.7 in Linux environment
Sat, 19 Feb 2022 18:17:14 -0700 Gregory Szorc automation: make system3 the default for run-tests-linux
Sat, 19 Feb 2022 18:04:49 -0700 Gregory Szorc automation: run hg with python3
Thu, 03 Mar 2022 07:53:11 +0100 Simon Sapin rust: enable Python 3 support unconditionally
Thu, 03 Mar 2022 09:45:21 +0900 Yuya Nishihara cext: really remove Python 2 file handling code
Thu, 03 Mar 2022 09:43:10 +0900 Yuya Nishihara cext: backout e9ca736f5b52 "remove Python 2 file handling code"
Wed, 02 Mar 2022 10:32:36 -0500 Augie Fackler rust: jettison Python 2 support
Wed, 02 Mar 2022 10:30:37 -0500 Augie Fackler setup: always decode xcode version
Wed, 02 Mar 2022 10:29:54 -0500 Augie Fackler setup: remove Rust support for Python 2
Wed, 02 Mar 2022 10:25:11 -0500 Augie Fackler cleanup: stop bundling concurrent.futures on Python 2
Wed, 02 Mar 2022 10:24:49 -0500 Augie Fackler cleanup: directly use concurrent.futures instead of via pycompat
Wed, 02 Mar 2022 10:23:53 -0500 Augie Fackler imports: allow importing futures from concurrent
Wed, 02 Mar 2022 10:14:24 -0500 Augie Fackler setup: remove pygit2 Python 2 logic