setup.py
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
Tue, 25 Nov 2014 02:27:31 -0600 Jeff Sickel plan9: setup check for current python build
Thu, 04 Sep 2014 21:36:35 +0200 Mads Kiilerich config: introduce "built-in" default configuration settings in default.d
Tue, 30 Sep 2014 17:13:54 -0700 Kyle Lippincott setup: set mode 644 or 755 on installed files
Fri, 26 Sep 2014 02:19:48 +0200 Mads Kiilerich ssl: on OS X, use a dummy cert to trick Python/OpenSSL to use system CA certs
Sun, 31 Aug 2014 10:24:25 +0200 Mads Kiilerich osx: create dmg with installer instead of zip
Fri, 15 Aug 2014 04:37:45 +0200 Mads Kiilerich cleanup: make sure we always access members of imported modules
Sun, 06 Jul 2014 15:39:01 -0400 Augie Fackler Merge with stable.
Sat, 05 Jul 2014 07:31:08 -0700 Alex Gaynor setup: fixed for Pythons which don't have a CFLAGS stable
Tue, 27 May 2014 10:31:59 -0700 Matt Mackall setup: make Xcode 5.1 check less specific
Mon, 05 May 2014 16:54:15 +0200 Thomas Arendsen Hein setup.py, make: avoid problems with outdated, existing hgext/__index__.py* stable
Tue, 15 Apr 2014 16:27:12 -0400 Kent Frazier setup.py: fix C extension compilation issue with OS X 10.9 and Xcode 5.1
Wed, 12 Mar 2014 18:28:57 -0400 Augie Fackler setup.py: fix 2.4 breakage in 77ab0abb
Thu, 19 Sep 2013 15:38:42 -0400 Augie Fackler setup: handle more invalid python3 syntax
Wed, 12 Mar 2014 13:29:29 -0400 Augie Fackler setup.py: move from dict() construction to {} literals
Tue, 04 Mar 2014 09:56:59 -0600 Matt Mackall tests: fix unused imports from inotify removal caught by pyflakes
Sat, 01 Mar 2014 16:20:15 -0600 Matt Mackall extensions: remove the inotify extension (BC)
Fri, 13 Sep 2013 10:00:57 +0800 Wei, Elson setup: check if mercurial/util.h has been modified
Fri, 12 Apr 2013 16:55:34 -0400 Mads Kiilerich setup: make error message for missing Python headers more helpful
Wed, 10 Apr 2013 15:08:27 -0700 Bryan O'Sullivan scmutil: rewrite dirs in C, use if available
Tue, 02 Apr 2013 16:03:10 +0200 Isaac Jurado setup.py: properly discard trust warning. stable
Mon, 04 Mar 2013 10:05:52 +0100 Benoit Boissinot setup.py: ignore warnings from obsolete stable
Mon, 04 Mar 2013 10:13:28 +0100 Benoit Boissinot setup.py: add metadata to register package to PyPI stable
Tue, 13 Nov 2012 09:55:26 -0800 Bryan O'Sullivan setup: print subprocess stderr if there is any
Tue, 07 Aug 2012 11:04:41 +0200 Adrian Buehlmann exewrapper: adapt for legacy HackableMercurial
Fri, 05 Oct 2012 13:44:52 -0500 Bryan O'Sullivan setup: calculate version more correctly
Tue, 18 Sep 2012 11:43:30 +0200 Adrian Buehlmann pathencode: new C module with fast encodedir() function
Wed, 25 Jul 2012 16:50:22 +0200 Adrian Buehlmann setup: fix build_hgexe for mingw32 compiler stable
Fri, 06 Jul 2012 20:19:55 -0700 Bryan O'Sullivan setup: disable -mno-cygwin if building under mingw32
Fri, 29 Jun 2012 13:10:48 +0200 Adrian Buehlmann setup: compile hg.exe
Sat, 19 May 2012 09:34:25 -0500 Augie Fackler httpclient: omit tests for the client since we don't run them anyway
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
less more (0) -120 tip