Commit Graph

11510 Commits

Author SHA1 Message Date
Jeong YunWon
7ec175f464 Merge pull request #4046 from youknowone/ci-1.62.1
set CI toolchain to 1.62.1
2022-08-12 12:27:11 +09:00
Jeong YunWon
9ad9b54074 Merge pull request #4041 from TwoPair/feature-thread-info
Feature: sys.thread_info
2022-08-12 12:21:32 +09:00
Jeong YunWon
7f2f4c636c Merge pull request #4047 from youknowone/fix-clippy
Fix clippy
2022-08-12 12:19:55 +09:00
Jeong YunWon
074a418163 set CI toolchain to 1.62.1 2022-08-12 11:49:13 +09:00
Jeong YunWon
33ab9497a3 Fix clippy warnings 2022-08-12 11:45:33 +09:00
Jeong YunWon
3997e30db5 pyimpl -> pyclass for asdl_rs.py 2022-08-12 11:41:48 +09:00
Jeong YunWon
1fcd1f4422 Merge pull request #4045 from youknowone/no-display
No Display trait for PyObject
2022-08-12 11:32:47 +09:00
Jeong YunWon
2bb9aee5d3 Remove Display impl for PyObject 2022-08-12 10:55:23 +09:00
Jeong YunWon
b476c56deb replace try_parse!() macro to closure 2022-08-12 08:35:34 +09:00
Jeong YunWon
93b4180759 Merge pull request #4003 from daeun503/type-qualname
Implemente type __qualname__ setter
2022-08-12 03:46:23 +09:00
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
Hyunmin Shin
ec5fd4a596 Feat: sys.thread_info 2022-08-12 00:30:15 +09:00
Hyunmin Shin
53f3fe3dca Remove: test_thread_info expectedFailure 2022-08-12 00:30:15 +09:00
Jeong YunWon
421de1a032 compile_with as recursive form 2022-08-11 07:45:30 +09:00
Daeun Lee
48019563ad Implemente type __qualname__ setter 2022-08-11 07:21:09 +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