- 08 Mar, 2016 11 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
Force clean of externals on buildbots.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
The bufsize parameter is no longer used.
-
Serhiy Storchaka yazdı
On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag.
-
Serhiy Storchaka yazdı
On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag.
-
Ned Deily yazdı
-
Ned Deily yazdı
gcc as the option does not work correctly in older versions of gcc and has been silently removed as of gcc-4.5.
-
- 07 Mar, 2016 4 kayıt (commit)
-
-
Ned Deily yazdı
Patch by Alex Willmer.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Since Python 3.4, there is no need to install pip and setuptools into a venv manually.
-
Raymond Hettinger yazdı
-
- 06 Mar, 2016 6 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Guo Ci Teo.
-
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ı
-
Serhiy Storchaka yazdı
-
- 04 Mar, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 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.
-