Ankit Goel
|
5f75728ede
|
Fix inconsistent behavior of Decimal.from_float
|
2024-09-22 01:42:28 +01:00 |
|
Ankit Goel
|
8066f36a4e
|
Fix copysign behavior for NaNs (#5396)
|
2024-09-11 15:19:21 +09:00 |
|
Jeong, YunWon
|
af884cb284
|
First step for Python 3.12 support (#5078)
* Mark 3.12
* Update importlib from Python 3.12.0
* Update test_importlib from Python3.12
* Mark failings tests from importlib
* Update test.support from Python3.12
* Fix unsupported parser feature
* mark failing test
* Update functools from Python 3.12
* manual type annotation
* slice behavior changed in 3.12
* empty unittest.main returns non-zero
* test_decimal from CPython 3.12
* Mark failing tests
* Update test_unicode from CPython 3.12
* Update test_functools from Python 3.12
* Update enum from Python 3.12
* enum
* Doc format changed
* Update test_module from CPython
---------
Co-authored-by: CPython developers <>
|
2023-10-22 19:19:05 -07:00 |
|
Jeong Yunwon
|
3d27f163e4
|
adjust failing markers for test_{builtin,decimal,float,range}
|
2022-07-18 04:38:26 +09:00 |
|
CPython developers
|
33690be35b
|
Update tests from CPython 3.10.5
|
2022-07-18 04:07:35 +09:00 |
|
Jeong Yunwon
|
612ceecdc4
|
Fix test_decimal for current test support
|
2022-03-22 04:36:16 +09:00 |
|
Dean Li
|
6f98288e84
|
test: use import_helper
|
2021-11-29 21:03:02 +08:00 |
|
snowapril
|
ff98ea33a0
|
add annotations for making test success
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-09-06 18:55:23 +09:00 |
|
snowapril
|
6c30d02a72
|
add test_decimal.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-09-06 18:55:23 +09:00 |
|