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
*
Issue #8876: distutils now falls back to copying files when hard linking does...
Antoine Pitrou
2014-10-30
1
-0/+43
*
#22512: move distutils rpm test's .rpmdb to testing tmpdir.
R David Murray
2014-10-01
1
-0/+3
*
#10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray
2014-09-27
1
-1/+1
*
test_distutils: remove the test file in DistributionTestCase.test_debug_mode()
Victor Stinner
2014-09-11
1
-1/+2
*
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
Ned Deily
2014-07-06
1
-0/+21
*
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Ned Deily
2014-06-25
1
-2/+10
*
Issue #21722: The distutils "upload" command now exits with a non-zero return...
Antoine Pitrou
2014-06-19
1
-4/+13
*
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-1/+1
*
Avoid “error: None” messages from distutils (#4931).
Éric Araujo
2014-03-12
1
-2/+10
*
Issue #12226: HTTPS is now used by default when connecting to PyPI.
Antoine Pitrou
2013-12-22
2
-4/+4
*
Issue #19492: Silently skipped distutils tests now reported as skipped.
Serhiy Storchaka
2013-12-18
10
-69/+37
*
Issue #19600: Use specific asserts in distutils tests.
Serhiy Storchaka
2013-11-16
15
-36/+36
*
Issue #19286: Adding test demonstrating the failure when a directory is found...
Jason R. Coombs
2013-11-02
1
-0/+31
*
condense two tests with the same name (closes #19114)
Benjamin Peterson
2013-09-29
1
-13/+12
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
Issue #18080: When building a C extension module on OS X, if the compiler
Ned Deily
2013-05-28
1
-1/+33
*
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...
Ezio Melotti
2013-03-16
1
-2/+3
*
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
Terry Jan Reedy
2013-03-11
1
-1/+1
*
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
Ned Deily
2013-01-31
1
-0/+29
*
- Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-2/+3
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
Use proper skip instead of reporting success in one distutils test
Éric Araujo
2012-12-09
1
-7/+1
*
Fix setup.py register failure with invalid rst in description (#13614).
Éric Araujo
2012-12-09
1
-4/+21
*
Ignore .nfs* files in distutils (#7719).
Éric Araujo
2012-07-03
2
-3/+22
*
Backout buggy patch for #13719
Éric Araujo
2012-03-07
1
-9/+0
*
Fix NameError
Éric Araujo
2012-03-05
1
-0/+1
*
Make distutils’ upload command work with bdist_msi products (#13719).
Éric Araujo
2012-03-05
1
-5/+13
*
Synchronize some distutils tests with 3.2.
Éric Araujo
2012-02-26
3
-31/+38
*
Stop ignoring RPMs in distutils' upload command (#2945).
Éric Araujo
2012-02-26
1
-0/+9
*
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
Éric Araujo
2012-02-25
2
-45/+82
*
Fix test failure for shared builds caused by #1326113 fix
Éric Araujo
2012-02-15
1
-1/+2
*
Fix parsing of build_ext --libraries option (#1326113)
Éric Araujo
2012-02-15
1
-6/+6
*
Issue #13193: Fix distutils.filelist tests to always use / as path separator.
Nadeem Vawda
2012-02-13
1
-13/+11
*
Issue #13994: Earler partial revert of Distutils enhancements in 2.7
Ned Deily
2012-02-11
2
-2/+4
*
Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.
Ned Deily
2012-02-03
1
-2/+8
*
Limit test scope to those platforms that can save the target filenames. Refer...
Jason R. Coombs
2011-12-28
1
-0/+17
*
Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist c...
Jason R. Coombs
2011-12-26
2
-2/+51
*
Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...
Mark Hammond
2011-10-17
1
-2/+45
*
Increase test coverage for distutils.filelist (#11751).
Éric Araujo
2011-10-14
1
-10/+197
*
Fix distutils’ check and register Unicode handling (#13114).
Éric Araujo
2011-10-09
2
-3/+31
*
Make C code in one distutils test comply with ISO C (#10359).
Éric Araujo
2011-10-08
1
-2/+2
*
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
Éric Araujo
2011-09-10
1
-0/+14
*
Slight cleanup in distutils test_dist.
Éric Araujo
2011-09-10
1
-54/+49
*
Issue #12333: fix test_distutils failures under Solaris and derivatives. Patc...
Jesus Cea
2011-09-09
1
-0/+4
*
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
Éric Araujo
2011-09-02
1
-1/+27
*
Enable catching WARN-level logging messages in distutils' test_sdist
Éric Araujo
2011-09-02
1
-5/+4
*
Make bdist_* commands respect --skip-build passed to bdist (#10946)
Éric Araujo
2011-08-29
1
-21/+28
*
Add FIXME note as a reminder
Éric Araujo
2011-08-26
1
-0/+2
*
Branch merge
Éric Araujo
2011-08-26
4
-61/+315
|
\
|
*
Backport tests for the distutils install command
Éric Araujo
2011-08-26
1
-2/+193
[next]