Commit Graph

11222 Commits

Author SHA1 Message Date
CPython developers
f3acd688a4 update {test_}xmlrpc from CPython 3.10.5 2022-07-18 04:38:26 +09:00
Jeong Yunwon
3d27f163e4 adjust failing markers for test_{builtin,decimal,float,range} 2022-07-18 04:38:26 +09:00
CPython developers
33690be35b Update tests from CPython 3.10.5 2022-07-18 04:07:35 +09:00
Jeong Yunwon
2f488cb153 adjust failing tests from test_unicode* 2022-07-18 04:07:35 +09:00
Jeong Yunwon
ff7b96f91c Update test_unicode* from CPython 3.10.5 2022-07-18 04:07:35 +09:00
CPython developers
b4c0a7611c Update queue/test_queue from CPython 3.10.5 2022-07-18 04:07:35 +09:00
CPython developers
c7a5b960be Update test_memoryview from CPython 3.10.5 2022-07-18 04:07:35 +09:00
CPython developers
36f5134bca Update test_bytes from CPython 3.10.5 2022-07-18 04:07:35 +09:00
CPython developers
8a6fc05893 Update test_contains from CPython 3.10.5 2022-07-18 04:07:35 +09:00
Jeong Yunwon
45e6fb14c2 adjust failing markers for test_deque 2022-07-18 04:07:35 +09:00
CPython developers
c8ae1806a4 Update test_deque from CPython 3.10.5 2022-07-18 03:54:49 +09:00
Jeong Yunwon
7580e11320 adjust failing markers for test_{collections,defaultdict} 2022-07-18 03:54:49 +09:00
CPython developers
9537149572 Update collections/test_{collections,defaultdict} from CPython 3.10.5 2022-07-18 03:54:49 +09:00
Jeong Yunwon
da54c40566 adjust failing markers for test_set 2022-07-18 03:54:49 +09:00
CPython developers
71c2772d9e Update test_set from CPython 3.10.5 2022-07-18 03:54:49 +09:00
Jeong Yunwon
fda0e0a94e adjust failing markers for test_dict 2022-07-18 03:54:49 +09:00
CPython developers
146c9ff316 Update test_dictviews from CPython 3.10.5 2022-07-18 03:54:49 +09:00
CPython developers
a4f2421aad Update test_dictcomps from CPython 3.10.5 2022-07-18 03:54:49 +09:00
CPython developers
c62076e0e9 Update test_dict from CPython 3.10.5 2022-07-18 03:54:49 +09:00
Jeong Yunwon
b1c29aacb1 adjust failing markers for array tests 2022-07-18 03:54:46 +09:00
CPython developers
8d3bac9c1e Update test_array from CPython 3.10.5 2022-07-18 03:54:46 +09:00
Jeong Yunwon
003f9dbf21 adjust failing markers for list tests 2022-07-18 03:53:29 +09:00
CPython developers
5b18683240 Update list/tuple tests from CPython 3.10.5 2022-07-18 02:32:42 +09:00
CPython developers
c737713c9e Update test_itertools from CPython 3.10.5 2022-07-18 02:32:42 +09:00
CPython developers
5afa6f76b2 Update _osx_support from CPython 3.10.5 2022-07-18 02:32:42 +09:00
Jeong YunWon
540a73fe61 Merge pull request #3862 from youknowone/unittest
Update unittest from CPython 3.10.5
2022-07-18 01:53:26 +09:00
Jeong Yunwon
612478166a Remove pipenv from extra_tests/README.md 2022-07-18 01:28:02 +09:00
Jeong Yunwon
1bc28033ae skip tb_next initalization 2022-07-18 01:02:15 +09:00
Jeong Yunwon
64340fdd64 mark failing tests of test_support.py 2022-07-18 01:00:56 +09:00
CPython developers
db213c31f9 update test_support from CPython 3.10.5 2022-07-18 01:00:56 +09:00
Jeong Yunwon
b5e4d62da4 Fix doctest for current version of RustPython 2022-07-18 01:00:56 +09:00
CPython developers
e12b3a60d4 Update doctest from CPython 3.10.5 2022-07-18 01:00:56 +09:00
Jeong Yunwon
c87c8dcb7d mark failing tests for unittest 2022-07-18 01:00:56 +09:00
CPython developers
799c78670b Update unittest from CPython 3.10.5 2022-07-18 00:59:52 +09:00
Jeong YunWon
760bda6c50 Merge pull request #3904 from moreal/del-frame-ftrace
Remove `PyGetSet.deleter`
2022-07-18 00:58:01 +09:00
Lee Dogeon
c0d850b422 Obsolete PyGetSet.deleter 2022-07-17 23:32:23 +09:00
Jeong YunWon
ebed7280b7 Merge pull request #3889 from daeun503/fix-with-test
Fix testEnterAttributeError2 in test_with.py
2022-07-17 21:46:10 +09:00
Jeong YunWon
256bbef8d0 Merge pull request #3907 from youknowone/remove-pipenv
remove pipenv
2022-07-17 12:43:23 +09:00
Jeong Yunwon
2dd446a80f remove pipenv 2022-07-17 03:25:34 +09:00
Jeong YunWon
d9d453819e Merge pull request #3783 from ChJR/feature/fix_decorators
Fix decorators
2022-07-16 23:43:19 +09:00
Daeun Lee
c8e599e29d Fix BeforeAsyncWith 2022-07-16 21:49:28 +09:00
ChJR
8ef21ee628 Apply PEP 614
Check 'Named Expressions Need Not Be Parenthesized' Section
2022-07-16 21:28:01 +09:00
ChJR
fccb4d6b95 Simplify __doc__ initializing 2022-07-16 21:16:16 +09:00
ChJR
4bf5644712 Improve code quality 2022-07-16 17:09:27 +09:00
Jeong YunWon
2e77581456 Merge pull request #3902 from kimnanhee/main
Fix byte indices must be integers or slices, error message
2022-07-16 16:17:07 +09:00
Jeong YunWon
ceb7d68ef7 Merge pull request #3901 from rimi0108/add-dict-mapping
Add a mapping property
2022-07-16 16:12:46 +09:00
Hayeong.Lee
10327b553d Implement Number protocol for PyNone (#3880) 2022-07-16 16:08:54 +09:00
Jeong YunWon
fa40a13ee8 Merge pull request #3887 from moreal/improve-frozenset-debug-string
Improve frozenset debug representation
2022-07-16 15:58:18 +09:00
hyerim
b81853fa71 Fix: delete PyMappingProxy new function, fix new to from function 2022-07-16 15:40:12 +09:00
hyerim
f9a17b0e54 Add: pyproperty dict values, items mapping 2022-07-16 15:40:12 +09:00