- 04 Mar, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Mar, 2016 2 kayıt (commit)
-
-
Ned Deily yazdı
Patch by Alex Willmer.
-
Raymond Hettinger yazdı
-
- 06 Mar, 2016 4 kayıt (commit)
-
-
Berker Peksag yazdı
Raise ValueError if algorithm is not MD5 or SHA. Initial patch by Mathieu Dupuy.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 05 Mar, 2016 2 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Julien.
-
Gregory P. Smith yazdı
-
- 03 Mar, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Jeroen Demeyer.
-
- 02 Mar, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Liang-Bo Wang.
-
- 29 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 28 Şub, 2016 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Martin Panter yazdı
-
- 27 Şub, 2016 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 03 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 25 Şub, 2016 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Serhiy Storchaka yazdı
Patch by SilentGhost.
-
- 24 Şub, 2016 4 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
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 yazdı
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.
-
Martin Panter yazdı
-
- 23 Şub, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
* 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
-
Ned Deily yazdı
current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis.
-
Ned Deily yazdı
installing IDLE 2.7 on OS X: default configuration settings are no longer installed from OS X specific copies.
-
- 22 Şub, 2016 3 kayıt (commit)
-
-
Zachary Ware yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
* httplib.HTTP (deprecated and does not work) → HTTPConnection * Server (deprecated) → ServerProxy
-
- 20 Şub, 2016 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 19 Şub, 2016 4 kayıt (commit)
-
-
Martin Panter yazdı
* Make it more obvious gettarinfo() is based on stat(), and that non-ordinary files may need special care * Filename taken from fileobj.name; suggest dummy arcname as a workaround * Indicate TarInfo may be used directly, not just via gettarinfo()
-
Georg Brandl yazdı
-
Martin Panter yazdı
* Add headings for each concrete and mix-in class and list methods and attributes under them * Fix class and method cross references * Changed RequestHandler to BaseRequestHandler and added class heading * Pull out Stream/DatagramRequestHandler definitions * Reordered the request handler setup(), handle(), finish() methods * Document constructor parameters for the server classes
-
Martin Panter yazdı
-
- 18 Şub, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Aviv Palivoda.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Chi Hsuan Yen.
-
- 15 Şub, 2016 2 kayıt (commit)
- 12 Şub, 2016 1 kayıt (commit)
-
-
Charles-François Natali yazdı
Linux PID namespaces enabled.
-