- 08 Mar, 2016 2 commits
- 07 Mar, 2016 4 commits
-
-
Ned Deily authored
Patch by Alex Willmer.
-
Berker Peksag authored
-
Berker Peksag authored
Since Python 3.4, there is no need to install pip and setuptools into a venv manually.
-
Raymond Hettinger authored
-
- 06 Mar, 2016 6 commits
-
-
Berker Peksag authored
Patch by Guo Ci Teo.
-
Berker Peksag authored
Raise ValueError if algorithm is not MD5 or SHA. Initial patch by Mathieu Dupuy.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 04 Mar, 2016 3 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 02 Mar, 2016 10 commits
-
-
Berker Peksag authored
Patch by Liang-Bo Wang.
-
Berker Peksag authored
Patch by Liang-Bo Wang.
-
Yury Selivanov authored
Issue #25888
-
Yury Selivanov authored
Patch by Sebastien Bourdeauducq (issue #26338)
-
Yury Selivanov authored
Patch by Frederick Wagner (issue #26347)
-
Yury Selivanov authored
Patch by Chris Angelico (issue #26221)
-
Yury Selivanov authored
Patch by Vladimir Rutsky.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 01 Mar, 2016 6 commits
-
-
Victor Stinner authored
Initialize i variable if the string is non-ASCII.
-
Victor Stinner authored
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 authored
when resulting prefix length is equal to maximal prefix length. Based on patch by Xiang Zhang.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
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 Feb, 2016 4 commits
-
-
Martin Panter authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin Panter authored
-
- 27 Feb, 2016 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 26 Feb, 2016 3 commits
-
-
Georg Brandl authored
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
-
Georg Brandl authored
-
Georg Brandl authored
-