index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed the local copy of xxmodule, and skip only test_build_ext when xxmodul...
Tarek Ziadé
2010-04-02
2
-398/+21
*
No more deprecation warnings for distutils.sysconfig, following r78666.
Florent Xicluna
2010-03-21
1
-0/+3
*
fixed various failures and environment alterations in distutils.test_build_ext
Tarek Ziadé
2010-03-06
1
-27/+35
*
files used by win32 tests
Tarek Ziadé
2010-03-06
2
-0/+338
*
simplified the fallback case
Tarek Ziadé
2010-03-06
1
-4/+3
*
provide a fallback for xxmodule.c in case the buildir is not present
Tarek Ziadé
2010-03-06
2
-1/+384
*
copied back the build_ext tests from 2.6
Tarek Ziadé
2010-03-06
1
-115/+83
*
remove the svn:executable property from files that don't have shebang lines
Benjamin Peterson
2010-03-05
1
-0/+0
*
reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the...
Tarek Ziadé
2010-03-05
6
-652/+11
*
Issue 6292: for the moment at least, the test suite passes if run
R. David Murray
2010-02-23
3
-13/+34
*
Add missing import when running these tests standalone.
Georg Brandl
2010-02-06
9
-11/+22
*
added local get_platform/set_platform APIs in distutils.sysconfig
Tarek Ziadé
2010-01-26
1
-93/+6
*
fixed bdist_msi imports and added a test module for distutils.command.bdist_msi
Tarek Ziadé
2010-01-26
1
-0/+23
*
Fixed #7748: now upload and register commands don't need to force the encodin...
Tarek Ziadé
2010-01-24
2
-6/+7
*
taking sysconfig out of distutils
Tarek Ziadé
2010-01-23
12
-105/+92
*
Fixed #7617: all flavors of gcc should be recognized now
Tarek Ziadé
2010-01-08
1
-0/+12
*
Unittests and news items for the patch in r77026.
Ronald Oussoren
2009-12-24
1
-1/+30
*
backported r76993 and r76994 so the trunk behaves the same way with MSVC Mani...
Tarek Ziadé
2009-12-21
1
-7/+80
*
Fixed #7552: fixed distutils.command.upload failure on very long passwords
Tarek Ziadé
2009-12-20
1
-1/+22
*
using an existing file to avoid dealing with a sleep to test file ages
Tarek Ziadé
2009-12-10
1
-47/+26
*
added test coverage for distutils.dep_util, and cleaned up the module
Tarek Ziadé
2009-12-10
1
-0/+101
*
Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...
Tarek Ziadé
2009-12-08
1
-2/+29
*
Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Descr...
Tarek Ziadé
2009-12-06
1
-0/+16
*
Fixed #7408: dropped group ownership checking because it relies on os-specifi...
Tarek Ziadé
2009-11-29
1
-1/+4
*
dragfullwindows can have value 2
Tarek Ziadé
2009-11-19
1
-1/+1
*
#7293: distutils.test_msvc9compiler now uses a key that exists on any fresh w...
Tarek Ziadé
2009-11-18
1
-5/+5
*
fixed stdout alteration in test_distutils
Tarek Ziadé
2009-11-01
2
-1/+6
*
Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
Tarek Ziadé
2009-10-27
1
-0/+29
*
fixed warning and error message
Tarek Ziadé
2009-10-24
2
-2/+2
*
fixed finally state in distutils.test_util
Tarek Ziadé
2009-10-24
1
-1/+1
*
Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode
Tarek Ziadé
2009-10-24
3
-5/+46
*
#7066 - Fixed distutils.archive_util.make_archive behavior so it restores the...
Tarek Ziadé
2009-10-24
1
-1/+16
*
Changed distutils tests to avoid environment alteration
Tarek Ziadé
2009-10-18
13
-34/+67
*
this test requires zlib support
Tarek Ziadé
2009-10-16
1
-0/+1
*
#6516 added owner/group support for tarfiles in Distutils
Tarek Ziadé
2009-10-02
2
-2/+115
*
forgot to commit a file in previous commit (r74994, issue #6954)
Tarek Ziadé
2009-09-21
1
-0/+3
*
#6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
Tarek Ziadé
2009-09-21
1
-0/+7
*
improving distutils coverage
Tarek Ziadé
2009-09-21
1
-0/+22
*
improved distutils test coverage: now the DEBUG mode is covered too (will hel...
Tarek Ziadé
2009-09-21
5
-2/+93
*
Update distutils.util tests after my changes
Ronald Oussoren
2009-09-15
1
-1/+21
*
#6026 - fix tests that failed without zlib
Ezio Melotti
2009-09-12
3
-0/+30
*
Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler
Tarek Ziadé
2009-09-09
1
-1/+17
*
fixed typo
Tarek Ziadé
2009-08-18
1
-4/+4
*
added more test coverage for distutils.filelist to prevent regressions when f...
Tarek Ziadé
2009-08-18
1
-1/+44
*
fixed how fnmatch.translate is used (since it has changed in r74475 for #6665...
Tarek Ziadé
2009-08-17
1
-7/+7
*
#6466 refactored distutils duplicate get_versions() functions (used to get gc...
Tarek Ziadé
2009-07-16
3
-65/+148
*
Fixed distutils test.
Hirokazu Yamamoto
2009-07-12
1
-1/+1
*
reverted changes for #6459 (doesn't apply on 2.x)
Tarek Ziadé
2009-07-11
1
-1/+1
*
fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
Tarek Ziadé
2009-07-11
1
-1/+1
*
Added test coverage for distutils.command.build
Tarek Ziadé
2009-07-10
1
-0/+54
[next]