Sat, 22 Feb 2025 18:25:25 -0500 |
Matt Harbison |
setup: drop the inaccessible `py2exehacked` code around distutils
|
Thu, 20 Feb 2025 11:44:44 +0100 |
Pierre-Yves David |
cleanup: drop the LIBDIR related code
|
Thu, 13 Feb 2025 15:55:31 -0500 |
Arun Kulshreshtha |
setup: set PYO3_PYTHON to ensure PyO3 uses the right Python
|
Wed, 12 Feb 2025 16:36:51 +0100 |
Rapha?l Gom?s |
setup: fix `make local PURE=--rust`
|
Wed, 12 Feb 2025 16:15:47 +0100 |
Rapha?l Gom?s |
setup: don't add Rust build artifacts to dependencies
|
Tue, 14 Jan 2025 15:55:16 +0100 |
paugier |
setup: __modulepolicy__.py created in the source dir for editable mode
|
Mon, 13 Jan 2025 15:52:31 +0100 |
Pierre Augier |
setup: check that setuptools_scm is importable
|
Fri, 25 Oct 2024 11:15:29 +0200 |
paugier |
packaging: get version with setuptools-scm
|
Thu, 16 Jan 2025 17:18:16 +0100 |
Rapha?l Gom?s |
branching: merge stable into default
|
Wed, 08 Jan 2025 05:07:00 +0100 |
paugier |
packaging: modernize (compat PEP 517) with less distutils and setup.py calls
|
Wed, 04 Dec 2024 23:09:32 +0100 |
paugier |
setup-py: remove unused and deprecated setup argument datafiles
|
Mon, 30 Dec 2024 20:56:19 -0500 |
Matt Harbison |
setup: skip building rust extensions on Windows
|
Wed, 04 Dec 2024 22:52:58 +0100 |
paugier |
setup-py: weaken build isolation when calling hg
|
Sun, 05 Jan 2025 21:03:17 -0500 |
Matt Harbison |
pyupgrade: drop usage of py3 aliases for `OSError`
|
Sat, 07 Dec 2024 03:14:52 -0500 |
Matt Harbison |
setup: stop building and including the vendored `zope` packages
|
Mon, 21 Oct 2024 13:39:44 +0200 |
Pierre-Yves David |
config: move `rcutil` module under a new `mercurial.configuration` module
|
Fri, 29 Nov 2024 22:59:16 +0100 |
Georges Racinet |
rust-pyo3: change the name of the Python module to pyo3_rustext
|
Mon, 27 Nov 2023 12:21:44 -0500 |
Rapha?l Gom?s |
rust: add PyO3 based Rust extension module
|
Tue, 19 Nov 2024 15:46:12 +0100 |
Pierre-Yves David |
commands: create a "mercurial.cmd_impls" module to host graft
|
Thu, 24 Oct 2024 00:47:20 +0200 |
paugier |
setup_py: logging without distutils
|
Thu, 24 Oct 2024 15:49:33 +0200 |
paugier |
setup_py: simplify cancompile with 'with open(...)'
|
Sat, 23 Nov 2024 06:07:40 +0100 |
paugier |
setup_py: imports standard lib at the top
|
Thu, 24 Oct 2024 15:18:37 +0200 |
paugier |
setup_py: simpler silence warnings unused-import
|
Sat, 23 Nov 2024 06:01:42 +0100 |
paugier |
setup_py: function defs after imports
|
Thu, 24 Oct 2024 15:13:23 +0200 |
paugier |
setup_py: remove IronPython Python 2.7 specific code
|
Sat, 23 Nov 2024 05:50:43 +0100 |
paugier |
setup_py: simplify ssl check
|
Thu, 24 Oct 2024 00:38:01 +0200 |
paugier |
setup_py: remove python_requires in setup.py
|
Thu, 24 Oct 2024 00:46:22 +0200 |
paugier |
setup_py: first tiny cleanup
|
Thu, 21 Nov 2024 11:46:10 -0500 |
Matt Harbison |
setup: require TLS 1.2 support from the Python interpreter (BC)
|
Thu, 02 Jan 2025 11:11:11 -0500 |
Matt Harbison |
copyright: update to 2025
stable
|
Wed, 13 Nov 2024 21:17:46 +0100 |
Pierre-Yves David |
setup: preserve version part after the "+" on Windows
stable
|
Wed, 13 Nov 2024 16:13:28 +0100 |
Pierre-Yves David |
setup: make sure Rust build its extension for the right python
stable
|
Wed, 13 Nov 2024 14:34:40 +0100 |
Pierre-Yves David |
setup: use the same code to compute tag from archive
stable
|
Wed, 13 Nov 2024 14:28:25 +0100 |
Pierre-Yves David |
setup: factor version computation in a function
stable
|
Wed, 13 Nov 2024 14:13:35 +0100 |
Pierre-Yves David |
setup: remote a debug statement that slipped through
stable
|
Sat, 09 Nov 2024 00:59:59 +0100 |
Pierre-Yves David |
dev-version: change the scheme of non tagged version
stable
|
Wed, 06 Nov 2024 16:32:15 +0100 |
Pierre-Yves David |
setup: add a way to force the setup to translate (or fail)
stable
|
Thu, 10 Oct 2024 09:54:55 +0200 |
paugier |
install: static data moved from setup.py to pyproject.toml
|
Thu, 03 Oct 2024 14:45:01 +0200 |
paugier |
install: add long_description_content_type
|
Sun, 22 Sep 2024 15:55:46 +0200 |
Pierre-Yves David |
rev-branch-cache: move the code in a dedicated module
|
Thu, 05 Sep 2024 17:12:52 -0400 |
Matt Harbison |
setup: avoid the deprecated `distutils.spawn.find_executable`
|
Thu, 05 Sep 2024 16:59:36 -0400 |
Matt Harbison |
setup: drop the hack to disable linker warning 4197 on Windows
|
Tue, 10 Sep 2024 22:26:23 +0200 |
Pierre-Yves David |
python-compat: drop support for Python3.6 and 3.7
|
Fri, 06 Sep 2024 02:12:19 +0200 |
Pierre-Yves David |
brancing: merge stable into default
|
Thu, 01 Aug 2024 16:42:38 +0200 |
Pierre-Yves David |
branching: merge stable into default
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Rapha?l Gom?s |
black: format the codebase with 23.3.0
|
Tue, 23 Jul 2024 10:02:46 +0200 |
Rapha?l Gom?s |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Rapha?l Gom?s |
black: format the codebase with 23.3.0
|
Thu, 05 Sep 2024 15:37:14 -0400 |
Matt Harbison |
setup: handle removal of old MSVC compiler from setuptools 65.0 (issue6910)
stable
|
Fri, 12 Jul 2024 15:29:35 +0400 |
Anton Shestakov |
copyright: update to 2024
stable
|
Mon, 10 Jun 2024 13:45:57 +0200 |
Joerg Sonnenberger |
obsolete: quote the feature name
|
Wed, 03 Apr 2024 16:00:37 +0200 |
Pierre-Yves David |
setup: display return code information about failed `hg` call
stable
|
Tue, 11 Apr 2023 21:56:16 +0200 |
Pierre-Yves David |
setup: try a non-pure version of the local Mercurial if the pure fails
|
Fri, 01 Dec 2023 22:13:37 +0100 |
Pierre-Yves David |
setup: make debug simpler by adding a `__repr__` to `hgcommand`
|
Wed, 25 Jan 2023 15:33:39 +0100 |
Franck Bret |
commands: add admin namespace
|
Wed, 06 Sep 2023 18:12:27 +0200 |
Rapha?l Gom?s |
branching: merge stable into default
|
Fri, 21 Jul 2023 03:56:28 +0200 |
Pierre-Yves David |
infinitepush: drop the extension
|
Mon, 23 Jan 2023 18:08:11 +0100 |
Rapha?l Gom?s |
configitems: declare items in a TOML file
|
Mon, 23 Jan 2023 17:11:42 +0100 |
Rapha?l Gom?s |
thirdparty: vendor tomli
|
Mon, 04 Sep 2023 13:33:32 +0100 |
Arseniy Alekseyev |
setup: make the error "Unable to find a working hg binary" more informative
stable
|