summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add entire python directory to SANDBOX_PREDICT, bug 554252.Mike Gilbert2015-07-181-2/+2
* Forbid also installing "examples" package, bug #555038.Michał Górny2015-07-161-4/+8
* Replace links to python-r1 dev guide with links to the wiki.Mike Gilbert2015-07-041-3/+3
* Re-apply python-exec:0 removal, now with typos fixed.Michał Górny2015-02-201-22/+7
* Revert random mgorny madnessPatrick Lauer2015-02-201-7/+22
* Remove support for python-exec:0.Michał Górny2015-02-191-22/+7
* Fix for setuptools failures #534058 etc.Patrick Lauer2015-01-311-1/+8
* Support restricting implementations for *_all() phases.Michał Górny2015-01-131-13/+44
* Verbosely deprecate python_parallel_foreach_impl and DISTUTILS_NO_PARALLEL_BU...Michał Górny2014-12-281-1/+8
* Add die-replacements for distutils.eclass functions, to help finding mistakes...Michał Górny2014-12-271-1/+35
* Always restore initial directory after sub-phase run. Fixes bug #532168 and p...Michał Górny2014-12-111-6/+6
* Restore using separate HOMEs for Python implementations, because of .pydistut...Michał Górny2014-12-111-1/+7
* Disable parallel run support to make things easier for developers and more pr...Michał Górny2014-12-071-28/+2
* eqawarn about /usr/lib/pypy/share instead of dying.Mike Gilbert2014-11-241-2/+2
* Pass install paths to distutils via setup.cfg.Michał Górny2014-08-241-26/+44
* Support linking Python modules on aix, thanks to haubi.Michał Górny2014-07-081-1/+4
* Attempt to use a UTF-8 locale if one is available to avoid errors when setup....Mike Gilbert2014-06-291-1/+3
* Set LD{,CXX}SHARED properly for Darwin, reported by Fabian Groffen on bug #51...Michał Górny2014-06-221-3/+9
* unbreak distutils builds on DarwinFabian Groffen2014-06-211-3/+3
* Always set up CC, CXX and friends for distutils builds, bug #513664. Thanks t...Michał Górny2014-06-191-2/+9
* Work around bash-4.3 bug by setting PYTHONDONTWRITEBYTECODE to an empty string.Mike Gilbert2014-05-191-2/+2
* Fail when package installs "share" subdirectory to PyPy prefix. This should s...Michał Górny2014-05-111-1/+4
* Silence sandbox for /usr/local, bug 498232.Mike Gilbert2014-01-181-2/+3
* Remove pointless distutils-r1_python_test function.Mike Gilbert2013-12-031-10/+1
* Override bdist_egg->build_dir via pydistutils.cfg rather than extra command. ...Michał Górny2013-12-021-11/+8
* Read all shebangs before moving files to avoid breaking symlinks that are goi...Michał Górny2013-11-111-17/+30
* Fix distutils-r1_python_install to strip --install-scripts= rather than passi...Michał Górny2013-10-261-17/+37
* Fix failing to pass default install arguments when user passes an additional ...Michał Górny2013-10-221-2/+2
* Support installing Python scripts with custom --install-scripts argument. Bug...Michał Górny2013-10-221-11/+31
* Do not alter HOME and TMPDIR when single impl is being used. This may work-ar...Michał Górny2013-10-101-4/+6
* Truncate .pydistutils.cfg in case we call distutils-r1_python_compile more th...Mike Gilbert2013-09-281-2/+2
* Use pydistutils.cfg to set build-dirs instead of passing commands explicitly....Michał Górny2013-09-271-48/+45
* Make HOME per-implementation.Michał Górny2013-09-271-3/+4
* Wrap symlinks installed to PYTHON_SCRIPTDIR as well.Michał Górny2013-09-261-2/+4
* Fixed prefix qaChristoph Junghans2013-09-191-2/+2
* Fix accepting arguments in distutils_install_for_testing.Michał Górny2013-09-181-2/+2
* Use einstalldocs.Michał Górny2013-09-171-20/+2
* Support python-exec:2.Michał Górny2013-09-171-6/+24
* Clean up Python script install/wrapping functions.Michał Górny2013-09-171-18/+17
* Mark _copy-egg-info as internal.Michał Górny2013-08-251-1/+2
* Copy bundled egg-info files for reuse in python_compile(). This solves issues...Michał Górny2013-08-251-1/+14
* Namespace, clean up and describe _disable_ez_setup.Michał Górny2013-08-251-6/+14
* Shout QA warnings when _all() phases do not call the default impls. Bug #478442.Michał Górny2013-08-011-1/+17
* Replace local+export with "local -x".Michał Górny2013-07-211-3/+2
* Stub-out ez_setup.py and distribute_setup.py to prevent packages from downloa...Mike Gilbert2013-07-091-1/+10
* Set PYTHON_REQUIRED_USE, and add it to REQUIRED_USE in distutils-r1.Mike Gilbert2013-05-211-1/+2
* Use bash built-ins rather than external tools.Michał Górny2013-04-301-3/+5
* Fix python_*_all() phases with DISTUTILS_SINGLE_IMPL.Michał Górny2013-04-181-5/+10
* Unmask the egg_info block for further testing. Feel free to comment it out if...Michał Górny2013-04-131-7/+6
* Move the egg_info code into a more realistic location for future testing.Michał Górny2013-04-101-9/+9