log

age author description
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
Wed, 02 Mar 2022 10:13:45 -0500 Augie Fackler setup: inline now-constant list
Wed, 02 Mar 2022 10:13:09 -0500 Augie Fackler setup: unconditionally do this python 3 step
Wed, 02 Mar 2022 10:12:48 -0500 Augie Fackler setup: remove Python 2 support code for determining dylib suffix
Wed, 02 Mar 2022 10:12:17 -0500 Augie Fackler setup: inline os.fsdecode now that we're done with Python 2
Wed, 02 Mar 2022 10:11:37 -0500 Augie Fackler setup: inline encoding constant that is only used once
Wed, 02 Mar 2022 10:07:49 -0500 Augie Fackler setup: remove printf trampoline
Wed, 02 Mar 2022 10:07:21 -0500 Augie Fackler setup: remove more Python 2 support code
Wed, 02 Mar 2022 10:06:37 -0500 Augie Fackler setup: remove ssl check that only matters on 2.7
Wed, 02 Mar 2022 10:05:45 -0500 Augie Fackler setup: remove block that tries to help Python 2.6 users
Wed, 02 Mar 2022 10:04:04 -0500 Augie Fackler setup: drop statement of support for Python before 3.5.3
Sun, 20 Feb 2022 16:11:21 -0700 Gregory Szorc cext: remove inline rewriting of argv
Sun, 20 Feb 2022 16:09:02 -0700 Gregory Szorc cext: remove PY23()
Sun, 20 Feb 2022 16:13:57 -0700 Gregory Szorc cext: unconditionalize PySlice_GetIndicesEx()
Sun, 20 Feb 2022 16:13:23 -0700 Gregory Szorc cext: unconditionalize PYLONG_VALUE()
Sun, 20 Feb 2022 15:50:46 -0700 Gregory Szorc cext: use PyLong symbols
Sun, 20 Feb 2022 15:48:35 -0700 Gregory Szorc cext: use PyLong symbols
Sun, 20 Feb 2022 15:47:13 -0700 Gregory Szorc cext: remove Python 2 support
Sun, 20 Feb 2022 15:45:51 -0700 Gregory Szorc cext: remove Python 2 file handling code
Sun, 20 Feb 2022 15:45:16 -0700 Gregory Szorc cext: remove Python 2 variant of listdir_slot()
Sun, 20 Feb 2022 15:44:39 -0700 Gregory Szorc cext: remove some conditional preprocessor defines
Sun, 20 Feb 2022 15:43:30 -0700 Gregory Szorc cext: unconditionally use PyLong_FromLong()
Sun, 20 Feb 2022 15:42:47 -0700 Gregory Szorc cext: drop preprocessor PyInt aliases
Sun, 20 Feb 2022 15:40:39 -0700 Gregory Szorc cext: remove Python 2 module initializer functions