- 06 Mar, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 05 Mar, 2016 1 commit
-
-
Berker Peksag authored
Output of func(*args) stored in the next line: item_help = join([func(*args) for func, args in self.items]) _Section.items only used by HelpFormatter._add_item() and it looks like it doesn't have any side effects. Patch by Yogesh Chaudhari.
-
- 04 Mar, 2016 6 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
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 10 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
-