| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed distutils tests to avoid environment alteration | Tarek Ziadé | 2009-10-18 | 1 | -2/+10 |
| | | |||||
| * | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -6/+6 |
| | | |||||
| * | Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ↵ | Tarek Ziadé | 2009-06-11 | 1 | -0/+33 |
| | | | | | Makefiles | ||||
| * | refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard | Tarek Ziadé | 2009-05-10 | 1 | -19/+8 |
| | | |||||
| * | fixed AR/ARFLAGS values in test_sysconfig | Tarek Ziadé | 2009-05-07 | 1 | -3/+7 |
| | | |||||
| * | Fixed #5941: added ARFLAGS for the archiver command. | Tarek Ziadé | 2009-05-07 | 1 | -2/+3 |
| | | |||||
| * | Fixed #3386: the optional prefix argument was ignored under OS2 and NT in ↵ | Tarek Ziadé | 2009-02-10 | 1 | -0/+2 |
| | | | | | distutils.sysconfig.get_python_lib | ||||
| * | Fixed #5167: test_customize_compiler does not apply under non unix compilers | Tarek Ziadé | 2009-02-06 | 1 | -0/+6 |
| | | |||||
| * | fixed #1520877: now distutils reads Read from the environment/Makefile | Tarek Ziadé | 2009-02-06 | 1 | -0/+22 |
| | | |||||
| * | Since sysconfig.get_python_inc() now works when building in a | Neil Schemenauer | 2009-02-05 | 1 | -21/+4 |
| | | | | | | directory other than the source directory, simplify the test code in test_sysconfig.py. | ||||
| * | Fix test_distutils to not fail when running 'make test' from a Python build | Thomas Wouters | 2008-04-05 | 1 | -1/+21 |
| | | | | | | | | | | directory that is not the source directory (ie, one created using '/path/to/source/configure'.) Leaves this test very slightly degraded in that particular case, compared to the build-in-sourcedir case, but that case isn't a particularly strong test either: neither test the actual path that will be used after installing. There isn't a particularly good way to test this, and a poor test beats a failing test. | ||||
| * | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
| | | |||||
| * | Fixed bug #1628 | Christian Heimes | 2007-12-14 | 1 | -1/+1 |
| | | | | | The detection now works on Unix with Makefile, Makefile with VPATH and on Windows. | ||||
| * | Disabled one test that is failing on Unix | Christian Heimes | 2007-12-06 | 1 | -1/+2 |
| | | |||||
| * | Fixed get_config_h_filename for Windows. Without the patch it can't find the ↵ | Christian Heimes | 2007-12-06 | 1 | -0/+36 |
| pyconfig.h file inside a build tree. Added several small unit tests for sysconfig. | |||||
