Commit Graph

6 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
dvermd
0d0139b322 Update enum to CPython 3.11.5 (#5074)
part of: #4564
2023-10-03 22:32:38 +09:00
Moreal
a5e7d25dee Bump 'enum' module from CPython 3.8.7 2021-08-23 08:54:12 +09:00
Noah
fdb15cdd75 Update enum and socket to versions from CPython 3.8.3 2020-09-18 23:56:08 -05:00
coolreader18
e5bbe82b72 Fix enum.py for RustPython 2019-09-29 23:13:08 -05:00
coolreader18
39c73922d0 Add enum.py from CPython 3.6 2019-09-29 23:13:08 -05:00