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
|