summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-301-0/+43
* #22512: move distutils rpm test's .rpmdb to testing tmpdir.R David Murray2014-10-011-0/+3
* #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-1/+1
* test_distutils: remove the test file in DistributionTestCase.test_debug_mode()Victor Stinner2014-09-111-1/+2
* Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compilerNed Deily2014-07-061-0/+21
* Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily2014-06-251-2/+10
* Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-191-4/+13
* - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+1
* Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-121-2/+10
* Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-222-4/+4
* Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-1810-69/+37
* Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-1615-36/+36
* Issue #19286: Adding test demonstrating the failure when a directory is found...Jason R. Coombs2013-11-021-0/+31
* condense two tests with the same name (closes #19114)Benjamin Peterson2013-09-291-13/+12
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-281-1/+33
* #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-161-2/+3
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-1/+1
* Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-311-0/+29
* - Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-2/+3
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Use proper skip instead of reporting success in one distutils testÉric Araujo2012-12-091-7/+1
* Fix setup.py register failure with invalid rst in description (#13614).Éric Araujo2012-12-091-4/+21
* Ignore .nfs* files in distutils (#7719).Éric Araujo2012-07-032-3/+22
* Backout buggy patch for #13719Éric Araujo2012-03-071-9/+0
* Fix NameErrorÉric Araujo2012-03-051-0/+1
* Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-051-5/+13
* Synchronize some distutils tests with 3.2.Éric Araujo2012-02-263-31/+38
* Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-02-261-0/+9
* Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-252-45/+82
* Fix test failure for shared builds caused by #1326113 fixÉric Araujo2012-02-151-1/+2
* Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-6/+6
* Issue #13193: Fix distutils.filelist tests to always use / as path separator.Nadeem Vawda2012-02-131-13/+11
* Issue #13994: Earler partial revert of Distutils enhancements in 2.7Ned Deily2012-02-112-2/+4
* Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.Ned Deily2012-02-031-2/+8
* Limit test scope to those platforms that can save the target filenames. Refer...Jason R. Coombs2011-12-281-0/+17
* Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist c...Jason R. Coombs2011-12-262-2/+51
* Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-2/+45
* Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-141-10/+197
* Fix distutils’ check and register Unicode handling (#13114).Éric Araujo2011-10-092-3/+31
* Make C code in one distutils test comply with ISO C (#10359).Éric Araujo2011-10-081-2/+2
* Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-101-0/+14
* Slight cleanup in distutils test_dist.Éric Araujo2011-09-101-54/+49
* Issue #12333: fix test_distutils failures under Solaris and derivatives. Patc...Jesus Cea2011-09-091-0/+4
* Warn instead of crashing because of invalid path in MANIFEST.in (#8286).Éric Araujo2011-09-021-1/+27
* Enable catching WARN-level logging messages in distutils' test_sdistÉric Araujo2011-09-021-5/+4
* Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-291-21/+28
* Add FIXME note as a reminderÉric Araujo2011-08-261-0/+2
* Branch mergeÉric Araujo2011-08-264-61/+315
|\
| * Backport tests for the distutils install commandÉric Araujo2011-08-261-2/+193