Commit Graph

11700 Commits

Author SHA1 Message Date
Jeong YunWon
719b0edf46 lalrpop binary / feature dual support 2022-08-18 19:09:22 +09:00
Jeong YunWon
fe3f67f836 upgrade lalrpop to 0.19.8 2022-08-18 17:17:12 +09:00
Jeong YunWon
191cb06e22 python.lalrpop edit to checkout it as lf 2022-08-18 08:20:35 +09:00
Jeong Yunwon
eb09eb36e9 force python.lalrpop lf 2022-08-18 08:20:35 +09:00
Jeong Yunwon
1bae6036b9 add debug log for lalrpop hash 2022-08-18 08:20:35 +09:00
Jeong YunWon
f53886f7e3 lalrpop ci setup 2022-08-18 08:20:35 +09:00
Jeong YunWon
c3cab9e8cc remove generated lalrpop result from repository 2022-08-18 08:20:35 +09:00
Jeong YunWon
78c0f7b7a9 Merge pull request #4096 from youknowone/gitattributes
more gitattributes and fix wasm CI to use rust-cache
2022-08-18 08:08:00 +09:00
Jeong YunWon
70508945f7 use rust-cache for wasm 2022-08-18 07:52:17 +09:00
Jeong YunWon
d62d5ed725 remove useless restore_keys from wasm tests 2022-08-18 07:45:26 +09:00
Jeong YunWon
79f985c256 fix *.{rs,lalrpop} and Lib/*.py to eol=lf 2022-08-18 07:44:50 +09:00
Jeong YunWon
2655ef53fe Merge pull request #4076 from qingshi163/sre041
Refactor to update sre-engine to 0.4.1
2022-08-18 06:43:49 +09:00
Jeong YunWon
1dce933556 Merge pull request #4091 from youknowone/pin-crossbeam-utils
pin crossbeam-utils for 0.8.9 to avoid build error
2022-08-18 06:43:22 +09:00
Jeong YunWon
1570036385 Merge pull request #4094 from youknowone/pylib-frozen
rework pylib to generate all frozen libs
2022-08-18 06:35:04 +09:00
Jeong YunWon
d39a3df5c7 pin crossbeam-utils for 0.8.9 to avoid build error 2022-08-18 05:51:10 +09:00
Jeong YunWon
93d18bc0c0 rework pylib to generate all frozen libs 2022-08-18 05:44:10 +09:00
Jeong YunWon
14532cc0c6 Merge pull request #4093 from youknowone/wasm-test
add certifi to wasm/tests/requirements.txt
2022-08-18 05:43:57 +09:00
Jeong YunWon
728dd0ad25 add certifi to wasm/tests/requirements.txt 2022-08-18 05:11:43 +09:00
Jeong YunWon
99b34a9afd Merge pull request #3919 from youknowone/importlib
Update importlib/test_importlib from CPython 3.10.6
2022-08-18 04:52:49 +09:00
Kangzhi Shi
b5fa915708 refactor to update sre-engine to 0.4.1 2022-08-18 03:50:37 +09:00
Kangzhi Shi
ed30c5d84d refactor to update sre-engine to 0.4.0 2022-08-18 03:49:10 +09:00
Jeong YunWon
9a40c87dbd mark hanging/failing tests 2022-08-18 03:22:20 +09:00
Jeong YunWon
47dbafe7d3 @writes_bytecode_files to skip
https://github.com/python/cpython/pull/95972
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
Jeong YunWon
03ae0695b0 Remove markers from succesful zipimport tests 2022-08-18 03:22:20 +09:00
CPython developers
97e6542e93 Update zipimport from CPython 3.10.5 2022-08-18 03:22:20 +09:00
Jeong YunWon
d7437e1975 Merge pull request #4089 from youknowone/wasi
Better _thread, _os support for wasi
2022-08-18 03:21:43 +09:00
Jeong YunWon
bc29c83e77 Add proper cargo:rerun-if-changed for pylib-crate 2022-08-18 02:27:20 +09:00
Jeong YunWon
784d9b02ce wasi has cwd 2022-08-18 01:52:17 +09:00
Jeong YunWon
d5aca9e91f Fix threading build for wasi 2022-08-18 01:36:53 +09:00
Jeong YunWon
83c7ec71ca trace default on for wasi 2022-08-18 01:36:53 +09:00
Jeong YunWon
f87d6e473b Merge pull request #4087 from tgsong827/traceback.tb_next
Update `traceback.tb_next` to be writable.
2022-08-18 00:34:30 +09:00
TaeGit
94f1d7d6d8 Update traceback.tb_next to be writable. 2022-08-17 23:27:50 +09:00
Karatus
b1478a68b5 Feature: _thread.interrupt_main (#4082) 2022-08-17 16:10:33 +09:00
Jeong YunWon
c345f8a58c Merge pull request #4083 from youknowone/dummy-thread
_dummy_thread as _thread for not(feature = "threading")
2022-08-17 03:10:24 +09:00
Jeong YunWon
9daeaecd6c _thread compatibility using frozen _dummy_thread 2022-08-17 02:37:10 +09:00
Jeong YunWon
8f683b94d5 Add _dummy_thread._count 2022-08-17 02:16:51 +09:00
Jeong YunWon
840bb5aee8 Merge pull request #4077 from youknowone/ntpath
Add nt._path_splitroot and update ntpath
2022-08-16 11:10:53 +09:00
CPython Developers
3d4fe934a1 Update fnmatch from CPython 3.10 2022-08-16 10:08:03 +09:00
Jeong Yunwon
2154d12d96 adjust test_ntpath markers 2022-08-16 10:08:03 +09:00
Jeong YunWon
95fc0274aa Merge pull request #4080 from youknowone/nightly
Fix nightly build
2022-08-16 09:44:29 +09:00
Jeong YunWon
27040c01b0 Fix nightly clippy 2022-08-16 09:02:42 +09:00
Jeong YunWon
9bb2a99932 Fix nightly build 2022-08-16 08:50:15 +09:00
Jeong YunWon
c536de8f72 Merge pull request #4079 from youknowone/clippy
Fix clippy warnings
2022-08-16 08:10:07 +09:00
Jeong Yunwon
f5ed346716 Fix clippy warnings 2022-08-16 07:36:25 +09:00
Jeong Yunwon
fcc473ddd5 Update ntpath from CPython 3.10.6 2022-08-16 07:24:50 +09:00
Jeong YunWon
b39c03512e nt._path_splitroot 2022-08-16 07:24:46 +09:00
Jeong YunWon
50aa730aad Merge pull request #4058 from tgsong827/ssl-reason
Add 'library', 'reason' Attribute to ssl.SSLError
2022-08-15 21:29:26 +09:00
Jeong YunWon
b090887819 Merge pull request #4074 from youknowone/test-imp
Update imp, test_imp and impl a few more features
2022-08-15 21:27:09 +09:00
Jeong YunWon
3efa141378 change partial failing markers to skip in test_importlib 2022-08-15 20:09:34 +09:00