- 02 Mar, 2016 10 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Liang-Bo Wang.
-
Berker Peksag yazdı
Patch by Liang-Bo Wang.
-
Yury Selivanov yazdı
Issue #25888
-
Yury Selivanov yazdı
Patch by Sebastien Bourdeauducq (issue #26338)
-
Yury Selivanov yazdı
Patch by Frederick Wagner (issue #26347)
-
Yury Selivanov yazdı
Patch by Chris Angelico (issue #26221)
-
Yury Selivanov yazdı
Patch by Vladimir Rutsky.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 01 Mar, 2016 6 kayıt (commit)
-
-
Victor Stinner yazdı
Initialize i variable if the string is non-ASCII.
-
Victor Stinner yazdı
Issue #26464: Fix str.translate() when string is ASCII and first replacements removes character, but next replacement uses a non-ASCII character or a string longer than 1 character. Regression introduced in Python 3.5.0.
-
Serhiy Storchaka yazdı
when resulting prefix length is equal to maximal prefix length. Based on patch by Xiang Zhang.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Doc/build/html/library/idle.html, which is built from Doc/library/idle.rst. Help.html is an rstrip()ed copy of idle.html that can be pushed. The displayed content is unchanged because a) the version number is not displayed, being inherent in the version displaying the file and b) the tt tag was ignored by the custom parser in idlelib/help.py. The wrapped <span class="pre"> tags remain as they were. This will be merged in 3.6 (without conflict) because the 3.6 help.html is a copy of the 3.5 file (which was a copy of the 3.4 file). The two files will remain the same until either a) there is a content change that only applies to one of them or b) 3.5 maintenance ends and the 3.6 file is itself rebased.
-
- 28 Şub, 2016 4 kayıt (commit)
-
-
Martin Panter yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin Panter yazdı
-
- 27 Şub, 2016 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 26 Şub, 2016 4 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 18 Şub, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Chi Hsuan Yen.
-
- 03 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 22 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Daan Bakker.
-
- 25 Şub, 2016 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin Panter yazdı
This is a regression introduced in 3.5 by revision eba80326ba53. Fix by Jelte Fennema, test case by me.
-
Serhiy Storchaka yazdı
Patch by SilentGhost.
-
- 24 Şub, 2016 3 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.
-
- 07 Şub, 2016 1 kayıt (commit)
-
-
Anish Shah yazdı
Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5).
-
- 24 Şub, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
for issues #25995 and #25911.
-
Serhiy Storchaka yazdı
Patch by Swati Jaiswal.
-
Martin Panter yazdı
-