- d1feff7 Merged revisions 86223-86224,86226,86234 via svnmerge from by Éric Araujo · 15 years ago
- 54052c0 Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both by Barry Warsaw · 15 years ago
- f084376 Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the by Barry Warsaw · 15 years ago
- e9df5d6 Backport fix for #10126 by Éric Araujo · 15 years ago
- 58dab67 Merged revisions 85353 via svnmerge from by Antoine Pitrou · 15 years ago
- e092ef8 Merged revisions 84889 via svnmerge from by Senthil Kumaran · 15 years ago
- a171cf0 Merged revisions 84871 via svnmerge from by Senthil Kumaran · 15 years ago
- 9c379bb Merged revisions 84861 via svnmerge from by Senthil Kumaran · 15 years ago
- 7968f26 Merged revisions 84765 via svnmerge from by Hirokazu Yamamoto · 15 years ago
- f994f04 Merged revisions 84753,84760 via svnmerge from by Hirokazu Yamamoto · 15 years ago
- 4893dfb Merged revisions 84711 via svnmerge from by Éric Araujo · 15 years ago
- aabdceb Merged revisions 84680 via svnmerge from by Antoine Pitrou · 15 years ago
- 7738e4b Merged revisions 84614 via svnmerge from by Éric Araujo · 15 years ago
- 5011c8d Merged revisions 84611 via svnmerge from by Éric Araujo · 15 years ago
- b55feda Merged revisions 84608 via svnmerge from by Éric Araujo · 15 years ago
- 0389ae6 Merged revisions 83993 via svnmerge from by Éric Araujo · 15 years ago
- 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 15 years ago
- c425f8f Merged revisions 82839 via svnmerge from by Ezio Melotti · 15 years ago
- 7595620 Fix for issue #9164: with this patch sysconfig and distuls don't break by Ronald Oussoren · 15 years ago
- e3c1045 prepare for 2.7.1 by Benjamin Peterson · 15 years ago
- c60082d update to 2.7 final by Benjamin Peterson · 15 years ago
- cd17213 Two small fixes for the support for SDKs on MacOSX: by Ronald Oussoren · 15 years ago
- bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 15 years ago
- afa1b30 fix finding visual studio 2008 on 64 bit #8854 by Benjamin Peterson · 15 years ago
- 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 15 years ago
- 593e4ca Fix for issue #7724: ensure that distutils and python's own setup.py by Ronald Oussoren · 15 years ago
- 4fc2a00 upgraded distutils docs w.r.t. the manifest regeneration by Tarek Ziadé · 15 years ago
- 422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. by Tarek Ziadé · 15 years ago
- c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 15 years ago
- dac6aeb4 Revert r80963 - it broke compilation everywhere by Antoine Pitrou · 15 years ago
- d875d3c Fix for issue #7724: make it possible to build using by Ronald Oussoren · 15 years ago
- 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
- a5cd182 Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir and srcdir by Tarek Ziadé · 15 years ago
- fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 15 years ago
- ef253ac removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest by Tarek Ziadé · 15 years ago
- 8d1da0f #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. by Florent Xicluna · 15 years ago
- 3f5d146 No more deprecation warnings for distutils.sysconfig, following r78666. by Florent Xicluna · 15 years ago
- 1f3b4e1 Fix some py3k warnings in the standard library. by Florent Xicluna · 15 years ago
- 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 15 years ago
- c49b6ef search in the alternative location for VCExpress by Tarek Ziadé · 15 years ago
- 5501e6a fixed various failures and environment alterations in distutils.test_build_ext by Tarek Ziadé · 15 years ago
- 895ee24 files used by win32 tests by Tarek Ziadé · 15 years ago
- 7e48ff8 simplified the fallback case by Tarek Ziadé · 15 years ago
- fbf50b8 provide a fallback for xxmodule.c in case the buildir is not present by Tarek Ziadé · 15 years ago
- b30868a copied back the build_ext tests from 2.6 by Tarek Ziadé · 15 years ago
- b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
- dd7bef9 reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged by Tarek Ziadé · 15 years ago
- b0aad6c removed debugging code by Tarek Ziadé · 15 years ago
- f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 15 years ago
- 28aeb0d Add missing import when running these tests standalone. by Georg Brandl · 16 years ago
- a7be9d2 bump version to 2.7a3 by Benjamin Peterson · 16 years ago
- b8c7b01 leaving global attributes for backward compat by Tarek Ziadé · 16 years ago
- bece7f2 fixed a typo on distutils.sysconfig. thanks arfever by Tarek Ziadé · 16 years ago
- 92e68af added local get_platform/set_platform APIs in distutils.sysconfig by Tarek Ziadé · 16 years ago
- 0276c7a reintroduced the names in Distutils for APIs that were relocated by Tarek Ziadé · 16 years ago
- b28e5d7 fixed bdist_msi imports and added a test module for distutils.command.bdist_msi by Tarek Ziadé · 16 years ago
- f14c7fc Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings by Tarek Ziadé · 16 years ago
- 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 16 years ago
- ae7731a module cleanup by Tarek Ziadé · 16 years ago
- dc0f487 Fixed #5372: .o files are now always rebuilt because file age test don't work in some case by Tarek Ziadé · 16 years ago
- aa7e51f bump version to 2.7a2 by Benjamin Peterson · 16 years ago
- c25417f Fixed #7617: all flavors of gcc should be recognized now by Tarek Ziadé · 16 years ago
- ca8e7ec Unittests and news items for the patch in r77026. by Ronald Oussoren · 16 years ago
- 728cc61 On OSX the output of "uname -m" always reflects the 32-bit architecture by Ronald Oussoren · 16 years ago
- 3efd767 backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing by Tarek Ziadé · 16 years ago
- 2b66da7 massive import cleaning in Distutils by Tarek Ziadé · 16 years ago
- 2421d56 Fixed #7552: fixed distutils.command.upload failure on very long passwords by Tarek Ziadé · 16 years ago
- c0680e2 cleaned up the module (PEP 8 + old fashion test removal) by Tarek Ziadé · 16 years ago
- 6c4847f using an existing file to avoid dealing with a sleep to test file ages by Tarek Ziadé · 16 years ago
- 1bd9b5e added test coverage for distutils.dep_util, and cleaned up the module by Tarek Ziadé · 16 years ago
- 9fa9a0d Fix an issue with the detection of a non-existing SDK by Ronald Oussoren · 16 years ago
- 4b7f943 removed the usage of rfc822 in favor of email.message.Message by Tarek Ziadé · 16 years ago
- a939ecd Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files by Tarek Ziadé · 16 years ago
- 4f38317 Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field by Tarek Ziadé · 16 years ago
- d78cec5 bump version to 2.7a1 by Benjamin Peterson · 16 years ago
- c218a2f Issue #4120: Drop reference to CRT from manifest when building by Martin v. Löwis · 16 years ago
- a5076a2 Fixed #7408: dropped group ownership checking because it relies on os-specific rules by Tarek Ziadé · 16 years ago
- 39de1fc dragfullwindows can have value 2 by Tarek Ziadé · 16 years ago
- acccafc #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install by Tarek Ziadé · 16 years ago
- 9c48da7 fixed stdout alteration in test_distutils by Tarek Ziadé · 16 years ago
- c9dbca8 removed spurious spaces by Tarek Ziadé · 16 years ago
- 40b998b Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils by Tarek Ziadé · 16 years ago
- 1733c93 fixed warning and error message by Tarek Ziadé · 16 years ago
- 468f700 fixed finally state in distutils.test_util by Tarek Ziadé · 16 years ago
- b9c1cfc Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode by Tarek Ziadé · 16 years ago
- 672422a #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd by Tarek Ziadé · 16 years ago
- 2b06d42 Changed distutils tests to avoid environment alteration by Tarek Ziadé · 16 years ago
- 19e6f01 this test requires zlib support by Tarek Ziadé · 16 years ago
- de05599 replace callable() by Benjamin Peterson · 16 years ago
- b6f0128 Use standard comma punctuation; reword some sentences in the docs by Andrew M. Kuchling · 16 years ago
- 3b34dd8 now uses the right exception type by Tarek Ziadé · 16 years ago
- f638486 removing the last remaning apply() calls by Tarek Ziadé · 16 years ago
- 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 16 years ago
- 68776db Half of the fix for issue 6957: ensure that distutils by Ronald Oussoren · 16 years ago
- 0cfef2c forgot to commit a file in previous commit (r74994, issue #6954) by Tarek Ziadé · 16 years ago
- 9977335 #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. by Tarek Ziadé · 16 years ago
- ccaf380 improving distutils coverage by Tarek Ziadé · 16 years ago
- 6d2db37 improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) by Tarek Ziadé · 16 years ago
- 0180565 Update distutils.util tests after my changes to --with-universal-archs by Ronald Oussoren · 16 years ago
- 5d90029 Finish support for --with-universal-archs=intel by Ronald Oussoren · 16 years ago