Noah
|
ede2d9ed16
|
Add SSLSocket.cipher
|
2021-02-20 21:04:30 -06:00 |
|
Noah
|
a0d9481fe5
|
Add RLock._is_owned
|
2021-02-20 21:04:30 -06:00 |
|
Noah
|
bcdda5eef8
|
Update queue.py to version from CPython 3.8
|
2021-02-20 21:04:30 -06:00 |
|
Noah
|
7a84e2b6c9
|
Respect module.__getattr__
|
2021-02-20 21:04:30 -06:00 |
|
Noah
|
f63f155dfa
|
Remove circular imports hack in multiprocessing
|
2021-02-20 21:04:30 -06:00 |
|
Noah
|
58db1752b0
|
Fix ImportFrom implementation
|
2021-02-20 21:04:30 -06:00 |
|
Noah
|
86f907ec0d
|
Fix SetupAsyncWith stack level handling
|
2021-02-20 21:04:30 -06:00 |
|
Noah
|
ce2d81e8e1
|
Update concurrent/ to version from CPython 3.8
|
2021-02-20 21:04:29 -06:00 |
|
Noah
|
09320f1422
|
Update threading.py to version from CPython 3.8
|
2021-02-20 21:04:29 -06:00 |
|
Noah
|
84a5a2c8d6
|
Add netrc.py from CPython 3.8
|
2021-02-20 21:04:29 -06:00 |
|
Noah
|
e6d9af43ca
|
Miscellaneous fixes for aiohttp
|
2021-02-20 21:04:29 -06:00 |
|
Noah
|
4feb26eea7
|
Merge pull request #2491 from fanninpm/fix/test-enum
Fix other test_enum unexpected success on Windows
|
2021-02-20 21:03:23 -06:00 |
|
Noah
|
7ced0f2d38
|
Merge pull request #2488 from fanninpm/test-file
Add test_file from CPython 3.8.7
|
2021-02-20 19:52:15 -06:00 |
|
Padraic Fanning
|
4d7a8b945f
|
Fix other test_enum unexpected success on Windows
|
2021-02-20 20:48:52 -05:00 |
|
Noah
|
fdfdfbce01
|
Merge pull request #2473 from rickygao/itertools-support
Follow the latest `itertools` module
|
2021-02-20 15:58:24 -06:00 |
|
Padraic Fanning
|
9d8f02fe40
|
Skip failing tests due to setup errors
|
2021-02-20 15:27:50 -05:00 |
|
Noah
|
9439212a9d
|
Merge pull request #2472 from RustPython/coolreader18/optimize-lasti
Don't use atomics as much for lasti
|
2021-02-20 14:21:43 -06:00 |
|
Padraic Fanning
|
f48f77914e
|
Mark failing test functions
|
2021-02-20 14:53:08 -05:00 |
|
Padraic Fanning
|
e223dcc778
|
Mark failing tests on Windows only
|
2021-02-20 14:07:52 -05:00 |
|
Noah
|
ed4fcf519a
|
Don't use atomics as much for lasti
|
2021-02-20 12:51:52 -06:00 |
|
Padraic Fanning
|
6da6f1e6dc
|
Mark failing test
|
2021-02-20 13:26:53 -05:00 |
|
Padraic Fanning
|
712b82a857
|
Add test_file from CPython 3.8.7
|
2021-02-20 13:26:53 -05:00 |
|
Jeong YunWon
|
4cad936262
|
Merge pull request #2478 from fanninpm/test-configparser
Add test_configparser from CPython 3.8.7
|
2021-02-20 12:48:33 +09:00 |
|
Jeong YunWon
|
b8b764f527
|
Merge pull request #2486 from RustPython/coolreader18/update-difflib
Update difflib.py
|
2021-02-20 12:44:09 +09:00 |
|
Jeong YunWon
|
7e66e1a2fa
|
Merge pull request #2487 from fanninpm/fix/test-enum
Fix test_enum unexpected success on Windows
|
2021-02-20 12:43:39 +09:00 |
|
Padraic Fanning
|
300778b5aa
|
Skip the CORRECT test
|
2021-02-19 17:18:45 -05:00 |
|
Padraic Fanning
|
257783de9f
|
Re-add expected failure and correct sys.platform
|
2021-02-19 17:07:59 -05:00 |
|
Padraic Fanning
|
38f6c7f4dc
|
Add universal newlines skip for Windows
|
2021-02-19 17:06:26 -05:00 |
|
Padraic Fanning
|
2521e37bfd
|
Add universal newlines skip for Windows
|
2021-02-19 17:03:26 -05:00 |
|
Padraic Fanning
|
7922d84741
|
Revert "Mark failed test on Windows only"
This reverts commit d99f00f4d5.
|
2021-02-19 16:12:59 -05:00 |
|
Padraic Fanning
|
aff873acf7
|
Mark expected failure on non-Windows
|
2021-02-19 15:41:09 -05:00 |
|
Padraic Fanning
|
d99f00f4d5
|
Mark failed test on Windows only
|
2021-02-19 15:36:26 -05:00 |
|
Padraic Fanning
|
3d44d21fc1
|
Skip all iterations of test making CI hang
|
2021-02-19 14:53:26 -05:00 |
|
Padraic Fanning
|
602f92a634
|
Skip test suspected to make CI hang
|
2021-02-19 14:34:27 -05:00 |
|
Padraic Fanning
|
9323c755e0
|
Mark failing/erroring tests
|
2021-02-19 13:38:57 -05:00 |
|
Padraic Fanning
|
748eaddd32
|
Add support files
|
2021-02-19 13:38:57 -05:00 |
|
Padraic Fanning
|
88557e1827
|
Add test_configparser from CPython 3.8.7
|
2021-02-19 13:38:57 -05:00 |
|
Noah
|
847df032fd
|
Unskip difflib tests
|
2021-02-19 09:05:44 -06:00 |
|
Noah
|
e7212bd609
|
Update difflib to version from CPython 3.8.8
|
2021-02-19 09:05:39 -06:00 |
|
Jeong YunWon
|
b83231cc39
|
Merge pull request #2483 from fanninpm/test-enum
Add test_enum from CPython 3.8.7
|
2021-02-19 22:47:16 +09:00 |
|
Jeong YunWon
|
87a421920f
|
Merge pull request #2480 from fanninpm/test-difflib
Add test_difflib from CPython 3.8.7
|
2021-02-19 22:46:47 +09:00 |
|
Jeong YunWon
|
365325ad95
|
Merge pull request #2479 from fanninpm/test-dictcomps
Add test_dictcomps from CPython 3.8.7
|
2021-02-19 22:46:20 +09:00 |
|
Padraic Fanning
|
38ca33430d
|
Unmark unexpected success
|
2021-02-18 23:43:06 -05:00 |
|
Padraic Fanning
|
98b42c345d
|
Mark failing test on Windows
|
2021-02-18 23:29:17 -05:00 |
|
Noah
|
14be4f10b6
|
Merge pull request #2484 from fanninpm/test-exception-variations
Add test_exception_variations from CPython 3.8.7
|
2021-02-18 22:21:13 -06:00 |
|
Padraic Fanning
|
2c5d1687ce
|
Mark failing test
|
2021-02-18 23:11:19 -05:00 |
|
Padraic Fanning
|
a59e5c4292
|
Mark failing/erroring tests
|
2021-02-18 23:11:19 -05:00 |
|
Padraic Fanning
|
c4e823ff05
|
Add test_enum from CPython 3.8.7
|
2021-02-18 23:11:19 -05:00 |
|
Noah
|
8bb6c75360
|
Merge pull request #2482 from fanninpm/test-dynamicclassattribute
Add test_dynamicclassattribute from CPython 3.8.7
|
2021-02-18 22:09:17 -06:00 |
|
Noah
|
4fc7c9eb76
|
Merge pull request #2481 from fanninpm/test-dynamic
Add test_dynamic from CPython 3.8.7
|
2021-02-18 22:08:32 -06:00 |
|