| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19600: Use specific asserts in distutils tests. | Serhiy Storchaka | 2013-11-16 | 16 | -36/+36 |
|
|
* | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of... | Jason R. Coombs | 2013-11-10 | 1 | -37/+26 |
|
|
* | Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.di... | Jason R. Coombs | 2013-11-10 | 1 | -1/+28 |
|
|
* | Merge with 3.2 for Issue #19286. | Jason R. Coombs | 2013-11-02 | 1 | -0/+31 |
|\ |
|
| * | 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 | -2/+34 |
|
|
* | | Closes issue #17732: ignore install-directory specific options in | Georg Brandl | 2013-05-12 | 1 | -2/+62 |
|
|
* | | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 2 | -5/+5 |
|\ \
| |/ |
|
| * | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 2 | -5/+5 |
|
|
* | | #11420: merge with 3.2. | Ezio Melotti | 2013-03-16 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by... | Ezio Melotti | 2013-03-16 | 1 | -3/+3 |
|
|
* | | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 | 2 | -1/+30 |
|
|
* | | Issue #17041: Fix testing when Python is configured with the | Serhiy Storchaka | 2013-01-27 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | Merge fixes for #13614, #13512 and #7719 from 3.2 | Éric Araujo | 2012-12-09 | 3 | -19/+43 |
|\ \
| |/ |
|
| * | Fix setup.py register failure with invalid rst in description (#13614). | Éric Araujo | 2012-12-09 | 1 | -11/+23 |
|
|
| * | Ignore .nfs* files in distutils (#7719). | Éric Araujo | 2012-12-08 | 2 | -8/+20 |
|
|
* | | Issue #15364: Fix test_srcdir for the installed case. | Ned Deily | 2012-07-28 | 1 | -1/+2 |
|
|
* | | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. | Richard Oudkerk | 2012-07-27 | 1 | -0/+28 |
|
|
* | | Issue #15184: Some config variables in test_sysconfig_module | Ned Deily | 2012-07-22 | 1 | -1/+21 |
|
|
* | | Issue #15184: Ensure consistent results of OS X configuration | Ned Deily | 2012-07-21 | 1 | -0/+9 |
|
|
* | | Merge 3.2 | Éric Araujo | 2012-03-07 | 1 | -9/+0 |
|\ \
| |/ |
|
| * | Backout buggy patch committed for #13719 | Éric Araujo | 2012-03-07 | 1 | -9/+0 |
|
|
* | | Merge 3.2 | Éric Araujo | 2012-03-05 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix NameError from #13719 fix | Éric Araujo | 2012-03-05 | 1 | -0/+1 |
|
|
* | | Merge 3.2 | Éric Araujo | 2012-03-05 | 1 | -5/+13 |
|\ \
| |/ |
|
| * | Make distutils’ upload command work with bdist_msi products (#13719). | Éric Araujo | 2012-03-05 | 1 | -5/+13 |
|
|
* | | Merge 3.2 | Éric Araujo | 2012-02-26 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Set archive format explicitly in one distutils test | Éric Araujo | 2012-02-26 | 1 | -1/+2 |
|
|
* | | Merge 3.2 | Éric Araujo | 2012-02-25 | 2 | -40/+117 |
|\ \
| |/ |
|
| * | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). | Éric Araujo | 2012-02-25 | 2 | -40/+117 |
|
|
* | | Merge fix from 3.2 | Éric Araujo | 2012-02-15 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix test failure for shared builds caused by #1326113 fix | Éric Araujo | 2012-02-15 | 1 | -1/+2 |
|
|
* | | Merge fixes for #1326113 and #12297 from 3.2 | Éric Araujo | 2012-02-15 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Fix parsing of build_ext --libraries option (#1326113) | Éric Araujo | 2012-02-15 | 1 | -6/+6 |
|
|
* | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Branch merge | Éric Araujo | 2012-02-05 | 1 | -0/+9 |
| |\ |
|
| | * | Stop ignoring RPMs in distutils' upload command (#2945). | Éric Araujo | 2012-01-15 | 1 | -0/+9 |
|
|
* | | | merge | Ned Deily | 2012-02-03 | 1 | -2/+8 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | Ported some test cases from 2.7 for #11638 | Jason R. Coombs | 2011-12-26 | 1 | -2/+21 |
|
|
* | | Merge follow-up for #11254 and other changes from 3.2 | Éric Araujo | 2011-11-03 | 5 | -80/+116 |
|\ \
| |/ |
|
| * | More fixes for PEP 3147 compliance in distutils (#11254) | Éric Araujo | 2011-11-03 | 3 | -55/+84 |
|
|