- 07 Sep, 2016 1 commit
-
-
Martin Panter authored
-
- 06 Sep, 2016 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885.
-
- 02 Sep, 2016 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 03 Aug, 2016 4 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Stefan Krah authored
-
- 11 Jul, 2016 1 commit
-
-
Martin Panter authored
-
- 06 Jul, 2016 6 commits
-
-
Donald Stufft authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Donald Stufft authored
-
Donald Stufft authored
-
- 24 Jun, 2016 1 commit
-
-
Berker Peksag authored
Several test cases in distutils use PyPIRCCommandTestCase as their base class and as a result of that the following tests were ran more than once: * test_server_registration * test_server_empty_registration * test_config_interpolation This commit moves the infrastructure used by other tests into a new BasePyPIRCCommandTestCase class.
-
- 20 Jun, 2016 1 commit
-
-
Berker Peksag authored
I noticed that there is no test for this feature while doing triaging work on pypa/pypi-legacy.
-
- 18 Jun, 2016 1 commit
-
-
Berker Peksag authored
-
- 17 Jun, 2016 1 commit
-
-
Steve Dower authored
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
-
- 10 Jun, 2016 1 commit
-
-
Berker Peksag authored
Initial patch by ingrid.
-
- 04 Jun, 2016 1 commit
-
-
doko@ubuntu.com authored
Patch by Xavier de Gaye.
-
- 03 Jun, 2016 1 commit
-
-
Ned Deily authored
-
- 02 Jun, 2016 4 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
Initial patch by Claudiu Popa.
-
Martin Panter authored
-
Martin Panter authored
-
- 26 May, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
-
- 04 May, 2016 2 commits
-
-
Jason R. Coombs authored
-
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 Apr, 2016 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 23 Apr, 2016 1 commit
-
-
Berker Peksag authored
It was renamed to 'license' in 178d19cff163. Patch by Augustin Laville.
-
- 24 Feb, 2016 2 commits
-
-
Ned Deily authored
-
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.
-