- 26 Feb, 2016 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin Panter authored
-
Martin Panter authored
-
- 25 Feb, 2016 9 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin Panter authored
-
Martin Panter authored
This is a regression introduced in 3.5 by revision eba80326ba53. Fix by Jelte Fennema, test case by me.
-
Serhiy Storchaka authored
Patch by SilentGhost.
-
Serhiy Storchaka authored
Patch by SilentGhost.
-
Raymond Hettinger authored
-
- 24 Feb, 2016 14 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
and link with a private copy of OpenSSL, like installers targeted for 10.5 already do, since Apple has deprecated use of the system OpenSSL and removed its header files from the Xcode 7 SDK. Note that this configuration is not currently used to build any python.org-supplied installers and that the private copy of OpenSSL requires its own root certificates.
-
Ned Deily authored
and link with a private copy of OpenSSL, like installers targeted for 10.5 already do, since Apple has deprecated use of the system OpenSSL and removed its header files from the Xcode 7 SDK. Note that this configuration is not currently used to build any python.org-supplied installers and that the private copy of OpenSSL requires its own root certificates.
-
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.
-
Jason R. Coombs authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
for issues #25995 and #25911.
-
Serhiy Storchaka authored
Patch by Swati Jaiswal.
-
Serhiy Storchaka authored
Patch by Swati Jaiswal.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 23 Feb, 2016 3 commits
-
-
Martin Panter authored
* There are only two base-64 alphabets defined by the RFCs, not three * Due to the internal translation, plus (+) and slash (/) are never discarded * standard_ and urlsafe_b64decode() discard characters as well Also update the doc strings to clarify data types, based on revision 92760d2edc9e, correct the exception raised by b16decode(), and correct the parameter name for the base-85 functions.
-
Ned Deily authored
-
Ned Deily authored
current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis.
-
- 22 Feb, 2016 10 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Zachary Ware authored
-
Martin Panter authored
-
Martin Panter authored
-
Zachary Ware authored
-
Zachary Ware authored
It can now handle OpenSSL versions 1.0.2e and greater, which don't include include files in include/. Note that sources prepared by this script no longer support the old project files for 2.7; you now have to have Perl available to use the old build_ssl.py script with sources from svn.python.org.
-
Martin Panter authored
Based on patch by Daan Bakker.
-
Martin Panter authored
-
Martin Panter authored
* http.client.HTTP (does not exist in Python 3) → HTTPConnection * Server (deprecated) → ServerProxy * Transport.send_request() grew a new “debug” parameter in Python 3 (revision a528f7f8f97a)
-