Commit Graph

2643 Commits

Author SHA1 Message Date
Jeong Yunwon
5583e36067 httpservers only support lf line-end in RustPython 2022-08-21 23:18:25 +09:00
Jeong YunWon
9a535bdd32 adjust failing markers for httplib 2022-08-21 15:23:51 +09:00
Jeong YunWon
c1a40614b2 remove failng markers from test_urllib 2022-08-21 15:23:51 +09:00
CPython developers
6fdc51e3b7 Update http from CPython 3.10.5 2022-08-21 15:23:51 +09:00
Karatus
c334626f3c Feature: sys.orig_argv (#4048) 2022-08-20 22:58:58 +09:00
Jeong YunWon
6e2411ea57 Update unicode_names to 0.5.1 to fix crash 2022-08-19 15:24:56 +09:00
Jeong YunWon
529d76ac1e mark failing tests from test_ast.py 2022-08-19 04:52:45 +09:00
CPython Developers
f108d97353 Update {test_}ast.py from CPython 3.10.6 2022-08-19 04:52:45 +09:00
Jeong YunWon
c995f37ec2 Add failing markers to test_future 2022-08-19 04:52:45 +09:00
CPython Developers
aa7d54817a Update test_future from CPython 3.10.6 2022-08-19 04:52:45 +09:00
Jeong YunWon
9a40c87dbd mark hanging/failing tests 2022-08-18 03:22:20 +09:00
Jeong YunWon
47dbafe7d3 @writes_bytecode_files to skip
https://github.com/python/cpython/pull/95972
2022-08-18 03:22:20 +09:00
CPython Developers
da109336bb Update importlib/test_importlib from CPython 3.10.6 2022-08-18 03:22:20 +09:00
Jeong YunWon
03ae0695b0 Remove markers from succesful zipimport tests 2022-08-18 03:22:20 +09:00
CPython developers
97e6542e93 Update zipimport from CPython 3.10.5 2022-08-18 03:22:20 +09:00
TaeGit
94f1d7d6d8 Update traceback.tb_next to be writable. 2022-08-17 23:27:50 +09:00
Karatus
b1478a68b5 Feature: _thread.interrupt_main (#4082) 2022-08-17 16:10:33 +09:00
Jeong YunWon
9daeaecd6c _thread compatibility using frozen _dummy_thread 2022-08-17 02:37:10 +09:00
Jeong YunWon
8f683b94d5 Add _dummy_thread._count 2022-08-17 02:16:51 +09:00
CPython Developers
3d4fe934a1 Update fnmatch from CPython 3.10 2022-08-16 10:08:03 +09:00
Jeong Yunwon
2154d12d96 adjust test_ntpath markers 2022-08-16 10:08:03 +09:00
Jeong Yunwon
fcc473ddd5 Update ntpath from CPython 3.10.6 2022-08-16 07:24:50 +09:00
Jeong YunWon
3efa141378 change partial failing markers to skip in test_importlib 2022-08-15 20:09:34 +09:00
Jeong YunWon
53ef2b9a0a remove failure markers from test_imp,test_zipimport,test_cmd_line_script 2022-08-15 20:09:34 +09:00
Jeong YunWon
42eb6554f0 impl _imp.check_hash_based_pycs 2022-08-15 16:09:32 +09:00
Jeong YunWon
70f303eab0 Update imp from CPython 3.10.6 2022-08-15 16:09:32 +09:00
CPython Developers
b8c38cfdff Update getpass from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
b603de0c25 mark failing tests from genericalias 2022-08-15 05:25:42 +09:00
CPython Developers
9cc86de08b update test_genericalias from CPython 3.10.6 2022-08-15 05:25:42 +09:00
CPython Developers
a6698f4391 Add mailbox from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
f1fcb37e64 crlf -> lf 2022-08-15 05:25:42 +09:00
CPython Developers
91791a0dd0 Update test_global from CPython 3.10.6 2022-08-15 05:25:42 +09:00
CPython Developers
b7022c0664 Update glob from CPython 3.10.6 2022-08-15 05:25:42 +09:00
CPython Developers
c9e7729a3e Udpate test_heapq from CPtyhon 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
2599bf5546 Mark failing tests from test_hash 2022-08-15 05:25:42 +09:00
Jeong YunWon
b84eae565e Add test_hash from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
38ef6f32ed mark failing tests from test_hashlib 2022-08-15 05:25:42 +09:00
CPython Developers
e193f45561 Update hashlib from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
0a073a3632 skip abnormally broken test from test_isinstance 2022-08-15 05:25:42 +09:00
CPython Developers
400752783d Update test_isinstance from CPython 3.10.6 2022-08-15 05:25:42 +09:00
Jeong YunWon
4fda2b6e7e crlf -> lf 2022-08-15 05:25:42 +09:00
CPython Developers
3a4c276d1c Update tempfile from CPython 3.10.5 2022-08-15 04:54:01 +09:00
Jeong YunWon
10bf77c786 mark failing tests form test_fileinput 2022-08-15 04:54:01 +09:00
CPython Developers
2524044cab Add fileinput from CPython 3.10.6 2022-08-15 04:54:01 +09:00
CPython Developers
01dc2b4f6f Update test_file from CPython 3.10.6 2022-08-15 04:54:01 +09:00
Jeong YunWon
0181e2b380 io.text_encoding return utf-8 for RustPython for now 2022-08-15 04:54:01 +09:00
Jeong YunWon
49ff3cb8b7 mark failing tests from test_pathlib 2022-08-15 04:54:01 +09:00
CPython Developers
de6d103875 Update pathlib from CPython 3.10.6 2022-08-15 04:54:01 +09:00
Jeong YunWon
bcd2cbfb80 remove fixed skipped test from test_sort 2022-08-15 04:24:58 +09:00
Jeong YunWon
e865ab958c update urllib passing tests 2022-08-15 04:24:58 +09:00