| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-apply python-exec:0 removal, now with typos fixed. | Michał Górny | 2015-02-20 | 1 | -22/+7 |
* | Revert random mgorny madness | Patrick Lauer | 2015-02-20 | 1 | -7/+22 |
* | Remove support for python-exec:0. | Michał Górny | 2015-02-19 | 1 | -22/+7 |
* | Fix for setuptools failures #534058 etc. | Patrick Lauer | 2015-01-31 | 1 | -1/+8 |
* | Support restricting implementations for *_all() phases. | Michał Górny | 2015-01-13 | 1 | -13/+44 |
* | Verbosely deprecate python_parallel_foreach_impl and DISTUTILS_NO_PARALLEL_BU... | Michał Górny | 2014-12-28 | 1 | -1/+8 |
* | Add die-replacements for distutils.eclass functions, to help finding mistakes... | Michał Górny | 2014-12-27 | 1 | -1/+35 |
* | Always restore initial directory after sub-phase run. Fixes bug #532168 and p... | Michał Górny | 2014-12-11 | 1 | -6/+6 |
* | Restore using separate HOMEs for Python implementations, because of .pydistut... | Michał Górny | 2014-12-11 | 1 | -1/+7 |
* | Disable parallel run support to make things easier for developers and more pr... | Michał Górny | 2014-12-07 | 1 | -28/+2 |
* | eqawarn about /usr/lib/pypy/share instead of dying. | Mike Gilbert | 2014-11-24 | 1 | -2/+2 |
* | Pass install paths to distutils via setup.cfg. | Michał Górny | 2014-08-24 | 1 | -26/+44 |
* | Support linking Python modules on aix, thanks to haubi. | Michał Górny | 2014-07-08 | 1 | -1/+4 |
* | Attempt to use a UTF-8 locale if one is available to avoid errors when setup.... | Mike Gilbert | 2014-06-29 | 1 | -1/+3 |
* | Set LD{,CXX}SHARED properly for Darwin, reported by Fabian Groffen on bug #51... | Michał Górny | 2014-06-22 | 1 | -3/+9 |
* | unbreak distutils builds on Darwin | Fabian Groffen | 2014-06-21 | 1 | -3/+3 |
* | Always set up CC, CXX and friends for distutils builds, bug #513664. Thanks t... | Michał Górny | 2014-06-19 | 1 | -2/+9 |
* | Work around bash-4.3 bug by setting PYTHONDONTWRITEBYTECODE to an empty string. | Mike Gilbert | 2014-05-19 | 1 | -2/+2 |
* | Fail when package installs "share" subdirectory to PyPy prefix. This should s... | Michał Górny | 2014-05-11 | 1 | -1/+4 |
* | Silence sandbox for /usr/local, bug 498232. | Mike Gilbert | 2014-01-18 | 1 | -2/+3 |
* | Remove pointless distutils-r1_python_test function. | Mike Gilbert | 2013-12-03 | 1 | -10/+1 |
* | Override bdist_egg->build_dir via pydistutils.cfg rather than extra command. ... | Michał Górny | 2013-12-02 | 1 | -11/+8 |
* | Read all shebangs before moving files to avoid breaking symlinks that are goi... | Michał Górny | 2013-11-11 | 1 | -17/+30 |
* | Fix distutils-r1_python_install to strip --install-scripts= rather than passi... | Michał Górny | 2013-10-26 | 1 | -17/+37 |
* | Fix failing to pass default install arguments when user passes an additional ... | Michał Górny | 2013-10-22 | 1 | -2/+2 |
* | Support installing Python scripts with custom --install-scripts argument. Bug... | Michał Górny | 2013-10-22 | 1 | -11/+31 |
* | Do not alter HOME and TMPDIR when single impl is being used. This may work-ar... | Michał Górny | 2013-10-10 | 1 | -4/+6 |
* | Truncate .pydistutils.cfg in case we call distutils-r1_python_compile more th... | Mike Gilbert | 2013-09-28 | 1 | -2/+2 |
* | Use pydistutils.cfg to set build-dirs instead of passing commands explicitly.... | Michał Górny | 2013-09-27 | 1 | -48/+45 |
* | Make HOME per-implementation. | Michał Górny | 2013-09-27 | 1 | -3/+4 |
* | Wrap symlinks installed to PYTHON_SCRIPTDIR as well. | Michał Górny | 2013-09-26 | 1 | -2/+4 |
* | Fixed prefix qa | Christoph Junghans | 2013-09-19 | 1 | -2/+2 |
* | Fix accepting arguments in distutils_install_for_testing. | Michał Górny | 2013-09-18 | 1 | -2/+2 |
* | Use einstalldocs. | Michał Górny | 2013-09-17 | 1 | -20/+2 |
* | Support python-exec:2. | Michał Górny | 2013-09-17 | 1 | -6/+24 |
* | Clean up Python script install/wrapping functions. | Michał Górny | 2013-09-17 | 1 | -18/+17 |
* | Mark _copy-egg-info as internal. | Michał Górny | 2013-08-25 | 1 | -1/+2 |
* | Copy bundled egg-info files for reuse in python_compile(). This solves issues... | Michał Górny | 2013-08-25 | 1 | -1/+14 |
* | Namespace, clean up and describe _disable_ez_setup. | Michał Górny | 2013-08-25 | 1 | -6/+14 |
* | Shout QA warnings when _all() phases do not call the default impls. Bug #478442. | Michał Górny | 2013-08-01 | 1 | -1/+17 |
* | Replace local+export with "local -x". | Michał Górny | 2013-07-21 | 1 | -3/+2 |
* | Stub-out ez_setup.py and distribute_setup.py to prevent packages from downloa... | Mike Gilbert | 2013-07-09 | 1 | -1/+10 |
* | Set PYTHON_REQUIRED_USE, and add it to REQUIRED_USE in distutils-r1. | Mike Gilbert | 2013-05-21 | 1 | -1/+2 |
* | Use bash built-ins rather than external tools. | Michał Górny | 2013-04-30 | 1 | -3/+5 |
* | Fix python_*_all() phases with DISTUTILS_SINGLE_IMPL. | Michał Górny | 2013-04-18 | 1 | -5/+10 |
* | Unmask the egg_info block for further testing. Feel free to comment it out if... | Michał Górny | 2013-04-13 | 1 | -7/+6 |
* | Move the egg_info code into a more realistic location for future testing. | Michał Górny | 2013-04-10 | 1 | -9/+9 |
* | Introduce multibuild_merge_root, as an universal interim-install merging func... | Michał Górny | 2013-04-01 | 1 | -41/+2 |
* | Pass --build-platlib and --build-purelib separately to distutils. This allows... | Michał Górny | 2013-03-19 | 1 | -3/+12 |
* | Reverse order of $add_args and $@ in esetup.py. Remove duplicate build comman... | Mike Gilbert | 2013-03-13 | 1 | -8/+10 |