Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version to 2.7a3v2.7a3 | Benjamin Peterson | 2010-02-06 | 1 | -1/+1 |
| | |||||
* | leaving global attributes for backward compat | Tarek Ziadé | 2010-02-03 | 1 | -0/+81 |
| | |||||
* | fixed a typo on distutils.sysconfig. thanks arfever | Tarek Ziadé | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | added local get_platform/set_platform APIs in distutils.sysconfig | Tarek Ziadé | 2010-01-26 | 10 | -112/+42 |
| | |||||
* | reintroduced the names in Distutils for APIs that were relocated | Tarek Ziadé | 2010-01-26 | 2 | -0/+13 |
| | |||||
* | fixed bdist_msi imports and added a test module for distutils.command.bdist_msi | Tarek Ziadé | 2010-01-26 | 2 | -3/+26 |
| | |||||
* | Fixed #7748: now upload and register commands don't need to force the ↵ | Tarek Ziadé | 2010-01-24 | 5 | -18/+22 |
| | | | | encoding anymore : DistributionMetada returns utf8 strings | ||||
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 29 | -985/+307 |
| | |||||
* | module cleanup | Tarek Ziadé | 2010-01-11 | 1 | -148/+69 |
| | |||||
* | Fixed #5372: .o files are now always rebuilt because file age test don't ↵ | Tarek Ziadé | 2010-01-11 | 1 | -94/+2 |
| | | | | work in some case | ||||
* | bump version to 2.7a2v2.7a2 | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | Fixed #7617: all flavors of gcc should be recognized now | Tarek Ziadé | 2010-01-08 | 2 | -2/+17 |
| | |||||
* | Unittests and news items for the patch in r77026. | Ronald Oussoren | 2009-12-24 | 1 | -1/+30 |
| | |||||
* | On OSX the output of "uname -m" always reflects the 32-bit architecture | Ronald Oussoren | 2009-12-24 | 1 | -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-21 | 2 | -29/+108 |
| | | | | Manifest files editing | ||||
* | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 24 | -121/+97 |
| | |||||
* | Fixed #7552: fixed distutils.command.upload failure on very long passwords | Tarek Ziadé | 2009-12-20 | 2 | -4/+25 |
| | |||||
* | cleaned up the module (PEP 8 + old fashion test removal) | Tarek Ziadé | 2009-12-15 | 1 | -3/+2 |
| | |||||
* | 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 | 2 | -37/+132 |
| | |||||
* | Fix an issue with the detection of a non-existing SDK | Ronald Oussoren | 2009-12-10 | 1 | -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.Message | Tarek Ziadé | 2009-12-08 | 1 | -32/+31 |
| | |||||
* | Issue #7457: added a read_pkg_file method to ↵ | Tarek Ziadé | 2009-12-08 | 2 | -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-06 | 2 | -2/+18 |
| | | | | Description field | ||||
* | bump version to 2.7a1v2.7a1 | Benjamin Peterson | 2009-12-05 | 1 | -1/+1 |
| | |||||
* | Issue #4120: Drop reference to CRT from manifest when building | Martin v. Löwis | 2009-12-03 | 1 | -0/+23 |
| | | | | extensions with msvc9compiler. | ||||
* | Fixed #7408: dropped group ownership checking because it relies on ↵ | Tarek Ziadé | 2009-11-29 | 1 | -1/+4 |
| | | | | os-specific rules | ||||
* | dragfullwindows can have value 2 | Tarek Ziadé | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh ↵ | Tarek Ziadé | 2009-11-18 | 1 | -5/+5 |
| | | | | windows install | ||||
* | fixed stdout alteration in test_distutils | Tarek Ziadé | 2009-11-01 | 2 | -1/+6 |
| | |||||
* | removed spurious spaces | Tarek Ziadé | 2009-10-28 | 1 | -29/+18 |
| | |||||
* | Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils | Tarek Ziadé | 2009-10-27 | 3 | -7/+62 |
| | |||||
* | fixed warning and error message | Tarek Ziadé | 2009-10-24 | 5 | -5/+5 |
| | |||||
* | fixed finally state in distutils.test_util | Tarek Ziadé | 2009-10-24 | 1 | -1/+1 |
| | |||||
* | Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode | Tarek Ziadé | 2009-10-24 | 7 | -5/+64 |
| | |||||
* | #7066 - Fixed distutils.archive_util.make_archive behavior so it restores ↵ | Tarek Ziadé | 2009-10-24 | 2 | -5/+22 |
| | | | | the cwd | ||||
* | Changed distutils tests to avoid environment alteration | Tarek Ziadé | 2009-10-18 | 13 | -34/+67 |
| | |||||
* | this test requires zlib support | Tarek Ziadé | 2009-10-16 | 1 | -0/+1 |
| | |||||
* | replace callable() | Benjamin Peterson | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Use standard comma punctuation; reword some sentences in the docs | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | now uses the right exception type | Tarek Ziadé | 2009-10-03 | 1 | -2/+2 |
| | |||||
* | removing the last remaning apply() calls | Tarek Ziadé | 2009-10-03 | 3 | -3/+3 |
| | |||||
* | #6516 added owner/group support for tarfiles in Distutils | Tarek Ziadé | 2009-10-02 | 7 | -15/+218 |
| | |||||
* | Half of the fix for issue 6957: ensure that distutils | Ronald Oussoren | 2009-09-22 | 1 | -0/+23 |
| | | | | | | | | | ignores the '-isysroot' option on OSX when the corresponding SDK is not installed. This ensures that the user can compile extensions on OSX 10.6 using the Python.org installer and a default installation of Xcode. | ||||
* | forgot to commit a file in previous commit (r74994, issue #6954) | Tarek Ziadé | 2009-09-21 | 1 | -0/+3 |
| | |||||
* | #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. | Tarek Ziadé | 2009-09-21 | 3 | -1/+11 |
| | |||||
* | improving distutils coverage | Tarek Ziadé | 2009-09-21 | 1 | -0/+22 |
| | |||||
* | improved distutils test coverage: now the DEBUG mode is covered too (will ↵ | Tarek Ziadé | 2009-09-21 | 5 | -2/+93 |
| | | | | help fix the issue #6954 in py3k branch) | ||||
* | Update distutils.util tests after my changes | Ronald Oussoren | 2009-09-15 | 1 | -1/+21 |
| | | | | to --with-universal-archs | ||||
* | Finish support for --with-universal-archs=intel | Ronald Oussoren | 2009-09-15 | 1 | -5/+20 |
| | | | | and --with-universal-archs=3-way (issue6245) |