Ashwin Naren
|
33940726a8
|
upgrade to windows-sys 0.59.0
|
2025-03-05 13:49:37 -06:00 |
|
Ashwin Naren
|
3ae1160868
|
Remove winapi dependency
|
2025-03-05 13:49:37 -06:00 |
|
Noa
|
4468dcbe34
|
Switch to libz-rs-sys for zlib implementation
|
2025-02-25 23:19:19 -06:00 |
|
Noa
|
085ac88438
|
Use non-env-var methods from openssl_probe
|
2025-02-24 23:10:07 -06:00 |
|
Axect
|
31c5c3eb9d
|
Update puruspe version to 0.4.0
To resolve the issue (#5496)
|
2025-02-24 11:15:33 +09:00 |
|
Noa
|
fa2acd7cde
|
Update rand to 0.9
|
2025-02-18 17:07:26 +09:00 |
|
Ashwin Naren
|
6e35e20e49
|
dependency bump
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
|
2025-02-12 18:16:45 +09:00 |
|
Ankit Goel
|
0dacf8a326
|
Remove dependency on uuid-macro-internal
`uuid-macro-internal` is only relevant when using `uuid!` macro to parse
uuids at compile time. RustPython doesn't do that so it's unnecessary.
|
2024-09-23 15:07:57 +09:00 |
|
Noa
|
a8964f4108
|
Add select.epoll
|
2024-09-20 11:46:01 +09:00 |
|
Noa
|
23f7cbf1c3
|
Make sqlite optional
|
2024-09-19 11:13:51 +09:00 |
|
Noa
|
7dfb760421
|
Make rustpython-vm compatible with non-js wasm32-unknown & add tests
|
2024-08-09 02:04:25 +09:00 |
|
Jeong YunWon
|
2919df1df5
|
Mark rust-version 1.78
|
2024-08-08 23:20:17 +09:00 |
|
Jeong YunWon
|
a2df2f014b
|
Fix dis.dis without compiler feature
|
2024-08-07 09:48:09 +09:00 |
|
Jeong YunWon
|
8673169ee7
|
0.4.0
|
2024-08-07 08:38:21 +09:00 |
|
dependabot[bot]
|
f1f05303db
|
Bump openssl from 0.10.62 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.62 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.66)
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-23 11:14:45 +09:00 |
|
James Clarke
|
08c9a4d86b
|
Added lints and deny.toml
|
2024-06-25 03:59:40 +01:00 |
|
Noa
|
3e98e5e86c
|
Bump libsqlite3-sys
|
2024-05-21 09:05:49 +09:00 |
|
Jeong YunWon
|
e5bf72e897
|
contextvars
|
2024-05-07 22:43:21 +09:00 |
|
Jeong YunWon
|
f62114c7eb
|
zlib-ng as default
|
2024-04-30 23:18:14 +09:00 |
|
Noa
|
84099514e6
|
Implement socket.socket.sendmsg (#5205)
* Implement socket.socket.sendmsg
* debugger-friendly newlines
* Fix control_buf error on macOS
---------
Co-authored-by: Jeong YunWon <jeong@youknowone.org>
|
2024-04-22 11:21:10 +09:00 |
|
Jeong, YunWon
|
d57287b89b
|
Fix OSError.winerror and errno/winerror converions
|
2024-04-19 04:56:25 +09:00 |
|
Jeong, YunWon
|
79e7015a32
|
CreateJunction
|
2024-04-19 03:00:33 +09:00 |
|
Lee Dogeon
|
60993b9d23
|
Bump shutil to 3.12.3 (#5228)
* Bump shutil to 3.12.3
* Implement windows platform target `is_junction` with junction library
* Add _winapi.NeedCurrentDirectoryForExePath
---------
Co-authored-by: Jeong, YunWon <jeong@youknowone.org>
|
2024-04-17 01:33:14 +09:00 |
|
Jeong YunWon
|
ccf650d4ca
|
Fix rustpython-vm --no-default-features build
|
2024-04-10 19:15:22 +09:00 |
|
Jeong YunWon
|
8816cd41d5
|
0.3.1
|
2024-04-10 17:39:57 +09:00 |
|
Jeong YunWon
|
a0b6c36928
|
Update indexmap
|
2024-04-09 11:17:25 +09:00 |
|
Jeong, YunWon
|
5a5ac35f36
|
Update a few deps (#5217)
Co-authored-by: ognevnydemon <maksapple2306@gmail.com>
|
2024-04-09 02:12:15 +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
|
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
|
1208416b92
|
0.3.0 release
|
2023-09-06 18:49:55 +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 |
|
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 |
|
Andrey Maltsev
|
514014f4fc
|
add compare digest
|
2023-04-23 21:50:15 +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 |
|
Noa
|
725dac204f
|
Fix redox
|
2023-03-18 21:17:23 -05:00 |
|
minh.pham2000
|
19193cd2a4
|
Add locale implementation for windows
|
2023-03-13 23:19:52 +09:00 |
|
Jeong YunWon
|
1ca57407d3
|
Use git version of unicode_names2 to avoid alias search failure
|
2023-02-28 20:00:47 +09:00 |
|
Charles Hubain
|
b5f54f1624
|
Integrated hmac.py and test_hmac.py:
* fix typing issue on digest update function
* implemented copy for PyHasher object
* fixed two test_hashlib.py expected failure as a side-effect
|
2023-02-21 11:35:09 +09:00 |
|
Zhiyan Xiao
|
3b8d670c81
|
Add unicodedata.east_asian_width (#4523)
|
2023-02-20 01:38:02 +09:00 |
|
Jeong YunWon
|
e22d91b8c4
|
bump up openssl and libffi
|
2023-02-09 15:52:45 +09:00 |
|
Jeong YunWon
|
42a22c280d
|
use workspace dependencies
|
2023-02-06 15:30:38 +09:00 |
|
Noa
|
c7faae9b22
|
Bump all crate versions to 0.2.0
|
2023-01-11 00:14:28 -06:00 |
|
Steve Shi
|
765933136c
|
Implement Sqlite3 Module (#4260)
* add supporting for PyAtomic<PyObject>
* create sqlite module
* add dependency sqlite3-sys
* add module constants
* import sqlite3 from cpython
* adjust lib
* add module structure
* impl Connection.cursor
* add module exceptions
* impl lstrip_sql
* impl statement new
* wip cursor.execute
* wip cursor
* wip error to exception
* add SqliteRaw and SqliteStatementRaw
* impl statement parameters binding
* wip cursor.execute
* add test_sqlite
* impl closeable connection
* impl closeable cursor
* impl cursor.executemany
* impl cursor.executescript
* impl cursor.fetch*
* impl connection.backup
* stage 1
* add support connection.backup with progress
* fix backup deadlock
* support changable isolation_level
* impl converter
* impl adapter
* impl text_factory and blob
* impl create_function
* impl create_function 2
* fix empty statement
* impl blob support
* impl create_aggregate
* impl create_aggregate 2
* refactor create_*
* impl enable_callback_traceback
* impl create_collation
* refactor create_* with CallbackData
* fix text and blob use SQLITE_TRANSIENT
* fix str to SQLITE_TEXT
* impl thread check
* impl Connection Factory
* impl busy timeout
* shift sqlite3-sys -> libsqlite3-sys
* refactor CallbackData
* impl create_window_function
* refactor callback functions
* add module attr converters
* fix nullable isolation_level
* add module attr adapters
* fix nullable adapt proto
* impl set_authorizer
* impl trace_callback
* impl set_progress_handler
* impl cancellable sqlite function*
* impl attributes for Connection
* fix some failed tests
* impl Row
* impl Blob methods
* impl Blob subscript & ass_subscript
* pass tests
* rebase
* no sqlite for wasm
* use ThreadId instead u64
* no libsqlite3-sys for wasm
* fix into_cstring for all platform
* fixup
* rebase
* fix windows into_bytes
* disable sqlite for android
* fixup
|
2023-01-07 22:03:24 +02:00 |
|
Dimitris Fasarakis Hilliard
|
a6bb9da6fe
|
Bump openssl
|
2022-12-05 03:15:35 +02:00 |
|