Commit Graph

11417 Commits

Author SHA1 Message Date
Jeong YunWon
bfa595db3f Merge pull request #4002 from Snowapril/relocate_meta_file
Relocate generated file location in `whats_left.py`
2022-08-07 14:38:24 +09:00
Jeong YunWon
8dad7add5b Merge pull request #3816 from chang-57/binascii_qp
Add `binascii` `a2b_qp`
2022-08-07 06:22:21 +09:00
Lee Dogeon
02e05e489d Correct binascii.unhexlify error type (#4005)
* Correct `binascii.unhexlify` error type

* Unmark resolved tests
2022-08-07 06:21:35 +09:00
Jeong YunWon
1f13d11cf3 Fix magic number horror 2022-08-07 05:57:43 +09:00
Jeong YunWon
a02558b63a fix bug and styles not fixed yet 2022-08-07 05:57:21 +09:00
Jeong YunWon
eb9a5fac2a Merge pull request #4006 from youknowone/marshal
a few more marshal
2022-08-07 05:20:24 +09:00
hachangmin6
33110aecfe add binascii a2b_qp
Signed-off-by: hachangmin6 <tom5757tom@pusan.ac.kr>
2022-08-07 04:33:15 +09:00
Jeong YunWon
ba766e1a43 Merge pull request #3849 from youknowone/tabnanny
add tabnanny from cpython
2022-08-07 04:30:39 +09:00
Jeong YunWon
ec9fa505e3 marshal.version 2022-08-07 04:15:21 +09:00
Jeong YunWon
b32493d2cf marshal ascii/unicode 2022-08-07 04:13:21 +09:00
Jeong YunWon
6489ef153a bytes, none, ellipsis 2022-08-07 04:13:21 +09:00
Jeong YunWon
619bc156ba Merge pull request #4004 from youknowone/marshal
redesign marshal
2022-08-07 03:53:14 +09:00
Jeong YunWon
aa58cd2e75 Use enum marshal::Type instead of u8 2022-08-07 03:10:54 +09:00
Jeong YunWon
a353d5e27a redesign marshal 2022-08-07 02:40:40 +09:00
Jeong YunWon
320ed26ab9 marshal _dumps to take &mut vec 2022-08-07 02:38:37 +09:00
snowapril
e79442140b Relocate generated file location 2022-08-06 14:35:09 +09:00
Jeong YunWon
cc202e1e90 Mark failing tests for test_tabnanny 2022-08-06 05:27:03 +09:00
Jeong Yunwon
216fcd8ba5 Add tabnanny module and its test from Python v3.10.4 2022-08-06 05:21:55 +09:00
Jeong YunWon
5b1e92f793 remove redundant parenthesis 2022-08-06 04:57:34 +09:00
Jeong YunWon
5ee50194b2 Merge pull request #3470 from youknowone/lto
enable lto for release build
2022-08-05 05:12:01 +09:00
Jeong YunWon
8a307b89dd Merge pull request #2444 from verhovsky/add-bz2
add bz2 from CPython 3.10.5
2022-08-05 05:08:20 +09:00
Jeong YunWon
005d0f3e67 enable lto for release build 2022-08-05 04:06:18 +09:00
Jeong YunWon
da9c98675b optional bz2 2022-08-05 04:00:51 +09:00
CPython developers
b17c891115 Add bz2 from CPython 3.10.5 2022-08-05 03:54:21 +09:00
boris
7204ab7ea8 implement _bz2
Co-Authored-By: Jeong YunWon <jeong@youknowone.org>
2022-08-05 03:53:59 +09:00
Jeong YunWon
c073a611a1 Merge pull request #3598 from hwi-ya/timeout
Modify timeout print message
2022-08-05 02:09:40 +09:00
Jeong YunWon
3d5d3fdca1 Merge pull request #3759 from youknowone/pyimpl
pyimpl -> pyclass
2022-08-05 01:54:12 +09:00
hwi-ya
53a74a1f2d Modify timeout print message
Co-Authored-By: Jeong YunWon <jeong@youknowone.org>
2022-08-05 01:25:53 +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