Ashwin Naren
8484bfa2e0
Remove cgi module ( #5597 )
...
* no cgi
* mark failing test
2025-03-12 09:47:34 +09:00
Ashwin Naren
ff970b0e1c
Update statistics to 3.13.2 ( #5592 )
...
* statistics to 3.13.2
* set flaky test
2025-03-11 22:37:26 +09:00
Jeong, YunWon
8be7e4327d
Merge pull request #5596 from arihant2math/osx-support-313
...
_osx_support update to 3.13.2
2025-03-11 15:58:19 +09:00
Jeong, YunWon
82eeb237dc
Merge pull request #5598 from arihant2math/fix-whats-left-again
...
Fixed whats left
2025-03-11 15:57:57 +09:00
Ashwin Naren
cbbadf562f
Fixed whats left
2025-03-10 23:27:05 -07:00
Ashwin Naren
4308321f39
_osx_support update to 3.13
2025-03-10 23:13:32 -07:00
Jeong, YunWon
985eebf9b0
Merge pull request #5589 from youknowone/pyattr-const
...
Replace pyattr(once) to constant
2025-03-11 10:12:50 +09:00
Ashwin Naren
bf28152a32
add os support modules
2025-03-10 11:43:53 +09:00
Ashwin Naren
bae0ad3aeb
Fix extra newline in module.csv generation in cron ci ( #5591 )
2025-03-10 11:43:26 +09:00
Jeong YunWon
87fae150da
Replace pyattr(once) to constant
2025-03-09 12:39:12 +09:00
Ashwin Naren
97853bf0f1
Fix module.csv generation in cron ci ( #5586 )
2025-03-06 13:20:04 +09:00
Noa
cc0a1ce9e2
Update webpack ( #5585 )
...
* Update webpack
* Build demo before notebook
* Use with instead of env for actions-gh-pages
2025-03-05 16:15:14 -06:00
Daniel O'Hear
58ebf04bac
Add JIT compilation support for integer multiplication, division, and exponents ( #5561 )
...
* Initial commit for power function
* Float power jit developed
* Addded support for Floats and Ints
* Integration Testing for JITPower implementation.
* Update instructions.rs
cranelift more like painlift
* Update instructions.rs
* Update instructions.rs
* initial commit for making stable PR ready features
* fixed final edge case for compile_ipow
* fixed final edge case for compile_ipow
* commenting out compile_ipow
* fixed spelling errors
* removed unused tests
* forgot to run clippy
---------
Co-authored-by: Nicholas Paulick <paulicknicholas@gmail.com >
Co-authored-by: Nick <nick@Samanthas-MBP.wi.rr.com >
Co-authored-by: JoeLoparco <loparcojoseph@gmail.com >
Co-authored-by: Nathan Rusch <nathan.rusch@icloud.com >
Co-authored-by: dohear <daniel.ohear@marquette.edu >
2025-03-05 14:41:45 -06:00
Ashwin Naren
7fea1e1b4a
fix what is left data upload to website and trigger cron-ci on workflow update
2025-03-05 13:50:52 -06:00
Ashwin Naren
d2bf31724f
fix clippy
2025-03-05 13:49:37 -06:00
Ashwin Naren
b4929d258d
formatting
2025-03-05 13:49:37 -06:00
Ashwin Naren
ddf2e591c6
resolve comments
2025-03-05 13:49:37 -06:00
Ashwin Naren
33940726a8
upgrade to windows-sys 0.59.0
2025-03-05 13:49:37 -06:00
Ashwin Naren
05cb8c0b73
Update socket.rs
...
Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com >
2025-03-05 13:49:37 -06:00
Ashwin Naren
8d2c6807d2
fix non-windows build
2025-03-05 13:49:37 -06:00
Ashwin Naren
4d9804f188
formatting
2025-03-05 13:49:37 -06:00
Ashwin Naren
3ae1160868
Remove winapi dependency
2025-03-05 13:49:37 -06:00
Ashwin Naren
6804dd4363
use rust-toolchain targets options instead of using rustup
2025-03-05 13:45:31 -06:00
Ashwin Naren
defcadafbb
publish demo on weekly release
2025-03-05 13:45:31 -06:00
Ashwin Naren
40e3f49ab7
_ctypes pt. 3 ( #5530 )
...
* Initial CFuncPtr implementation
* function calling via libffi
* working no-arg function call
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-03-03 15:53:04 +09:00
Ashwin Naren
56196890f5
Actions caching for nodejs ( #5575 )
...
* caching for nodejs and various CI dependency updates
* commit the package-lock.json
2025-03-02 18:18:17 +09:00
Noa
6daee1b00e
Warn on elided_lifetimes_in_paths
2025-03-01 13:49:33 +09:00
Ashwin Naren
8ff856d7ce
_ctypes addressof and Structure ( #5573 )
...
* _ctypes.addressof
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
* ctypes.Structure implementation
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
* clippy fix
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
* formatting
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
---------
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-03-01 13:48:28 +09:00
Ashwin Naren
6731c4b1ab
fix devcontainer.json
2025-02-28 13:50:10 -06:00
Ashwin Naren
544182ebfc
update license dates
2025-02-27 19:10:56 -06:00
Noa
b2abb1af84
Remove redundant lints now that we're on edition2024
2025-02-26 23:46:57 -06:00
Jeong, YunWon
1a2dda502a
Merge pull request #5560 from arihant2math/2024-migrate
...
Migrate to the 2024 edition
2025-02-27 12:22:03 +09:00
Ashwin Naren
b870b0e1b5
2024 edition formatting
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-26 11:48:22 -08:00
Ashwin Naren
df2354fdb7
migrate to the 2024 edition
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-26 11:47:32 -08:00
Jeong, YunWon
c20c90fbc4
Merge pull request #5563 from coolreader18/fix-zlib-tests
...
Fix a bunch of zlib tests & update gzip.py to Python 3.13
2025-02-26 15:47:52 +09:00
CPython Developers
aba3d5c082
Update gzip,test_gzip from CPython 3.13
2025-02-26 00:10:24 -06:00
Noa
8c5602f2fb
Fix a bunch of zlib tests
2025-02-26 00:10:24 -06:00
Noa
4468dcbe34
Switch to libz-rs-sys for zlib implementation
2025-02-25 23:19:19 -06:00
Ashwin Naren
235adafa0b
tests
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-25 17:19:53 +09:00
Noa
864e8598f8
Enable rust2024-incompatible pat and keyword-ident lints
2025-02-25 00:32:02 -06:00
Jeong, YunWon
f426348a94
Merge pull request #5558 from coolreader18/openssl-probe-no-env
...
Use non-env-var methods from openssl_probe
2025-02-25 14:54:19 +09:00
Noa
085ac88438
Use non-env-var methods from openssl_probe
2025-02-24 23:10:07 -06:00
Noa
4881f61be6
Mark env::{set,remove}_var() unsafe
2025-02-24 23:02:54 -06:00
Jeong, YunWon
ff9947ff14
Enable unsafe_op_in_unsafe_fn and missing_unsafe_on_extern lints ( #5557 )
...
* Enable unsafe_op_in_unsafe_fn lint
* Enable missing_unsafe_on_extern lint
* Make PyObjectRef::{from,into}_raw() use NonNull
2025-02-25 13:42:25 +09:00
Noa
92e02a7f79
Make PyObjectRef::{from,into}_raw() use NonNull
2025-02-24 21:25:23 -06:00
Noa
0a8b0406f5
Enable missing_unsafe_on_extern lint
2025-02-24 21:25:23 -06:00
Noa
1c3b198a17
Enable unsafe_op_in_unsafe_fn lint
2025-02-24 21:25:23 -06:00
Noa
52208b3c90
Update to syn2 ( #5556 )
2025-02-25 11:54:13 +09:00
Noa
2721f2de3f
Fix a bunch of random tests ( #5533 )
2025-02-25 08:41:54 +09:00
Ashwin Naren
b55a55afc7
update the csv with the temp data for website what's left
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-24 11:30:27 -06:00