Commit Graph

  • 66d9514e12 remove vm.is_callable Jeong YunWon 2023-03-07 18:58:24 +09:00
  • 37cc852bfc PyCallable Jeong YunWon 2023-03-07 18:54:30 +09:00
  • 10eb20e44b Merge pull request #4645 from youknowone/derive-trait-extend_slots Jeong YunWon 2023-03-07 19:12:08 +09:00
  • 7744e95aea Merge pull request #4651 from minhrongcon2000/fix/add-arg-index Jeong YunWon 2023-03-07 15:19:38 +09:00
  • 3f871f0805 Add ArgIndex according to #4629 minh.pham2000 2023-03-07 12:36:55 +07:00
  • db7b945262 Add ArgIndex according to #4629 minh.pham2000 2023-03-07 10:35:49 +07:00
  • 64aef5c13c Merge pull request #4649 from dalinaum/test/test_contextlib.py Jeong YunWon 2023-03-07 12:13:44 +09:00
  • 3fe5a368ac Merge pull request #4648 from dalinaum/test_with Jeong YunWon 2023-03-07 12:11:11 +09:00
  • f23a8480e7 Merge pull request #4647 from dalinaum/test_zlib Jeong YunWon 2023-03-07 12:08:37 +09:00
  • 5d6a48b568 Mark failing tests of test_contextlib.py LYK 2023-03-07 11:20:07 +09:00
  • df48df5ede Update test/test_contextlib.py from CPython 3.11.2 CPython Developers 2023-03-07 11:19:42 +09:00
  • 51fcfe980f Mark failing tests of test/test_with.py LYK 2023-03-07 04:51:39 +09:00
  • e983506e23 Update test/test_with.py from CPython 3.11.2 CPython Developers 2023-03-07 04:51:09 +09:00
  • 456bc80697 Rework frozen modules and directly deserialize to CodeObject<Literal> Noa 2023-01-13 22:25:43 -06:00
  • 5be22a073b Update test/test_zlib.py from CPython 3.11.2 CPython Developers 2023-03-07 04:34:14 +09:00
  • 26a3ec9ae3 Merge pull request #4646 from dalinaum/winver Jeong YunWon 2023-03-07 00:19:00 +09:00
  • 8d6d47a5c6 Merge pull request #4642 from xiaozhiyan/fix-rsub-of-pyset-pyfrozenset Jeong YunWon 2023-03-06 23:48:50 +09:00
  • 5adae77e39 Add sys.winver LYK 2023-03-06 23:01:06 +09:00
  • 79840126b9 Add test cases for __sub__ and __rsub__ methods of set and frozenset Zhiyan Xiao 2023-03-06 22:46:07 +09:00
  • 05d0248b18 Fix rsub of PySet and PyFrozenSet Zhiyan Xiao 2023-03-06 22:45:48 +09:00
  • 2a61e1cace Add extend_slot support for protocol traits Jeong YunWon 2023-03-06 21:00:04 +09:00
  • abf850af91 Merge pull request #4636 from youknowone/complex-asnumber Jeong YunWon 2023-03-06 17:38:06 +09:00
  • 0722db10df Merge pull request #4635 from youknowone/relocate-tests Jeong YunWon 2023-03-06 17:29:08 +09:00
  • 1fece09687 Merge pull request #4644 from xiaozhiyan/implement-number-protocol-for-pydict Jeong YunWon 2023-03-06 15:35:11 +09:00
  • 9f0db9a02a Merge pull request #4610 from haxelion/feature/hashlib_shake Jeong YunWon 2023-03-06 14:59:04 +09:00
  • 6f499013f6 Implement Number Protocol for PyDict Zhiyan Xiao 2023-03-06 05:34:18 +09:00
  • 29de419c87 Implementing shake_128 and shake_256 in the hashlib module. Charles Hubain 2023-02-26 12:35:59 +09:00
  • 9bde9c9fbb Fix AsNumber for PyComplex bugs Jeong YunWon 2023-03-05 22:03:37 +09:00
  • 865c4984f6 format tests with black black formatter 2023-03-05 21:48:37 +09:00
  • 987ad12181 relocate int-unrelated tests to proper files Jeong YunWon 2023-03-05 21:47:42 +09:00
  • 003f3b4fe1 Merge pull request #4632 from dalinaum/test/test_buffer Jeong YunWon 2023-03-05 19:15:14 +09:00
  • 18f6a659f4 Merge pull request #4631 from dalinaum/test_bool Jeong YunWon 2023-03-05 19:13:42 +09:00
  • 6e0de0d196 Update test/test_buffer from CPython 3.11.2 CPython Developers 2023-03-05 16:07:25 +09:00
  • 4d464cc9fb Merge pull request #4627 from dalinaum/exception_hierarchy.txt Jeong YunWon 2023-03-05 11:07:06 +09:00
  • 4030807b9b Update Lib/test/exception_hierarchy.txt from CPython 3.11.2 CPython Developers 2023-03-05 05:26:55 +09:00
  • 174fbe56b0 Merge pull request #4626 from youknowone/bigmem Jim Fasarakis-Hilliard 2023-03-04 22:02:52 +02:00
  • ab7971de42 Merge pull request #4624 from dalinaum/test_baseexception Jeong YunWon 2023-03-05 04:06:34 +09:00
  • 65224213d0 test_bigmem fix expectedFailures not to always fall Jeong YunWon 2023-03-05 03:59:13 +09:00
  • 992f5aaed7 test_bigmem: removed outdated expected failures Jeong YunWon 2023-03-05 03:58:26 +09:00
  • 298b169dc0 Merge pull request #4625 from dalinaum/test_bigmem Jeong YunWon 2023-03-05 03:52:17 +09:00
  • 3fd46e8cbe Update test/test_bool from cpython 3.11.2 CPython Developers 2023-03-05 03:49:26 +09:00
  • 9c10d4aa3f Mark failing tests of test_baseexception. LYK 2023-03-05 03:20:53 +09:00
  • a7b8768e56 Update test_baseexception.py from cpython 3.11.2 CPython Developers 2023-03-05 01:52:22 +09:00
  • 5d482abb67 Update test_bigmem from cpython 3.11.2 CPython Developers 2023-03-05 03:13:18 +09:00
  • 1871a1632e Treat match and case as soft keywords in lambda assignments (#4623) Charlie Marsh 2023-03-04 12:42:05 -05:00
  • 4e19be7e43 Merge pull request #4460 from evanrittenhouse/strict_mode_new Jeong YunWon 2023-03-04 17:44:53 +09:00
  • ff973caa67 ToPyException for base64::DecodeError Jeong YunWon 2023-03-04 14:02:31 +09:00
  • 362be9f344 Add 'invalid base64-encoded string' error Evan Rittenhouse 2023-02-26 13:42:20 -06:00
  • 904e3a3492 Remove expected failure from test_base64invalid Evan Rittenhouse 2023-02-25 15:57:46 -06:00
  • 404c398b59 Implement strict_mode keyword for binascii.a2b_base64 Evan Rittenhouse 2023-01-18 22:52:10 -06:00
  • 1f92212497 Merge pull request #4612 from youknowone/PyObject_Format Jeong YunWon 2023-03-04 16:04:52 +09:00
  • d7f65cbbcd Merge pull request #4622 from fanninpm/protocol-number-pystr Jeong YunWon 2023-03-04 14:06:42 +09:00
  • b4124d0d92 Add number protocol for PyStr Padraic Fanning 2023-03-03 18:53:57 -05:00
  • f3e9413b2d Add strxfrm and strcoll to locale mod (#4603) John Pham 2023-03-04 01:21:04 +07:00
  • d09527b75e Merge pull request #4621 from dalinaum/test_atexit Jim Fasarakis-Hilliard 2023-03-03 13:11:21 +02:00
  • ad05321d94 Update test_atexit from cpython 3.11.2 CPython Developers 2023-03-03 16:30:09 +09:00
  • 822f6a9fa6 Merge pull request #4620 from RustPython/charlie/serde Jeong YunWon 2023-03-03 09:03:29 +09:00
  • b846311173 Add optional serde dependency Charlie Marsh 2023-03-02 15:38:36 -05:00
  • cdf5634cf2 Implement as_sequence for array (#4585) Dan Näsman 2023-03-02 21:29:52 +02:00
  • 2d02933d35 Merge pull request #4619 from xiaozhiyan/implement-number-protocol-for-pytype-pyset-pyfrozenset Jeong YunWon 2023-03-03 04:22:20 +09:00
  • 11991772f8 leave fixme to wrong object.__str__ impl Jeong YunWon 2023-03-03 00:31:14 +09:00
  • ab9573f108 object.__format__ the right way Jeong YunWon 2023-03-02 23:57:02 +09:00
  • 195673b01a Add vm.format to call __format__ like PyObject_Format Jeong YunWon 2023-03-02 22:22:09 +09:00
  • c656cdd951 Merge pull request #4617 from RustPython/charlie/tag Jeong YunWon 2023-03-03 03:28:06 +09:00
  • 1bec1d5f26 Implement Number Protocol for PySet and PyFrozenSet Zhiyan Xiao 2023-03-03 00:47:55 +09:00
  • 7a12d1e322 Implement Number Protocol for PyType Zhiyan Xiao 2023-03-03 00:12:05 +09:00
  • 25ddf1d1e9 Pin youknowone/unicode_names2 to a specific rev Charlie Marsh 2023-03-02 13:15:36 -05:00
  • 6e4c2fe786 Merge pull request #4597 from youknowone/expected-failure-if fanninpm 2023-03-02 09:49:52 -05:00
  • a7c9856851 Merge pull request #4607 from youknowone/test-init Jeong YunWon 2023-03-02 15:34:45 +09:00
  • 78382209d3 Merge pull request #4606 from youknowone/to-u32 Jeong YunWon 2023-03-02 15:01:59 +09:00
  • c32bfa6eeb Add Lib/test/__init__.py CPython Developers 2023-03-02 14:58:35 +09:00
  • 815083d1e8 Add #![deny(clippy::cast_possible_truncation)] Jeong YunWon 2023-03-02 13:34:21 +09:00
  • b432bb0cf3 usize::to_u32 for compiler internal conversion Jeong YunWon 2023-03-02 13:13:03 +09:00
  • 22bc2d24ab Merge pull request #4524 from coolreader18/no-serde Jeong YunWon 2023-03-02 13:10:41 +09:00
  • e5cf139b03 Merge pull request #4605 from coolreader18/no-hacky-gats Jeong YunWon 2023-03-02 12:58:26 +09:00
  • ec7b5861f9 Address review comments Noa 2023-03-01 21:05:59 -06:00
  • 58ac82b0a7 Switch hacky GAT-workarounds to use actual GATs Noa 2023-03-01 20:34:51 -06:00
  • 6d1f2986fe Custom marshal enc/decoding impl Noa 2022-12-15 13:25:02 -06:00
  • 166959db41 Fix sys.getsizeof (#4604) Steve Shi 2023-03-01 22:56:34 +02:00
  • 367a948ff0 Adapt unittest.expectedFailureIf Jeong YunWon 2023-03-01 05:30:41 +09:00
  • 6d996834f3 unittest.expectedFailureIf Jeong YunWon 2023-03-01 04:58:48 +09:00
  • e731e658ba feat(configparser): update to 3.11 (#4595) Carlos Gonçalves 2023-03-01 13:28:21 +00:00
  • f62e8f594d Merge pull request #4601 from DimitrisJim/debug_kw Jeong YunWon 2023-03-01 22:13:47 +09:00
  • 880ab910f7 Merge pull request #4602 from DimitrisJim/test_syntax_update Jeong YunWon 2023-03-01 22:11:11 +09:00
  • 2da4b70e3a Mark failing tests. DimitrisJim 2023-03-01 13:00:17 +02:00
  • f58014e2b3 Add test_syntax from CPython 3.11.0 DimitrisJim 2023-03-01 12:58:51 +02:00
  • dbfa61a156 Merge pull request #4599 from youknowone/test-import Jim Fasarakis-Hilliard 2023-03-01 12:18:51 +02:00
  • 8294d4ae8e Disallow __debug__ as args, kwargs name. DimitrisJim 2023-03-01 11:48:45 +02:00
  • 8daffa76dd Mark failing tests of test_import Jeong YunWon 2023-03-01 07:14:57 +09:00
  • d55f554d7b test_import from CPython 3.11.2 CPython Developers 2023-03-01 07:04:37 +09:00
  • a0472e11a9 Merge pull request #4598 from DimitrisJim/fix_ensurepip Jim Fasarakis-Hilliard 2023-03-01 10:37:25 +02:00
  • c8d34fbe8c Mark failing test. Hardcoded value for library path means we can't succeed. DimitrisJim 2023-03-01 00:29:40 +02:00
  • 6ccb9814f8 Add CI check for ensurepip. DimitrisJim 2023-03-01 00:03:53 +02:00
  • 733813700e Change python to rustpython in sysconfig. DimitrisJim 2023-03-01 00:03:40 +02:00
  • af1d46f184 Add _locale module (#4558) John Pham 2023-03-01 03:37:52 +07:00
  • 5f7fffbe81 Merge pull request #4596 from youknowone/format-clean Jeong YunWon 2023-03-01 05:36:36 +09:00
  • 71e11950d9 rename preconversor -> conversion to follow cpython name Jeong YunWon 2023-03-01 04:19:06 +09:00
  • a1b74b0758 early error return of raw_magnitude_str Jeong YunWon 2023-03-01 03:22:47 +09:00
  • f2515405b5 Merge pull request #4592 from carlosmiei/argparse Jeong YunWon 2023-03-01 03:52:03 +09:00
  • 3dc15623d5 Merge pull request #4591 from carlosmiei/antigravity Jeong YunWon 2023-03-01 03:39:19 +09:00