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 |
|
CPython Devleopers
|
c48fe567f7
|
Update test.support from CPython 3.11.2
|
2023-02-24 01:16:22 +09:00 |
|
Padraic Fanning
|
30c7932738
|
Update test/support/testresult to CPython 3.10
|
2022-02-10 22:05:06 -05:00 |
|
CPython dev
|
40451bba6b
|
Bump up test.support to CPython 3.8.2
|
2020-04-07 14:36:41 +09:00 |
|
Aviv Palivoda
|
adeb00ffbc
|
Allow test_bool.py to run
|
2019-11-12 16:03:06 +02:00 |
|
Aviv Palivoda
|
15fc64dc1e
|
Copy test_bool.py and test.support from CPython
|
2019-11-12 16:01:48 +02:00 |
|