- 04 May, 2016 1 commit
-
-
Jason R. Coombs authored
Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0.
-
- 24 Feb, 2016 1 commit
-
-
Ned Deily authored
As of Xcode 7, SDKs for Apple platforms now include textual-format stub libraries whose file names have a .tbd extension rather than the standard OS X .dylib extension. The Apple compiler tool chain handles these stub libraries transparently and the installed system shared libraries are still .dylibs. However, the new stub libraries cause problems for third-party programs that support building with Apple SDKs and make build-time decisions based on the presence or paths of system-supplied shared libraries in the SDK. In particular, building Python itself with an SDK fails to find system-supplied libraries during setup.py's build of standard library extension modules. The solution is to have find_library_file() in Distutils search for .tbd files, along with the existing types (.a, .so, and .dylib). Patch by Tim Smith.
-
- 16 Jan, 2016 2 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
- 12 Nov, 2015 4 commits
-
-
Serhiy Storchaka authored
parse command line arguments.
-
Serhiy Storchaka authored
parse command line arguments.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 02 Nov, 2015 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 05 Oct, 2015 1 commit
-
-
Steve Dower authored
Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed.
-
- 13 Sep, 2015 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by TAKASE Arihiro.
-
- 09 Sep, 2015 3 commits
-
-
Larry Hastings authored
-
Steve Dower authored
-
Steve Dower authored
Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation.
-
- 08 Aug, 2015 2 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
- 05 Aug, 2015 2 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
- 30 Jul, 2015 1 commit
-
-
Steve Dower authored
This ensures that wheels will work when moved to machines that have the same subset of the MSVC libraries as a regular CPython install. Specifically, vcruntime##0.dll may not be installed, and should not be a dependency.
-
- 26 May, 2015 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 May, 2015 1 commit
-
-
Larry Hastings authored
-
- 23 May, 2015 2 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
- 20 May, 2015 1 commit
-
-
Serhiy Storchaka authored
Patch by Martin Panter.
-
- 16 May, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 19 Apr, 2015 1 commit
-
-
Larry Hastings authored
-
- 13 Apr, 2015 1 commit
-
-
Brett Cannon authored
The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied.
-
- 10 Apr, 2015 2 commits
-
-
Serhiy Storchaka authored
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
Serhiy Storchaka authored
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
- 29 Mar, 2015 1 commit
-
-
Larry Hastings authored
-
- 08 Mar, 2015 1 commit
-
-
Larry Hastings authored
-
- 27 Feb, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 23 Feb, 2015 1 commit
-
-
Larry Hastings authored
-
- 14 Feb, 2015 1 commit
-
-
Steve Dower authored
-