setup.py
Thu, 05 Dec 2019 20:05:08 -0800 Kyle Lippincott packaging: include defaultrc/*.rc instead of default.d/*.rc
Fri, 22 Nov 2019 18:02:12 -0500 Augie Fackler windows: further build fixes for the WiX installer
Sat, 16 Nov 2019 12:19:43 -0500 Matt Harbison setup: conditionalize access to `sys.dllhandle` when building extensions
Sat, 16 Nov 2019 11:48:47 -0500 Matt Harbison setup: use bytes for assumed python version
Sat, 16 Nov 2019 11:42:27 -0500 Matt Harbison setup: combine two contiguous string literals
Wed, 13 Nov 2019 21:52:25 -0500 Matt Harbison help: create packages for the help text
Wed, 23 Oct 2019 15:07:56 +0100 Ian Moody setup: allow py3 install without env vars stable
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Mon, 30 Sep 2019 17:26:41 -0700 Gregory Szorc setup: build extensions in parallel by default
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Thu, 15 Aug 2019 14:54:39 -0400 Augie Fackler setup: fix a sorting issue I noticed in package names
Fri, 17 May 2019 00:17:43 +0200 Georges Racinet rust: switched to 'cargo rustc' in setup.py
Fri, 14 Jun 2019 11:18:06 +0100 Georges Racinet rust-cpython: fix build for MacOSX
Fri, 14 Jun 2019 10:57:07 +0100 Georges Racinet rust-cpython: management of shared libray suffix
Thu, 23 May 2019 02:05:32 +0200 Georges Racinet rust: new rust options in setup.py
Wed, 29 May 2019 13:27:56 +0200 Georges Racinet rust: module policy with importrust
Sun, 21 Apr 2019 08:57:01 -0700 Gregory Szorc setup: tweak error message for Python 3 stable
Sun, 21 Apr 2019 07:21:08 -0700 Gregory Szorc setup: remove set and dict comprehensions stable
Sat, 20 Apr 2019 07:29:07 -0700 Gregory Szorc setup: properly package distutils in py2exe virtualenv builds stable
Fri, 05 Apr 2019 18:36:43 -0400 Matt Harbison py3: write out hgextindex as bytes in setup.py
Thu, 04 Apr 2019 15:40:48 +0200 Philippe Pepiot setup: fix a possible NameError on rust build
Thu, 04 Apr 2019 18:01:48 -0700 Gregory Szorc setup: use raw string for regular expression
Wed, 03 Apr 2019 11:46:29 -0400 Augie Fackler py2exe: add workaround to allow bundling of hgext3rd.* extensions
Thu, 14 Mar 2019 18:25:07 -0700 Gregory Szorc setup: exclude crypt32.dll in py2exe builds
Thu, 14 Mar 2019 13:27:37 -0700 Gregory Szorc packaging: don't bundle DLLs in py2exe library.zip for x86 builds
Thu, 07 Mar 2019 14:02:02 -0800 Gregory Szorc setup: include hgext3rd package in py2exe builds
Thu, 07 Mar 2019 13:47:28 -0800 Gregory Szorc setup: properly install build_hgextindex for py2exe builds
Thu, 07 Mar 2019 12:15:32 -0800 Gregory Szorc setup: configure py2exe config via environment variables
Sun, 03 Mar 2019 15:53:27 -0800 Gregory Szorc inno: stop shipping pywin32
Sun, 03 Mar 2019 14:08:25 -0800 Gregory Szorc setup: exclude some internal UCRT files
Sun, 03 Mar 2019 15:46:26 -0800 Gregory Szorc setup: include additional packages in py2exe distribution
Sun, 03 Mar 2019 10:31:23 -0800 Gregory Szorc setup: define build_doc command
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Mon, 04 Feb 2019 09:07:00 -0800 Gregory Szorc global: make some docstrings raw strings
Thu, 31 Jan 2019 13:32:21 +0800 Anton Shestakov copyright: update to 2019 stable
Mon, 07 Jan 2019 18:43:10 -0500 Augie Fackler cleanup: stop including thirdparty.cbor in builds
Mon, 17 Dec 2018 15:05:52 +0100 Georges Racinet rust-cpython: build and support for Python3
Mon, 17 Dec 2018 17:44:45 -0500 Matt Harbison setup: avoid attempting to invoke the system-wide hg.exe on Windows
Thu, 06 Dec 2018 16:34:22 +0100 Georges Racinet rust-cpython: build via HGWITHRUSTEXT=cpython
Thu, 06 Dec 2018 16:23:20 +0100 Georges Racinet rust: better treatment of cargo/rustc errors
Sun, 02 Dec 2018 21:37:42 +0900 Yuya Nishihara revlog: export symbol of indexType
Sun, 02 Dec 2018 21:33:43 +0900 Yuya Nishihara setup: fix path of rust source dependencies
Thu, 27 Sep 2018 13:03:19 -0400 Augie Fackler remotefilelog: import pruned-down remotefilelog extension from hg-experimental
Wed, 31 Oct 2018 20:32:42 +0100 Paul Morelle setup: explain to distutils how we write rc versions stable
Fri, 19 Oct 2018 18:34:42 -0400 Matt Harbison setup: build exewrapper with Unicode support on py3
Fri, 19 Oct 2018 22:31:47 -0400 Matt Harbison py3: stringify setupversion on Windows
Thu, 27 Sep 2018 16:56:15 +0200 Georges Racinet rust: exposing in parsers module
Mon, 08 Oct 2018 16:27:40 -0700 Gregory Szorc zstandard: vendor python-zstandard 0.10.1
Tue, 02 Oct 2018 22:40:01 -0400 Matt Harbison setup: ignore message about disabling 3rd party extensions because of version
Tue, 18 Sep 2018 16:52:11 -0700 Gregory Szorc testing: add interface unit tests for file storage
Fri, 14 Sep 2018 22:23:02 +0900 Yuya Nishihara setup: exclude vendored futures package on Python 3
Thu, 13 Sep 2018 12:37:32 -0400 Matt Harbison py3: add b'' to some setup.py strings for Windows
Wed, 05 Sep 2018 01:18:29 +0530 Pulkit Goyal setup: don't support py 3.5.0, 3.5.1, 3.5.2 because of bug in codecs
Thu, 16 Aug 2018 02:08:13 +0200 Boris Feld revlog: split constants into a new `revlogutils.constants` module
Mon, 30 Jul 2018 22:50:00 -0400 Augie Fackler fastannotate: initial import from Facebook's hg-experimental
Mon, 16 Jul 2018 17:47:58 -0700 Mike Hommey setup: allow to run setup.py with python 3 without a mercurial checkout
Fri, 01 Jun 2018 23:02:36 +0900 Yuya Nishihara setup: write version constant as bytes literal
Sat, 12 May 2018 10:57:04 -0700 Gregory Szorc packaging: move contrib/macosx to contrib/packaging/
Sat, 12 May 2018 12:12:12 -0700 Gregory Szorc setup: reformat options argument
Mon, 09 Apr 2018 12:27:52 -0700 Gregory Szorc setup: add packages for concurrent.futures
less more (0) -300 -100 -60 tip