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
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Sun, 08 Apr 2012 12:43:41 -0700 |
Steven Stallion |
plan9: initial support for plan 9 from bell labs
|
Fri, 02 Mar 2012 10:42:12 -0800 |
Brendan Cully |
setup.py: don't call splitlines twice on the output of xcodebuild (issue3277)
stable
|
Mon, 27 Feb 2012 08:54:26 -0500 |
Greg Ward |
setup: handle output from Apple's Xcode 4.3 better (issue3277)
stable
|
Sun, 20 Nov 2011 19:14:36 +0100 |
Pascal Quantin |
setup: fix py2exe generation broken by c3a6ec304055 (issue3116)
|
Thu, 17 Nov 2011 23:01:58 -0600 |
Matt Mackall |
setup: backout 8504699d1aa6
|
Sat, 12 Nov 2011 02:08:01 +0100 |
Simon Heimberg |
setup: raise when executing with python3 without c2to3 argument
|
Sun, 21 Aug 2011 15:23:43 +0200 |
Simon Heimberg |
setup: support executing with python3 including 2to3
|
Tue, 01 Nov 2011 20:13:53 +0100 |
Simon Heimberg |
setup: hgbuildmo inherits from Command
|
Sat, 12 Nov 2011 02:07:55 +0100 |
Simon Heimberg |
setup: make script executable with python3
|
Tue, 01 Nov 2011 20:13:53 +0100 |
Simon Heimberg |
setup: subclass build command
|
Tue, 01 Nov 2011 20:13:52 +0100 |
Simon Heimberg |
setup: has_ext_modules always returns false when pure is specified
|
Sat, 23 Jul 2011 05:57:39 +0200 |
Simon Heimberg |
setup: subclass distribution instead of overwriting original
|
Mon, 31 Oct 2011 00:42:32 +0900 |
Yuya Nishihara |
setup: set whole env for running hg even if .hg doesn't exist (issue3073)
stable
|
Wed, 26 Oct 2011 12:56:27 -0500 |
Matt Mackall |
setup: set env global earlier (3073)
stable
|
Mon, 10 Oct 2011 17:33:17 +0200 |
Na'Tosha Bard |
setup: add largefiles to list of packages
|
Wed, 28 Sep 2011 16:11:53 -0500 |
Matt Mackall |
merge with stable
|
Tue, 20 Sep 2011 15:21:27 +0300 |
Nikolaj Sjujskij |
building: build inotify for sys.platform='linux*'
stable
|
Tue, 20 Sep 2011 15:21:27 +0300 |
Nikolaj Sjujskij |
building: build inotify for sys.platform='linux*'
|
Mon, 25 Jul 2011 16:08:57 -0500 |
Augie Fackler |
setup.py: use getattr instead of hasdattr
|
Sat, 04 Jun 2011 20:11:10 +0900 |
Yuya Nishihara |
setup: add command to generate index of extensions
|
Sat, 14 May 2011 22:07:58 -0700 |
Brendan Cully |
Hardcoding ARCHFLAGS breaks the build against fink's python
|
Mon, 09 May 2011 15:16:56 -0400 |
Zachary Gramana |
setup.py: workaround for missing bz2 module in IronPython
|
Fri, 06 May 2011 09:57:55 -0500 |
Augie Fackler |
Import new http library as mercurial.httpclient.
|
Wed, 23 Mar 2011 09:43:34 +0100 |
Dan Villiom Podlaski Christiansen |
util: add Mac-specific check whether we're in a GUI session (issue2553)
|
Mon, 14 Mar 2011 14:05:19 +0100 |
Martin Geisler |
merge with stable
|
Sun, 13 Mar 2011 17:39:33 -0500 |
Jon M. Dugan |
setup: fix mac build broken by e42d18538e1d
stable
|
Sun, 13 Mar 2011 08:50:06 -0500 |
Steve Borho |
setup: remove unnecessary code for win32com (pywin32)
|
Sat, 12 Mar 2011 13:02:03 +0100 |
Dirkjan Ochtman |
setup.py: use StrictVersion instead of manual comparison
stable
|
Sat, 12 Mar 2011 12:42:20 +0100 |
Alexander Solovyov |
fix compiling of extensions for OS X and XCode 4.0
stable
|
Fri, 24 Dec 2010 15:23:01 +0100 |
Dan Villiom Podlaski Christiansen |
explicitly close files
|
Tue, 26 Oct 2010 12:18:39 +0200 |
Dan Villiom Podlaski Christiansen |
*: kill all unnecessary shebangs.
stable
|
Sat, 09 Oct 2010 15:40:29 -0500 |
Patrick Mezard |
setup.py: write libdir as a python string literal
|
Tue, 17 Aug 2010 15:44:38 +0200 |
Dan Villiom Podlaski Christiansen |
setup/hg: always load Mercurial from where it was installed.
|
Fri, 08 Oct 2010 21:43:21 +0200 |
Nicolas Dumazet |
setup: user-friendly error message if Python headers are missing
|
Sun, 26 Sep 2010 21:37:42 +0200 |
Martin Geisler |
setup: slight simplification
|
Fri, 02 Jul 2010 16:21:36 -0300 |
Renato Cunha |
setup.py: Add 'mercurial' as include dir for the inotify compiler.
|
Fri, 02 Jul 2010 16:21:34 -0300 |
Renato Cunha |
setup.py: Adjustments to make setup.py run in py3k.
|
Wed, 23 Jun 2010 13:44:07 +0200 |
Christian Boos |
setup: ignore failures to build optional inotify extension
stable
|
Wed, 14 Apr 2010 17:58:10 +0900 |
Nicolas Dumazet |
pylint, pyflakes: remove unused or duplicate imports
|
Wed, 24 Mar 2010 19:44:30 +0100 |
Benoit Boissinot |
setup.py: don't use tabs
stable
|
Tue, 23 Mar 2010 20:01:30 +0100 |
Dirkjan Ochtman |
setup: fail if bz2 is not available
stable
|
Sun, 21 Feb 2010 22:16:35 +0100 |
Benoit Boissinot |
Do not use osutil.c with python 2.4 and Windows (issue1364)
stable
|
Sun, 07 Feb 2010 23:07:58 +0100 |
Adrian Buehlmann |
setup.py: fixing version info for Windows hg.exe (py2exe)
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Wed, 23 Dec 2009 19:18:03 +0100 |
Martin Geisler |
Merge with stable
|
Wed, 23 Dec 2009 19:11:37 +0100 |
Martin Geisler |
setup.py: keep Python 2.3 compatibility
stable
|
Wed, 23 Dec 2009 18:40:57 +0100 |
Martin Geisler |
Merge with stable
|
Sat, 05 Dec 2009 14:18:31 -0600 |
Steve Borho |
setup: ignore 'not importing' warnings during version detection
stable
|
Thu, 10 Dec 2009 22:26:09 +0100 |
Martin Geisler |
setup: backout 68964567e406
|
Mon, 30 Nov 2009 21:54:34 +0100 |
Dan Villiom Podlaski Christiansen |
setup: install some useful data files.
|
Thu, 03 Dec 2009 20:50:00 +0100 |
Martin Geisler |
setup: cleanup coding style
|
Tue, 01 Dec 2009 16:06:10 +0100 |
Dan Villiom Podlaski Christiansen |
setup: install translation files as package data
|
Thu, 03 Dec 2009 20:41:43 +0100 |
Martin Geisler |
setup: don't ship i18n directory
|
Mon, 09 Nov 2009 17:41:21 +0100 |
Christian Boos |
setup: pass LD_LIBRARY_PATH to subprocess when determining version.
|
Mon, 09 Nov 2009 17:33:16 +0100 |
Christian Boos |
setup: fix f51d1822d6fd refactoring, propagate env to runcmd
|
Sun, 18 Oct 2009 14:35:36 +0200 |
Gilles Moris |
setup: refactor the version string to a subset of tag+tagdist-hash+date
|
Sun, 04 Oct 2009 09:59:13 +0200 |
Martin Geisler |
help: move help topics from mercurial/help.py to help/*.txt
|
Wed, 15 Jul 2009 17:44:47 +0200 |
Martin Geisler |
merge with crew-stable
|