Dan Halbert
|
88c22d5052
|
remove last uses of 'u' prefix
|
2023-08-22 12:57:47 -04:00 |
microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
Diego Elio Pettenò
|
dd5d7c86d2
|
Fix up end of file and trailing whitespace.
This can be enforced by pre-commit, but correct it separately to make it easier to review.
|
2020-06-03 10:56:35 +01:00 |
Damien George
|
fde54350a8
|
tests/float: Convert "sys.exit()" to "raise SystemExit".
The latter is shorter and simpler because it doesn't require importing the
sys module.
|
2017-06-08 14:00:57 +10:00 |
Paul Sokolovsky
|
a0cbc108ba
|
tests/float: Make various tests skippable.
|
2017-03-09 00:11:05 +01:00 |
Paul Sokolovsky
|
3d3ef36e97
|
modstruct: Rename module to "ustruct", to allow full Python-level impl.
|
2015-05-04 16:53:52 +03:00 |
David Steinberg
|
0b3014ce3a
|
py: Add support for floats in mp_binary_{get,set}_val()
- This then provides support for floats in the struct package
|
2015-01-27 22:49:01 +02:00 |