Commit Graph

11157 Commits

Author SHA1 Message Date
Kim, YeonWoo
4ac218f90e Add weakproxy bytes 2022-07-16 14:34:28 +09:00
Kim, YeonWoo
27884e2d5f Add weakproxy bool 2022-07-16 13:47:35 +09:00
Jeong YunWon
e5e98b79cb Merge pull request #3855 from youknowone/update-traceback
Update traceback
2022-07-16 03:20:22 +09:00
Jeong Yunwon
6dec05da67 mark successful/failing tests again 2022-07-16 02:52:36 +09:00
Jeong YunWon
558732e069 Merge pull request #3894 from youknowone/refactor-set
SetIterable -> AnySet
2022-07-16 02:30:37 +09:00
Jeong Yunwon
4d68885095 Update Lib/test/test_traceback from CPython 3.10.5 2022-07-16 02:23:55 +09:00
Jeong Yunwon
8f5a00b31d update Lib/traceback.py from CPython v3.10.5 2022-07-16 02:23:55 +09:00
Jeong YunWon
5983a5aa0a Merge pull request #3870 from key262yek/update-syntaxerror
Update syntaxerror highlight from CPython v3.10.5
2022-07-16 02:23:05 +09:00
Jeong Yunwon
4230efae2e SetIterable -> AnySet 2022-07-16 01:55:49 +09:00
Jeong YunWon
c8916420c8 Merge pull request #3893 from Yaminyam/itertools-basetype
Add basetype flag to itertools module
2022-07-16 01:27:34 +09:00
siontama
60e3ce2dd8 Add basetype flag to itertools module 2022-07-16 00:58:42 +09:00
dennis zhuang
7be4860fac fix: non-utf8 source causes panic, close #3798 (#3884)
Co-authored-by: fanninpm <fanninpm@miamioh.edu>
2022-07-15 15:46:41 +09:00
Jeong YunWon
42d7c511f5 Merge pull request #3885 from kth496/fix_multiline_string_bug
Fix multiline string bug
2022-07-15 15:40:21 +09:00
Taehong Kim
6095f882cf Simplify boolean matching
Co-authored-by: Snowapril <sinjihng@gmail.com>
2022-07-15 14:32:20 +09:00
4c9443902d Add attributes to SyntaxError
add 'end_lineno' and 'end_offset'
2022-07-15 14:00:58 +09:00
Jeong YunWon
48cf792194 Merge pull request #3888 from fanninpm/dtolnay-is-awesome
Abandon `actions-rs` actions
2022-07-15 13:21:27 +09:00
Padraic Fanning
86f7e07c0d Strip trailing newline 2022-07-14 20:21:39 -04:00
Padraic Fanning
7a1842c251 Use manual invocations of cargo 2022-07-14 20:20:17 -04:00
Padraic Fanning
73a83e5fc0 Switch toolchain action to dtolnay/rust-toolchain 2022-07-14 19:44:31 -04:00
kth496
5fd9fc40a9 Fix multiline string bug
Co-authored-by: Hyeonji-Ryu <cjstk3940@naver.com>
2022-07-15 05:43:01 +09:00
Jeong YunWon
ddc801e5ca Merge pull request #3854 from oow214/weakproxy_sequence
Add weakproxy Sequence, Mapping
2022-07-15 01:29:24 +09:00
Jeong YunWon
97a4d2b4b6 Merge pull request #3869 from tgsong827/stopiteraion
Fix define_exception! of PyStopIteration to set value of value attribute
2022-07-15 00:55:07 +09:00
Jeong Yunwon
b39549c861 PyWeakProxy::try_upgrade 2022-07-15 00:49:20 +09:00
Kim, YeonWoo
21a7369953 Add weakproxy mapping 2022-07-15 00:49:20 +09:00
Kim, YeonWoo
e4bef69092 Add weakproxy Sequence 2022-07-15 00:49:20 +09:00
Jeong Yunwon
f438d67d42 new_stop_iteration with manual __init__ 2022-07-15 00:15:41 +09:00
Jeong YunWon
46073a2a65 Merge pull request #3873 from key262yek/update-exceptions-test
Update exception tests from CPython v3.10.5
2022-07-14 23:20:54 +09:00
fanninpm
58015c134e Merge pull request #3811 from zer0who/hoo_rustpython
added getnewargs() to str.rs
2022-07-14 09:32:50 -04:00
zer0who
8cbd2e53b2 deleted tested_newobj_generic&proxies 2022-07-14 21:01:21 +09:00
zer0who
aa047940c0 Deleted todo, expectedFailure 2022-07-14 21:01:14 +09:00
zer0who
8ad1ad28a0 Deleted todo lines behind code 2022-07-14 20:57:05 +09:00
zer0who
1c473b6536 Deleted todo, expectedFailure 2022-07-14 20:56:51 +09:00
Taegi Song
12bbb79bad Fix define_exception! of PyStopIteration to set value of value attribute
Co-authored-by: NanHee Kim <kimnanhee0225@gmail.com>
2022-07-14 20:30:21 +09:00
Gilteun Choi
07940cd17f format_int precision error handling (#3813) 2022-07-14 15:40:50 +09:00
44004935b0 Specify expectedFailure of test_non_ascii in Lib/test/test_cmd_line_script.py 2022-07-14 05:50:00 +09:00
5ab55dc7ce Add expectedFailure tag to test_non_ascii 2022-07-14 05:50:00 +09:00
9f29dc558a Update Lib/test/test_cmd_line_script.py to be runable 2022-07-14 05:50:00 +09:00
e86a1bc92f Copy Lib/test/test_cmd_line_script.py from CPython v3.10.5 2022-07-14 05:50:00 +09:00
Jeong YunWon
02a1d1d7db Merge pull request #3877 from moreal/update-typing-3105
Update `typing` module to 3.10.5
2022-07-14 02:23:22 +09:00
Lee Dogeon
4ee32e6b66 Update typing module to 3.10.5 2022-07-14 00:31:40 +09:00
Gyubong
223ac8c6ee Fix str.join returning new object when string argument length is 1 (#3845)
fix #3841
2022-07-13 20:03:14 +09:00
Karatus
523a0f9bc6 Fix union args (#3864) 2022-07-13 18:45:02 +09:00
Jeong YunWon
f16fcc6971 Merge pull request #3874 from kth496/fix_lexer_bug
Fix multiline lexer bug
2022-07-13 18:41:51 +09:00
kth496
203d1998e2 Fix multiline lexer bug
Co-authored-by: Hyeonji-Ryu <cjstk3940@naver.com>
2022-07-13 17:02:17 +09:00
b490f5255b Update Lib/test/test_syntax.py to be runable 2022-07-13 16:47:31 +09:00
82efdeb391 Update Lib/test/test_syntax.py from CPython v3.10.5 2022-07-13 16:47:31 +09:00
43824e393b Change Lib/test/test_exceptions.py runable 2022-07-13 16:47:31 +09:00
4030ad12d9 Update test_exceptions.py from CPython 3.10.5 2022-07-13 16:47:31 +09:00
Jeong YunWon
bed4877f8d Merge pull request #3872 from Yaminyam/change-array-iter-name
Refactor: change PyArrayIter name
2022-07-13 14:53:46 +09:00
siontama
b190a0cbf3 refactor: change PyArrayIter name
* Change `PyArrayIter` struct to `PyArrayIterator`
2022-07-13 14:07:56 +09:00