Windel Bouwman
|
b0ee1947c7
|
Merge pull request #565 from alexpantyukhin/add_kwarg_handling_to_int
add kwarg handling for int
|
2019-02-28 07:36:08 +01:00 |
|
alexpantyukhin
|
d806a19c23
|
add kwarg handling for int
|
2019-02-27 19:58:32 +00:00 |
|
alexpantyukhin
|
15e6187583
|
add overflow errors for int shifts.
|
2019-02-27 11:11:38 +04:00 |
|
Adam Gutglick
|
852dd1086a
|
Added tests to imag/real attributes.
|
2019-02-21 14:11:23 -05:00 |
|
Joey Hain
|
c6ac393f84
|
Add {int,float}.{__radd__,__rsub__,__rmul__,__rtruediv__}
|
2019-02-14 21:21:30 -08:00 |
|
Joey Hain
|
5fd912b13a
|
Remove float comparisons from int.__eq__, add int.__ne__
|
2019-02-12 21:56:25 -08:00 |
|
Joey Hain
|
2041b7cef6
|
Fix int to float comparison
|
2019-02-12 18:44:03 -08:00 |
|