147 Commits

Author SHA1 Message Date
Noa
c7faae9b22 Bump all crate versions to 0.2.0 2023-01-11 00:14:28 -06:00
yt2b
22a5a83fda PyInt.format only raises ValueError (#4428) 2023-01-08 02:06:04 +09:00
Jeong YunWon
604aa427fa Merge pull request #4429 from youknowone/fix-format
Fix nightly clippy warnings
2023-01-07 21:38:41 +09:00
Jeong YunWon
8d36fe68e7 Fix nightly clippy warnings 2023-01-07 21:07:10 +09:00
yt2b
4bec6e8cc8 add from_bytes 2023-01-07 12:44:28 +09:00
yt2b
3677013765 Fix tests 2023-01-06 23:28:33 +09:00
yt2b
32cf0185bd Fix functions 2023-01-06 22:56:30 +09:00
yt2b
e60a264dc8 Remove map_err 2023-01-06 00:02:39 +09:00
yt2b
f84dd2e84f Implement format validation 2023-01-05 23:55:23 +09:00
Jeong YunWon
062a543c7f Fix f-string padding
Co-Authored-By: yt2b <reinventing.the.wheels@gmail.com>
2023-01-05 22:29:11 +09:00
yt2b
980e578d27 Remove map_err 2023-01-04 23:36:34 +09:00
yt2b
a79d3ad61b Fix functions 2023-01-04 23:08:20 +09:00
yt2b
555987e97f Fix functions 2023-01-03 16:22:27 +09:00
yt2b
b9e2b716dd Add function 2023-01-03 16:10:35 +09:00
yt2b
e11cda970a Implement From trait 2023-01-03 16:08:41 +09:00
yt2b
8e85234134 Fix format_int 2023-01-02 22:51:49 +09:00
Jeong YunWon
23c7b92aff Move (c)format basic implementations to rustpython-common 2023-01-02 20:21:36 +09:00
Ethan Post
c2a5acb40c Implements 6 os/posix constants missing for macos (#4110) 2022-09-26 15:48:48 +09:00
Padraic Fanning
50fd23ab47 Fix unnecessary closure (clippy) 2022-09-22 23:09:30 -04:00
Jeong YunWon
6eeaf976a2 sort Cargo.toml dependencies 2022-08-22 08:42:20 +09:00
Jeong Yunwon
7b959dfba7 relocate conversion traits and fix build 2022-08-21 23:18:25 +09:00
Jeong YunWon
27040c01b0 Fix nightly clippy 2022-08-16 09:02:42 +09:00
Jeong YunWon
2fafd409a9 impl _imp.source_hash 2022-08-15 16:09:32 +09:00
Gilteun Choi
13acb1ce6e Precision bug fix when FormatType is None (#3975) 2022-08-04 22:34:31 +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
Gyubong Lee
187fc5d872 hash_pointer -> hash_object_id 2022-07-26 11:42:25 +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
Jeong Yunwon
dd2bf4c96b fix clippy 2022-07-21 06:45:28 +09:00
Jeong Yunwon
8c0be4b48f Fix nightly clippy warnings 2022-06-24 01:13:32 +09:00
Dennis Zhuang
d4f001fa21 Basic mmap module 2022-06-15 01:38:27 +09:00
Jeong Yunwon
7105073c91 shared hash seed in process 2022-05-23 09:03:13 +09:00
Jeong Yunwon
370b2b3f99 static object 2022-05-22 14:18:34 +09:00
Jeong Yunwon
753041b149 Use single version of parking_lot 2022-05-19 08:19:59 +09:00
Jeong Yunwon
cbeeb51cee Fix lcg_random overflow 2022-05-17 05:53:42 +09:00
Jeong Yunwon
c9f1f61bae fix clippy warnings 2022-05-07 20:00:57 +09:00
Noa
77495a2b2d Move stdlib::os::errno to common 2022-04-30 13:35:43 -05:00
Noa
b382d3c9e3 Move crt_fd to common 2022-04-30 13:35:42 -05:00
Jeong Yunwon
82eb352e9f common::rc::PyWeak is not used and confusing by its name 2022-04-23 05:17:35 +09:00
Jeong Yunwon
6357a1acbe clean up imports and useless allow attributes 2022-04-15 23:58:20 +09:00
Padraic Fanning
29048b105e Fix needless_late_init Clippy warning 2022-02-25 19:33:52 -05:00
Noa
1188369956 Fix clippy warnings with 1.58 & convert some format strings to capture-args 2022-01-13 23:53:25 -06:00
Noa
af7ec416f9 Prevent edge case race condition, hopefully 2021-11-15 16:08:47 -06:00