log setup.py @ 49957:ff4df0954742

age author description
Sat, 28 Jan 2023 20:08:57 +0100 Cédric Krier setup: Ensure target directory exists with building rust extension
Wed, 04 Jan 2023 13:47:10 -0500 Matt Harbison setup: drop legacy osx compiler tuning to enable universal builds
Wed, 04 Jan 2023 16:02:22 +0100 Raphaël Gomès branching: merge stable into default
Mon, 02 Jan 2023 11:38:20 -0500 Matt Harbison copyright: update to 2023 stable
Wed, 23 Nov 2022 21:11:46 -0500 Matt Harbison setup: include vendored 3rd party type stubs
Mon, 18 Jul 2022 19:18:00 -0400 Matt Harbison setup: use the full executable manifest from `python.exe`
Mon, 18 Jul 2022 17:19:56 -0400 Matt Harbison setup: unconditionally enable the `long-paths-support` option on Windows
Mon, 18 Jul 2022 17:00:59 -0400 Matt Harbison setup: stop shadowing the builtin `dir` symbol
Wed, 01 Jun 2022 00:47:25 +0200 Manuel Jacob py3: catch specific OSError subclasses instead of checking errno
Wed, 13 Apr 2022 14:25:13 -0400 Matt Harbison setup: fix the py2exe logic to work with py3
Thu, 07 Apr 2022 15:29:02 +0200 Raphaël Gomès setup: fix incomplete implementation of Command
Thu, 24 Mar 2022 21:26:45 -0500 Matthew Martin completion: install completers to conventional locations
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Wed, 02 Mar 2022 18:42:00 -0800 Gregory Szorc setup: drop support for Python 3.5
Thu, 03 Mar 2022 07:53:11 +0100 Simon Sapin rust: enable Python 3 support unconditionally
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: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
Tue, 15 Feb 2022 20:24:46 -0800 Martin von Zweigbergk branching: merge with stable