- 02 Mar, 2016 14 commits
-
-
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 7 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 27 Feb, 2016 4 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Victor Stinner authored
* Inline compiler_use_new_block() function into its only callee, compiler_enter_scope() * Remove unused NEW_BLOCK() macro
-
- 26 Feb, 2016 1 commit
-
-
Georg Brandl authored
-