Serhiy Storchaka
|
62ff86fa55
|
gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)
Previously it was only called in binary pow() and the binary
power operator.
|
2025-04-16 18:32:41 +03:00 |
Victor Stinner
|
73ab9e2ede
|
gh-131152: Remove unused imports from tests (#131153)
|
2025-03-13 10:55:23 +01:00 |
Serhiy Storchaka
|
cfe41037eb
|
gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111)
Test it with the third argument.
|
2025-02-17 00:07:10 +00:00 |
Victor Stinner
|
a1ddaaef58
|
gh-111495: Remove test_capi test_rshift_print() (#123338)
The suggestion for "print >> value" was removed recently:
commit 9375b9ca3a .
|
2024-08-26 14:39:32 +00:00 |
Sergey B Kirpichev
|
2f20f5a9bc
|
gh-111495: Add tests for PyNumber C API (#111996)
|
2024-08-26 15:59:22 +02:00 |