13 Commits

Author SHA1 Message Date
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
Moreal
27855a6ab1 Unmark resolved tests 2022-09-18 06:49:37 +09:00
Jeong YunWon
743ca30a46 remove windows stack overflow skipIf 2022-07-25 03:29:06 +09:00
Padraic Fanning
c8748bc98e Fix test.support imports 2022-02-13 17:56:08 -05:00
Dean Li
6f98288e84 test: use import_helper 2021-11-29 21:03:02 +08:00
Noa
e51cb82ff0 Unskip tests 2021-11-15 16:08:46 -06:00
Jeong YunWon
c2b4755af4 CPython docs database for module items 2021-09-22 04:25:41 +09:00
Lee Dogeon
abdfe3222b Fix __repr__, __qualname__ (#2977) 2021-08-27 17:07:10 +03:00
Noah
6f0013a3a8 Add method.__self__ attribute 2021-06-02 21:17:15 -05:00
Noah
ae4912025b Fix builtinfunc pickling 2021-05-15 19:33:07 -05:00
Padraic Fanning
ff061b8e89 Skip stack overflow on Windows 2021-02-21 15:33:50 -05:00
Padraic Fanning
85af916997 Mark failing/erroring tests 2021-02-21 15:33:50 -05:00
Padraic Fanning
77b1d6e453 Add test_functools from CPython 3.8.7 2021-02-21 15:33:49 -05:00