Commit Graph

  • 2655ef53fe Merge pull request #4076 from qingshi163/sre041 Jeong YunWon 2022-08-18 06:43:49 +09:00
  • 1dce933556 Merge pull request #4091 from youknowone/pin-crossbeam-utils Jeong YunWon 2022-08-18 06:43:22 +09:00
  • 1570036385 Merge pull request #4094 from youknowone/pylib-frozen Jeong YunWon 2022-08-18 06:35:04 +09:00
  • d39a3df5c7 pin crossbeam-utils for 0.8.9 to avoid build error Jeong YunWon 2022-08-18 03:57:13 +09:00
  • 93d18bc0c0 rework pylib to generate all frozen libs Jeong YunWon 2022-08-18 05:43:22 +09:00
  • 14532cc0c6 Merge pull request #4093 from youknowone/wasm-test Jeong YunWon 2022-08-18 05:43:57 +09:00
  • 728dd0ad25 add certifi to wasm/tests/requirements.txt Jeong YunWon 2022-08-18 05:11:31 +09:00
  • 99b34a9afd Merge pull request #3919 from youknowone/importlib Jeong YunWon 2022-08-18 04:52:49 +09:00
  • b5fa915708 refactor to update sre-engine to 0.4.1 Kangzhi Shi 2022-08-15 21:42:06 +02:00
  • ed30c5d84d refactor to update sre-engine to 0.4.0 Kangzhi Shi 2022-08-09 22:35:27 +02:00
  • 9a40c87dbd mark hanging/failing tests Jeong YunWon 2022-07-25 04:17:53 +09:00
  • 47dbafe7d3 @writes_bytecode_files to skip Jeong YunWon 2022-08-14 06:52:00 +09:00
  • da109336bb Update importlib/test_importlib from CPython 3.10.6 CPython Developers 2022-07-18 05:13:53 +09:00
  • 03ae0695b0 Remove markers from succesful zipimport tests Jeong YunWon 2022-07-25 03:35:46 +09:00
  • 97e6542e93 Update zipimport from CPython 3.10.5 CPython developers 2022-07-25 03:33:15 +09:00
  • d7437e1975 Merge pull request #4089 from youknowone/wasi Jeong YunWon 2022-08-18 03:21:43 +09:00
  • bc29c83e77 Add proper cargo:rerun-if-changed for pylib-crate Jeong YunWon 2022-08-17 17:46:28 +09:00
  • 784d9b02ce wasi has cwd Jeong YunWon 2022-08-18 01:33:30 +09:00
  • d5aca9e91f Fix threading build for wasi Jeong YunWon 2022-08-17 03:52:08 +09:00
  • 83c7ec71ca trace default on for wasi Jeong YunWon 2022-08-16 14:44:39 +09:00
  • f87d6e473b Merge pull request #4087 from tgsong827/traceback.tb_next Jeong YunWon 2022-08-18 00:34:30 +09:00
  • 94f1d7d6d8 Update traceback.tb_next to be writable. TaeGit 2022-08-17 23:01:57 +09:00
  • b1478a68b5 Feature: _thread.interrupt_main (#4082) Karatus 2022-08-17 16:10:33 +09:00
  • c345f8a58c Merge pull request #4083 from youknowone/dummy-thread Jeong YunWon 2022-08-17 03:10:24 +09:00
  • 9daeaecd6c _thread compatibility using frozen _dummy_thread Jeong YunWon 2022-08-17 01:59:10 +09:00
  • 8f683b94d5 Add _dummy_thread._count Jeong YunWon 2022-08-17 02:03:51 +09:00
  • 840bb5aee8 Merge pull request #4077 from youknowone/ntpath Jeong YunWon 2022-08-16 11:10:53 +09:00
  • 3d4fe934a1 Update fnmatch from CPython 3.10 CPython Developers 2022-08-16 09:05:29 +09:00
  • 2154d12d96 adjust test_ntpath markers Jeong Yunwon 2022-08-16 06:33:25 +09:00
  • 95fc0274aa Merge pull request #4080 from youknowone/nightly Jeong YunWon 2022-08-16 09:44:29 +09:00
  • 27040c01b0 Fix nightly clippy Jeong YunWon 2022-08-16 08:49:14 +09:00
  • 9bb2a99932 Fix nightly build Jeong YunWon 2022-08-16 08:11:49 +09:00
  • c536de8f72 Merge pull request #4079 from youknowone/clippy Jeong YunWon 2022-08-16 08:10:07 +09:00
  • f5ed346716 Fix clippy warnings Jeong Yunwon 2022-08-16 07:28:55 +09:00
  • fcc473ddd5 Update ntpath from CPython 3.10.6 Jeong Yunwon 2022-08-16 06:28:06 +09:00
  • b39c03512e nt._path_splitroot Jeong YunWon 2022-08-16 02:53:15 +09:00
  • 4e6b27144a introduce SearchIter Kangzhi Shi 2022-08-15 21:30:40 +02:00
  • 26a78dbaa4 update to 0.4.1 Kangzhi Shi 2022-08-15 20:36:46 +02:00
  • 7e7b973481 clearup Kangzhi Shi 2022-08-15 20:36:32 +02:00
  • 646c8ac657 impl opinfo charset Kangzhi Shi 2022-08-15 20:09:51 +02:00
  • 236631141f impl opinfo literal Kangzhi Shi 2022-08-15 19:55:48 +02:00
  • c4f10edc95 impl opinfo single literal Kangzhi Shi 2022-08-14 20:46:20 +02:00
  • e42df1d859 update version to 0.4.0 Kangzhi Shi 2022-08-09 22:18:01 +02:00
  • 18258000cd clearup Kangzhi Shi 2022-08-09 22:17:01 +02:00
  • c494feb7f7 refactor split Marks Kangzhi Shi 2022-08-09 21:34:06 +02:00
  • de8973d77a simplify lifetime Kangzhi Shi 2022-08-09 17:34:03 +02:00
  • 942063d4ef refactor benches Kangzhi Shi 2022-08-09 16:54:41 +02:00
  • c15387e972 refactor tests Kangzhi Shi 2022-08-09 16:44:47 +02:00
  • c31462d51b refactor split State with Request Kangzhi Shi 2022-08-09 16:29:51 +02:00
  • 8b1fcea7ec update version to 0.3.1 Kangzhi Shi 2022-08-07 08:10:52 +02:00
  • a48f5b07c5 impl op_info Kangzhi Shi 2022-08-05 21:49:46 +02:00
  • 50aa730aad Merge pull request #4058 from tgsong827/ssl-reason Jeong YunWon 2022-08-15 21:29:26 +09:00
  • b090887819 Merge pull request #4074 from youknowone/test-imp Jeong YunWon 2022-08-15 21:27:09 +09:00
  • 3efa141378 change partial failing markers to skip in test_importlib Jeong YunWon 2022-08-15 16:15:38 +09:00
  • 53ef2b9a0a remove failure markers from test_imp,test_zipimport,test_cmd_line_script Jeong YunWon 2022-08-15 06:41:12 +09:00
  • d59af76be5 Fix compile_bytecode Jeong YunWon 2022-08-15 16:02:03 +09:00
  • 2fafd409a9 impl _imp.source_hash Jeong YunWon 2022-08-15 06:15:49 +09:00
  • 42eb6554f0 impl _imp.check_hash_based_pycs Jeong YunWon 2022-08-15 06:00:35 +09:00
  • 70f303eab0 Update imp from CPython 3.10.6 Jeong YunWon 2022-08-15 05:45:46 +09:00
  • 582311ff85 Merge pull request #4057 from youknowone/stepped-init Jeong YunWon 2022-08-15 06:15:09 +09:00
  • fe61399aca Merge pull request #4073 from youknowone/unittests Jeong YunWon 2022-08-15 06:01:26 +09:00
  • 9ce03d31a6 Fix ImportError attributes Jeong YunWon 2022-08-14 03:19:31 +09:00
  • 8cb5156c38 allow vm working even when essential initialization failed Jeong YunWon 2022-08-14 04:47:45 +09:00
  • b8c38cfdff Update getpass from CPython 3.10.6 CPython Developers 2022-08-15 05:24:14 +09:00
  • b603de0c25 mark failing tests from genericalias Jeong YunWon 2022-08-15 05:21:51 +09:00
  • 9cc86de08b update test_genericalias from CPython 3.10.6 CPython Developers 2022-08-15 05:20:05 +09:00
  • a6698f4391 Add mailbox from CPython 3.10.6 CPython Developers 2022-08-15 05:16:08 +09:00
  • f1fcb37e64 crlf -> lf Jeong YunWon 2022-08-15 05:15:00 +09:00
  • 91791a0dd0 Update test_global from CPython 3.10.6 CPython Developers 2022-08-15 05:12:32 +09:00
  • b7022c0664 Update glob from CPython 3.10.6 CPython Developers 2022-08-15 05:12:17 +09:00
  • c9e7729a3e Udpate test_heapq from CPtyhon 3.10.6 CPython Developers 2022-08-15 05:09:44 +09:00
  • 2599bf5546 Mark failing tests from test_hash Jeong YunWon 2022-08-15 05:08:53 +09:00
  • b84eae565e Add test_hash from CPython 3.10.6 Jeong YunWon 2022-08-15 05:07:07 +09:00
  • 38ef6f32ed mark failing tests from test_hashlib Jeong YunWon 2022-08-15 05:05:57 +09:00
  • e193f45561 Update hashlib from CPython 3.10.6 CPython Developers 2022-08-15 05:01:17 +09:00
  • 0a073a3632 skip abnormally broken test from test_isinstance Jeong YunWon 2022-08-15 04:58:33 +09:00
  • 400752783d Update test_isinstance from CPython 3.10.6 CPython Developers 2022-08-15 04:55:19 +09:00
  • 4fda2b6e7e crlf -> lf Jeong YunWon 2022-08-15 04:54:54 +09:00
  • 76e006e4cb Merge pull request #4026 from youknowone/tempfile Jeong YunWon 2022-08-15 05:25:22 +09:00
  • 3a4c276d1c Update tempfile from CPython 3.10.5 CPython Developers 2022-08-09 05:55:15 +09:00
  • 10bf77c786 mark failing tests form test_fileinput Jeong YunWon 2022-08-15 04:40:34 +09:00
  • 2524044cab Add fileinput from CPython 3.10.6 CPython Developers 2022-08-15 04:38:29 +09:00
  • 01dc2b4f6f Update test_file from CPython 3.10.6 CPython Developers 2022-08-15 04:34:29 +09:00
  • 0181e2b380 io.text_encoding return utf-8 for RustPython for now Jeong YunWon 2022-08-15 04:18:49 +09:00
  • 49ff3cb8b7 mark failing tests from test_pathlib Jeong YunWon 2022-08-15 02:46:45 +09:00
  • de6d103875 Update pathlib from CPython 3.10.6 CPython Developers 2022-08-15 02:42:57 +09:00
  • f61bf0d39a Merge pull request #4068 from youknowone/unittests Jeong YunWon 2022-08-15 04:53:40 +09:00
  • bcd2cbfb80 remove fixed skipped test from test_sort Jeong YunWon 2022-08-15 04:09:35 +09:00
  • e865ab958c update urllib passing tests Jeong YunWon 2022-08-15 04:06:45 +09:00
  • cc423ba633 Update genericpath from CPython 3.10.6 CPython Developers 2022-08-15 03:57:00 +09:00
  • 10618213d7 remove failure markers from successful test cases Jeong YunWon 2022-08-15 02:51:39 +09:00
  • 9c8b237740 Update netrc from CPython 3.10.6 CPython Developers 2022-08-15 02:50:01 +09:00
  • 0df9c14f44 mark failing tests again for dataclass Jeong YunWon 2022-08-15 03:38:45 +09:00
  • 330981c533 Update dataclasses from CPython 3.10.6 CPython Developers 2022-08-15 03:30:12 +09:00
  • 945bbe9bf6 crlf -> lf Jeong YunWon 2022-08-15 03:26:11 +09:00
  • 201919d5bd remove fixed test marker from test_module Jeong YunWon 2022-08-15 03:23:10 +09:00
  • aecd1d8e69 Update test_module from CPython 3.10.6 CPython Developers 2022-08-15 03:22:54 +09:00
  • 8f9c7a4b7b mark failing tests from test_ipaddress Jeong YunWon 2022-08-15 03:13:10 +09:00
  • 44a7ec2c0d Update ipaddress from CPython 3.10.6 CPython Developers 2022-08-15 03:07:33 +09:00
  • 2410c56e2e mark failing tests from test_iter Jeong YunWon 2022-08-15 03:05:09 +09:00