Commit Graph

6612 Commits

Author SHA1 Message Date
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
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
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
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
558732e069 Merge pull request #3894 from youknowone/refactor-set
SetIterable -> AnySet
2022-07-16 02:30:37 +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
4c9443902d Add attributes to SyntaxError
add 'end_lineno' and 'end_offset'
2022-07-15 14:00:58 +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
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
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
d3e8e47c9e Merge pull request #3860 from youknowone/fix-zerodiv
Fix int.__truediv__ error message
2022-07-11 05:32:39 +09:00
Jeong Yunwon
452746c237 Fix int.__truediv__ error message 2022-07-11 04:57:39 +09:00
fanninpm
11e9d818b4 Merge pull request #3838 from fanninpm/complex-pynumber 2022-07-10 15:30:27 -04:00
ChJR
9dd999c7ef Improve code quality 2022-07-10 15:28:11 +09:00
YeonWoo
0c58d7bc1d Fix is_unionable type_type check (#3852)
Co-Authored-By: Hyunmin Shin <shm1193@gmail.com>
2022-07-09 21:25:15 +09:00
Padraic Fanning
de9a4d5b3f Replace None instances with update syntax 2022-07-08 20:11:21 -04:00
Jeong YunWon
5631d2102b Merge pull request #3842 from youknowone/freebsd
fix --no-default-features build and freebsd CI
2022-07-08 16:28:53 +09:00
Noa
4771ab6383 Switch then(|| foo) to then_some(foo) 2022-07-07 11:19:55 -04:00
Jeong Yunwon
54b4e57a28 fix --no-default-features build 2022-07-06 22:54:43 +09:00
Padraic Fanning
508118e000 Implement Number protocol for PyComplex 2022-07-02 22:25:34 -04:00
Padraic Fanning
71968b316a Fix error type in itertools.count constructor 2022-07-02 14:33:59 -04:00
oow214
3bc65bd504 Fix itertools.count step to take PyNumber instead of PyInt (#3834) 2022-07-02 17:32:49 +09:00
gogim1
d9f1857d98 remove to_string() 2022-07-01 14:24:01 +08:00