21 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
CPython Developers
496006d629 Update importlib from CPython 3.11.2 2023-02-25 22:59:57 +09:00
Jeong YunWon
9a40c87dbd mark hanging/failing tests 2022-08-18 03:22:20 +09:00
CPython Developers
da109336bb Update importlib/test_importlib from CPython 3.10.6 2022-08-18 03:22:20 +09:00
sobolevn
5f0cddee81 Fixes typos in vm/ 2021-08-21 17:09:48 +03:00
Noah
4250a5dbaa Properly implement TextIOWrapper using codecs 2021-05-13 19:46:17 -05:00
Noah
0ebc50f1a2 Update importlib._bootstrap_external to CPython 3.8.3 2020-10-07 19:28:18 -05:00
Noah
d199b46924 Add importlib.metadata from CPython 3.8.3 2020-10-07 19:28:18 -05:00
Noah
3647568ac5 Make threading optional 2020-07-25 15:22:03 -04:00
Aviv Palivoda
c9584f530e Advance importlib code to CPython 3.8 2020-07-18 17:04:35 +03:00
Noah
0b98c185ed Disable _thread on wasm 2020-05-23 16:03:58 -05:00
Noah
a79dfcd027 Enable importing winreg in importlib._boostrap_external 2020-03-03 11:22:48 -06:00
Noah
959b0b9e62 Don't try to import winreg in importlib._bootstrap_external 2020-02-24 22:31:49 +00:00
Noah
fa7524d0b9 Change the name of the _os module to posix/nt 2020-02-24 22:11:08 +00:00
coolreader18
40ac4ca0be Reorganize vm/Lib and frozen.rs 2019-11-22 22:49:11 -06:00
coolreader18
da75c21c26 Add importlib and pkgutil modules 2019-09-13 01:27:23 -05:00
Windel Bouwman
f3e2abd290 Move importlib python files into vm crate. 2019-07-07 21:31:02 +02:00
Aviv Palivoda
0e320f9af6 Change comment to XXX 2019-06-10 21:50:37 +03:00
Aviv Palivoda
b0cccf35ad Change os_details 2019-06-10 19:18:32 +03:00
Aviv Palivoda
37b40c55da Add frozen _bootstrap_external.py 2019-06-10 19:18:32 +03:00
Aviv Palivoda
f1af6b1f40 Include _bootstrap.py as str 2019-06-10 19:18:32 +03:00