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
Ashwin Naren
d7a72b5755
add constants and implement functions
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-24 16:16:34 +09:00
Ashwin Naren
1f3a9672c3
Add _winapi.GetACP and enable test_unicode on windows ( #5547 )
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-24 13:21:02 +09:00
Axect
31c5c3eb9d
Update puruspe version to 0.4.0
...
To resolve the issue (#5496 )
2025-02-24 11:15:33 +09:00
Ashwin Naren
7fada8b97e
fix _ctypes error names
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-23 16:07:52 +09:00
Ashwin Naren
429754fd33
Fix unicode decode bug on surrogate error mode ( #5546 )
...
* subtract with overflow to check for whether to use surrogate
* enable test_argparse for windows on ci
------
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-23 16:07:22 +09:00
Ashwin Naren
b4f0a589ed
platform-dependent Windows testing ( #5536 )
...
* disable test_argparse on windows
* fix test_exceptions and mark it as platform dependent
* test importlib on windows
* explain why windows tests fail
* mark test_argparse as non platform-independent
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-23 09:48:02 +09:00
Noa
331a3c108f
Switch to criterion in sre_engine benchmarks
2025-02-23 09:44:57 +09:00
Ashwin Naren
d698b28ce5
Ensure pymethod cannot be both magic and named simultaneously + macro documentation ( #5538 )
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-22 17:22:31 +09:00
Ashwin Naren
23236aa8c7
test_datetime now works on windows
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-21 15:09:40 +09:00
Noa
a9331bb34d
Fix warnings for rust 1.85
2025-02-20 14:58:59 -06:00
Hanif Ariffin
65dcf1ce1c
Updating test_math.py to CPython 3.12.9 ( #5507 )
...
* Fixed implementation against CPython 3.12.9 Lib/test/test_math.py tests
---------
Signed-off-by: Hanif Ariffin <hanif.ariffin.4326@gmail.com >
Co-authored-by: Jeong YunWon <jeong@youknowone.org >
2025-02-20 11:21:12 +09:00
Ashwin Naren
e2b0fe4266
_ctypes pt. 2 ( #5524 )
...
* add __version__
* add more types/constants
* shared library and ExternalLibs implementation
* FreeLibrary for windows
* fixed PyCSimple
* LoadLibrary and FreeLibrary for non-windows
* fault-tolerant float equality
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-20 10:50:10 +09:00
Noa
fa2acd7cde
Update rand to 0.9
2025-02-18 17:07:26 +09:00
Ashwin Naren
a71c16f8cb
test colorize on ci
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-18 16:52:04 +09:00
Ashwin Naren
f466971312
clippy
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-18 15:50:27 +09:00
Ashwin Naren
69b1a9910f
formatting
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-18 15:50:27 +09:00
Ashwin Naren
4ed735b424
time.daylight for windows
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-18 15:50:27 +09:00
Ashwin Naren
175afd97d8
time.timezone for windows
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-18 15:50:27 +09:00
Ashwin Naren
72338d578b
tzname on windows
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-18 15:50:27 +09:00
Ashwin Naren
9856d94f2d
function to retrieve tz info on windows
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-18 15:50:27 +09:00
Ashwin Naren
517ffed401
fix clippy lint
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-17 14:15:57 -06:00
Ashwin Naren
38a6a8d984
duplicate windows-sys
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-17 14:15:57 -06:00
Ashwin Naren
630c1ff8d1
simple part of the bump
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-17 14:15:57 -06:00
Ashwin Naren
7e1568a1ff
Revert "windows-rs upgrade to 0.59"
...
This reverts commit 547530724e77a592734d8cd396115c4124d7a9f9.
2025-02-17 14:15:57 -06:00
Ashwin Naren
6788010f7d
windows-rs upgrade to 0.59
2025-02-17 14:15:57 -06:00
Ashwin Naren
9e310934d3
fix panic
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-17 12:00:39 -06:00
Ashwin Naren
e8a3406624
itertools upgrade
2025-02-16 10:20:56 +09:00
Ashwin Naren
fde87a340c
Initial _ctypes implementation ( #5519 )
...
* initial _ctypes implementation with _CData, get_errno, and set_errno
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-15 16:03:58 +09:00
Jeong, YunWon
19050afc3f
Merge pull request #5520 from arihant2math/colorize
...
Add _colorize at 3.13.2
2025-02-14 15:34:26 +09:00
Ashwin Naren
e96557b3e1
add _colorize.py at 3.13.2
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-13 20:11:36 -08:00
Ashwin Naren
a5364973d9
implement nt._supports_virtual_terminal
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-13 20:11:05 -08:00
Ashwin Naren
a46ce8ec3a
Mark version 3.13.0 ( #5495 )
...
* bump to 3.13.1
* fix some tests
* strip left whitespace from doc
* remove specific difflib test that was causing issues
* fix test_enum
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-13 14:11:01 +09:00
Ashwin Naren
6e35e20e49
dependency bump
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-12 18:16:45 +09:00
Noa
2d5e4d89b0
Update openssl to fix possible vulnerability
2025-02-12 15:57:41 +09:00
Hanif Ariffin
c9e62002ec
Fixed the implementation of some math functions to match CPython closer. ( #5510 )
...
Signed-off-by: Hanif Ariffin <hanif.ariffin.4326@gmail.com >
2025-02-11 17:09:38 +09:00
Lee Dogeon
465627f104
Implement vm logics related with ParamSpec, TypeVarTuple
2025-02-10 21:21:38 +09:00
Ashwin Naren
3de1c2ab56
Update malachite-q and base to 0.4.22 ( #5499 )
...
* update malachite-q and base to 0.4.22
* Update malachite-bigint from parser
---------
Co-authored-by: Jeong YunWon <jeong@youknowone.org >
2025-02-10 15:55:08 +09:00
Jeong, YunWon
8f5cc6174c
fix windows sleep
2025-02-07 07:53:28 +09:00
Jeong YunWon
29d014a0e1
Pin malachite versions to avoid API incompatibility
2025-02-03 11:57:30 +09:00
Ashwin Naren
396a0ca563
Basic Match statements ( #5485 )
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-01-25 23:14:15 +09:00