- 11 Apr, 2014 3 commits
-
-
Mark Dickinson authored
Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeError. Patch by Josh Rosenberg.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Kushal Das.
-
- 10 Apr, 2014 11 commits
-
-
Mark Dickinson authored
- Better message for the OverflowError in large positive inputs. - Changed exception type from OverflowError to ValueError for large negative inputs.
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
- 09 Apr, 2014 9 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
- 08 Apr, 2014 17 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Initial patch by Nick Coghlan
-
Yury Selivanov authored
Initial patch by Nick Coghlan
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
Even if PyLong_AS_LONG() cannot fail, I prefer to use the right type.
-
Zachary Ware authored
Hopefully.
-
Benjamin Peterson authored
Patch by Josh Rosenberg.
-