Noa
|
20b86b2060
|
Implement ascii codec in Rust
|
2021-09-22 16:35:50 -05:00 |
|
Jeong YunWon
|
2952f6e7c6
|
extract wchar_t definition to rustpython-common
|
2021-09-22 03:30:41 +09:00 |
|
Padraic Fanning
|
f833ba6ed3
|
Update num_bigint to 0.4.2
Fixes a compilation error with the latest nightlies.
|
2021-09-03 18:53:23 -04:00 |
|
Noah
|
4de16f6955
|
Remove derive_more dep
|
2021-07-31 10:49:39 -05:00 |
|
Noah
|
ab3537f9c9
|
Make PyStr.hash a AtomicI64
|
2021-05-20 18:41:13 -05:00 |
|
Noah
|
25ecd7c38b
|
Upgrade dependencies
|
2021-03-25 08:06:56 -05:00 |
|
Noah
|
36f525732e
|
Use the which crate to figure out sys.executable
|
2021-01-29 00:46:17 -06:00 |
|
Noah
|
75f9ea2f29
|
Update rand deps, replace statrs with puruspe
|
2021-01-07 23:44:45 -06:00 |
|
Noah
|
72f8f20ab2
|
Move timing_safe_cmp to rustpython-common
|
2020-10-25 15:28:36 -05:00 |
|
Noah
|
e0c626fdaf
|
Make the not(threading) PyMutex based on a custom RawMutex
|
2020-09-26 23:39:04 -05:00 |
|
Noah
|
9f0f08b597
|
Move BorrowValue to rustpython-common, add BorrowedValue enum
|
2020-09-21 13:18:32 -05:00 |
|
Noah
|
72123c65ec
|
Use siphash24 + PYTHONHASHSEED
|
2020-08-27 20:47:47 -05:00 |
|
Ben Lewis
|
c773d9f214
|
Use OnceCell to hold the jitted code.
|
2020-08-25 07:16:58 +12:00 |
|
Jeong YunWon
|
7f3fa70d10
|
clean up PyComplex
|
2020-08-09 21:46:16 +09:00 |
|
Noah
|
ab232e6cd8
|
Use lexical-core instead of lexical
|
2020-07-26 15:21:38 -05:00 |
|
Noah
|
3647568ac5
|
Make threading optional
|
2020-07-25 15:22:03 -04:00 |
|
Noah
|
0251f3e9a2
|
Move pyhash and some float ops to rustpython-common
|
2020-07-25 15:22:00 -04:00 |
|