Reid00
8c11992e59
test: update test_difflib from CPython3.11.2 ( #5063 )
2023-09-05 17:18:00 +09:00
Jeong, YunWon
77939d2ca5
Update platform from CPython 3.11.5 ( #5060 )
...
* Update platform and test from CPython 3.11.5
* sys.dllhandle (=0)
* Unmark fixed test of test_sysconfig
---------
Co-authored-by: CPython Developers <>
2023-09-01 13:55:28 +09:00
Reid00
3900a086b8
update imp.py from CPython 3.11 ( #5054 )
2023-08-31 17:44:31 +09:00
Junho Lee
d4be55c2ea
Add command line parameter -P ( #4611 )
...
* Add command line parameter -P
* Modify the value of safe_path to be set
---------
Co-authored-by: Jeong YunWon <jeong@youknowone.org >
2023-08-30 19:32:27 +09:00
Reid00
9417eec81e
feat: update test_hashlib fro CPython3.11 ( #5053 )
...
Co-authored-by: zhangbl <zhangbl@greatld.com >
2023-08-30 00:09:21 +09:00
zhangbl
0fbe57f96b
Update test_code.py code.py from CPython v3.11.
2023-08-27 02:13:11 +09:00
Bobby Palmer
a58ede99f2
add int_max_str_digits input from command line ( #5021 )
...
* added int_max_str_digits to settings struct
* changed vm init to use the value from settings
* added error handling and set the settings default to -1 which sets the value to 4300
2023-07-06 01:24:11 +09:00
Bobby Palmer
500b0024f0
updated _collections_abc.py and test_collections.py to CPython 3.11.2 ( #5016 )
...
* updated _collections_abc.py and its tests in test_collections.py
* decorated failing tests in test_typing.py
2023-06-18 17:31:03 +03:00
DimitrisJim
b875057ae2
Fix test failures/successes for windows.
2023-06-14 01:53:08 +03:00
DimitrisJim
2e5b0330c7
Update pprint from Python 3.11
2023-06-14 01:19:14 +03:00
DimitrisJim
c7d3358582
Update numbers from Python 3.11
2023-06-14 01:13:52 +03:00
DimitrisJim
3c8fb93ab4
Update ntpath from Python 3.11
2023-06-14 00:50:38 +03:00
DimitrisJim
9953597bb6
Update netrc to Python 3.11
2023-06-14 00:44:01 +03:00
DimitrisJim
06ed5cc8cf
Update ipaddress from Python 3.11
2023-06-14 00:23:36 +03:00
DimitrisJim
89323dadc2
Update codeop from Python 3.11
2023-06-12 20:02:31 +03:00
DimitrisJim
854d3e4d80
Update cgitb from Python 3.11
2023-06-12 20:02:31 +03:00
DimitrisJim
3150b4ded6
Update cgi.py from Python 3.11
2023-06-12 20:02:30 +03:00
DimitrisJim
8af4c5fd7b
Upgrade cmd.py and test_cmd.py from Python 3.11.
2023-06-12 20:02:29 +03:00
ilp-sys
8dbf7b27ef
Fix test_path_like_objects ( #4773 )
...
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com >
2023-06-13 00:10:50 +09:00
Ivan Gromov
cbaed46fb4
Implement itertools.accumulate.__reduce__ and __setstate__ ( #4434 )
...
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com >
2023-06-12 19:26:03 +09:00
DimitrisJim
6f8f42b06a
Remove expectedFailure decorator for test_xml_encodings.
2023-06-08 13:46:49 +03:00
Ankit Kumar Pandey
058f8c5500
Add fork support functions ( #4972 )
2023-06-01 15:29:16 +09:00
Patrick
0e24cf48c6
Fix abc error message ( #4987 )
...
* Print correct error message for abc instantiation
* Update dataclasses abc test
2023-05-23 16:43:52 +09:00
Patrick
e864e26592
update abc module ( #4985 )
2023-05-22 20:50:13 +09:00
DimitrisJim
283a8046aa
Mark failing tests.
2023-05-19 22:38:38 +03:00
DimitrisJim
7366a41b1c
Update subprocess from CPython 3.11
2023-05-19 19:54:59 +03:00
jinnarajin
050f0bd0ad
weakref.__reversed__ fixed ( #4780 )
2023-05-19 23:43:07 +09:00
Luca Sforza
a1d9c649f6
Implemented __reduce__ method for types.SimpleNamespace ( #4975 )
2023-05-17 10:47:43 +09:00
Matthew Hagemann
935e35bb40
Updating test to expect passing
2023-05-11 20:58:03 +02:00
Jeong YunWon
dc569e9921
Refactoring
2023-05-10 19:35:27 +09:00
Joshua Mankelow
04749c13f4
Merge branch 'RustPython:main' into 4845
2023-04-28 10:56:26 +01:00
Ankit Kumar Pandey
322aa6887a
add support for os.fork and related functions ( #4877 )
2023-04-25 02:39:54 +09:00
Jeong YunWon
73e1eeb57e
skip test_enum.test_unique_composite
2023-04-23 21:50:16 +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
Andrey Maltsev
8782bf8cb0
Update test_hashlib.py from Cpython v3.11.2
2023-04-23 21:45:03 +09:00
Jeong YunWon
09a1ce9b2b
Add XXX: RUSTPYTHON
2023-04-23 12:26:06 +09:00
Ankit Kumar Pandey
d9c808ded8
Fix site and test_site for rustpython
2023-04-23 12:25:45 +09:00
Lee Dogeon
1fa69ebcc9
sqlite: Throw TypeError when callable is not callable ( #4923 )
2023-04-22 07:10:44 +09:00
Ankit Kumar Pandey
f0db8329be
rename os module's exit function to _exit as thats how it is defined in cpython ( #4887 )
2023-04-22 05:22:18 +09:00
Jeong, YunWon
c05f23d99d
Merge pull request #4888 from Masorubka1/test_poll.py
...
Add test_poll.py from Cpython v3.11.2
2023-04-20 21:02:27 +09:00
Jeong, YunWon
e103adaa52
Merge pull request #4893 from Masorubka1/test_pulldom.py
...
Add test_pulldom.py from Cpython v3.11.2
2023-04-20 17:10:30 +09:00
Jeong, YunWon
446285f348
Merge pull request #4892 from Masorubka1/test_property.py
...
Update test_property.py from Cpython v3.11.2
2023-04-20 16:12:12 +09:00
Joshua Mankelow
c03d3a58ec
Removed RustPython specific @unittest.skip()
...
Added extra `unittest.expectedFailure` decorators
2023-04-20 15:38:19 +09:00
Andrey Maltsev
334c15e879
add required files
2023-04-20 15:36:28 +09:00
Andrey Maltsev
fddbf0728a
add annotation to skiped test
2023-04-20 15:27:41 +09:00
Joshua Mankelow
32aa9933be
Updated __init__.py to be inline with CPython 3.11.2
2023-04-20 15:20:36 +09:00
Dmitry Erlikh
a354f7bba1
Properly handle failing test_os tests on windows ( #4764 )
2023-04-20 14:42:16 +09:00
Andrey Maltsev
b7811af211
Add test_pulldom.py from Cpython v3.11.2
2023-04-19 16:05:18 +00:00
snowapril
fd4f6941bf
Remove expectedFailures for each success tests
...
Signed-off-by: snowapril <sinjihng@gmail.com >
2023-04-19 22:18:19 +09:00