Commit Graph

11190 Commits

Author SHA1 Message Date
Jeong Yunwon
c87c8dcb7d mark failing tests for unittest 2022-07-18 01:00:56 +09:00
CPython developers
799c78670b Update unittest from CPython 3.10.5 2022-07-18 00:59:52 +09:00
Jeong YunWon
760bda6c50 Merge pull request #3904 from moreal/del-frame-ftrace
Remove `PyGetSet.deleter`
2022-07-18 00:58:01 +09:00
Lee Dogeon
c0d850b422 Obsolete PyGetSet.deleter 2022-07-17 23:32:23 +09:00
Jeong YunWon
ebed7280b7 Merge pull request #3889 from daeun503/fix-with-test
Fix testEnterAttributeError2 in test_with.py
2022-07-17 21:46:10 +09:00
Jeong YunWon
256bbef8d0 Merge pull request #3907 from youknowone/remove-pipenv
remove pipenv
2022-07-17 12:43:23 +09:00
Jeong Yunwon
2dd446a80f remove pipenv 2022-07-17 03:25:34 +09:00
Jeong YunWon
d9d453819e Merge pull request #3783 from ChJR/feature/fix_decorators
Fix decorators
2022-07-16 23:43:19 +09:00
Daeun Lee
c8e599e29d Fix BeforeAsyncWith 2022-07-16 21:49:28 +09:00
ChJR
8ef21ee628 Apply PEP 614
Check 'Named Expressions Need Not Be Parenthesized' Section
2022-07-16 21:28:01 +09:00
ChJR
fccb4d6b95 Simplify __doc__ initializing 2022-07-16 21:16:16 +09:00
ChJR
4bf5644712 Improve code quality 2022-07-16 17:09:27 +09:00
Jeong YunWon
2e77581456 Merge pull request #3902 from kimnanhee/main
Fix byte indices must be integers or slices, error message
2022-07-16 16:17:07 +09:00
Jeong YunWon
ceb7d68ef7 Merge pull request #3901 from rimi0108/add-dict-mapping
Add a mapping property
2022-07-16 16:12:46 +09:00
Hayeong.Lee
10327b553d Implement Number protocol for PyNone (#3880) 2022-07-16 16:08:54 +09:00
Jeong YunWon
fa40a13ee8 Merge pull request #3887 from moreal/improve-frozenset-debug-string
Improve frozenset debug representation
2022-07-16 15:58:18 +09:00
hyerim
b81853fa71 Fix: delete PyMappingProxy new function, fix new to from function 2022-07-16 15:40:12 +09:00
hyerim
f9a17b0e54 Add: pyproperty dict values, items mapping 2022-07-16 15:40:12 +09:00
kimnanhee
4b659f92aa Fix byte indices must be integers or slices, error message 2022-07-16 15:38:21 +09:00
Jeong YunWon
524ff93487 Merge pull request #3900 from oow214/weakref_bool
Add weakproxy bool, bytes
2022-07-16 15:29:36 +09:00
Lee Dogeon
a809746c7c Improve frozenset debug representation
For `frozenset([1, 2, "str"])` object, it is represented as
`frozenset { [PyObject PyInt { value: 1 }], [PyObject PyInt { value: 2 }],
[PyObject PyStr { value: "str", kind: Ascii, hash: -845154580267954013 }], }`
2022-07-16 14:35:01 +09:00
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
ChJR
9d9f9d364b Change the variable name better format 2022-07-15 22:40:59 +09:00
Daeun Lee
a563d07919 Fix testEnterAttributeError2 in test_with.py 2022-07-15 22:13:17 +09:00
seryoungshim17
5d0163e6c4 Add mapping property to dict_keys 2022-07-15 16:54:33 +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