Ashwin Naren
396df1a506
update test_listcomps.py to 3.12.8
2025-01-19 20:05:35 -08:00
Ashwin Naren
9c9fa7e537
update test_list to 3.12.8
2025-01-19 20:05:35 -08:00
Ashwin Naren
86e2eb0648
update test_float to 3.12.8
2025-01-19 20:05:34 -08:00
Ashwin Naren
491db2f0c6
update test_unary to 3.12.8
2025-01-17 18:04:25 -08:00
Ashwin Naren
f0fb375028
update numbers tests
2025-01-17 15:48:59 -08:00
Ashwin Naren
16d8bab61a
Update Logging to 3.12.7 ( #5478 )
...
* updated logging to 3.12, added logging tests, and added smtplib and tests
* fix expected failures on test_smtplib.py
* mark all rustpython fails on test_logging.py
2025-01-17 19:44:06 +09:00
Ashwin Naren
2d83a67bd6
Update zlib from 3.12.6 and _ZlibDecompressor implementation ( #5476 )
...
* add is_s390x and skip_on_s390x to test support
* update zlib tests to 3.12
* _ZlibDecompressor implementation
2025-01-16 13:28:09 +09:00
Sacha Dupuydauby
76c699b4ba
Update contextlib from CPython 3.12
2025-01-12 00:40:41 +09:00
Noa
c901bc07a4
Upgrade wasm deps + fix demo
2025-01-11 18:48:27 +09:00
Jeong, YunWon
389b20d977
Merge pull request #5444 from key262yek/update_fstring_from_v3.12.7
...
Update fstring from v3.12.7
2025-01-10 10:44:31 +09:00
0cf4534c5c
copy new file "Lib/test/support/testcase.py" for test_float.py
CI / Run rust tests (macos-latest) (pull_request) Has been cancelled
CI / Run rust tests (windows-latest) (pull_request) Has been cancelled
CI / Ensure compilation on various targets (pull_request) Has been cancelled
CI / Run snippets and cpython tests (macos-latest) (pull_request) Has been cancelled
CI / Run snippets and cpython tests (ubuntu-latest) (pull_request) Has been cancelled
CI / Run snippets and cpython tests (windows-latest) (pull_request) Has been cancelled
CI / Check Rust code with rustfmt and clippy (pull_request) Has been cancelled
CI / Run tests under miri (pull_request) Has been cancelled
CI / Check the WASM package and demo (pull_request) Has been cancelled
CI / Run snippets and cpython tests on wasm-wasi (pull_request) Has been cancelled
CI / Run rust tests (ubuntu-latest) (pull_request) Has been cancelled
2024-12-05 15:29:35 +09:00
044f66fba3
copy from cpython v3.12.7
2024-12-05 15:29:35 +09:00
40a9ddad4e
update test_fstring.py from cpython 3.12.7
...
add expectedFailure to tag what should rustpython do
add comment for some syntaxerror which make test run broken
2024-12-05 15:04:56 +09:00
Noa
c6da4ffcdd
Try to fix universal write on windows
2024-12-03 18:01:44 -06:00
Noa
e4be882994
Miscellaneous cli-related parity fixes
2024-12-03 16:28:32 -06:00
Noa
adc05e663f
Merge pull request #5443 from coolreader18/incremental-newline-decoder
...
Implement IncrementalNewlineDecoder in rust
2024-12-03 16:28:00 -06:00
Jeong, YunWon
f71eb55f1f
Merge pull request #5438 from key262yek/update_random_from_v3.12.3
...
Update random from v3.12.7
2024-11-26 16:33:36 -07:00
Noa
fbd0c7a99e
Implement IncrementalNewlineDecoder in rust
2024-11-14 23:06:53 -06:00
4f5b26698c
skip test 'super' object has no attribute 'getstate'
2024-11-11 00:17:57 +09:00
d887e5c24c
first copy from cpython v3.12.3
2024-11-11 00:17:30 +09:00
0c69391bbd
Copy test for numbers.py from v3.12.3
2024-11-10 00:15:21 +09:00
91598f9121
change numbers.py from [v3.12.3]( 6293d00e72/Lib/numbers.py (L8))
2024-11-10 00:13:13 +09:00
Ankit Goel
7623668256
Raise TypeError if BaseException receives Keyword arguments
2024-09-24 11:57:37 +09:00
Noa
bbf7aacd4d
Merge pull request #5409 from crazymerlyn/cache-frozenset-hash
...
Cache hash value for FrozenSets
2024-09-23 17:43:55 -05:00
Jeong, YunWon
0785cc5aa9
Merge pull request #5406 from coolreader18/improve-posixsubprocess
...
Improve posixsubprocess
2024-09-22 17:37:34 +09:00
Ankit Goel
48025e0102
Cache hash value for FrozenSets
...
Adds a hash field to the `PyFrozenSet` data type in order to avoid
recomputing the hash of an immutable object.
2024-09-22 06:15:54 +01:00
Noa
7933edad43
Add missing functionality to posixsubprocess
2024-09-21 22:40:15 -05:00
Ankit Goel
5f75728ede
Fix inconsistent behavior of Decimal.from_float
2024-09-22 01:42:28 +01:00
Noa
a8964f4108
Add select.epoll
2024-09-20 11:46:01 +09:00
Noa
740aeedca3
Merge pull request #5405 from crazymerlyn/fix-set-intersection-update
...
Fix set intersection_update implementation
2024-09-19 21:21:16 -05:00
Ankit Goel
b36c95b91e
Fix set intersection_update implementation
2024-09-19 20:59:12 +01:00
Ricardo Robles
b5c1fd95dc
Add zoneinfo from Python 3.12.6 ( #5400 )
2024-09-19 11:18:48 +09:00
Ankit Goel
dd06516d1c
Deprecate delegating int() to __trunc__
2024-09-17 16:06:09 +09:00
Ankit Goel
8066f36a4e
Fix copysign behavior for NaNs ( #5396 )
2024-09-11 15:19:21 +09:00
Jeong YunWon
3bbf6b9d53
less strict time bound for test_re.test_search_anchor_at_beginning
2024-09-10 16:31:43 +09:00
CPython Developers
09d74336fa
Update fraction,test_numeric_tower from CPython 3.12.4
2024-07-29 19:53:44 +09:00
Andrew Bowen
55f04db6b8
Update codecs and test_codecs from cpython v3.12.4 ( #5372 )
...
* updated test_codecs.py from cpython v3.12.4
* updated codecs.py from cpython v3.12.4
2024-07-29 14:55:32 +09:00
Jeong YunWon
6f8360a878
sys.exception
2024-07-29 14:30:59 +09:00
Jeong YunWon
6ca4685fee
__objclass__
2024-07-29 14:30:46 +09:00
Jeong YunWon
9944b3dac1
Mark failing tests
2024-07-28 20:24:15 +09:00
Jeong YunWon
8ed79bd1af
add a dummy parameter for support.skip_if_sanitizer
2024-07-28 20:24:15 +09:00
CPython Developers
0600ae6213
Update io, pyio, test_io from CPython
2024-07-28 20:24:15 +09:00
Jeong YunWon
623415d843
IncrementalNewlineDecoder from pyio
2024-07-28 20:23:53 +09:00
Jeong YunWon
43e20a8cd9
Fix os.putenv & test_os.test_envronb
2024-07-28 16:24:17 +09:00
Dan Näsman
2335ca0f72
Add proper underscore handling to float and complex types. ( #5356 )
2024-07-28 12:11:34 +09:00
James Clarke
e142d655b9
changed int_max_str_digits from -1 to 4300 to be more cpython complient ( #5343 )
...
* changed int_max_str_digits from -1 to 4300 to be more cpython complient, fixes #5139
2024-06-27 15:27:54 +09:00
Kirill Podoprigora
a620b38ba0
Add test_copyreg.py from 3.12
2024-06-24 19:00:54 +09:00
Jeong, YunWon
8e3c0cd658
Merge pull request #5314 from youknowone/datetime
...
Update datetime from CPython v3.12.3
2024-06-22 17:38:59 +09:00
Jeong YunWon
f709a2805d
mark failing tests
2024-06-22 16:18:34 +09:00
Jeong, YunWon
adbadfc4f5
Merge pull request #5342 from youknowone/getstate
...
object.__getstate__
2024-06-22 15:49:23 +09:00