Commit Graph

  • 21afc1933a Update cspell for compiler Jeong YunWon 2023-03-16 21:27:02 +09:00
  • e800af70bb update cspell dict Jeong YunWon 2023-03-16 22:04:23 +09:00
  • 40d36165a4 update cspell sqlite Jeong YunWon 2023-03-16 22:04:37 +09:00
  • f10b76f087 remove *.pyc during rustpython-pylib build Jeong YunWon 2023-03-16 15:31:37 +09:00
  • 2efc566b14 Merge pull request #4693 from youknowone/zlib-level Jim Fasarakis-Hilliard 2023-03-15 18:26:43 +02:00
  • 089c8b7b0a Refactor zlib using new Level type Jeong YunWon 2023-03-15 19:14:32 +09:00
  • 134d9f1e98 Merge pull request #4688 from tdub0/compression Jeong YunWon 2023-03-16 00:52:21 +09:00
  • 7e0863ef81 Update _compression, gzip from CPython v3.11.2 tdub0 2023-03-13 09:34:20 -07:00
  • e96dd96864 Refactor zlib and add wbits to zlib.compress() Jeong YunWon 2023-03-15 18:57:42 +09:00
  • 8ff947e83a Merge pull request #4677 from youknowone/arg-index Jeong YunWon 2023-03-14 00:36:19 +09:00
  • d5fd7ff339 Merge pull request #4652 from minhrongcon2000/fix/locale-windows Jeong YunWon 2023-03-14 00:36:05 +09:00
  • 8a223b8178 Fix unix localeconv to refer libc and additional clean up Jeong YunWon 2023-03-13 20:37:16 +09:00
  • 19193cd2a4 Add locale implementation for windows minh.pham2000 2023-03-07 12:35:35 +07:00
  • c15f670f2c Merge pull request #4684 from RustPython/charlie/derive Jeong YunWon 2023-03-13 13:47:36 +09:00
  • f583f9a2d4 Merge pull request #4683 from tdub0/test_types_modify Jim Fasarakis-Hilliard 2023-03-12 21:10:23 +02:00
  • 70734a1f28 Include Derive feature with optional Serde dependency Charlie Marsh 2023-03-12 14:46:10 -04:00
  • b458797979 fix todo for RustPython tdub0 2023-03-12 09:58:25 -07:00
  • 754b1df51d specify failure reason tdub0 2023-03-11 16:40:03 -07:00
  • 0da079c98c exp failure on new dunder sig test tdub0 2023-03-11 16:32:27 -07:00
  • 7be91fc92c Update test_types.py from CPython v3.11.2 tdub0 2023-03-11 16:26:13 -07:00
  • 415cdb1ef9 Merge pull request #4681 from abyesilyurt/aziz/base_exc_group Jeong YunWon 2023-03-11 02:31:50 +09:00
  • 17c5361d43 Merge pull request #4554 from howjmay/co_stacksize Jim Fasarakis-Hilliard 2023-03-10 17:12:30 +02:00
  • 6cf99b4415 Comment out ExceptionGroup Aziz Berkay Yesilyurt 2023-03-10 15:53:03 +01:00
  • 7a5d4ecdc9 update test_pickle.py from CPython 3.11 Aziz Berkay Yesilyurt 2023-03-10 14:33:05 +01:00
  • 1a7792e06f add BaseExceptionGroup Aziz Berkay Yesilyurt 2023-03-10 11:19:40 +01:00
  • 95e863cb6d Add co_stacksize to code objects Yang Hau 2023-03-10 20:28:07 +08:00
  • 9b55505cdf Merge pull request #4678 from dalinaum/test_unicodedata Jeong YunWon 2023-03-10 18:14:55 +09:00
  • b687960c5d Mark failing tests of test_unitcodedata LYK 2023-03-10 17:01:47 +09:00
  • 10ccbc6a31 Remove PyPaylod::special_retrieve Jeong YunWon 2023-03-10 02:50:41 +09:00
  • 0e2e7e533a ArgPrimitiveIndex for zlib Jeong YunWon 2023-03-10 16:44:16 +09:00
  • d71910cdc2 ArgSize for io.rs Jeong YunWon 2023-03-10 06:11:36 +09:00
  • 3cb7c61026 ArgIndex for builtin functions Jeong YunWon 2023-03-10 05:02:00 +09:00
  • 08c73444c4 ArgSize for tuple Jeong YunWon 2023-03-10 05:01:49 +09:00
  • e686b64ff3 ArgSize for str Jeong YunWon 2023-03-10 05:01:22 +09:00
  • 7d1fae001b ArgSize for list Jeong YunWon 2023-03-10 05:01:02 +09:00
  • f190cdb3ec ArgIndex for bytes/bytearray Jeong YunWon 2023-03-10 04:54:01 +09:00
  • 6275435567 <i>::try_from_object with try_index Jeong YunWon 2023-03-10 04:23:18 +09:00
  • 5a90b14099 ArgIndex for range/slice Jeong YunWon 2023-03-10 03:34:29 +09:00
  • bca7c16435 ArgIndex for math Jeong YunWon 2023-03-10 03:12:50 +09:00
  • 925962505e Adapt ArgIndex in bisect Jeong YunWon 2023-03-10 03:00:49 +09:00
  • e95529aca0 introduce ArgSize Jeong YunWon 2023-03-10 06:07:25 +09:00
  • ed7bcf787c expose ArgIndex Jeong YunWon 2023-03-10 03:00:40 +09:00
  • 87728c4452 Merge pull request #4608 from coolreader18/bag-deser Jeong YunWon 2023-03-10 05:19:23 +09:00
  • 134f62a776 Update test_unicodedata from CPython 3.11.2 LYK 2023-03-10 03:48:47 +09:00
  • 8fb53964e4 Merge pull request #4676 from dalinaum/test_unpack Jeong YunWon 2023-03-10 04:03:40 +09:00
  • eb7daf1b74 Update test/test_unpack.py from CPython 3.11.2 LYK 2023-03-10 03:24:36 +09:00
  • ea665cb743 Merge pull request #4615 from xiaozhiyan/binaryops-with-number-protocol Jeong YunWon 2023-03-10 02:47:01 +09:00
  • 2287720201 Mark flaky test_enum::TestFlag::test_unique_composite skip Jeong YunWon 2023-03-10 02:46:14 +09:00
  • 91b57a3f28 Fix clippy warnings Jeong YunWon 2023-03-10 02:01:18 +09:00
  • 97d69bd437 pin rust-toolchain Jeong YunWon 2023-03-10 01:48:51 +09:00
  • 3c4ac0e5a2 clean up PyNumber interfaces Jeong YunWon 2023-03-10 00:20:26 +09:00
  • 9822749c92 PyNumberBinaryOpSlot -> PyNumberBinaryOp Jeong YunWon 2023-03-09 23:51:45 +09:00
  • d9fc95c2a1 Fix sequence protocol concat Jeong YunWon 2023-03-09 22:43:15 +09:00
  • 788ccffb2b Make PyNumberMethods static Jeong YunWon 2023-03-09 22:58:44 +09:00
  • 1fea829760 Do not skip test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___radd__ Zhiyan Xiao 2023-03-09 23:53:13 +09:00
  • 53b89b704c Temp: Skip test_mmap.MmapTests.test_concat_repeat_exception Zhiyan Xiao 2023-03-10 00:10:02 +09:00
  • a949c35228 Temp: Skip test_collections.TestChainMap.test_union_operators Zhiyan Xiao 2023-03-09 18:37:36 +09:00
  • 81fbcbc1b2 Temp: Implement Number Protocol for PyDictKeys and PyDictItems Zhiyan Xiao 2023-03-09 23:48:46 +09:00
  • 05317f1664 temporary fill up missing number protocols Jeong YunWon 2023-03-09 19:42:19 +09:00
  • 8a42a68a4f Temp: Implement Number Protocol for PyBool Zhiyan Xiao 2023-03-08 03:59:11 +09:00
  • 984db6798c Add PyNumberSlots to support right binary ops Zhiyan Xiao 2023-03-09 23:41:48 +09:00
  • ba9c354e1b Add binary ops in Number Protocol to update_slot Zhiyan Xiao 2023-03-06 19:19:31 +09:00
  • f1dc0a6fcb Improve: binary ops with Number Protocol Zhiyan Xiao 2023-03-06 19:17:36 +09:00
  • 13d715e2a5 Binary ops with number protocol (partially imported) Karatus 2022-08-28 16:12:02 +09:00
  • 1fceeab0fc Merge pull request #4674 from carlosmiei/copy-update Jeong YunWon 2023-03-09 21:19:47 +09:00
  • 51020cd635 Merge pull request #4673 from youknowone/pin-rust-version Jim Fasarakis-Hilliard 2023-03-09 13:23:09 +02:00
  • 4d05077ec3 Update test_copy.py from CPython 3.11 carlosmiei 2023-03-09 10:59:44 +00:00
  • 5b6a4c4563 Update copy.py from CPython 3.11 carlosmiei 2023-03-09 10:56:11 +00:00
  • 8e834cbdfc Rust version 1.67.1 Jeong YunWon 2023-03-09 19:42:08 +09:00
  • 27233364bc Add init for array.rs (#4667) John Pham 2023-03-09 17:45:58 +07:00
  • 685532d44a Merge pull request #4671 from eltociear/patch-1 Jeong YunWon 2023-03-09 17:31:28 +09:00
  • 692c8036b7 Fix typo in number.rs Ikko Eltociear Ashimine 2023-03-09 16:02:21 +09:00
  • f9715c442a Merge pull request #4669 from carlosmiei/update-calendar Jim Fasarakis-Hilliard 2023-03-08 23:37:34 +02:00
  • e73a1c3298 Merge pull request #4670 from carlosmiei/osx-support-test Jim Fasarakis-Hilliard 2023-03-08 23:36:57 +02:00
  • 129a6f187e Update test__osx_support.py from CPython 3.11 carlosmiei 2023-03-08 19:01:33 +00:00
  • 7710ed00d3 Update test_calendar from CPython 3.11 carlosmiei 2023-03-08 17:41:08 +00:00
  • fcc17254f6 Update calendar.py from CPython 3.11 carlosmiei 2023-03-08 17:40:05 +00:00
  • 6edd3705a6 Merge pull request #4666 from dalinaum/tests Jeong YunWon 2023-03-08 15:28:06 +09:00
  • 58f988bf33 Update test_userdict.py from CPython 3.11.2 LYK 2023-03-08 14:37:00 +09:00
  • 34a0615ac1 Update test/test_userlist.py from CPython 3.11.2 CPython Developers 2023-03-08 14:34:40 +09:00
  • 5a74f08c84 Merge pull request #4654 from youknowone/pycallble Jeong YunWon 2023-03-08 05:01:31 +09:00
  • bdce56df30 Merge pull request #4656 from dalinaum/with-type-error Jeong YunWon 2023-03-08 05:00:43 +09:00
  • f4a7b652c7 Merge pull request #4664 from TheYkk/main Jeong YunWon 2023-03-08 04:58:23 +09:00
  • cb479bf199 Remove strict type to allow cross compiling Signed-off-by: Kaan Karakaya <yusufkaan142@gmail.com> Kaan Karakaya 2023-03-07 21:46:53 +03:00
  • b10421a9b4 Merge pull request #4637 from youknowone/refactor-asnumber Jeong YunWon 2023-03-08 02:17:43 +09:00
  • ef77e45427 Change error type for bad objects in "with" and "async with" LYK 2023-03-07 14:28:14 +09:00
  • 823b5288f9 Refactor AsNumber for PyInt Jeong YunWon 2023-03-05 22:31:33 +09:00
  • c17951e3f6 Refactor AsNumber for PyFloat Jeong YunWon 2023-03-05 22:27:45 +09:00
  • f0a29de87d AsNumber::number_downcast_exact useful for actual numbers Jeong YunWon 2023-03-05 22:19:00 +09:00
  • b60271a6cf deprecate vm.invoke Jeong YunWon 2023-03-07 23:54:20 +09:00
  • f00e6b69f2 Merge pull request #4659 from dalinaum/contextlib Jeong YunWon 2023-03-08 01:32:18 +09:00
  • cc8515041b Merge pull request #4658 from dalinaum/test_userstring Jeong YunWon 2023-03-08 01:31:57 +09:00
  • 01512e27a0 Merge pull request #4657 from dalinaum/test_weakset Jeong YunWon 2023-03-08 00:41:09 +09:00
  • 301b79c688 Update contextlib.py and test_contextlib from CPython 3.11.2 CPython Developers 2023-03-08 00:12:07 +09:00
  • 98654634ca Update test/test_userstring.py from CPython 3.11.2 LYK 2023-03-07 23:58:26 +09:00
  • 1812bd17a5 Mark a failing test of test/test_weakset.py LYK 2023-03-07 23:49:18 +09:00
  • 7b6486cd30 Update test/test_weakset.py from CPython 3.11.2 CPython Developers 2023-03-07 23:47:16 +09:00
  • 223fe14d85 Update to pass test for unhashable collections (#4640) seungha-kim 2023-03-07 23:45:33 +09:00
  • 5eb775462d vm.invoke -> obj.call Jeong YunWon 2023-03-07 20:06:08 +09:00
  • ed60687f11 Replace all of callable operations to PyCallable Jeong YunWon 2023-03-07 19:44:46 +09:00