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
|