Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1a72d88abf90edd72a9baf0fd6eebea2cded89c5
/
Lib
/
distutils
/
tests
b4701e6
On Windows, we must build a debug version iff running a debug build of Python
by Thomas Heller
· 17 years ago
88e2acf
GHOP #257: test distutils' build_ext command, written by Josip Dzolonga.
by Georg Brandl
· 17 years ago
5128fb9
Try setting HOME env.var to fix test on Win32
by Andrew M. Kuchling
· 17 years ago
ca3ccd1
Add message to test assertion
by Andrew M. Kuchling
· 17 years ago
aac5c86
#1858: re-apply patch for this, adding the missing files
by Andrew M. Kuchling
· 17 years ago
10f5db6
Revert r62998 as it broke the build (seems distutils.config is missing).
by Brett Cannon
· 17 years ago
cd8001c
#1858 from Tarek Ziade:
by Andrew M. Kuchling
· 17 years ago
2fab8f1
Fix test_distutils to not fail when running 'make test' from a Python build
by Thomas Wouters
· 17 years ago
44965155
stupid, stupid, stupid!
by Fred Drake
· 17 years ago
fe70562
my previous change did what I said it should not: it changed the current
by Fred Drake
· 17 years ago
46c58c1
- Issue #2385: distutils.core.run_script() makes __file__ available, so the
by Fred Drake
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
c67a15d
Fixed bug #1628
by Christian Heimes
· 18 years ago
0a5e54e
Disabled one test that is failing on Unix
by Christian Heimes
· 18 years ago
d3fc07a4
Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree.
by Christian Heimes
· 18 years ago
4a700bb
SF 1668596/1720897: distutils now copies data files
by Neal Norwitz
· 18 years ago
eba28be
Whitespace normalization.
by Tim Peters
· 20 years ago
db7b002
PEP 314 implementation (client side):
by Fred Drake
· 20 years ago
54398d6
helper code, mostly from Andy Harrington, for PEP 314 completion
by Fred Drake
· 20 years ago
4085f03
Add missing executable option to DummyCommand.
by Martin v. Löwis
· 21 years ago
edcac8f
make sure distutils logging is shut off in tests to avoid spurious output
by Fred Drake
· 21 years ago
d04573f
This allows additional commands to be provided for existing setup.py
by Fred Drake
· 21 years ago
b3d55d3
elaborate package data test to make sure get_outputs() gives the right
by Fred Drake
· 21 years ago
ec6229e
Make distutils "install --home" support all platforms.
by Fred Drake
· 21 years ago
2202157
add boilerplate so the test modules can be run as scripts
by Fred Drake
· 21 years ago
2c9f889
add a couple of tests for the build_scripts command
by Fred Drake
· 21 years ago
b849edd
fix bug: list of data files was initialized too soon in build_py
by Fred Drake
· 21 years ago
b8ab8b6
move support code to a helper module to ease re-use
by Fred Drake
· 21 years ago
d0620dc
add a test that actually installs some scripts
by Fred Drake
· 21 years ago
bb7c144
One unit test for distutils is not much, but is more than we had yesterday.
by Fred Drake
· 21 years ago