Commit Graph

2485 Commits

Author SHA1 Message Date
Hyunmin Shin
ec5fd4a596 Feat: sys.thread_info 2022-08-12 00:30:15 +09:00
Jeong YunWon
9c2847afd5 Merge pull request #3736 from youknowone/warning
warning module start
2022-08-08 04:42:26 +09:00
Jeong YunWon
a363b05340 PySetterValue for descr_set and setattro 2022-08-08 04:31:14 +09:00
Jeong Yunwon
5a80fc3b8c warning module start 2022-08-08 04:07:03 +09:00
Jeong YunWon
a5b18c4795 Fix _TextIOBase.encoding impl 2022-08-08 03:08:09 +09:00
Kangzhi Shi
8bdbc99216 refactor to bump sre-engine to v0.3.0 2022-08-07 15:48:37 +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
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
Jeong YunWon
5b1e92f793 remove redundant parenthesis 2022-08-06 04:57:34 +09:00
Jeong Yunwon
055c5cfb97 pyimpl -> pyclass 2022-08-05 01:18:10 +09:00
jeffwang0516
6f0c30605f Add itertools.starmap.__reduce__ 2022-08-02 01:12:25 +08: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
573b495def Fix iOS build 2022-07-28 08:49:00 +09:00
Jeong YunWon
fff5a8c4de Merge pull request #3963 from youknowone/winapi
add _winapi attributes
2022-07-25 07:10:24 +09:00
Jeong Yunwon
b2d0bc0aa3 add _winapi attributes 2022-07-25 06:53:15 +09:00
Jeong YunWon
2fbd01f23e Fix surrogateescape_errors 2022-07-25 04:10:59 +09:00
Jeong YunWon
2e7ec1dcfb Merge pull request #3819 from qingshi163/heaptypeext
HeapTypeExt and Protocol Methods Pointer
2022-07-25 02:56:12 +09:00
Jeong YunWon
96839df42b Merge pull request #3915 from hy-kiera/textiobase_encoding_property
implement TextIOBase encoding attribute
2022-07-24 20:01:26 +09:00
hy-kiera
1ac66cffd9 change parameters and add pyproperty 2022-07-24 17:17:42 +09:00
Jeong YunWon
2d1158b271 remove vm.try_index 2022-07-24 15:05:29 +09:00
Jeong YunWon
e871a53227 resolve conflict 2022-07-24 07:49:22 +09:00
Jeong Yunwon
84f5aa93b0 Refactor repetive optional range pattern to OptionalRangeArgs 2022-07-22 03:11:38 +09:00
Gilteun Choi
0559a9b546 add constants that already exist in winbase.rs and winnt.rs 2022-07-19 09:18:27 +09:00
hy-kiera
8a3bd8529a implement TextIOBase encoding attribute 2022-07-18 21:44:19 +09:00
Lee Dogeon
c0d850b422 Obsolete PyGetSet.deleter 2022-07-17 23:32:23 +09:00
siontama
60e3ce2dd8 Add basetype flag to itertools module 2022-07-16 00:58:42 +09: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
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
gogim1
fe8a0300a1 fix fmt 2022-07-01 14:05:25 +08:00
oow214
27a0d3a93a Update itertools count repr 2022-06-30 21:00:10 +09:00
oow214
5786a0640c Update itertools count repr 2022-06-30 18:20:08 +09:00
oow214
3f8eb24681 Fix itertools count repr 2022-06-30 17:03:57 +09:00
oow214
c07d8650ec Fix itertools count repr 2022-06-30 17:03:57 +09:00
oow214
fd3bcae1e5 Fix itertools count repr 2022-06-30 17:03:57 +09:00
oow214
6ad0e547f5 Fix itertools.count to take PyNumber instead of PyInt (#3822) 2022-06-27 23:02:45 +09:00
Jeong YunWon
174c026727 Merge pull request #3817 from youknowone/fix-clippy
Fix nightly clippy warnings
2022-06-25 02:12:18 +09:00
Jeong Yunwon
16bed5b14d put wrap_index to SequenceIndexOp 2022-06-25 01:18:36 +09:00
Jeong Yunwon
38b1f5932c SequenceIndexOp 2022-06-25 01:18:35 +09:00
dldks321
b8f276f8d7 Fix OverflowError at collections.rs (#3815) 2022-06-24 01:14:50 +09:00
Jeong Yunwon
8c0be4b48f Fix nightly clippy warnings 2022-06-24 01:13:32 +09:00
Jeong YunWon
119913b4ab Merge pull request #3802 from youknowone/fix-musl
disable schedparam from musl
2022-06-20 01:41:37 +09:00