Jeong YunWon
|
3d5d3fdca1
|
Merge pull request #3759 from youknowone/pyimpl
pyimpl -> pyclass
|
2022-08-05 01:54:12 +09:00 |
|
Jeong Yunwon
|
055c5cfb97
|
pyimpl -> pyclass
|
2022-08-05 01:18:10 +09:00 |
|
Gilteun Choi
|
13acb1ce6e
|
Precision bug fix when FormatType is None (#3975)
|
2022-08-04 22:34:31 +09:00 |
|
Jeong YunWon
|
8fa819482e
|
Merge pull request #3929 from youknowone/test-selector
windows-failing tests
|
2022-08-04 15:49:22 +09:00 |
|
joohongpark
|
9cac7a36dd
|
replace exit with Exitcode (#3956)
|
2022-08-04 15:46:17 +09:00 |
|
Sion Kang
|
bb52ed774e
|
Feat: grp module (#3967)
|
2022-08-04 15:44:40 +09:00 |
|
Jeong YunWon
|
33b420fd0b
|
Merge pull request #3989 from TwoPair/union-or-types
Update cmp of `PyUnion`
|
2022-08-02 17:13:20 +09:00 |
|
Hyunmin Shin
|
5480f4c671
|
Update cmp of PyUnion
|
2022-08-02 16:40:56 +09:00 |
|
Hyunmin Shin
|
a443a0b34c
|
Update test_types.py
|
2022-08-02 16:40:56 +09:00 |
|
Jeong YunWon
|
f40a6206d1
|
Merge pull request #3990 from moreal/correct-union-hash
Correct union hash
|
2022-08-02 16:00:32 +09:00 |
|
moreal
|
5658a6b069
|
Unmark fixed tests
|
2022-08-02 12:41:47 +09:00 |
|
Lee Dogeon
|
1c5b9c9e03
|
Correct union hash
https://github.com/RustPython/RustPython/issues/3851
|
2022-08-02 12:41:46 +09:00 |
|
Jeong YunWon
|
d236067dde
|
Merge pull request #3988 from jeffwang0516/starmap-reduce
Add `itertools.starmap.__reduce__`
|
2022-08-01 19:36:49 +09:00 |
|
jeffwang0516
|
e5437e4514
|
remove expected failures for related unittest
|
2022-08-02 01:15:09 +08:00 |
|
jeffwang0516
|
6f0c30605f
|
Add itertools.starmap.__reduce__
|
2022-08-02 01:12:25 +08:00 |
|
Jeong YunWon
|
ac489680ba
|
Merge pull request #3984 from TwoPair/fix-issubclass
Fix `instancecheck`, `subclasscheck` of `UnionType`
|
2022-08-01 07:29:19 +09:00 |
|
Jeong YunWon
|
2c07946619
|
Merge pull request #3976 from qingshi163/sre021
Test Bump sre-engine to 0.2.1
|
2022-08-01 07:19:36 +09:00 |
|
Hyunmin Shin
|
ed001b4300
|
Update test_types.py from CPython 3.10
|
2022-08-01 06:57:51 +09:00 |
|
Hyunmin Shin
|
ee3a241884
|
Fix instancecheck, subclasscheck of UnionType
|
2022-08-01 06:55:04 +09:00 |
|
Rhee Jung In
|
36a2700e1b
|
Fix cmath to handle some edge cases in complex number calculation (#3987)
* Fix: handle edge case for complex comparison, when both is both NaN+NaNj
* Fix: handle f64 overflow complex __abs__
|
2022-08-01 02:19:44 +09:00 |
|
Gyubong
|
e8ed8aab9f
|
Fix PyFloat::py_new always returning new float object issue (#3979)
|
2022-08-01 01:52:15 +09:00 |
|
Jeong Yunwon
|
59389bbe6e
|
Mark failing test_selectors tests
|
2022-07-31 15:54:47 +09:00 |
|
CPython developers
|
89d4cf51c5
|
Update multiprocessing from CPython 3.10.5
|
2022-07-31 15:54:47 +09:00 |
|
CPython developers
|
464e216beb
|
Add test_selectors from CPython 3.10.5
|
2022-07-31 15:54:47 +09:00 |
|
Kangzhi Shi
|
eeac5fe2d3
|
bump sre-engine to 0.2.1
|
2022-07-29 19:53:40 +09:00 |
|
Jeong YunWon
|
0341e72d94
|
Merge pull request #3980 from Yaminyam/fix/module-pwd
Fix: check if name contains null byte
|
2022-07-29 02:26:40 +09:00 |
|
siontama
|
8fdc4db915
|
Fix: check name contain null
|
2022-07-29 01:43:15 +09:00 |
|
Jeong YunWon
|
9122d759eb
|
Merge pull request #3977 from youknowone/ios
Fix iOS build
|
2022-07-28 23:40:32 +09:00 |
|
Jeong YunWon
|
cc8a18496e
|
Merge pull request #3971 from qingshi163/sre-engine
Fix sre-engine wrong repeat context used when multiple max_until recusion
|
2022-07-28 08:51:08 +09:00 |
|
Jeong YunWon
|
573b495def
|
Fix iOS build
|
2022-07-28 08:49:00 +09:00 |
|
Jeong YunWon
|
2bdc33a9f5
|
Merge pull request #3951 from jopemachine/float-nan-hash
Fix `float` and `complex`'s incorrect hash value when using with `nan`
|
2022-07-27 15:15:35 +09:00 |
|
Jeong YunWon
|
1f00aa07b3
|
Merge pull request #3969 from daeun503/fix-range-attribute
Fix range attributes type
|
2022-07-27 15:13:57 +09:00 |
|
Daeun Lee
|
97d8529c74
|
Fix range attributes type
|
2022-07-27 14:43:47 +09:00 |
|
Daeun Lee
|
d29f5d738c
|
Update test_copy.py from CPython v3.10.5
|
2022-07-27 14:42:44 +09:00 |
|
Gyubong Lee
|
d7f17d82ec
|
Fix formatter
|
2022-07-27 13:37:34 +09:00 |
|
Gyubong Lee
|
60c4db78dd
|
Reflect feedbacks
|
2022-07-27 13:36:15 +09:00 |
|
Jeong YunWon
|
abc7586662
|
bump up sre-engine to 0.2.0
|
2022-07-27 05:14:56 +09:00 |
|
Gyubong Lee
|
187fc5d872
|
hash_pointer -> hash_object_id
|
2022-07-26 11:42:25 +09:00 |
|
Kangzhi Shi
|
d7842d1e8e
|
pass htmlparser tests
|
2022-07-25 22:07:26 +02:00 |
|
Jeong YunWon
|
1daf2f1e4b
|
Merge pull request #3966 from youknowone/fix-windows-ci
fix windows CI
|
2022-07-26 05:01:06 +09:00 |
|
Jeong Yunwon
|
e62fdd105c
|
fix windows CI
|
2022-07-26 04:03:00 +09:00 |
|
Gyubong Lee
|
320265c973
|
Reflect feedbacks
|
2022-07-25 19:03:41 +09:00 |
|
Gyubong Lee
|
01a5fa1ba9
|
Reflect feedback
|
2022-07-25 18:07:10 +09:00 |
|
Gyubong Lee
|
dc3c7a9712
|
Fix lint
|
2022-07-25 18:07:10 +09:00 |
|
Gyubong Lee
|
d317c8b08c
|
Move hash_complex implementation from hash.rs to complex.rs
|
2022-07-25 18:07:10 +09:00 |
|
Gyubong Lee
|
6098eb66ed
|
Fix wrong implementation of hash_complex
|
2022-07-25 18:07:10 +09:00 |
|
Gyubong Lee
|
3c0f3cacdd
|
Apply inlining
|
2022-07-25 18:07:10 +09:00 |
|
Gyubong Lee
|
d388a13120
|
Fix hash_complex's hash function
|
2022-07-25 18:07:10 +09:00 |
|
Gyubong Lee
|
8a97c0b8fa
|
libc::c_void -> std::ffi::c_void
|
2022-07-25 18:07:10 +09:00 |
|
Gyubong Lee
|
98d3f38476
|
Reflect feedbacks
|
2022-07-25 18:07:10 +09:00 |
|