Tomer Chachamu
8bfbfe3e46
Fix str.splitlines to recognise unicode line terminators
2023-03-18 01:10:59 +00:00
tdub0
f37ec60456
Update _markupbase, html/parser from CPython v3.11.2
2023-03-17 06:47:47 -07:00
bearney74
123559478e
fix fmean/fsum ValueError and test_inv_cdf
2023-03-17 01:18:47 +09:00
tdub0
7e0863ef81
Update _compression, gzip from CPython v3.11.2
2023-03-15 23:52:55 +09:00
minh.pham2000
19193cd2a4
Add locale implementation for windows
2023-03-13 23:19:52 +09:00
tdub0
b458797979
fix todo for RustPython
2023-03-12 09:58:25 -07:00
tdub0
754b1df51d
specify failure reason
2023-03-11 16:40:03 -07:00
tdub0
0da079c98c
exp failure on new dunder sig test
2023-03-11 16:32:27 -07:00
tdub0
7be91fc92c
Update test_types.py from CPython v3.11.2
2023-03-11 16:26:13 -07:00
Jeong YunWon
415cdb1ef9
Merge pull request #4681 from abyesilyurt/aziz/base_exc_group
...
Add BaseExceptionGroup
2023-03-11 02:31:50 +09:00
Jim Fasarakis-Hilliard
17c5361d43
Merge pull request #4554 from howjmay/co_stacksize
...
Add co_stacksize to code objects
2023-03-10 17:12:30 +02:00
Aziz Berkay Yesilyurt
6cf99b4415
Comment out ExceptionGroup
...
To be implemented
2023-03-10 15:54:51 +01:00
Aziz Berkay Yesilyurt
7a5d4ecdc9
update test_pickle.py from CPython 3.11
2023-03-10 15:54:29 +01:00
Yang Hau
95e863cb6d
Add co_stacksize to code objects
2023-03-10 21:28:56 +08:00
Jeong YunWon
9b55505cdf
Merge pull request #4678 from dalinaum/test_unicodedata
...
Update test_unicodedata from CPython 3.11.2
2023-03-10 18:14:55 +09:00
LYK
b687960c5d
Mark failing tests of test_unitcodedata
2023-03-10 17:01:47 +09:00
LYK
134f62a776
Update test_unicodedata from CPython 3.11.2
2023-03-10 04:06:03 +09:00
LYK
eb7daf1b74
Update test/test_unpack.py from CPython 3.11.2
2023-03-10 03:24:36 +09:00
Jeong YunWon
2287720201
Mark flaky test_enum::TestFlag::test_unique_composite skip
2023-03-10 02:46:14 +09:00
Jeong YunWon
d9fc95c2a1
Fix sequence protocol concat
2023-03-10 01:17:43 +09:00
Zhiyan Xiao
1fea829760
Do not skip test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___radd__
2023-03-10 00:10:09 +09:00
Zhiyan Xiao
53b89b704c
Temp: Skip test_mmap.MmapTests.test_concat_repeat_exception
2023-03-10 00:10:02 +09:00
Zhiyan Xiao
a949c35228
Temp: Skip test_collections.TestChainMap.test_union_operators
2023-03-09 23:51:14 +09:00
carlosmiei
4d05077ec3
Update test_copy.py from CPython 3.11
2023-03-09 10:59:44 +00:00
carlosmiei
5b6a4c4563
Update copy.py from CPython 3.11
2023-03-09 10:56:11 +00:00
John Pham
27233364bc
Add init for array.rs ( #4667 )
2023-03-09 19:45:58 +09:00
Jim Fasarakis-Hilliard
f9715c442a
Merge pull request #4669 from carlosmiei/update-calendar
...
Update calendar.py from CPython 3.11
2023-03-08 23:37:34 +02:00
carlosmiei
129a6f187e
Update test__osx_support.py from CPython 3.11
2023-03-08 19:01:33 +00:00
carlosmiei
7710ed00d3
Update test_calendar from CPython 3.11
2023-03-08 17:41:08 +00:00
carlosmiei
fcc17254f6
Update calendar.py from CPython 3.11
2023-03-08 17:40:05 +00:00
Jeong YunWon
6edd3705a6
Merge pull request #4666 from dalinaum/tests
...
Update test/test_userlist.py and test_userdict.py from CPython 3.11.2
2023-03-08 15:28:06 +09:00
LYK
58f988bf33
Update test_userdict.py from CPython 3.11.2
...
Only whitespace is different.
2023-03-08 14:37:00 +09:00
CPython Developers
34a0615ac1
Update test/test_userlist.py from CPython 3.11.2
2023-03-08 14:34:40 +09:00
LYK
ef77e45427
Change error type for bad objects in "with" and "async with"
...
This patch does not cover all cases of `test_contextlib.py`
`bytecode::Instruction::SetupWith` and `BeforeAsyncWith`
raise a TypeError instead of an AttributeError.
Co-authored-by: Jeong YunWon <69878+youknowone@users.noreply.github.com >
2023-03-08 01:45:12 +09:00
Jeong YunWon
f00e6b69f2
Merge pull request #4659 from dalinaum/contextlib
...
Update contextlib.py and test_contextlib from CPython 3.11.2
2023-03-08 01:32:18 +09:00
Jeong YunWon
cc8515041b
Merge pull request #4658 from dalinaum/test_userstring
...
Update test/test_userstring.py from CPython 3.11.2
2023-03-08 01:31:57 +09:00
Jeong YunWon
01512e27a0
Merge pull request #4657 from dalinaum/test_weakset
...
Update test/test_weakset.py from CPython 3.11.2
2023-03-08 00:41:09 +09:00
CPython Developers
301b79c688
Update contextlib.py and test_contextlib from CPython 3.11.2
2023-03-08 00:12:07 +09:00
LYK
98654634ca
Update test/test_userstring.py from CPython 3.11.2
2023-03-07 23:58:26 +09:00
LYK
1812bd17a5
Mark a failing test of test/test_weakset.py
2023-03-07 23:49:18 +09:00
CPython Developers
7b6486cd30
Update test/test_weakset.py from CPython 3.11.2
2023-03-07 23:47:16 +09:00
seungha-kim
223fe14d85
Update to pass test for unhashable collections ( #4640 )
2023-03-07 23:45:33 +09:00
Jeong YunWon
64aef5c13c
Merge pull request #4649 from dalinaum/test/test_contextlib.py
...
Update test/test_contextlib.py from CPython 3.11.2
2023-03-07 12:13:44 +09:00
Jeong YunWon
3fe5a368ac
Merge pull request #4648 from dalinaum/test_with
...
Update test/test_with.py from CPython 3.11.2
2023-03-07 12:11:11 +09:00
Jeong YunWon
f23a8480e7
Merge pull request #4647 from dalinaum/test_zlib
...
Update test/test_zlib.py from CPython 3.11.2
2023-03-07 12:08:37 +09:00
LYK
5d6a48b568
Mark failing tests of test_contextlib.py
2023-03-07 11:20:07 +09:00
CPython Developers
df48df5ede
Update test/test_contextlib.py from CPython 3.11.2
2023-03-07 11:19:42 +09:00
LYK
51fcfe980f
Mark failing tests of test/test_with.py
...
A TypeError is raised instead of an AttributeError in "with" and
"async with" statements for objects which do not support the context
manager or asynchronous context manager protocols correspondingly.
See also:
https://github.com/python/cpython/pull/26809
2023-03-07 05:02:10 +09:00
CPython Developers
e983506e23
Update test/test_with.py from CPython 3.11.2
2023-03-07 04:51:09 +09:00
CPython Developers
5be22a073b
Update test/test_zlib.py from CPython 3.11.2
2023-03-07 04:34:58 +09:00