Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge spelling and grammar from 3.5 | Martin Panter | 2016-12-18 | 1 | -1/+1 |
|\ | |||||
| * | Fix spelling and grammar in code comments and documentation | Martin Panter | 2016-12-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #26071: Fixes preprocessor definition and rebuilds ↵ | Steve Dower | 2016-12-13 | 43 | -151/+146 |
|\ \ | |/ |/| | | | wininst-14.0[-amd64].exe | ||||
| * | Issue 26931: Skip the test_distutils tests using a compiler executable | Xavier de Gaye | 2016-11-17 | 5 | -24/+20 |
| | | | | | | | | that is not found | ||||
| * | Some distutils tests require zlib for creating tar.gz source distribution. | Serhiy Storchaka | 2016-10-23 | 39 | -127/+126 |
| |\ | |||||
| | * | Issue #28222: Merge from 3.5 | Berker Peksag | 2016-10-04 | 39 | -129/+126 |
| | |\ | |||||
| | | * | merge 3.5 (#1703178) | Benjamin Peterson | 2016-09-28 | 39 | -129/+126 |
| | | |\ | |||||
| | | | * | Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME | Xavier de Gaye | 2016-09-11 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | environment variable that is defined when cross-compiling. | ||||
| | | | * | Issue #22493: Inline flags now should be used only at the start of the | Serhiy Storchaka | 2016-09-11 | 2 | -12/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | regular expression. Deprecation warning is emitted if uses them in the middle of the regular expression. | ||||
| | | | * | Issue #28046: Fix distutils | Zachary Ware | 2016-09-09 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | Why do we have two sysconfig modules again? | ||||
| | | | * | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 7 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter. | ||||
| | | | * | Merge backout for test suite fix | Jason R. Coombs | 2016-09-01 | 1 | -2/+9 |
| | | | |\ | |||||
| | | | * \ | Issue #12885: Merge with 3.5 | Jason R. Coombs | 2016-09-01 | 34 | -110/+97 |
| | | | |\ \ | |||||
| | | | | * | | Issue #27919: Deprecate extra_path option in distutils. | Jason R. Coombs | 2016-09-01 | 1 | -0/+6 |
| | | | | | | | |||||
| | | | | * | | #27904: fix distutils tests. | R David Murray | 2016-08-31 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Ville Skytt?. | ||||
| | | | | * | | Closes #27904: Improved logging statements to defer formatting until needed. | Vinay Sajip | 2016-08-31 | 8 | -13/+12 |
| | | | | | | | |||||
| | | | | * | | Issue #27895: Spelling fixes (Contributed by Ville Skytt?). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | | * | | Issue #27819: Simply default to gztar for sdist formats by default on all ↵ | Jason R. Coombs | 2016-08-20 | 1 | -11/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | platforms. | ||||
| | | | | * | | Merge 3.5 | Donald Stufft | 2016-08-03 | 27 | -83/+73 |
| | | | | |\ \ | |||||
| | | | | | * \ | Merge 3.5. | Stefan Krah | 2016-08-03 | 27 | -83/+73 |
| | | | | | |\ \ | |||||
| | | | | | | * | | Issue #27472: Add test.support.unix_shell as the path to the default shell. | Xavier de Gaye | 2016-07-22 | 1 | -5/+6 |
| | | | | | | | | | |||||
| | | | | | | * | | Issue #23804: Merge spelling and NEWS fixes from 3.5 | Martin Panter | 2016-07-11 | 27 | -79/+68 |
| | | | | | | |\ \ | |||||
| | | | | | | | * \ | merge 3.5 | Donald Stufft | 2016-07-06 | 1 | -1/+1 |
| | | | | | | | |\ \ | |||||
| | | | | | | | * \ \ | merge 3.5 | Benjamin Peterson | 2016-07-06 | 3 | -5/+5 |
| | | | | | | | |\ \ \ | |||||
| | | | | | | | * \ \ \ | Merge from 3.5 | Berker Peksag | 2016-06-24 | 4 | -9/+12 |
| | | | | | | | |\ \ \ \ | |||||
| | | | | | | | * \ \ \ \ | Issue #20120: Merge from 3.5 | Berker Peksag | 2016-06-20 | 27 | -79/+68 |
| | | | | | | | |\ \ \ \ \ | |||||
| | | | | | | | | * \ \ \ \ | Issue #27349: Merge from 3.5 | Berker Peksag | 2016-06-18 | 27 | -79/+68 |
| | | | | | | | | |\ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ | Issue #27048: Prevents distutils failing on Windows when environment ↵ | Steve Dower | 2016-06-17 | 2 | -4/+20 |
| | | | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variables contain non-ASCII characters | ||||
| | | | | | | | | | * | | | | | | - Issue #23968: Update distutils/sysconfig.py to look for the renamed | doko | 2016-06-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _sysconfigdata module too. | ||||
| | | | | | | | | | * | | | | | | - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to | doko | 2016-06-14 | 1 | -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.5 | Berker Peksag | 2016-06-10 | 3 | -4/+18 |
| | | | | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | | | * | | | | | | | - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. | doko | 2016-06-05 | 1 | -31/+4 |
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | | | - merge 3.5 | doko | 2016-06-05 | 27 | -48/+60 |
| | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * \ \ \ \ \ \ | Issue #21776: Merge from 3.5 | Berker Peksag | 2016-06-02 | 2 | -8/+37 |
| | | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * \ \ \ \ \ \ \ | Issue #27171: Merge typo fixes from 3.5 | Martin Panter | 2016-06-02 | 27 | -48/+60 |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * \ \ \ \ \ \ \ | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 2 | -2/+2 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ | Issue #20120: Merge with 3.5 | Jason R. Coombs | 2016-05-04 | 27 | -48/+60 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | * | | | | | | | | | Removed unused imports. | Serhiy Storchaka | 2016-04-25 | 5 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | * | | | | | | | | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 10 | -16/+3 |
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | * | | | | | | | | | Issue #23277: Remove more unused sys and os imports. | Serhiy Storchaka | 2016-04-24 | 5 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | * | | | | | | | | | Issue #26089: Remove duplicate field 'license' from DistributionMetadata | Berker Peksag | 2016-04-24 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was renamed to 'license' in 178d19cff163. Patch by Augustin Laville. | ||||
| | | | | | | | | | | | | * | | | | | | | | | Issue #25136: merge from 3.5 | Ned Deily | 2016-02-25 | 10 | -20/+53 |
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | * | | | | | | | | | Issue #25985: sys.version_info is now used instead of sys.version | Serhiy Storchaka | 2016-02-11 | 7 | -11/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to format short Python version. | ||||
| | | | | | | | | | | | | | * | | | | | | | | | subprocess._optim_args_from_interpreter_flags() | Victor Stinner | 2016-01-18 | 1 | -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 Python | Steve Dower | 2016-01-16 | 2 | -3/+32 |
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ | Issue #25850: Use cross-compilation by default for 64-bit Windows. | Steve Dower | 2016-01-16 | 2 | -3/+32 |
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ | Issue #25607: Restore old distutils logging threshold after running tests that | Serhiy Storchaka | 2015-11-12 | 2 | -3/+32 |
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parse command line arguments. | ||||
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ | Restore old distutils logging threshold after running test_log. | Serhiy Storchaka | 2015-11-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ | Issue #25523: Merge a-to-an corrections from 3.5 | Martin Panter | 2015-11-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ | Issue #25316: distutils raises OSError instead of DistutilsPlatformError ↵ | Steve Dower | 2015-10-05 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when MSVC is not installed. |