summaryrefslogtreecommitdiff
path: root/Lib/distutils
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 2.7 rc1Benjamin Peterson2010-06-061-1/+1
|
* Fix for issue #7724: ensure that distutils and python's own setup.pyRonald Oussoren2010-06-031-1/+21
| | | | | | | | | | honor the MacOSX SDK when one is specified. This is needed to be able to build using the 10.4u SDK while running on OSX 10.6. This is a fixed version of the patch in r80963, I've tested this patch on OSX and Linux.
* upgraded distutils docs w.r.t. the manifest regenerationTarek Ziadé2010-05-171-1/+2
|
* Fixed #8688: Distutils now recalculates MANIFEST everytime.Tarek Ziadé2010-05-172-57/+66
|
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-081-1/+1
|
* Revert r80963 - it broke compilation everywhereAntoine Pitrou2010-05-081-20/+1
|
* Fix for issue #7724: make it possible to build usingRonald Oussoren2010-05-081-1/+20
| | | | | the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified SDK when looking for files.
* In a number of places code still reversRonald Oussoren2010-05-054-50/+1
| | | | | | | | | to "sys.platform == 'mac'" and that is dead code because it refers to a platform that is no longer supported (and hasn't been supported for several releases). Fixes issue #7908 for the trunk.
* Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ↵Tarek Ziadé2010-04-301-5/+9
| | | | and srcdir
* bump version to 2.7b1Benjamin Peterson2010-04-101-1/+1
|
* removed the local copy of xxmodule, and skip only test_build_ext when ↵Tarek Ziadé2010-04-022-398/+21
| | | | xxmodule is not found, not the whole unittest
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains ↵Florent Xicluna2010-04-012-2/+2
| | | | a double-quote.
* No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-211-0/+3
| | | | But when the "dl" module is available, it gives a py3k deprecation warning.
* Fix some py3k warnings in the standard library.Florent Xicluna2010-03-071-1/+1
|
* bump version to 2.7a4v2.7a4Benjamin Peterson2010-03-061-1/+1
|
* search in the alternative location for VCExpressTarek Ziadé2010-03-061-1/+11
|
* fixed various failures and environment alterations in distutils.test_build_extTarek Ziadé2010-03-061-27/+35
|
* files used by win32 testsTarek Ziadé2010-03-062-0/+338
|
* simplified the fallback caseTarek Ziadé2010-03-061-4/+3
|
* provide a fallback for xxmodule.c in case the buildir is not presentTarek Ziadé2010-03-062-1/+384
|
* copied back the build_ext tests from 2.6Tarek Ziadé2010-03-061-115/+83
|
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
|
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like ↵Tarek Ziadé2010-03-0514-1234/+1157
| | | | the 2.7b1 in this. the whole revert will occur after a4 is tagged
* removed debugging codeTarek Ziadé2010-02-231-4/+1
|
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-233-13/+34
| | | | | | with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
* Add missing import when running these tests standalone.Georg Brandl2010-02-069-11/+22
|
* bump version to 2.7a3v2.7a3Benjamin Peterson2010-02-061-1/+1
|
* leaving global attributes for backward compatTarek Ziadé2010-02-031-0/+81
|
* fixed a typo on distutils.sysconfig. thanks arfeverTarek Ziadé2010-02-021-1/+1
|
* added local get_platform/set_platform APIs in distutils.sysconfigTarek Ziadé2010-01-2610-112/+42
|
* reintroduced the names in Distutils for APIs that were relocatedTarek Ziadé2010-01-262-0/+13
|
* fixed bdist_msi imports and added a test module for distutils.command.bdist_msiTarek Ziadé2010-01-262-3/+26
|
* Fixed #7748: now upload and register commands don't need to force the ↵Tarek Ziadé2010-01-245-18/+22
| | | | encoding anymore : DistributionMetada returns utf8 strings
* taking sysconfig out of distutilsTarek Ziadé2010-01-2329-985/+307
|
* module cleanupTarek Ziadé2010-01-111-148/+69
|
* Fixed #5372: .o files are now always rebuilt because file age test don't ↵Tarek Ziadé2010-01-111-94/+2
| | | | work in some case
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-091-1/+1
|
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-082-2/+17
|
* Unittests and news items for the patch in r77026.Ronald Oussoren2009-12-241-1/+30
|
* On OSX the output of "uname -m" always reflects the 32-bit architectureRonald Oussoren2009-12-241-0/+10
| | | | | | | | | for the machine ("i386" or "ppc"), even if the executable is 64-bit. This patchs ensures that the distutils platform architecture represents the architecture for the executable when running a 64-bit only executable on OSX.
* backported r76993 and r76994 so the trunk behaves the same way with MSVC ↵Tarek Ziadé2009-12-212-29/+108
| | | | Manifest files editing
* massive import cleaning in DistutilsTarek Ziadé2009-12-2124-121/+97
|
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-202-4/+25
|
* cleaned up the module (PEP 8 + old fashion test removal)Tarek Ziadé2009-12-151-3/+2
|
* using an existing file to avoid dealing with a sleep to test file agesTarek Ziadé2009-12-101-47/+26
|
* added test coverage for distutils.dep_util, and cleaned up the moduleTarek Ziadé2009-12-102-37/+132
|
* Fix an issue with the detection of a non-existing SDKRonald Oussoren2009-12-101-3/+3
| | | | | | | on OSX. Without this patch it wasn't possible after all to compile extensions on OSX 10.6 with the binary installer unless the user had installed the (non-default) 10.4u SDK.
* removed the usage of rfc822 in favor of email.message.MessageTarek Ziadé2009-12-081-32/+31
|
* Issue #7457: added a read_pkg_file method to ↵Tarek Ziadé2009-12-082-19/+103
| | | | distutils.dist.DistributionMetadata so we can read back PKG-INFO files
* Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO ↵Tarek Ziadé2009-12-062-2/+18
| | | | Description field