kingiler
|
bdf228eb42
|
Fix bug in binascii uu encoding. Pass more related unit tests. (#5160)
* Fix bug in binascii, passes more unit tests.
* Pass more additional tests due to this PR.
|
2024-02-09 22:42:39 +09:00 |
|
Jeong, YunWon
|
9cc571be95
|
Fix windows stdlib build
|
2024-01-09 20:53:58 +09:00 |
|
Noa
|
602015fca1
|
Update nix and socket2
|
2024-01-09 20:53:58 +09:00 |
|
Jeong, YunWon
|
32f662ae80
|
Bump openssl from 0.10.55 to 0.10.62
|
2023-12-30 17:14:08 +09:00 |
|
Jeong, YunWon
|
7236109d75
|
Merge pull request #5144 from youknowone/clippy
Fix 1.75 clippy warnings
|
2023-12-30 13:16:10 +09:00 |
|
Jeong YunWon
|
506c8a633e
|
Fix redox and nightly
|
2023-12-30 12:53:57 +09:00 |
|
Jeong YunWon
|
a309cb5d2c
|
Fix 1.75 clippy warnings
|
2023-12-30 11:48:40 +09:00 |
|
Jeong, YunWon
|
756088e7fb
|
more winapi to windows-sys
|
2023-12-29 00:40:04 +09:00 |
|
Jeong, YunWon
|
fc91cd8bc7
|
clean up winapi features (#5141)
|
2023-12-28 21:51:26 +09:00 |
|
Tae-Geun Kim
|
b4b71e5a11
|
Bump puruspe to 0.2 (#5112)
|
2023-11-07 22:37:06 -08:00 |
|
Jeong, YunWon
|
4135da42ac
|
Fix clippy (#5083)
* Fix clippy
* Fix nightly clippy
|
2023-10-06 03:17:03 +09:00 |
|
Jeong YunWon
|
1208416b92
|
0.3.0 release
|
2023-09-06 18:49:55 +09:00 |
|
Jeong, YunWon
|
03f954408a
|
Fix windows SSL bug
|
2023-08-27 00:38:10 +09:00 |
|
Jeong, YunWon
|
d4d362a9ca
|
Update to Rust 1.72.0
|
2023-08-27 00:38:10 +09:00 |
|
dependabot[bot]
|
179de9fb67
|
Bump openssl from 0.10.48 to 0.10.55
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.55)
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-21 22:55:38 +00:00 |
|
DimitrisJim
|
8db7edb6d9
|
Bump xml-rs
|
2023-06-08 13:14:34 +03:00 |
|
Steve Shi
|
de0d323ad3
|
change dependency from num-bigint to malachite-bigint (#4952)
|
2023-06-08 14:28:39 +09:00 |
|
DimitrisJim
|
2b43d4817c
|
Add additional arguments to fork_exec.
|
2023-05-19 19:54:38 +03:00 |
|
Micha Reiser
|
7a6000d181
|
Use format and cformat from rustpython-literal (#4968)
* Use `format` and `cformat` from `rustpython-literal`
* Remove unused dependencies, use `rustpython-format`
|
2023-05-13 02:58:02 +09:00 |
|
Jeong YunWon
|
dc569e9921
|
Refactoring
|
2023-05-10 19:35:27 +09:00 |
|
Jeong YunWon
|
f1b261b4f8
|
Adapt byte-offset location
|
2023-05-10 04:13:30 +09:00 |
|
Jeong YunWon
|
bac1cdc55f
|
Remove compiler_core::CompileError
|
2023-05-06 18:22:25 +09:00 |
|
Jeong YunWon
|
ff5076b12c
|
rustpython-literal
|
2023-05-05 21:49:12 +09:00 |
|
Jeong, YunWon
|
cea23d2b07
|
Merge pull request #4951 from youknowone/repr-quote
Port configurable repr quote from Ruff and refactoring
|
2023-05-05 20:45:40 +09:00 |
|
Jeong YunWon
|
cfbdf7f924
|
Refactor common::bytes::repr using common::escape
|
2023-05-03 16:08:48 +09:00 |
|
Jeong YunWon
|
2080cc2067
|
Refactor common::str::repr using common::escape
|
2023-05-03 13:47:04 +09:00 |
|
Jeong YunWon
|
9f58921a6f
|
Rename IterNextIterable -> SelfIter by following CPython
|
2023-04-30 03:54:32 +09:00 |
|
Jeong YunWon
|
9b9dd1100a
|
Add missing with(Iterable)
|
2023-04-30 03:54:32 +09:00 |
|
Jeong YunWon
|
e2ccb48463
|
Remove Traverse from FromArgs
|
2023-04-28 13:27:57 +09:00 |
|
Jeong YunWon
|
317f432a20
|
PyModuleDef and #[pymodule(with(...))]
|
2023-04-25 04:08:11 +09:00 |
|
Jeong, YunWon
|
ce13fc5f03
|
Merge pull request #4898 from youknowone/pymodule-expose
module objects' type as PyModule
|
2023-04-25 04:00:52 +09:00 |
|
Jeong, YunWon
|
c16f813794
|
Merge pull request #4899 from youknowone/debug-friendly-tweaks
debug-friendly tweaks
|
2023-04-25 04:00:24 +09:00 |
|
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
|
6996141448
|
debug-friendly tweaks
|
2023-04-20 21:21:50 +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 |
|
Jeong YunWon
|
19224505e8
|
module objects' type as PyModule
|
2023-04-20 20:48:57 +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 |
|