Commit Graph

11497 Commits

Author SHA1 Message Date
Jeong YunWon
4c28d84178 Merge pull request #4037 from youknowone/dis-fmt
enhance dis output to print line numbers
2022-08-12 03:43:37 +09:00
Jeong YunWon
421de1a032 compile_with as recursive form 2022-08-11 07:45:30 +09:00
Jeong YunWon
15aad7cb94 Fix with-statement location 2022-08-11 07:14:20 +09:00
Jeong YunWon
4f0ed88d66 enhance dis output to print line numbers 2022-08-11 07:14:20 +09:00
Jeong YunWon
662910e0c6 Merge pull request #4031 from youknowone/encodings-feature
encodings as vm feature
2022-08-11 07:13:55 +09:00
Jeong YunWon
0294d10e04 Merge pull request #4039 from youknowone/stackdepth
rename max_stackdepth and DEBUG const
2022-08-11 07:12:30 +09:00
Jeong YunWon
003af163cb feature importlib 2022-08-11 06:25:13 +09:00
Jeong YunWon
002b04d5b4 encodings as vm feature 2022-08-11 06:25:13 +09:00
Jeong YunWon
c9e865aff3 max_stacksize -> max_stackdepth 2022-08-11 06:22:39 +09:00
Jeong YunWon
02029c4057 Fix max_stacksize DEBUG to use const 2022-08-11 06:21:48 +09:00
Jeong YunWon
6da928eeb1 Merge pull request #4038 from youknowone/break-target
Fix break to contain end label
2022-08-11 03:41:03 +09:00
Jeong YunWon
ffc3e1352a Fix break to contain end label 2022-08-11 02:01:34 +09:00
Jeong YunWon
12b8acf9a7 Merge pull request #4036 from TwoPair/union-parameters
Refactor making union parameters
2022-08-10 22:39:59 +09:00
Hyunmin Shin
418cbea4ee Add expect message 2022-08-10 21:42:10 +09:00
Hyunmin Shin
6f0027145a Remove ok 2022-08-10 20:24:30 +09:00
Jeong YunWon
73b8e3bb47 Merge pull request #4035 from TwoPair/union-parameters
Fix making union parameters
2022-08-10 19:14:36 +09:00
Hyunmin Shin
b333355026 Fix: making parameters
`make_parameters`: Add `dedup_and_flatten_args` for duplicated elements
`dedup_and_flatten_args`: Fix a problem doesn't work for `genericalias`
2022-08-10 11:51:51 +09:00
Hyunmin Shin
d18c641604 Resolve: test_union_parameter_chaining 2022-08-10 11:34:47 +09:00
Jeong YunWon
37eaf650d2 Merge pull request #4034 from youknowone/comp-bytecode
Fix comprehension bytecode generation
2022-08-10 06:38:09 +09:00
Jeong YunWon
425c2b4bc4 Fix comprehension bytecode generation 2022-08-10 05:32:48 +09:00
Jeong YunWon
c0c8577ab8 Merge pull request #4032 from youknowone/debugger
add cargo args to debugger settings
2022-08-10 05:31:29 +09:00
Jeong YunWon
2132a9178a add cargo args to debugger settings 2022-08-10 05:30:05 +09:00
Jeong YunWon
dff916d45c Merge pull request #4029 from youknowone/test-symtable
Update test_symtable from CPython 3.10
2022-08-09 11:52:47 +09:00
Jeong YunWon
c5601c1f0a Merge pull request #4027 from youknowone/tarfile
Update test_tarfile from CPython 3.10
2022-08-09 11:51:57 +09:00
Jeong YunWon
b8a64a5f4f Merge pull request #4025 from youknowone/update-timeit
Update timeit from CPython 3.10.5
2022-08-09 06:40:17 +09:00
Jeong YunWon
934fe3586f mark failing tests from test_symtable 2022-08-09 06:38:59 +09:00
CPython Developers
d399953aba Update test_symtable from CPython 3.10.5 2022-08-09 06:38:55 +09:00
Jeong YunWon
1e81dced65 Merge pull request #4024 from youknowone/update-tokenize
Update tokenize from CPython 3.10.5
2022-08-09 06:30:02 +09:00
Jeong YunWon
a0f405afca Remove expectedFailure mark from test_tarfile 2022-08-09 06:08:57 +09:00
CPython Developers
eba72d41f9 Update tarfile and its test from CPython 3.10.5 2022-08-09 06:06:46 +09:00
Jeong YunWon
50d5c6d4a5 Merge pull request #4023 from youknowone/update-type
Update type related modules and tests from CPython 3.10.5
2022-08-09 06:03:27 +09:00
CPython Developers
bdab8f32b8 Update telnetlib from CPython 3.10 2022-08-09 06:02:57 +09:00
CPython Developers
75eebc49ba Update type related modules and tests from CPython 2022-08-09 05:59:02 +09:00
Jeong YunWon
2bd929eed6 Merge pull request #4019 from youknowone/test-urllib
Update test_urllib* from CPython 3.10.5
2022-08-09 05:58:06 +09:00
Jeong YunWon
a1699e1d2d Mark failing test of test_timeit 2022-08-09 05:49:56 +09:00
CPython Developers
e176728ffe Update timeit from CPython 3.10.5 2022-08-09 05:49:56 +09:00
CPython Developers
f509ab38ab Update tokenize from CPython 3.10.5 2022-08-09 05:41:49 +09:00
Jeong YunWon
15fdf0cf8b Merge pull request #4021 from youknowone/test-ucn
Add test_ucn from CPython 3.10.5
2022-08-09 05:37:38 +09:00
Jeong YunWon
7727d94d59 Merge pull request #4020 from youknowone/test-univnewlines
test_univnewlines from CPython 3.10.5
2022-08-09 05:26:22 +09:00
Jeong YunWon
561a71b0c5 add skipIf for test_urllib2_localnet on windows 2022-08-09 05:07:44 +09:00
Jeong YunWon
0156c097d1 Merge pull request #4018 from youknowone/update-test
Update test
2022-08-09 05:03:55 +09:00
Jeong YunWon
6fa8fc617b Merge pull request #4016 from youknowone/test-plistlib
test_plistlib
2022-08-09 05:03:41 +09:00
Jeong YunWon
c45db9391e mark failing tests from test_ucn 2022-08-09 04:44:43 +09:00
CPython Developers
33f38c7812 Add test_ucn from CPython 3.10.5 2022-08-09 04:42:57 +09:00
Jeong YunWon
70787af932 Merge pull request #4017 from youknowone/zipfile
update zipfile
2022-08-09 04:40:50 +09:00
CPython Developers
4ff701ac59 test_univnewlines from CPython 3.10.5 2022-08-09 04:39:14 +09:00
CPython Developers
c7eb307c9b Update test_urllib* from CPython 3.10.5 2022-08-09 04:31:57 +09:00
CPython Developers
ec461d9a29 Update test_weakset from CPython 3.10.5 2022-08-09 04:18:30 +09:00
CPython Developers
3592a499df Update zipapp from CPython 3.10.5 2022-08-09 04:14:19 +09:00
Jeong YunWon
17d3fdbd5a zipapp crlf->lf 2022-08-09 04:12:40 +09:00