Commit Graph

  • 612478166a Remove pipenv from extra_tests/README.md Jeong Yunwon 2022-07-18 01:27:04 +09:00
  • 1bc28033ae skip tb_next initalization Jeong Yunwon 2022-07-18 01:00:35 +09:00
  • 64340fdd64 mark failing tests of test_support.py Jeong Yunwon 2022-07-17 00:39:38 +09:00
  • db213c31f9 update test_support from CPython 3.10.5 CPython developers 2022-07-17 00:34:22 +09:00
  • b5e4d62da4 Fix doctest for current version of RustPython Jeong Yunwon 2022-07-11 05:17:45 +09:00
  • e12b3a60d4 Update doctest from CPython 3.10.5 CPython developers 2022-07-11 05:15:06 +09:00
  • c87c8dcb7d mark failing tests for unittest Jeong Yunwon 2022-07-16 03:25:31 +09:00
  • 799c78670b Update unittest from CPython 3.10.5 CPython developers 2022-07-11 04:09:54 +09:00
  • 760bda6c50 Merge pull request #3904 from moreal/del-frame-ftrace Jeong YunWon 2022-07-18 00:58:01 +09:00
  • c0d850b422 Obsolete PyGetSet.deleter Lee Dogeon 2022-07-16 17:31:18 +09:00
  • ebed7280b7 Merge pull request #3889 from daeun503/fix-with-test Jeong YunWon 2022-07-17 21:46:10 +09:00
  • c1dda36902 Update mappinproxy's get Gyubong Lee 2022-07-17 18:55:47 +09:00
  • 256bbef8d0 Merge pull request #3907 from youknowone/remove-pipenv Jeong YunWon 2022-07-17 12:43:23 +09:00
  • 2dd446a80f remove pipenv Jeong Yunwon 2022-07-17 03:18:53 +09:00
  • d9d453819e Merge pull request #3783 from ChJR/feature/fix_decorators Jeong YunWon 2022-07-16 23:43:19 +09:00
  • c8e599e29d Fix BeforeAsyncWith Daeun Lee 2022-07-16 10:14:25 +09:00
  • 8ef21ee628 Apply PEP 614 ChJR 2022-07-16 21:28:01 +09:00
  • fccb4d6b95 Simplify __doc__ initializing ChJR 2022-07-16 21:16:16 +09:00
  • 6364ad4933 Reflect feedbacks Gyubong Lee 2022-07-16 17:54:41 +09:00
  • 2bf61aa60a Refactor: delete unnecessary clones siontama 2022-07-16 17:40:40 +09:00
  • cdd937cebb Refactor: convert indent from tab to space siontama 2022-07-16 17:20:13 +09:00
  • 2417d3e813 Feat: impl PyArrayIter.setstate siontama 2022-07-16 17:19:14 +09:00
  • 4bf5644712 Improve code quality ChJR 2022-07-16 17:09:27 +09:00
  • 50aebefa4c Update stdlib/src/array.rs Sion Kang 2022-07-16 16:53:52 +09:00
  • 1a526aff47 Fix: Modify iter next to be implemented only internal siontama 2022-07-16 16:42:00 +09:00
  • 2e77581456 Merge pull request #3902 from kimnanhee/main Jeong YunWon 2022-07-16 16:17:07 +09:00
  • ceb7d68ef7 Merge pull request #3901 from rimi0108/add-dict-mapping Jeong YunWon 2022-07-16 16:12:46 +09:00
  • 10327b553d Implement Number protocol for PyNone (#3880) Hayeong.Lee 2022-07-16 16:08:54 +09:00
  • fa40a13ee8 Merge pull request #3887 from moreal/improve-frozenset-debug-string Jeong YunWon 2022-07-16 15:58:18 +09:00
  • b81853fa71 Fix: delete PyMappingProxy new function, fix new to from function hyerim 2022-07-16 15:39:12 +09:00
  • f9a17b0e54 Add: pyproperty dict values, items mapping hyerim 2022-07-16 14:25:29 +09:00
  • 4b659f92aa Fix byte indices must be integers or slices, error message kimnanhee 2022-07-16 15:38:21 +09:00
  • 524ff93487 Merge pull request #3900 from oow214/weakref_bool Jeong YunWon 2022-07-16 15:29:36 +09:00
  • a809746c7c Improve frozenset debug representation Lee Dogeon 2022-07-15 08:06:36 +09:00
  • 4ac218f90e Add weakproxy bytes Kim, YeonWoo 2022-07-16 14:34:28 +09:00
  • 27884e2d5f Add weakproxy bool Kim, YeonWoo 2022-07-16 13:47:35 +09:00
  • 3cdda75004 Remove @unittest.expectedFailures Gyubong Lee 2022-07-16 13:42:53 +09:00
  • ad27a0fd9e Fix lint issues Gyubong Lee 2022-07-16 12:34:34 +09:00
  • b3326ae766 Implement missing methods to MappingProxy Gyubong Lee 2022-07-16 11:38:18 +09:00
  • e5e98b79cb Merge pull request #3855 from youknowone/update-traceback Jeong YunWon 2022-07-16 03:20:22 +09:00
  • 6dec05da67 mark successful/failing tests again Jeong Yunwon 2022-07-16 02:23:36 +09:00
  • 558732e069 Merge pull request #3894 from youknowone/refactor-set Jeong YunWon 2022-07-16 02:30:37 +09:00
  • 4d68885095 Update Lib/test/test_traceback from CPython 3.10.5 Jeong Yunwon 2022-07-11 04:22:50 +09:00
  • 8f5a00b31d update Lib/traceback.py from CPython v3.10.5 Jeong Yunwon 2022-07-11 04:18:20 +09:00
  • 5983a5aa0a Merge pull request #3870 from key262yek/update-syntaxerror Jeong YunWon 2022-07-16 02:23:05 +09:00
  • 4230efae2e SetIterable -> AnySet Jeong Yunwon 2022-07-16 01:55:49 +09:00
  • c8916420c8 Merge pull request #3893 from Yaminyam/itertools-basetype Jeong YunWon 2022-07-16 01:27:34 +09:00
  • 60e3ce2dd8 Add basetype flag to itertools module siontama 2022-07-16 00:58:42 +09:00
  • 9d9f9d364b Change the variable name better format ChJR 2022-07-15 22:40:59 +09:00
  • a563d07919 Fix testEnterAttributeError2 in test_with.py Daeun Lee 2022-07-15 16:34:01 +09:00
  • 5d0163e6c4 Add mapping property to dict_keys seryoungshim17 2022-07-15 16:54:33 +09:00
  • 7be4860fac fix: non-utf8 source causes panic, close #3798 (#3884) dennis zhuang 2022-07-15 14:46:41 +08:00
  • 42d7c511f5 Merge pull request #3885 from kth496/fix_multiline_string_bug Jeong YunWon 2022-07-15 15:40:21 +09:00
  • 6095f882cf Simplify boolean matching Taehong Kim 2022-07-15 14:27:44 +09:00
  • 4c9443902d Add attributes to SyntaxError Myeongseon Choi 2022-07-11 21:16:00 +09:00
  • 48cf792194 Merge pull request #3888 from fanninpm/dtolnay-is-awesome Jeong YunWon 2022-07-15 13:21:27 +09:00
  • 86f7e07c0d Strip trailing newline Padraic Fanning 2022-07-14 20:21:39 -04:00
  • 7a1842c251 Use manual invocations of cargo Padraic Fanning 2022-07-14 20:20:17 -04:00
  • 73a83e5fc0 Switch toolchain action to dtolnay/rust-toolchain Padraic Fanning 2022-07-14 19:44:31 -04:00
  • 5fd9fc40a9 Fix multiline string bug kth496 2022-07-15 05:42:03 +09:00
  • ddc801e5ca Merge pull request #3854 from oow214/weakproxy_sequence Jeong YunWon 2022-07-15 01:29:24 +09:00
  • 97a4d2b4b6 Merge pull request #3869 from tgsong827/stopiteraion Jeong YunWon 2022-07-15 00:55:07 +09:00
  • b39549c861 PyWeakProxy::try_upgrade Jeong Yunwon 2022-07-15 00:48:31 +09:00
  • 21a7369953 Add weakproxy mapping Kim, YeonWoo 2022-07-13 18:07:45 +09:00
  • e4bef69092 Add weakproxy Sequence Kim, YeonWoo 2022-07-09 23:08:52 +09:00
  • f438d67d42 new_stop_iteration with manual __init__ Jeong Yunwon 2022-07-15 00:15:41 +09:00
  • 46073a2a65 Merge pull request #3873 from key262yek/update-exceptions-test Jeong YunWon 2022-07-14 23:20:54 +09:00
  • 58015c134e Merge pull request #3811 from zer0who/hoo_rustpython fanninpm 2022-07-14 09:32:50 -04:00
  • 8cbd2e53b2 deleted tested_newobj_generic&proxies zer0who 2022-07-14 21:01:21 +09:00
  • aa047940c0 Deleted todo, expectedFailure zer0who 2022-07-14 21:01:14 +09:00
  • 8ad1ad28a0 Deleted todo lines behind code zer0who 2022-07-14 20:57:05 +09:00
  • 1c473b6536 Deleted todo, expectedFailure zer0who 2022-07-14 20:56:51 +09:00
  • 12bbb79bad Fix define_exception! of PyStopIteration to set value of value attribute Taegi Song 2022-07-11 20:27:38 +09:00
  • 07940cd17f format_int precision error handling (#3813) Gilteun Choi 2022-07-14 15:40:50 +09:00
  • 44004935b0 Specify expectedFailure of test_non_ascii in Lib/test/test_cmd_line_script.py Myeongseon Choi 2022-07-13 10:23:54 +09:00
  • 5ab55dc7ce Add expectedFailure tag to test_non_ascii Myeongseon Choi 2022-07-12 15:19:20 +09:00
  • 9f29dc558a Update Lib/test/test_cmd_line_script.py to be runable Myeongseon Choi 2022-07-12 14:16:41 +09:00
  • e86a1bc92f Copy Lib/test/test_cmd_line_script.py from CPython v3.10.5 Myeongseon Choi 2022-07-12 14:12:44 +09:00
  • 02a1d1d7db Merge pull request #3877 from moreal/update-typing-3105 Jeong YunWon 2022-07-14 02:23:22 +09:00
  • 4ee32e6b66 Update typing module to 3.10.5 Lee Dogeon 2022-07-14 00:31:40 +09:00
  • 223ac8c6ee Fix str.join returning new object when string argument length is 1 (#3845) Gyubong 2022-07-13 20:03:14 +09:00
  • 523a0f9bc6 Fix union args (#3864) Karatus 2022-07-13 18:45:02 +09:00
  • f16fcc6971 Merge pull request #3874 from kth496/fix_lexer_bug Jeong YunWon 2022-07-13 18:41:51 +09:00
  • 821f3e7aab fix position value to struct value hyezzang 2022-07-12 21:32:52 +09:00
  • ab284c87fc update test_iterator_pickle hyezzang 2022-07-11 19:55:56 +09:00
  • 0f24b18312 Add arrayiter __reduce__ hyezzang 2022-07-11 19:19:18 +09:00
  • 203d1998e2 Fix multiline lexer bug kth496 2022-07-13 16:47:58 +09:00
  • b490f5255b Update Lib/test/test_syntax.py to be runable Myeongseon Choi 2022-07-12 13:13:32 +09:00
  • 82efdeb391 Update Lib/test/test_syntax.py from CPython v3.10.5 Myeongseon Choi 2022-07-12 02:49:07 +09:00
  • 43824e393b Change Lib/test/test_exceptions.py runable Myeongseon Choi 2022-07-12 01:19:57 +09:00
  • 4030ad12d9 Update test_exceptions.py from CPython 3.10.5 Myeongseon Choi 2022-07-11 21:44:40 +09:00
  • bed4877f8d Merge pull request #3872 from Yaminyam/change-array-iter-name Jeong YunWon 2022-07-13 14:53:46 +09:00
  • b190a0cbf3 refactor: change PyArrayIter name siontama 2022-07-13 14:07:56 +09:00
  • 0e11e20ddd update test_re from cpython3.10 Kangzhi Shi 2022-07-12 08:07:48 +02:00
  • 74ebdaf4e8 fix panic OpMinUntil return before restore repeat Kangzhi Shi 2022-07-11 21:30:48 +02:00
  • d3e8e47c9e Merge pull request #3860 from youknowone/fix-zerodiv Jeong YunWon 2022-07-11 05:32:39 +09:00
  • 452746c237 Fix int.__truediv__ error message Jeong Yunwon 2022-07-11 04:56:27 +09:00
  • 11e9d818b4 Merge pull request #3838 from fanninpm/complex-pynumber fanninpm 2022-07-10 15:30:27 -04:00
  • 9dd999c7ef Improve code quality ChJR 2022-07-10 15:28:11 +09:00
  • 0c58d7bc1d Fix is_unionable type_type check (#3852) YeonWoo 2022-07-09 21:25:15 +09:00