summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-212-5/+5
|\
| * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-212-5/+5
* | #11420: merge with 3.2.Ezio Melotti2013-03-161-3/+3
|\ \ | |/
| * #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-161-3/+3
* | Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-1/+1
|\ \ | |/
| * 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-312-1/+30
* | Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-2/+3
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* | Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-093-19/+43
|\ \ | |/
| * Fix setup.py register failure with invalid rst in description (#13614).Éric Araujo2012-12-091-11/+23
| * Ignore .nfs* files in distutils (#7719).Éric Araujo2012-12-082-8/+20
* | Issue #15364: Fix test_srcdir for the installed case.Ned Deily2012-07-281-1/+2
* | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.Richard Oudkerk2012-07-271-0/+28
* | Issue #15184: Some config variables in test_sysconfig_moduleNed Deily2012-07-221-1/+21
* | Issue #15184: Ensure consistent results of OS X configurationNed Deily2012-07-211-0/+9
* | Merge 3.2Éric Araujo2012-03-071-9/+0
|\ \ | |/
| * Backout buggy patch committed for #13719Éric Araujo2012-03-071-9/+0
* | Merge 3.2Éric Araujo2012-03-051-0/+1
|\ \ | |/
| * Fix NameError from #13719 fixÉric Araujo2012-03-051-0/+1
* | Merge 3.2Éric Araujo2012-03-051-5/+13
|\ \ | |/
| * Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-051-5/+13
* | Merge 3.2Éric Araujo2012-02-261-1/+2
|\ \ | |/
| * Set archive format explicitly in one distutils testÉric Araujo2012-02-261-1/+2
* | Merge 3.2Éric Araujo2012-02-252-40/+117
|\ \ | |/
| * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-252-40/+117
* | Merge fix from 3.2Éric Araujo2012-02-151-1/+2
|\ \ | |/
| * Fix test failure for shared builds caused by #1326113 fixÉric Araujo2012-02-151-1/+2
* | Merge fixes for #1326113 and #12297 from 3.2Éric Araujo2012-02-151-6/+6
|\ \ | |/
| * Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-6/+6
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-0/+9
|\ \ | |/
| * Branch mergeÉric Araujo2012-02-051-0/+9
| |\
| | * Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-151-0/+9
* | | mergeNed Deily2012-02-031-2/+8
|\ \ \ | |/ /
| * | 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
* | Ported some test cases from 2.7 for #11638Jason R. Coombs2011-12-261-2/+21
* | Merge follow-up for #11254 and other changes from 3.2Éric Araujo2011-11-035-80/+116
|\ \ | |/
| * More fixes for PEP 3147 compliance in distutils (#11254)Éric Araujo2011-11-033-55/+84
| * Cleanups in distutils tests.Éric Araujo2011-11-023-25/+32
* | Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-2/+45
|\ \ | |/
| * Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-2/+45
* | Merge #11751 from 3.2Éric Araujo2011-10-111-7/+194
|\ \ | |/
| * Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-111-7/+194
* | Merge 3.2Éric Araujo2011-10-092-3/+30
|\ \ | |/
| * Add tests for Unicode handling in distutils’ check and register (#13114)Éric Araujo2011-10-092-3/+30
* | Merge fixes for #10526, #10359, #11254, #9100 and the bug without numberÉric Araujo2011-10-083-9/+15
|\ \ | |/
| * Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-072-7/+13