Commit Graph

  • f0f4633346 Fix nightly clippy Jeong YunWon 2024-04-17 01:00:17 +09:00
  • 6c37e8f4e7 compat fix for test_field_metadata_custom_mapping in test_dataclasses.py hydrogen602 2024-04-17 01:00:59 -05:00
  • 4d05416ce3 Update ensurepip from CPython 3.12 CPython Developers 2023-11-02 09:37:14 -07:00
  • 60993b9d23 Bump shutil to 3.12.3 (#5228) Lee Dogeon 2024-04-17 01:33:14 +09:00
  • 959e7c11ce Unmark fixed tests Moreal 2024-04-14 16:48:19 +09:00
  • 21ae739eec Check downcast to type first Moreal 2024-04-14 15:27:36 +09:00
  • b1c3c9a9d6 Bump CPython version to 3.12.3 in CI Moreal 2024-04-14 12:22:23 +09:00
  • bf985c8ac6 Fix None.__ne__ bug Moreal 2024-04-14 12:07:52 +09:00
  • 21c5eae717 Add testcase for __ne__ method Moreal 2024-04-14 12:01:58 +09:00
  • 4d5cf249a0 Allow update __class__ for mutable types or module subclasses (#5225) Lee Dogeon 2024-04-14 13:03:48 +09:00
  • 8c7b811135 Fix _sha512 support Jeong YunWon 2024-04-11 20:50:50 +09:00
  • 940b879950 Merge pull request #5222 from youknowone/vm-build Jeong, YunWon 2024-04-11 15:29:43 +09:00
  • ccf650d4ca Fix rustpython-vm --no-default-features build Jeong YunWon 2024-04-10 19:08:14 +09:00
  • 6342f16eb5 Merge pull request #5219 from youknowone/0.3.1 Jeong, YunWon 2024-04-10 17:41:28 +09:00
  • 8816cd41d5 0.3.1 0.3.1 Jeong YunWon 2024-04-09 03:21:51 +09:00
  • 4b190eb412 Merge pull request #5221 from youknowone/update-indexmap Jeong, YunWon 2024-04-09 12:50:42 +09:00
  • 9f24841f6d remove -u from macOS/windows Jeong YunWon 2024-04-09 11:18:14 +09:00
  • a0b6c36928 Update indexmap Jeong YunWon 2024-04-09 03:59:41 +09:00
  • 3f691de7a3 Update chrono (#5220) Jeong, YunWon 2024-04-09 04:13:39 +09:00
  • 247572863a rustpython_vm::import::import_source (#5214) Jeong, YunWon 2024-04-09 02:37:30 +09:00
  • 5a5ac35f36 Update a few deps (#5217) Jeong, YunWon 2024-04-09 02:12:15 +09:00
  • 220594f263 always print exceptions when panic by expect_pyresult (#5215) Jeong, YunWon 2024-04-09 01:04:27 +09:00
  • f541ca9dda Require cpu resource to test_search_anchor_at_beginning (#5218) Jeong, YunWon 2024-04-09 01:01:46 +09:00
  • 6a64af1066 Merge pull request #5213 from youknowone/vm-finalize Jeong, YunWon 2024-04-08 01:43:48 +09:00
  • 35141266c1 vm.enter_and_expect Jeong YunWon 2024-04-08 00:43:17 +09:00
  • 6adb72727e Add vm.finalize and enter/run docs Jeong YunWon 2024-04-08 00:06:41 +09:00
  • 6eed8f42c7 split vm.import and vm.import_from (#5212) Jeong, YunWon 2024-04-08 00:07:38 +09:00
  • ae72316629 Merge pull request #5209 from Poppro/itertools-batched Jeong, YunWon 2024-04-06 19:26:02 +09:00
  • 90ab0e33a2 apply rustfmt Jeong YunWon 2024-04-06 19:15:15 +09:00
  • 9f7eb08fca Change to overflow error Hunter Harloff 2024-04-01 19:59:55 -04:00
  • 6a53ec3c5d Handle usize > usize::MAX case Hunter Harloff 2024-04-01 19:55:38 -04:00
  • c5550cd466 Simplify Optional Syntax Hunter Harloff 2024-03-31 19:59:48 -04:00
  • f6569313d7 Move test_itertools to CPython 3.12 Spec Hunter Harloff 2024-03-28 22:39:25 -04:00
  • 880036c0ae CPython Compliance: throw ValueError before TypeError Hunter Harloff 2024-03-28 22:37:12 -04:00
  • da53eeea57 Add itertools.batched Support Hunter Harloff 2024-03-27 23:19:36 -04:00
  • e349b0f18b Merge pull request #5125 from qingshi163/sre-dev Jeong, YunWon 2024-03-30 18:50:00 +09:00
  • 34ffa93945 Remove commented out code Jeong, YunWon 2024-03-30 18:49:33 +09:00
  • 7be6308248 Merge pull request #5206 from dchiquito/fix-test-zipfile Jeong, YunWon 2024-03-28 17:03:47 +09:00
  • 57e7f4db95 bump string.py mark passed tests Kangzhi Shi 2024-01-03 15:47:22 +02:00
  • f5fbb5b06f replace sre-engine to rustpython-sre_engine Jeong YunWon 2024-03-18 17:19:08 +09:00
  • d9375b9fe1 impl re.template(), template_compile template_expand subx Kangzhi Shi 2023-11-25 22:17:24 +02:00
  • 1e3d57817c Replace re_test.py from CPython 3.12 and mark failed tests Kangzhi Shi 2023-11-22 23:20:04 +02:00
  • ebe555203a Replace Lib/sre_* from CPython Kangzhi Shi 2023-11-18 20:47:42 +02:00
  • 280337a305 Add Lib/re/* from CPython 3.12 Kangzhi Shi 2023-11-18 15:29:58 +02:00
  • 02cec859e5 Merge pull request #5202 from youknowone/sre-engine Jeong, YunWon 2024-03-22 14:53:25 +09:00
  • 1dd9a2fbe4 suppress clippy warnings Jeong YunWon 2024-03-22 11:28:49 +09:00
  • df363c0ba7 Skip typing test which causes other failures (#5207) Daniel Chiquito 2024-03-21 21:26:40 -04:00
  • 90724b32ec Implement new clippy lints (#5208) Daniel Chiquito 2024-03-21 21:25:53 -04:00
  • 0a24e106ba Increase threshold for zipfile test_many_opens Daniel Chiquito 2024-03-21 13:37:46 -04:00
  • e6c73883ea Revert test skip Daniel Chiquito 2024-03-21 13:36:28 -04:00
  • e315077630 Add TODO: RUSTPYTHON to skip reason Daniel Chiquito 2024-03-21 11:28:33 -04:00
  • 85c427b842 Reset exception in WithCleanupFinish (#5203) Daniel Chiquito 2024-03-21 11:12:01 -04:00
  • 5ee5531f32 Properly unload modules between tests (#5192) Daniel Chiquito 2024-03-21 08:51:57 -04:00
  • 3737f2a091 make adding a single module simpler for interpreter users (#4792) Jeong, YunWon 2024-03-21 21:48:29 +09:00
  • ac78517044 Skip TestScander.test_uninstantiable (#5204) Daniel Chiquito 2024-03-21 01:44:03 -04:00
  • 12601d0b44 integrate sre_engine crate to workspace Jeong YunWon 2024-03-18 16:57:28 +09:00
  • b3a606d9df Add 'vm/sre_engine/' from commit '21fc2059b70ebd5bf4a7c524c40e7d4347e065dc' Jeong YunWon 2024-03-18 17:05:07 +09:00
  • 426e582ba0 Remove incorrect @expectedFailures from test_cmd_line (#5201) Nikita Sobolev 2024-03-15 16:15:45 +03:00
  • 92c8b371ae Update colorsys.py and test_colorsys.py to 3.12 (#5198) Kirill Podoprigora 2024-03-13 08:22:57 +02:00
  • d8f2bd04ac Update cgitb.py to 3.12 (#5197) Kirill Podoprigora 2024-03-13 08:22:24 +02:00
  • 855fa1411f Update ftplib and test_ftplib to 3.12 (#5196) Kirill Podoprigora 2024-03-13 00:35:16 +02:00
  • 4e7b3bc8f2 Update pprint.py and test_pprint.py to 3.12 (#5195) Kirill Podoprigora 2024-03-12 15:36:10 +02:00
  • 83d1ad8a2c Update test_operator.py to 3.12 (#5194) Kirill Podoprigora 2024-03-12 15:35:21 +02:00
  • 7f02324dce Update Lib/test/test_hmac.py to 3.12 version (#5188) Kirill Podoprigora 2024-03-11 15:04:35 +02:00
  • d453026d19 Merge pull request #5191 from dchiquito/fix-failing-tests Jeong, YunWon 2024-03-11 15:03:39 +09:00
  • 2fde8e91e5 fix some typos (#5187) wellweek 2024-03-11 14:01:37 +08:00
  • 23ebbd021b Skip test_format.test_locale Daniel Chiquito 2024-03-10 22:53:39 -04:00
  • 9b974bda0d Re-enable test_format.test_locale Daniel Chiquito 2024-03-10 22:23:46 -04:00
  • de7e4e49da Disable broken test_socket.py tests Daniel Chiquito 2024-02-24 13:46:22 -05:00
  • ead42beff6 Disable test_locale in test_format.py Daniel Chiquito 2024-02-24 13:25:44 -05:00
  • 35229721ea Fix test_cmd_line.py Daniel Chiquito 2024-02-24 12:32:16 -05:00
  • 2f8e5189d3 Use ast::Suite::parse instead of deprecated parse_program. (#5186) rrupy 2024-03-05 16:37:42 +03:00
  • 4c8cd67db9 Merge pull request #5176 from Blues-star/csv Jeong, YunWon 2024-03-05 22:37:09 +09:00
  • 54247df801 implement more csv features Blues-star 2024-03-05 15:09:47 +09:00
  • e4be47a08b Mark failing tests as expectedFailure Blues-star 2024-03-05 15:09:24 +09:00
  • d2bf69e354 Update test_csv.py from CPython v3.12.0 Blues-star 2024-02-20 20:19:32 +08:00
  • 88ee64d585 Update csv.py from CPython v3.12.0 Blues-star 2024-02-20 19:59:02 +08:00
  • d0c827ed38 Merge pull request #5184 from youknowone/symboltable Jeong, YunWon 2024-02-29 22:19:46 +09:00
  • d26766b7bc better symboltable error message Jeong YunWon 2024-02-29 21:30:31 +09:00
  • e6c6f966f7 Merge pull request #5180 from dchiquito/3.12-collections Jeong, YunWon 2024-02-26 13:20:36 +09:00
  • 407f251866 Un-skip passing typing test Daniel Chiquito 2024-02-24 13:33:17 -05:00
  • 6cd9e54427 Update test_ordered_dict.py to 3.12.2 Daniel Chiquito 2024-02-24 12:00:07 -05:00
  • c9ec4507ad Disable broken test_repr in test_typing.py Daniel Chiquito 2024-02-24 11:58:23 -05:00
  • 9481df23e1 Disable test_Buffer Daniel Chiquito 2024-02-24 11:02:41 -05:00
  • 0bd8c2504c Update test_collections.py to 3.12.2 Daniel Chiquito 2024-02-23 20:16:16 -05:00
  • bcb35919a4 Update collections/__init__.py to 3.12.2 Daniel Chiquito 2024-02-23 20:14:41 -05:00
  • 5dc6d5582a Update _collections_abc.py to 3.12.2 Daniel Chiquito 2024-02-23 20:13:41 -05:00
  • a8ab7dd388 Merge pull request #5175 from Blues-star/copy Jeong, YunWon 2024-02-21 12:02:54 +09:00
  • 7c722c23a5 Merge pull request #5174 from Blues-star/code Jeong, YunWon 2024-02-21 12:02:05 +09:00
  • 83b8c3a3fc Update test_copy.py from CPython v3.12.0 Blues-star 2024-02-20 19:38:58 +08:00
  • 36a36b200d Update copy.py from CPython v3.12.0 Blues-star 2024-02-20 19:37:42 +08:00
  • d297e73a55 Merge pull request #5172 from Blues-star/main Jeong, YunWon 2024-02-20 18:26:05 +09:00
  • 572053df82 est_co_lnotab_is_deprecated, 'test_invalid_bytecode' and est_code_hash_uses_bytecode test exceptions, add TODO Blues-star 2024-02-19 20:30:06 +08:00
  • def5661728 Update test_code.py from CPython v3.12.0 Blues-star 2024-02-19 20:13:59 +08:00
  • 078cd0d88c Update code.py from CPython v3.12.0 Blues-star 2024-02-19 20:04:09 +08:00
  • d061837467 Update test_configparser.py from CPython v3.12.0 Blues-star 2024-02-19 19:25:17 +08:00
  • defc3ac7f1 Update configparser.py from CPython v3.12.0 Blues-star 2024-02-19 19:22:38 +08:00
  • 97a0705d2e Fix Windows CI (#5168) Dmitry Erlikh 2024-02-18 18:36:18 +01:00
  • a88c2fe000 Fix miri test failure (#5170) Jeong, YunWon 2024-02-19 00:39:47 +09:00
  • 2a62ef7344 Merge pull request #5169 from Blues-star/main Jeong, YunWon 2024-02-19 00:30:15 +09:00