summaryrefslogtreecommitdiff
path: root/Lib/distutils
Commit message (Collapse)AuthorAgeFilesLines
* Merge spelling and grammar from 3.5Martin Panter2016-12-181-1/+1
|\
| * Fix spelling and grammar in code comments and documentationMartin Panter2016-12-181-1/+1
| |
* | Issue #26071: Fixes preprocessor definition and rebuilds ↵Steve Dower2016-12-1343-151/+146
|\ \ | |/ |/| | | wininst-14.0[-amd64].exe
| * Issue 26931: Skip the test_distutils tests using a compiler executableXavier de Gaye2016-11-175-24/+20
| | | | | | | | that is not found
| * Some distutils tests require zlib for creating tar.gz source distribution.Serhiy Storchaka2016-10-2339-127/+126
| |\
| | * Issue #28222: Merge from 3.5Berker Peksag2016-10-0439-129/+126
| | |\
| | | * merge 3.5 (#1703178)Benjamin Peterson2016-09-2839-129/+126
| | | |\
| | | | * Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAMEXavier de Gaye2016-09-111-2/+3
| | | | | | | | | | | | | | | | | | | | environment variable that is defined when cross-compiling.
| | | | * Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-112-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | regular expression. Deprecation warning is emitted if uses them in the middle of the regular expression.
| | | | * Issue #28046: Fix distutilsZachary Ware2016-09-091-1/+5
| | | | | | | | | | | | | | | | | | | | Why do we have two sysconfig modules again?
| | | | * #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-087-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
| | | | * Merge backout for test suite fixJason R. Coombs2016-09-011-2/+9
| | | | |\
| | | | * \ Issue #12885: Merge with 3.5Jason R. Coombs2016-09-0134-110/+97
| | | | |\ \
| | | | | * | Issue #27919: Deprecate extra_path option in distutils.Jason R. Coombs2016-09-011-0/+6
| | | | | | |
| | | | | * | #27904: fix distutils tests.R David Murray2016-08-312-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Ville Skytt?.
| | | | | * | Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-318-13/+12
| | | | | | |
| | | | | * | Issue #27895: Spelling fixes (Contributed by Ville Skytt?).Raymond Hettinger2016-08-301-1/+1
| | | | | | |
| | | | | * | Issue #27819: Simply default to gztar for sdist formats by default on all ↵Jason R. Coombs2016-08-201-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | platforms.
| | | | | * | Merge 3.5Donald Stufft2016-08-0327-83/+73
| | | | | |\ \
| | | | | | * \ Merge 3.5.Stefan Krah2016-08-0327-83/+73
| | | | | | |\ \
| | | | | | | * | Issue #27472: Add test.support.unix_shell as the path to the default shell.Xavier de Gaye2016-07-221-5/+6
| | | | | | | | |
| | | | | | | * | Issue #23804: Merge spelling and NEWS fixes from 3.5Martin Panter2016-07-1127-79/+68
| | | | | | | |\ \
| | | | | | | | * \ merge 3.5Donald Stufft2016-07-061-1/+1
| | | | | | | | |\ \
| | | | | | | | * \ \ merge 3.5Benjamin Peterson2016-07-063-5/+5
| | | | | | | | |\ \ \
| | | | | | | | * \ \ \ Merge from 3.5Berker Peksag2016-06-244-9/+12
| | | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ \ Issue #20120: Merge from 3.5Berker Peksag2016-06-2027-79/+68
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ Issue #27349: Merge from 3.5Berker Peksag2016-06-1827-79/+68
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * \ \ \ \ Issue #27048: Prevents distutils failing on Windows when environment ↵Steve Dower2016-06-172-4/+20
| | | | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variables contain non-ASCII characters
| | | | | | | | | | * | | | | | - Issue #23968: Update distutils/sysconfig.py to look for the renameddoko2016-06-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _sysconfigdata module too.
| | | | | | | | | | * | | | | | - Issue #23968: Rename the platform directory from plat-$(MACHDEP) todoko2016-06-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plat-$(PLATFORM_TRIPLET). Rename the config directory (LIBPL) from config-$(LDVERSION) to config-$(LDVERSION)-$(PLATFORM_TRIPLET). Install the platform specifc _sysconfigdata module into the platform directory and rename it to include the ABIFLAGS.
| | | | | | | | | | * | | | | | Issue #20900: Merge from 3.5Berker Peksag2016-06-103-4/+18
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | | - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig.doko2016-06-051-31/+4
| | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | - merge 3.5doko2016-06-0527-48/+60
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ Issue #21776: Merge from 3.5Berker Peksag2016-06-022-8/+37
| | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ Issue #27171: Merge typo fixes from 3.5Martin Panter2016-06-0227-48/+60
| | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ Issue #27076: Merge spelling from 3.5Martin Panter2016-05-262-2/+2
| | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ Issue #20120: Merge with 3.5Jason R. Coombs2016-05-0427-48/+60
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | Removed unused imports.Serhiy Storchaka2016-04-255-5/+3
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | | | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-2410-16/+3
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | | | Issue #23277: Remove more unused sys and os imports.Serhiy Storchaka2016-04-245-5/+0
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | | | Issue #26089: Remove duplicate field 'license' from DistributionMetadataBerker Peksag2016-04-241-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was renamed to 'license' in 178d19cff163. Patch by Augustin Laville.
| | | | | | | | | | | | | * | | | | | | | | Issue #25136: merge from 3.5Ned Deily2016-02-2510-20/+53
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-117-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to format short Python version.
| | | | | | | | | | | | | | * | | | | | | | | subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-181-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #26100: * Add subprocess._optim_args_from_interpreter_flags() * Add test.support.optim_args_from_interpreter_flags() * Use new functions in distutils, test_cmd_line_script, test_compileall and test_inspect The change enables test_details() test of test_inspect when -O or -OO command line option is used.
| | | | | | | | | | | | | | * | | | | | | | | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-162-3/+32
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ Issue #25850: Use cross-compilation by default for 64-bit Windows.Steve Dower2016-01-162-3/+32
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ Issue #25607: Restore old distutils logging threshold after running tests thatSerhiy Storchaka2015-11-122-3/+32
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parse command line arguments.
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ Restore old distutils logging threshold after running test_log.Serhiy Storchaka2015-11-121-1/+2
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-021-3/+3
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #25316: distutils raises OSError instead of DistutilsPlatformError ↵Steve Dower2015-10-051-8/+10
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when MSVC is not installed.