- 04 Mar, 2016 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 02 Mar, 2016 22 commits
-
-
Berker Peksag authored
Patch by Liang-Bo Wang.
-
Berker Peksag authored
Patch by Liang-Bo Wang.
-
Berker Peksag authored
Patch by Liang-Bo Wang.
-
Berker Peksag authored
other write methods. Patch by Jakub Stasiak.
-
Yury Selivanov authored
-
Yury Selivanov authored
Issue #25888
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Sebastien Bourdeauducq (issue #26338)
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Frederick Wagner (issue #26347)
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Chris Angelico (issue #26221)
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Vladimir Rutsky.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Mar, 2016 13 commits
-
-
Victor Stinner authored
In practice, bytecode instruction arguments are unsigned. Update the assertion to make it more explicit that argument must be greater or equal than 0. Rewrite also the comment.
-
Victor Stinner authored
-
Victor Stinner authored
Initialize i variable if the string is non-ASCII.
-
Victor Stinner authored
-
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.
-
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
-
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.
-
- 29 Feb, 2016 1 commit
-
-
Martin Panter authored
-
- 28 Feb, 2016 1 commit
-
-
Georg Brandl authored
-