Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Issue #17752: Fix distutils tests when run from the installed location. | doko@ubuntu.com | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. | Ned Deily | 2012-02-03 | 1 | -2/+8 |
| | |||||
* | Issue #12333: fix test_distutils failures under Solaris and derivatives. ↵ | Jesus Cea | 2011-09-09 | 1 | -0/+4 |
| | | | | Patch by Antoine Pitrou | ||||
* | Add FIXME note as a reminder | Éric Araujo | 2011-08-26 | 1 | -0/+2 |
| | |||||
* | Refactor helpers for compiling the xx module in distutils tests. | Éric Araujo | 2011-08-25 | 1 | -0/+76 |
| | | | | | | | | | | | | | | | | | I need to copy the xxmodule.c file in other tests, so I moved the support code to distutils.tests.support and improved it: - don’t skip when run from the Lib/distutils/tests directory - use proper skip machinery instead of custom print/return/test suite fiddling. I also took out the fixup_build_ext function, which is needed for tests to pass on Unix shared builds and Windows debug builds. Finally, I cleaned up a few things: - don’t remove directories in tearDown when the parent class’ tearDown has already registered the directories for removal - simplify restoration of sys.path - remove a few unused names found by pyflakes. | ||||
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -0/+8 |
| | |||||
* | Changed distutils tests to avoid environment alteration | Tarek Ziadé | 2009-10-18 | 1 | -3/+10 |
| | |||||
* | forgot to commit a file in previous commit (r74994, issue #6954) | Tarek Ziadé | 2009-09-21 | 1 | -0/+3 |
| | |||||
* | #6041: sdist and register now use the check command. No more duplicate code ↵ | Tarek Ziadé | 2009-05-16 | 1 | -0/+20 |
| | | | | for metadata checking | ||||
* | refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard | Tarek Ziadé | 2009-05-10 | 1 | -0/+11 |
| | |||||
* | added tests for the clean command | Tarek Ziadé | 2009-03-31 | 1 | -2/+19 |
| | |||||
* | Fixed #2279: distutils.sdist.add_defaults now add files listed in ↵ | Tarek Ziadé | 2009-02-16 | 1 | -0/+13 |
| | | | | package_data and data_files | ||||
* | Fix for #5257: refactored all tests in distutils, so they use a temporary ↵ | Tarek Ziadé | 2009-02-14 | 1 | -2/+2 |
| | | | | directory. | ||||
* | make sure distutils logging is shut off in tests to avoid spurious output | Fred Drake | 2004-08-03 | 1 | -0/+13 |
| | |||||
* | move support code to a helper module to ease re-use | Fred Drake | 2004-06-17 | 1 | -0/+41 |