setup.py
Tue, 15 Feb 2022 20:24:46 -0800 Martin von Zweigbergk branching: merge with stable
Tue, 15 Feb 2022 15:52:44 +0100 Raphaël Gomès copyright: it's 2022 stable
Sat, 18 Dec 2021 20:56:52 -0500 Matt Harbison setup.py: fix some documentation typos
Fri, 26 Nov 2021 11:53:54 +0100 Raphaël Gomès typo: s/unkown/unknown across the codebase
Wed, 27 Oct 2021 12:07:58 +0200 Raphaël Gomès backout: backed out changeset f78d8b8c46d7
Fri, 08 Oct 2021 11:06:03 +0200 Simon Sapin rust: Make the hg-cpython crate default to Python 3
Sun, 19 Sep 2021 01:36:37 -0400 Matt Harbison setup: stop packaging python3.dll and python3X.dll in the wheel distribution
Thu, 08 Jul 2021 12:18:21 +0200 Simon Sapin dirstate-v2: Introduce a docket file
Wed, 21 Apr 2021 17:59:14 +0200 Raphaël Gomès lint: fix failing code check stable
Tue, 20 Apr 2021 20:35:46 +0200 Joerg Sonnenberger packaging: extract pre-computed version when running from plain tarball stable 5.8rc1
Sat, 03 Apr 2021 21:15:45 -0400 Matt Harbison setup: copy python3.dll next to hg.exe when building on Windows for hgext.git
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Tue, 23 Feb 2021 12:26:52 -0800 Martin von Zweigbergk build: make version from .hg_archival.txt consistent with that from .hg/
Thu, 04 Feb 2021 23:11:42 +0100 Joerg Sonnenberger build: fake PEP440 versions
Fri, 29 Jan 2021 17:32:09 +0530 Pulkit Goyal merge with stable
Wed, 27 Jan 2021 00:54:57 -0500 Matt Harbison copyright: update to 2021 stable
Fri, 22 Jan 2021 11:10:39 +0100 Dan Villiom Podlaski Christiansen rust: lower compile error on non-linux platforms to a warning
Sun, 24 Jan 2021 19:08:47 -0500 Matt Harbison packaging: allow specifying modules to include with py2exe stable
Sun, 17 Jan 2021 02:48:15 +0100 Pierre-Yves David test-regression: backing out D9640 (63c923fd7fa8)
Mon, 21 Dec 2020 15:50:01 +0100 Dan Villiom Podlaski Christiansen setup: when possible, build and bundle man pages
Mon, 11 Jan 2021 13:48:13 +0100 Dan Villiom Podlaski Christiansen setup: don't import distutils prior to checking FORCE_SETUPTOOLS
Mon, 14 Dec 2020 17:59:10 -0500 Matt Harbison setup: exclude the git extension from py2 builds
Tue, 01 Dec 2020 09:13:08 +0100 Pierre-Yves David upgrade: split actual upgrade code away from the main module
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 27 Nov 2020 17:00:25 -0500 Matt Harbison cleanup: fix a few recent black formatting violations
Sat, 21 Nov 2020 16:20:49 -0500 Matt Harbison setup: copy pythonXY.dll next to the hg.exe wrapper when building
Fri, 31 Jul 2020 10:05:07 -0700 Martin von Zweigbergk packaging: include templates with their package as key in package_data
Fri, 31 Jul 2020 09:49:52 -0700 Martin von Zweigbergk packaging: mark mercurial.templates and subdirs as packages
Thu, 30 Jul 2020 22:49:51 -0700 Martin von Zweigbergk packaging: delete unnecessary updating of `dirs` list
Sun, 02 Aug 2020 10:08:18 -0700 Martin von Zweigbergk packaging: make "mercurial.defaultrc" a key in package_data
Wed, 15 Jul 2020 22:24:02 -0700 Martin von Zweigbergk extensions: make `hg help extensions` list disabled extensions with PyOxidizer
Sat, 30 May 2020 23:42:19 +0200 Manuel Jacob setup: require that Python has TLS 1.1 or TLS 1.2
Fri, 29 May 2020 21:07:26 +0200 Manuel Jacob setup: require a Python version with modern SSL features
Tue, 26 May 2020 08:07:24 -0700 Martin von Zweigbergk merge with stable
Sun, 17 May 2020 12:23:03 -0400 Valentin Gatien-Baron setup: stop asking cargo to spam
Fri, 15 May 2020 00:53:37 +0200 Manuel Jacob setup: raise minimum Python version to 2.7.4 stable
Sun, 19 Apr 2020 17:26:52 -0700 Gregory Szorc setup: use sysstr() on process output stable
Thu, 16 Apr 2020 22:51:09 +0530 Pulkit Goyal merge default into stable for 5.4 release stable 5.4rc0
Mon, 13 Apr 2020 16:30:13 +0300 Alexander Pyhalov setup: link osutil.so to libsocket on Solaris/illumos (issue6299) stable
Thu, 02 Apr 2020 21:58:10 +0530 Pulkit Goyal merge with stable
Tue, 31 Mar 2020 16:14:10 -0400 Augie Fackler setup: work around old versions of distutils breaking setup.py
Wed, 25 Mar 2020 11:56:47 -0400 Augie Fackler setup: relax -Werror for declaration-after-statement on Python 3.9
Wed, 25 Mar 2020 18:25:58 -0700 Martin von Zweigbergk py3: make setup.py's hgcommand() consistently return bytes stable
Fri, 20 Mar 2020 23:30:23 -0400 Matt Harbison setup: build C extensions with -Werror=declaration-after-statement
Fri, 06 Mar 2020 16:06:30 +0100 Pierre-Yves David setup-rust: add a --no-rust flag
Mon, 09 Mar 2020 17:16:44 +0100 Pierre-Yves David setup: use printf instead of print
Tue, 11 Feb 2020 00:44:59 -0500 Augie Fackler git: skeleton of a new extension to _directly_ operate on git repos
Fri, 06 Mar 2020 16:49:46 +0100 Pierre-Yves David setup-rust: remove the legacy 'direct-ffi' variant
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Thu, 05 Mar 2020 10:52:51 -0500 Augie Fackler merge with stable
Sat, 07 Sep 2019 14:50:39 +0200 Joerg Sonnenberger hgext: start building a library for simple hooks
Mon, 24 Feb 2020 00:20:47 -0500 Matt Harbison setup: exclude the __index__ module from itself when generating stable
Thu, 16 Jan 2020 13:34:04 +0100 Raphaël Gomès rust-re2: add wrapper for calling Re2 from Rust
Mon, 03 Feb 2020 11:51:52 -0500 Augie Fackler merge with stable
Tue, 28 Jan 2020 22:27:30 -0500 Matt Harbison setup: don't skip the search for global hg.exe if there is no local instance
Sat, 25 Jan 2020 00:16:04 -0500 Matt Harbison copyright: update to 2020 stable
Mon, 20 Jan 2020 18:28:46 -0500 Valentin Gatien-Baron rust: add a README
Tue, 14 Jan 2020 14:18:11 -0800 Martin von Zweigbergk packaging: leverage os.path.relpath() in setup.py
Wed, 08 Jan 2020 15:59:52 -0500 Augie Fackler sha1dc: initial implementation of Python extension
Sat, 28 Dec 2019 23:08:57 -0500 Matt Harbison setup: include `defaultrc` in the package list
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
Mon, 09 Apr 2018 20:51:23 +0900 Yuya Nishihara diffhelpers: remove C implementation in favor of pure Python version
Tue, 03 Apr 2018 13:37:57 -0400 Augie Fackler setup: add overlooked hgext.infinitepush package declaration
Wed, 21 Mar 2018 18:32:47 -0700 Gregory Szorc setup: register zope.interface packages and compile C extension
Mon, 26 Mar 2018 14:17:01 -0700 Gregory Szorc setup: install cbor packages
Tue, 06 Mar 2018 18:51:11 -0800 Jun Wu xdiff: remove xmerge related logic
Tue, 06 Mar 2018 18:41:08 -0800 Jun Wu xdiff: remove xemit related logic
Sat, 03 Mar 2018 11:07:46 -0800 Ryan McElroy setup: ignore extension load failures when finding working hg
Sat, 03 Mar 2018 12:39:14 -0800 Jun Wu bdiff: add a xdiffblocks method
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Sun, 25 Feb 2018 23:51:32 -0500 Augie Fackler http: drop custom http client logic
Sat, 24 Feb 2018 17:49:10 -0600 Kevin Bullock merge with stable
Fri, 23 Feb 2018 17:57:04 -0800 Gregory Szorc setup: only allow Python 3 from a source checkout (issue5804) stable
Mon, 29 Jan 2018 16:19:33 -0500 Augie Fackler narrow: import experimental extension from narrowhg revision cb51d673e9c5
Sun, 21 Jan 2018 14:47:45 +0800 Anton Shestakov copyright: update to 2018
Tue, 05 Dec 2017 21:31:01 +0900 Yuya Nishihara setup: convert version strings to unicode on Python 3
Sun, 03 Dec 2017 20:55:35 -0800 Gregory Szorc setup: only write some autogenerated files if they change
Mon, 20 Nov 2017 18:00:02 -0500 Augie Fackler setup: add hgext.lfs to list of Python packages
Mon, 23 Oct 2017 22:13:59 -0500 Kevin Bullock setup: filter out devel-warn messages from system hg stable
Mon, 23 Oct 2017 21:30:59 -0500 Kevin Bullock setup: remove duplicate assignment of HGRCPATH stable
Mon, 09 Oct 2017 02:30:23 -0700 Kostia Balytskyi windows: add an experimental option for long paths support
Sun, 01 Oct 2017 04:14:16 -0700 Siddharth Agarwal thirdparty: vendor attrs
Mon, 21 Aug 2017 21:35:06 -0700 Sean Farley merge with stable
Sun, 21 May 2017 14:23:22 +0900 Yuya Nishihara cext: factor out header for charencode.c
Mon, 31 Jul 2017 22:28:27 +0900 Yuya Nishihara cext: split character encoding functions to new compilation unit
Fri, 11 Aug 2017 10:16:00 +0900 Mike Hommey setup: fix installing in a mingw environment stable
Thu, 27 Jul 2017 23:15:14 +0900 Yuya Nishihara setup: silence warning of unknown option python_requires on distutils stable
Thu, 20 Jul 2017 22:47:40 +0900 Yuya Nishihara setup: forcibly include cext/pure packages in py2exe (issue5625) stable
Thu, 20 Jul 2017 22:32:37 +0900 Yuya Nishihara setup: do not select hg executable that prints unexpected warnings stable
Wed, 26 Jul 2017 13:21:34 -0400 Augie Fackler setup: fix mistake that prevented Python 3 from being excluded stable
Wed, 26 Jul 2017 23:39:42 +0900 Yuya Nishihara setup: drop use of set literal so parsable on Python 2.6 stable
Fri, 21 Jul 2017 10:46:31 -0400 Augie Fackler setup: add extra logic to try and recommend a new pip on bad Python stable
Fri, 21 Jul 2017 10:39:52 -0400 Augie Fackler setup: explicitly declare supported Python versions stable
Wed, 28 Jun 2017 10:50:37 -0700 Adam Simpkins setup: fix runcmd() usage on darwin
Wed, 28 Jun 2017 06:49:01 -0700 Jun Wu setup: fix localhgenv
Tue, 27 Jun 2017 16:15:32 -0700 Adam Simpkins setup: prefer using the system hg to interact with the local repository
Tue, 27 Jun 2017 16:15:32 -0700 Adam Simpkins setup: replace runhg() with an hgcommand helper class
Mon, 26 Jun 2017 11:31:30 -0700 Adam Simpkins setup: move environment computation into a helper function
Mon, 26 Jun 2017 11:31:30 -0700 Adam Simpkins setup: update runcmd() to also return the exit status
Mon, 26 Jun 2017 11:31:30 -0700 Adam Simpkins setup: fail if we cannot determine the version number
Sun, 25 Jun 2017 08:36:51 +0530 Pulkit Goyal py3: slice over bytes to prevent getting it's ascii value
Fri, 16 Jun 2017 21:57:22 -0400 Matt Harbison setup: update a comment that blamed py26 for a Windows workaround
Fri, 16 Jun 2017 18:42:03 -0400 Matt Harbison plan9: drop py26 hacks
Fri, 09 Jun 2017 22:15:53 -0400 Matt Harbison setup: avoid linker warnings on Windows about multiple export specifications
Tue, 06 Jun 2017 11:02:30 -0400 Augie Fackler setup: introduce dummy copies of setuptools flags
Sat, 03 Jun 2017 14:05:52 +0900 Yuya Nishihara setup: do not overwrite local __modulepolicy__.py on out-of-source build
Sun, 07 May 2017 23:29:03 -0400 Matt Harbison setup: prevent setuptools from laying an egg
Tue, 02 May 2017 21:08:38 +0900 Yuya Nishihara cffi: put compiled modules into mercurial.cffi package
Tue, 02 May 2017 21:04:40 +0900 Yuya Nishihara cffi: rename build scripts
Sun, 21 May 2017 12:10:53 -0700 Siddharth Agarwal demandimport: move to separate package
Sun, 21 May 2017 13:35:19 +0900 Yuya Nishihara cext: move util.h to cext tree
Sat, 20 May 2017 14:01:05 -0700 Gregory Szorc cext: extract revlog/index parsing code to own C file
Sat, 13 Aug 2016 12:23:56 +0900 Yuya Nishihara parsers: switch to policy importer
Sat, 13 Aug 2016 12:18:58 +0900 Yuya Nishihara mpatch: switch to policy importer
Sat, 13 Aug 2016 12:15:49 +0900 Yuya Nishihara diffhelpers: switch to policy importer
Sat, 13 Aug 2016 12:12:50 +0900 Yuya Nishihara bdiff: switch to policy importer
Sat, 13 Aug 2016 12:08:23 +0900 Yuya Nishihara base85: switch to policy importer
Fri, 12 Aug 2016 11:35:17 +0900 Yuya Nishihara osutil: switch to policy importer
Wed, 26 Apr 2017 23:02:43 +0900 Yuya Nishihara policy: relax the default for in-place build
Tue, 02 May 2017 16:19:04 -0700 Gregory Szorc setup: drop support for Python 2.6 (BC)
Fri, 12 Aug 2016 11:06:14 +0900 Yuya Nishihara policy: add "cext" package which will host CPython extension modules
Wed, 03 May 2017 09:41:55 -0400 Alex Gaynor setup: sys.version_info always exists
Fri, 24 Mar 2017 14:59:19 -0700 Jun Wu statfs: change Linux feature detection
Thu, 23 Mar 2017 22:15:36 -0700 Jun Wu setup: use a more strict way to test BSD or OSX's statfs
Mon, 20 Mar 2017 15:43:27 -0700 Jun Wu setup: test some header files
Mon, 20 Mar 2017 15:11:18 -0700 Jun Wu setup: detect statfs
Mon, 20 Mar 2017 15:31:21 -0700 Jun Wu setup: add a function to test header files
Mon, 20 Mar 2017 15:28:08 -0700 Jun Wu setup: split "hasfunction" to test arbitrary code
Sat, 11 Mar 2017 17:14:02 -0800 Gregory Szorc setup: convert setupversion to unicode
Wed, 08 Mar 2017 18:11:41 -0500 Augie Fackler policy: try and always have a bytes for module policy
Thu, 09 Mar 2017 19:59:52 -0800 Gregory Szorc setup: use setuptools on Windows (issue5400)
Sun, 12 Feb 2017 02:23:33 +0900 FUJIWARA Katsunori misc: update year in copyright lines stable
Sat, 11 Feb 2017 00:23:53 +0900 FUJIWARA Katsunori misc: replace domain of mercurial ML address by mercurial-scm.org stable
Wed, 04 Jan 2017 19:17:44 -0800 Gregory Szorc setup: pass named argument to setup_zstd
Fri, 28 Oct 2016 17:44:28 +0200 Gábor Stefanik setup: include a dummy $PATH in the custom environment used by build.py
Thu, 17 Nov 2016 20:09:10 -0800 Gregory Szorc setup: add flag to build_ext to control building zstd
Thu, 10 Nov 2016 22:26:35 -0800 Gregory Szorc setup: compile zstd C extension
Fri, 11 Nov 2016 20:45:40 +0000 Jun Wu setup: test setproctitle before building osutil
Wed, 09 Nov 2016 22:08:30 +0000 Jun Wu setup: move cffi stuff to mercurial/cffi
Thu, 28 Jul 2016 14:17:08 +0200 Maciej Fijalkowski bdiff: implement cffi version of blocks
Mon, 25 Jul 2016 15:10:52 +0200 Maciej Fijalkowski mpatch: write a cffi version of mpatch.patches
Mon, 18 Jul 2016 19:02:30 +0200 Maciej Fijalkowski mpatch: split mpatch into two files
Mon, 11 Jul 2016 11:05:08 +0200 Maciej Fijalkowski osutil: add darwin-only version of os.listdir using cffi
Wed, 13 Jul 2016 10:46:26 +0200 Maciej Fijalkowski bdiff: split bdiff into cpy-aware and cpy-agnostic part
Mon, 11 Jul 2016 10:44:18 +0200 Maciej Fijalkowski setup: prepare for future cffi modules by adding placeholder in setup
Mon, 06 Jun 2016 13:08:13 +0200 Maciej Fijalkowski internals: move the bitmanipulation routines into its own file
Thu, 28 Apr 2016 08:52:13 -0700 Gregory Szorc setup: detect Python DLL filename from loaded DLL stable
Tue, 22 Mar 2016 16:08:02 -0700 Sean Farley setup: add missing hgext.fsmonitor
Tue, 22 Mar 2016 16:05:22 -0700 Sean Farley setup: alphabetize hgext packages
Fri, 11 Mar 2016 10:30:08 +0000 Pierre-Yves David extensions: also search for extension in the 'hgext3rd' package
Wed, 02 Mar 2016 16:25:12 +0000 Martijn Pieters fsmonitor: dependencies for new experimental extension
Tue, 12 Jan 2016 04:45:29 +0000 timeless setup: show how to set the module policy for imports
Wed, 09 Mar 2016 15:47:01 +0000 timeless setup: create a module for the modulepolicy
Wed, 09 Mar 2016 15:35:57 +0000 timeless setup: switch to with open as
Sat, 27 Feb 2016 21:11:24 -0800 Gregory Szorc setup: remove support for 2to3
Mon, 08 Feb 2016 21:12:13 +0900 FUJIWARA Katsunori setup: avoid procedure related to hg.exe at setup.py --pure stable
Thu, 21 Jan 2016 21:15:52 +0000 timeless copyright: update to 2016 stable
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Sun, 13 Dec 2015 11:34:04 -0800 Gregory Szorc setup.py: package internals help files
Sun, 13 Dec 2015 09:40:53 -0800 Gregory Szorc setup.py: use bytes literals
Sat, 05 Dec 2015 17:52:50 -0800 Gregory Szorc setup.py: don't rewrite @LIBDIR@ when creating wheels
Fri, 04 Dec 2015 00:24:48 -0800 Gregory Szorc setup.py: attempt to build and install hg.exe on Windows
Thu, 03 Dec 2015 21:48:12 -0800 Gregory Szorc setup: refactor handling of modules with C/Python implementations
Thu, 03 Dec 2015 21:37:01 -0800 Gregory Szorc mercurial: implement import hook for handling C/Python modules
Tue, 24 Nov 2015 21:17:26 -0800 Gregory Szorc setup: remove unused py_modules argument to setup()
Fri, 09 Oct 2015 12:25:51 -0500 Nathan Goldbaum setup: import setup from setuptools if FORCE_SETUPTOOLS is set
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Wed, 03 Jun 2015 14:31:19 -0500 Steve Borho wix: move library.zip and all *.pyd into a lib/ folder
Fri, 15 May 2015 10:00:46 -0500 Matt Mackall setup: use try/except/finally
Thu, 14 May 2015 11:04:36 +0200 Adrian Buehlmann setup: integrate osutil C extension into extmodules initialization
Thu, 14 May 2015 11:04:35 +0200 Adrian Buehlmann setup: move osutil_ldflags logic to before extmodules definition
Thu, 14 May 2015 11:04:31 +0200 Adrian Buehlmann setup: kill pure hack for osutil on Windows for Python 2.4
Sun, 12 Apr 2015 16:13:38 -0400 Augie Fackler setup: decode xcode version number on python3
Fri, 08 May 2015 23:44:15 -0700 Pierre-Yves David setup.py: drop compatibility with Python 2.4 and 2.5 (BC)
Sun, 12 Apr 2015 15:36:10 -0400 Augie Fackler setup: hide octal literals inside strings so they're portable (issue4554)
Tue, 13 Jan 2015 14:31:38 -0800 Augie Fackler manifest.c: new extension code to lazily parse manifests
Sun, 22 Feb 2015 15:40:36 +0100 Joan Massich setup.py: do not install c extensions on pypy
Mon, 02 Mar 2015 14:52:04 +0100 Jesus Cea copyright: update to 2015
Tue, 23 Dec 2014 19:54:48 -0800 Ludovic Chabant setup: don't fail when Python doesn't have the cygwinccompiler package
Fri, 12 Dec 2014 15:31:28 -0800 Siddharth Agarwal setup: use changes since latest tag instead of just distance
Fri, 12 Dec 2014 15:29:39 -0800 Siddharth Agarwal setup: use changessincelatesttag from archive if present
less more (0) -240 tip