| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize validate_PYTHON_ABIS(). Add python_convert_shebangs(). Remove incomp... | Arfrever Frehtes Taifersar Arahesis | 2009-10-11 | 1 | -25/+96 |
* | Add the check to ensure that Python wrapper is configured to use the same ver... | Arfrever Frehtes Taifersar Arahesis | 2009-10-02 | 1 | -3/+18 |
* | Print a warning when Python 2 or Python 3 is explicitly disabled. | Arfrever Frehtes Taifersar Arahesis | 2009-10-02 | 1 | -5/+22 |
* | Automatically enable Python 2 and Python 3 if no version has been explicitly ... | Arfrever Frehtes Taifersar Arahesis | 2009-10-02 | 1 | -45/+104 |
* | Improve handling of directory stack in python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-09-18 | 1 | -7/+20 |
* | Improve handling of directory stack in python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-09-11 | 1 | -2/+12 |
* | Add support for '--' option in some functions. Ensure that appropriate Python... | Arfrever Frehtes Taifersar Arahesis | 2009-09-09 | 1 | -7/+40 |
* | Improve validate_PYTHON_ABIS(). Improve handling of test failures in python_e... | Arfrever Frehtes Taifersar Arahesis | 2009-09-05 | 1 | -8/+10 |
* | Improve validate_PYTHON_ABIS() and python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-31 | 1 | -4/+11 |
* | Improve validate_PYTHON_ABIS(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-31 | 1 | -14/+27 |
* | Ensure that defined functions are passed to python_execute_function(). Add PY... | Arfrever Frehtes Taifersar Arahesis | 2009-08-29 | 1 | -5/+26 |
* | Update dependencies. Add more sanity checks. Improve python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-28 | 1 | -21/+42 |
* | Remove unused python_makesym() function. | Arfrever Frehtes Taifersar Arahesis | 2009-08-15 | 1 | -11/+2 |
* | Fix PYTHON_USE_WITH to work properly with EAPI 0. | Petteri Räty | 2009-08-15 | 1 | -2/+2 |
* | Small updates. | Arfrever Frehtes Taifersar Arahesis | 2009-08-14 | 1 | -12/+12 |
* | Don't include needless '/' characters before $(python_get_sitedir). Don't try... | Arfrever Frehtes Taifersar Arahesis | 2009-08-13 | 1 | -17/+18 |
* | Prints errors occuring during running python_mod_compile()/python_mod_optimiz... | Arfrever Frehtes Taifersar Arahesis | 2009-08-07 | 1 | -10/+16 |
* | Rename get_python() to PYTHON(). Set BUILDDIR in python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-05 | 1 | -11/+15 |
* | Update dependency on app-admin/eselect-python. Update check for /usr/bin/python. | Arfrever Frehtes Taifersar Arahesis | 2009-08-04 | 1 | -5/+5 |
* | Add --default-function option of python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-03 | 1 | -7/+48 |
* | Add check to ensure that /usr/bin/python and /usr/bin/python-config are scripts. | Arfrever Frehtes Taifersar Arahesis | 2009-08-02 | 1 | -1/+9 |
* | Add initial support for installation of Python modules for multiple Python ve... | Arfrever Frehtes Taifersar Arahesis | 2009-08-01 | 1 | -89/+442 |
* | Add support for PYTHON_USE_WITH* variables | Petteri Räty | 2009-05-27 | 1 | -2/+77 |
* | Bug #244946 - Use different syntax to pipe find output into while loops inside | Zac Medico | 2008-10-30 | 1 | -6/+6 |
* | Don't call python_version in python_{en,dis}able_pyc because they may be call... | Ali Polatel | 2008-10-27 | 1 | -13/+5 |
* | Add python_need_rebuild marker function. The first step for a faster python-u... | Ali Polatel | 2008-10-27 | 1 | -1/+9 |
* | Quoting. | Ali Polatel | 2008-10-26 | 1 | -2/+2 |
* | Bashify python_mod_cleanup, make it work for paths with spaces in them. | Ali Polatel | 2008-10-26 | 1 | -20/+17 |
* | Bashify python_mod_optimize, thanks to Steve Long. | Ali Polatel | 2008-10-26 | 1 | -17/+23 |
* | Bashify python_mod_compile, thanks to Steve Long. | Ali Polatel | 2008-10-26 | 1 | -7/+7 |
* | Bashify, thanks to Steve Long. | Ali Polatel | 2008-10-26 | 1 | -7/+4 |
* | Use PYTHONDONTWRITEBYTECODE to {en,dis}able pyc for 2.6 and above. | Ali Polatel | 2008-10-26 | 1 | -23/+33 |
* | Use local for local variables. | Ali Polatel | 2008-09-01 | 1 | -2/+2 |
* | Make python_version return if PYVER is already set. | Ali Polatel | 2008-08-29 | 1 | -1/+2 |
* | Renamed get_python_ funcs to python_get_ | Rob Cakebread | 2008-08-01 | 1 | -8/+8 |
* | Added get_python_libdir and get_python_sitedir functions bug 232575 | Rob Cakebread | 2008-07-28 | 1 | -1/+16 |
* | Second try to fix passing additional options to python_mod_optimize. | Ali Polatel | 2008-05-30 | 1 | -11/+6 |
* | Fix last commit. Thanks to Remy Blank. | Ali Polatel | 2008-05-29 | 1 | -8/+6 |
* | Pass options given to python_mod_optimize to compileall.py ,thanks to Remy Bl... | Ali Polatel | 2008-05-29 | 1 | -13/+33 |
* | Fixed typo in python_mod_cleanup. | Ali Polatel | 2008-05-29 | 1 | -2/+2 |
* | Make sure python_mod* functions are run in required phases, die otherwise. | Ali Polatel | 2008-05-29 | 1 | -2/+19 |
* | Make python_mod_optimize ROOT aware. | Ali Polatel | 2008-05-29 | 1 | -5/+24 |
* | python_mod_compile is now ROOT aware and can accept more than one files as ar... | Ali Polatel | 2008-05-29 | 1 | -10/+17 |
* | Add quoting for find, thanks to Yanik Gleyzer, bug 214830 | Ali Polatel | 2008-03-28 | 1 | -2/+2 |
* | Committed patches from bugs #210362 and #209671 to make the distutils and pyt... | Tiziano Müller | 2008-02-28 | 1 | -65/+62 |
* | Fix multilib issue, bug 171931. Thanks to Daniel Drake <dsd@gentoo.org> for r... | Bryan Østergaard | 2007-05-06 | 1 | -4/+4 |
* | Make sure to clean up all orphaned .py[co] files, bug 114269. | Bryan Østergaard | 2007-02-03 | 1 | -3/+3 |
* | Fix tkinter message, bug 159323. | Bryan Østergaard | 2007-02-03 | 1 | -2/+2 |
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-10-14 | 1 | -2/+2 |
* | fix python version parsing to deal with beta versions. | Alastair Tse | 2006-08-16 | 1 | -3/+8 |