| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error | Victor Stinner | 2010-10-23 | 2 | -2/+5 |
|
|
* | Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both | Barry Warsaw | 2010-10-22 | 1 | -1/+2 |
|
|
* | Apply fix from r85784 on py3k too. | Éric Araujo | 2010-10-21 | 1 | -2/+6 |
|
|
* | First (uncontroversial) part of issue 9807. | Barry Warsaw | 2010-10-16 | 2 | -8/+24 |
|
|
* | Bump to 3.2a3. | Georg Brandl | 2010-10-10 | 1 | -1/+1 |
|
|
* | Issue #9437: Fix building C extensions with non-default LDFLAGS. | Antoine Pitrou | 2010-10-10 | 1 | -0/+5 |
|
|
* | Fixed #8980: distutils.command.check was failing w/ docutils installed | Tarek Ziadé | 2010-10-03 | 2 | -7/+7 |
|
|
* | Reverted changes which were inadvertently committed. | Vinay Sajip | 2010-09-20 | 1 | -15/+11 |
|
|
* | logging: added hasHandlers() to LoggerAdapter. | Vinay Sajip | 2010-09-20 | 1 | -11/+15 |
|
|
* | Update the test_distutils mode test to test with umask value properly. | Senthil Kumaran | 2010-09-19 | 1 | -2/+7 |
|
|
* | Skip the distutils mode test on Windows OS. | Senthil Kumaran | 2010-09-18 | 1 | -0/+3 |
|
|
* | Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter | Senthil Kumaran | 2010-09-17 | 2 | -1/+8 |
|
|
* | get_build_version() is needed even where sys.platform != "win32". | Hirokazu Yamamoto | 2010-09-13 | 1 | -4/+8 |
|
|
* | Issue #9313: Use unittest.skipUnless to skip old MSVC. | Hirokazu Yamamoto | 2010-09-13 | 1 | -14/+5 |
|
|
* | Issue #9313: Skips test_remove_visual_c_ref on old MSVC. | Hirokazu Yamamoto | 2010-09-12 | 1 | -0/+5 |
|
|
* | Fix typo in option name | Éric Araujo | 2010-09-11 | 1 | -1/+1 |
|
|
* | Issue #941346: Improve the build process under AIX and allow Python to | Antoine Pitrou | 2010-09-10 | 1 | -0/+3 |
|
|
* | Follow-up to #9199: Fix str.join use, add newlines. | Éric Araujo | 2010-09-08 | 1 | -1/+1 |
|
|
* | Fix incorrect use of Command.announce (#9199) | Éric Araujo | 2010-09-07 | 1 | -1/+2 |
|
|
* | Fix eon-old bug in build_clib options (#1718574) | Éric Araujo | 2010-09-07 | 1 | -2/+2 |
|
|
* | Bump to 3.2a2. | Georg Brandl | 2010-09-05 | 1 | -1/+1 |
|
|
* | PEP 3149 is accepted. | Barry Warsaw | 2010-09-03 | 1 | -4/+3 |
|
|
* | remove pointless coding cookies | Florent Xicluna | 2010-08-30 | 2 | -2/+0 |
|
|
* | Use a marker in generated MANIFEST files, don't touch files without it. Fixes... | Éric Araujo | 2010-08-14 | 2 | -4/+49 |
|
|
* | #7973: Fix distutils options spelling. | Georg Brandl | 2010-08-02 | 2 | -2/+2 |
|
|
* | #8292: Fix three instances of truth tests on return values of filter() (which... | Georg Brandl | 2010-07-31 | 1 | -2/+1 |
|
|
* | Bump versions and review NEWS file. | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
|
|
* | Ensure that the Makefile variable expansion | Ronald Oussoren | 2010-07-23 | 2 | -0/+32 |
|
|
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 63 | -1649/+1597 |
|
|
* | #6026: skip test_get_file_list when zlib is not available. | Ezio Melotti | 2010-07-12 | 1 | -0/+1 |
|
|
* | Merged revisions 82272 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -1/+3 |
|
|
* | Merged revisions 82130 via svnmerge from | Benjamin Peterson | 2010-06-21 | 1 | -3/+12 |
|
|
* | Fix for issue #8577: without this patch test_distutils | Ronald Oussoren | 2010-06-15 | 1 | -2/+3 |
|
|
* | Merged revisions 81662 via svnmerge from | Ronald Oussoren | 2010-06-03 | 1 | -1/+22 |
|
|
* | Oops, add the new test_log.py for distutils test suite (missing part of r81359) | Victor Stinner | 2010-05-19 | 1 | -0/+36 |
|
|
* | Issue #8663: distutils.log emulates backslashreplace error handler. Fix | Victor Stinner | 2010-05-19 | 1 | -0/+4 |
|
|
* | Merged revisions 81261 via svnmerge from | Tarek Ziadé | 2010-05-17 | 1 | -1/+2 |
|
|
* | Merged revisions 81255 via svnmerge from | Tarek Ziadé | 2010-05-17 | 2 | -57/+66 |
|
|
* | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 3 | -32/+0 |
|
|
* | Fixed #8375 - test_distutils now checks what remains to be cleaned up during ... | Tarek Ziadé | 2010-04-12 | 1 | -0/+2 |
|
|
* | Change test_support to support. Fixes a failing test on Windows. | Brian Curtin | 2010-04-02 | 1 | -1/+1 |
|
|
* | Merged revisions 79618 via svnmerge from | Tarek Ziadé | 2010-04-02 | 1 | -18/+23 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 9 | -11/+22 |
|
|
* | Merged revisions 78678,78680,78682 via svnmerge from | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
|
|
* | Merged revisions 78351 via svnmerge from | R. David Murray | 2010-02-24 | 3 | -13/+34 |
|
|
* | Merged revisions 78354 via svnmerge from | Tarek Ziadé | 2010-02-23 | 1 | -4/+1 |
|
|
* | Merged revisions 77949 via svnmerge from | Tarek Ziadé | 2010-02-03 | 1 | -0/+81 |
|
|
* | Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from | Benjamin Peterson | 2010-02-03 | 2 | -4/+24 |
|
|
* | Merged revisions 77919,77921-77922 via svnmerge from | Tarek Ziadé | 2010-02-02 | 1 | -1/+1 |
|
|
* | Merged revisions 77759,77761 via svnmerge from | Tarek Ziadé | 2010-01-29 | 11 | -134/+53 |
|
|