| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Try to fix test_distutils on Windows (#12678) | Éric Araujo | 2011-08-26 | 1 | -0/+1 |
|
|
| * | Add tests for build_ext --user (backport from 3.2) | Éric Araujo | 2011-08-26 | 1 | -0/+36 |
|
|
| * | Refactor helpers for compiling the xx module in distutils tests. | Éric Araujo | 2011-08-25 | 2 | -59/+85 |
|
|
* | | Issue #12678: Fix distutils sdist test on Windows. | Nadeem Vawda | 2011-08-21 | 1 | -0/+1 |
|/ |
|
* | Fix regression with distutils MANIFEST handing (#11104, #8688). | Éric Araujo | 2011-07-31 | 1 | -9/+34 |
|
|
* | Issue #9516: Correct and expand OS X deployment target tests in distutils | Ned Deily | 2011-06-29 | 1 | -11/+38 |
|
|
* | Issue #12141: Install a copy of template C module file so that | Ned Deily | 2011-06-28 | 1 | -0/+5 |
|
|
* | Remove unnecessary executable bit on one distutils file | Éric Araujo | 2011-06-04 | 1 | -0/+0 |
|
|
* | Fix test_distutils when sys.dont_write_bytecode is true (#9831). | Éric Araujo | 2011-05-28 | 1 | -16/+11 |
|
|
* | Branch merge | Éric Araujo | 2011-05-25 | 1 | -0/+2 |
|\ |
|
| * | Make test_distutils pass without zlib (fixes #9435) | Éric Araujo | 2011-05-08 | 1 | -0/+2 |
|
|
* | | Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i... | Ronald Oussoren | 2011-05-15 | 1 | -1/+55 |
|/ |
|
* | Fix improper tests in RegisterTestCase | Éric Araujo | 2011-04-14 | 1 | -3/+3 |
|
|
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 2 | -2/+2 |
|
|
* | Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from | Éric Araujo | 2011-02-03 | 33 | -46/+71 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 28 | -208/+206 |
|
|
* | Merged revisions 86223-86224,86226,86234 via svnmerge from | Éric Araujo | 2010-11-06 | 13 | -66/+122 |
|
|
* | Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both | Barry Warsaw | 2010-10-22 | 1 | -1/+2 |
|
|
* | Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the | Barry Warsaw | 2010-10-21 | 1 | -2/+7 |
|
|
* | Backport fix for #10126 | Éric Araujo | 2010-10-21 | 1 | -0/+15 |
|
|
* | Merged revisions 84889 via svnmerge from | Senthil Kumaran | 2010-09-19 | 1 | -2/+7 |
|
|
* | Merged revisions 84871 via svnmerge from | Senthil Kumaran | 2010-09-18 | 1 | -0/+3 |
|
|
* | Merged revisions 84861 via svnmerge from | Senthil Kumaran | 2010-09-17 | 1 | -0/+7 |
|
|
* | Merged revisions 84765 via svnmerge from | Hirokazu Yamamoto | 2010-09-13 | 1 | -4/+8 |
|
|
* | Merged revisions 84753,84760 via svnmerge from | Hirokazu Yamamoto | 2010-09-13 | 1 | -9/+5 |
|
|
* | Merged revisions 83993 via svnmerge from | Éric Araujo | 2010-08-14 | 1 | -2/+34 |
|
|
* | Merged revisions 82839 via svnmerge from | Ezio Melotti | 2010-07-12 | 1 | -0/+1 |
|
|
* | Fixed #8688: Distutils now recalculates MANIFEST everytime. | Tarek Ziadé | 2010-05-17 | 1 | -0/+41 |
|
|
* | 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 |
|
|