Andrey Maltsev
|
514014f4fc
|
add compare digest
|
2023-04-23 21:50:15 +09:00 |
|
Andrey Maltsev
|
508cf6b61d
|
refactoring hashlib for tests
|
2023-04-23 21:48:02 +09:00 |
|
discord9
|
94bdb6b97a
|
feature: PyTraverse derive macro for traverse object's childrens(like CPython's tp_traverse) (#4872)
|
2023-04-23 21:43:49 +09:00 |
|
Leslie Zhai
|
2c90b128c3
|
Add loongarch64 support (#4914)
|
2023-04-23 17:37:16 +09:00 |
|
Lee Dogeon
|
1fa69ebcc9
|
sqlite: Throw TypeError when callable is not callable (#4923)
|
2023-04-22 07:10:44 +09:00 |
|
Jeong, YunWon
|
968f2ad7c9
|
Merge pull request #4849 from haxelion/feature/tp_repr_stdlib
Implemented tp_repr slots for more types
|
2023-04-20 21:02:55 +09:00 |
|
Faisal Alatawi
|
5f17d281a6
|
Convert Context::empty_str to &'static PyStrInterned (#4882)
The goal of this commit is to convert Context::empty_str to &'static PyStrInterned and to fix issue #4869
|
2023-04-17 20:55:24 +09:00 |
|
Charles Hubain
|
96a949189d
|
Implemented tp_repr slots for more types
|
2023-04-06 00:42:01 +09:00 |
|
Jeong YunWon
|
7b08953c18
|
rename PyPathLike -> OsPath becasue it is not a python object
|
2023-03-28 17:01:18 +09:00 |
|
Jeong YunWon
|
877ba28d85
|
relocate FsPath -> vm::function::FsPath
|
2023-03-28 17:01:18 +09:00 |
|
Jeong, YunWon
|
11aefa3e42
|
Merge pull request #4735 from youknowone/try_from_borrowed_object
apply TryFromBorrowed more
|
2023-03-27 15:11:57 +09:00 |
|
dependabot[bot]
|
993c892ad9
|
Bump openssl from 0.10.45 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48)
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-25 01:44:37 +00:00 |
|
Kangzhi Shi
|
ee78527a9e
|
fix internal type slots
|
2023-03-21 20:27:45 +02:00 |
|
Jeong YunWon
|
80afab57d3
|
optimization with try_from_borrowed_object
|
2023-03-22 02:38:18 +09:00 |
|
Jeong YunWon
|
7b99df6c48
|
PyPayload::class takes ctx instead of vm
|
2023-03-20 21:03:40 +09:00 |
|
Jeong YunWon
|
dfb37d9a44
|
setattro uses Py<PyStr>
|
2023-03-20 19:00:02 +09:00 |
|
Jeong YunWon
|
ab1de2942c
|
type.__name__ & getattr optimization
|
2023-03-20 19:00:01 +09:00 |
|
TomZz
|
906dfd3b6c
|
Fix windows+ssl build error with unmatched types (#4725)
|
2023-03-20 17:07:45 +09:00 |
|
Jim Fasarakis-Hilliard
|
a2b358613b
|
Merge pull request #4722 from youknowone/mmap
clean up mmap
|
2023-03-19 22:38:07 +02:00 |
|
Noa
|
725dac204f
|
Fix redox
|
2023-03-18 21:17:23 -05:00 |
|
Jeong YunWon
|
8d38bf8ded
|
clean up mmap
|
2023-03-19 10:31:23 +09:00 |
|
Jeong YunWon
|
107a64003d
|
clean up sqlite a bit
|
2023-03-19 05:51:43 +09:00 |
|
Jeong YunWon
|
47d2e7b658
|
clean up PyArray
|
2023-03-19 04:57:07 +09:00 |
|
Jeong YunWon
|
2cc83ed1fe
|
clean up Frame
|
2023-03-19 04:57:07 +09:00 |
|
Jeong YunWon
|
f314328294
|
lifetime bounded TryFromBorrwoedObject
|
2023-03-19 04:57:06 +09:00 |
|
Jeong YunWon
|
12c96d06e4
|
Remove useless and_then
|
2023-03-18 22:10:25 +09:00 |
|
Jeong YunWon
|
b35861005e
|
more cspell (#4702)
|
2023-03-17 14:02:24 +09:00 |
|
bearney74
|
123559478e
|
fix fmean/fsum ValueError and test_inv_cdf
|
2023-03-17 01:18:47 +09:00 |
|
Jeong YunWon
|
40d36165a4
|
update cspell sqlite
|
2023-03-16 22:08:12 +09:00 |
|
Jeong YunWon
|
089c8b7b0a
|
Refactor zlib using new Level type
|
2023-03-16 00:52:39 +09:00 |
|
Jeong YunWon
|
e96dd96864
|
Refactor zlib and add wbits to zlib.compress()
|
2023-03-15 23:52:51 +09:00 |
|
Jeong YunWon
|
8ff947e83a
|
Merge pull request #4677 from youknowone/arg-index
apply ArgIndex
|
2023-03-14 00:36:19 +09:00 |
|
Jeong YunWon
|
8a223b8178
|
Fix unix localeconv to refer libc and additional clean up
|
2023-03-13 23:19:52 +09:00 |
|
minh.pham2000
|
19193cd2a4
|
Add locale implementation for windows
|
2023-03-13 23:19:52 +09:00 |
|
Jeong YunWon
|
0e2e7e533a
|
ArgPrimitiveIndex for zlib
|
2023-03-10 16:44:47 +09:00 |
|
Jeong YunWon
|
6275435567
|
<i>::try_from_object with try_index
|
2023-03-10 06:21:40 +09:00 |
|
Jeong YunWon
|
bca7c16435
|
ArgIndex for math
|
2023-03-10 06:21:40 +09:00 |
|
Jeong YunWon
|
925962505e
|
Adapt ArgIndex in bisect
|
2023-03-10 06:21:39 +09:00 |
|
Jeong YunWon
|
05317f1664
|
temporary fill up missing number protocols
|
2023-03-09 23:43:15 +09:00 |
|
John Pham
|
27233364bc
|
Add init for array.rs (#4667)
|
2023-03-09 19:45:58 +09:00 |
|
Jeong YunWon
|
5a74f08c84
|
Merge pull request #4654 from youknowone/pycallble
Add protocol object PyCallable
|
2023-03-08 05:01:31 +09:00 |
|
Kaan Karakaya
|
cb479bf199
|
Remove strict type to allow cross compiling
Signed-off-by: Kaan Karakaya <yusufkaan142@gmail.com>
|
2023-03-07 21:46:53 +03:00 |
|
Jeong YunWon
|
b60271a6cf
|
deprecate vm.invoke
|
2023-03-08 01:35:30 +09:00 |
|
Jeong YunWon
|
66d9514e12
|
remove vm.is_callable
|
2023-03-07 19:28:21 +09:00 |
|
Charles Hubain
|
29de419c87
|
Implementing shake_128 and shake_256 in the hashlib module.
|
2023-03-06 00:43:06 +09:00 |
|
Jeong YunWon
|
ff973caa67
|
ToPyException for base64::DecodeError
|
2023-03-04 16:19:29 +09:00 |
|
Evan Rittenhouse
|
362be9f344
|
Add 'invalid base64-encoded string' error
|
2023-03-04 16:11:02 +09:00 |
|
Evan Rittenhouse
|
404c398b59
|
Implement strict_mode keyword for binascii.a2b_base64
|
2023-03-04 16:11:01 +09:00 |
|
John Pham
|
f3e9413b2d
|
Add strxfrm and strcoll to locale mod (#4603)
|
2023-03-04 03:21:04 +09:00 |
|
Dan Näsman
|
cdf5634cf2
|
Implement as_sequence for array (#4585)
|
2023-03-03 04:29:52 +09:00 |
|