Commit Graph

  • b476c56deb replace try_parse!() macro to closure Jeong YunWon 2022-08-12 08:35:34 +09:00
  • 93b4180759 Merge pull request #4003 from daeun503/type-qualname Jeong YunWon 2022-08-12 03:46:23 +09:00
  • 4c28d84178 Merge pull request #4037 from youknowone/dis-fmt Jeong YunWon 2022-08-12 03:43:37 +09:00
  • ec5fd4a596 Feat: sys.thread_info Hyunmin Shin 2022-08-11 15:55:48 +09:00
  • 53f3fe3dca Remove: test_thread_info expectedFailure Hyunmin Shin 2022-08-11 16:00:07 +09:00
  • 421de1a032 compile_with as recursive form Jeong YunWon 2022-08-11 03:39:50 +09:00
  • 48019563ad Implemente type __qualname__ setter Daeun Lee 2022-08-11 07:11:30 +09:00
  • 15aad7cb94 Fix with-statement location Jeong YunWon 2022-08-11 01:53:49 +09:00
  • 4f0ed88d66 enhance dis output to print line numbers Jeong YunWon 2022-08-11 01:00:46 +09:00
  • 662910e0c6 Merge pull request #4031 from youknowone/encodings-feature Jeong YunWon 2022-08-11 07:13:55 +09:00
  • 0294d10e04 Merge pull request #4039 from youknowone/stackdepth Jeong YunWon 2022-08-11 07:12:30 +09:00
  • 003af163cb feature importlib Jeong YunWon 2022-08-10 03:04:16 +09:00
  • 002b04d5b4 encodings as vm feature Jeong YunWon 2022-08-10 02:50:51 +09:00
  • c9e865aff3 max_stacksize -> max_stackdepth Jeong YunWon 2022-08-11 06:22:39 +09:00
  • 02029c4057 Fix max_stacksize DEBUG to use const Jeong YunWon 2022-08-11 06:14:42 +09:00
  • 6da928eeb1 Merge pull request #4038 from youknowone/break-target Jeong YunWon 2022-08-11 03:41:03 +09:00
  • ffc3e1352a Fix break to contain end label Jeong YunWon 2022-08-10 06:37:40 +09:00
  • 12b8acf9a7 Merge pull request #4036 from TwoPair/union-parameters Jeong YunWon 2022-08-10 22:39:59 +09:00
  • 418cbea4ee Add expect message Hyunmin Shin 2022-08-10 21:42:10 +09:00
  • 6f0027145a Remove ok Hyunmin Shin 2022-08-10 20:24:30 +09:00
  • 73b8e3bb47 Merge pull request #4035 from TwoPair/union-parameters Jeong YunWon 2022-08-10 19:14:36 +09:00
  • b333355026 Fix: making parameters Hyunmin Shin 2022-08-10 11:51:51 +09:00
  • d18c641604 Resolve: test_union_parameter_chaining Hyunmin Shin 2022-08-10 11:34:47 +09:00
  • 37eaf650d2 Merge pull request #4034 from youknowone/comp-bytecode Jeong YunWon 2022-08-10 06:38:09 +09:00
  • 425c2b4bc4 Fix comprehension bytecode generation Jeong YunWon 2022-08-10 01:11:44 +09:00
  • c0c8577ab8 Merge pull request #4032 from youknowone/debugger Jeong YunWon 2022-08-10 05:31:29 +09:00
  • 2132a9178a add cargo args to debugger settings Jeong YunWon 2022-08-10 05:29:40 +09:00
  • dff916d45c Merge pull request #4029 from youknowone/test-symtable Jeong YunWon 2022-08-09 11:52:47 +09:00
  • c5601c1f0a Merge pull request #4027 from youknowone/tarfile Jeong YunWon 2022-08-09 11:51:57 +09:00
  • b8a64a5f4f Merge pull request #4025 from youknowone/update-timeit Jeong YunWon 2022-08-09 06:40:17 +09:00
  • 934fe3586f mark failing tests from test_symtable Jeong YunWon 2022-08-09 06:38:08 +09:00
  • d399953aba Update test_symtable from CPython 3.10.5 CPython Developers 2022-08-09 06:33:49 +09:00
  • 1e81dced65 Merge pull request #4024 from youknowone/update-tokenize Jeong YunWon 2022-08-09 06:30:02 +09:00
  • a0f405afca Remove expectedFailure mark from test_tarfile Jeong YunWon 2022-08-09 06:08:57 +09:00
  • eba72d41f9 Update tarfile and its test from CPython 3.10.5 CPython Developers 2022-08-09 06:06:46 +09:00
  • 50d5c6d4a5 Merge pull request #4023 from youknowone/update-type Jeong YunWon 2022-08-09 06:03:27 +09:00
  • bdab8f32b8 Update telnetlib from CPython 3.10 CPython Developers 2022-08-09 06:01:20 +09:00
  • 75eebc49ba Update type related modules and tests from CPython CPython Developers 2022-08-09 05:13:33 +09:00
  • 2bd929eed6 Merge pull request #4019 from youknowone/test-urllib Jeong YunWon 2022-08-09 05:58:06 +09:00
  • a1699e1d2d Mark failing test of test_timeit Jeong YunWon 2022-08-09 05:49:15 +09:00
  • e176728ffe Update timeit from CPython 3.10.5 CPython Developers 2022-08-09 05:47:04 +09:00
  • f509ab38ab Update tokenize from CPython 3.10.5 CPython Developers 2022-08-09 05:40:05 +09:00
  • 15fdf0cf8b Merge pull request #4021 from youknowone/test-ucn Jeong YunWon 2022-08-09 05:37:38 +09:00
  • 7727d94d59 Merge pull request #4020 from youknowone/test-univnewlines Jeong YunWon 2022-08-09 05:26:22 +09:00
  • 561a71b0c5 add skipIf for test_urllib2_localnet on windows Jeong YunWon 2022-08-09 05:07:44 +09:00
  • 0156c097d1 Merge pull request #4018 from youknowone/update-test Jeong YunWon 2022-08-09 05:03:55 +09:00
  • 6fa8fc617b Merge pull request #4016 from youknowone/test-plistlib Jeong YunWon 2022-08-09 05:03:41 +09:00
  • c45db9391e mark failing tests from test_ucn Jeong YunWon 2022-08-09 04:44:43 +09:00
  • 33f38c7812 Add test_ucn from CPython 3.10.5 CPython Developers 2022-08-09 04:42:57 +09:00
  • 70787af932 Merge pull request #4017 from youknowone/zipfile Jeong YunWon 2022-08-09 04:40:50 +09:00
  • 4ff701ac59 test_univnewlines from CPython 3.10.5 CPython Developers 2022-08-09 04:39:14 +09:00
  • c7eb307c9b Update test_urllib* from CPython 3.10.5 CPython Developers 2022-08-09 04:27:53 +09:00
  • ec461d9a29 Update test_weakset from CPython 3.10.5 CPython Developers 2022-08-09 04:18:30 +09:00
  • 3592a499df Update zipapp from CPython 3.10.5 CPython Developers 2022-08-09 04:14:19 +09:00
  • 17d3fdbd5a zipapp crlf->lf Jeong YunWon 2022-08-09 04:11:40 +09:00
  • 613727fe37 Mark failing tests form test_plistlib Jeong YunWon 2022-08-09 03:33:45 +09:00
  • f2a3ea73a4 test_plistlib from CPython 3.10.5 CPython Developers 2022-08-09 03:33:05 +09:00
  • dae8c31d3a Fix a2b_base64 invalid bytes handling Jeong YunWon 2022-08-09 03:34:38 +09:00
  • 4f74aac189 test_zipfile64 from CPython 3.10.5 CPython Developers 2022-08-09 03:56:53 +09:00
  • 37a3e03f01 mark failing test Jeong YunWon 2022-08-09 03:53:17 +09:00
  • e58460c80b Update {test_}zipfile from CPython 3.10.5 CPython Developers 2022-08-09 03:48:19 +09:00
  • eadedcc528 Merge pull request #4015 from youknowone/doctest2 Jeong YunWon 2022-08-09 03:36:59 +09:00
  • 7f420dfbfc test_doctest2 from CPython 3.10.5 CPython Developers 2022-08-09 03:36:26 +09:00
  • 9c2847afd5 Merge pull request #3736 from youknowone/warning Jeong YunWon 2022-08-08 04:42:26 +09:00
  • ade55498dd Merge pull request #4010 from youknowone/fix-setter-interface Jeong YunWon 2022-08-08 04:34:38 +09:00
  • a363b05340 PySetterValue for descr_set and setattro Jeong YunWon 2022-08-08 02:09:50 +09:00
  • 711acaaf05 Support getset deleter Jeong YunWon 2022-08-08 01:40:38 +09:00
  • 5a80fc3b8c warning module start Jeong Yunwon 2022-05-22 07:33:04 +09:00
  • 9087c2f47d Merge pull request #4011 from youknowone/io-encoding Jeong YunWon 2022-08-08 03:47:58 +09:00
  • a5b18c4795 Fix _TextIOBase.encoding impl Jeong YunWon 2022-08-08 03:01:50 +09:00
  • 8b7a3ea8ea Merge pull request #4009 from youknowone/htmlurllib Jeong YunWon 2022-08-07 17:23:14 +09:00
  • ad573574d2 remove failure marker from test_urllib2 Jeong YunWon 2022-08-07 16:35:39 +09:00
  • 07ccc26e71 Update test_urlparse from CPython 3.10.5 CPython developers 2022-08-06 05:11:05 +09:00
  • 27d1c34103 Update urllib from CPython 3.10.5 CPython developers 2022-07-18 23:44:42 +09:00
  • 7b643da3ea add ssl.SSLContext.post_handshake_auth Jeong YunWon 2022-08-06 04:35:13 +09:00
  • 6d40b70a76 remove failure marker from htmlparser Jeong YunWon 2022-08-07 16:30:19 +09:00
  • dbb128e1de Update html and its test from CPython 3.10.5 CPython developers 2022-07-18 22:39:09 +09:00
  • cd75df546d Merge pull request #3999 from qingshi163/sre030 Jeong YunWon 2022-08-07 16:25:22 +09:00
  • 33db28d6cc Merge pull request #3968 from TwoPair/list-remove Jeong YunWon 2022-08-07 15:57:29 +09:00
  • 8bdbc99216 refactor to bump sre-engine to v0.3.0 Kangzhi Shi 2022-08-05 21:16:15 +02:00
  • 42290b103e Add: _uuid module (#3974) hyerim 2022-08-07 15:27:53 +09:00
  • d39a28ba5a Merge pull request #3742 from HyunP-dev/staticmethod Jeong YunWon 2022-08-07 15:22:27 +09:00
  • ca20b5951d update version to 0.3.0 Kangzhi Shi 2022-08-05 21:08:14 +02:00
  • f3b30443aa fix lifetime Kangzhi Shi 2022-08-05 21:05:10 +02:00
  • ccae898885 fix next_ctx bug Kangzhi Shi 2022-08-02 21:24:11 +02:00
  • 982d8f53f2 fix next_ctx Kangzhi Shi 2022-08-02 21:10:31 +02:00
  • 34bde45a2c pass compile Kangzhi Shi 2022-08-01 22:19:49 +02:00
  • 9058f28788 refactor trait StrDrive instead enum Kangzhi Shi 2022-07-28 22:46:28 +02:00
  • 849b81ee10 use Initiailizer for PyStaticMethod Hyun Park 2022-05-22 13:25:23 +09:00
  • bfa595db3f Merge pull request #4002 from Snowapril/relocate_meta_file Jeong YunWon 2022-08-07 14:38:24 +09:00
  • 8dad7add5b Merge pull request #3816 from chang-57/binascii_qp Jeong YunWon 2022-08-07 06:22:21 +09:00
  • 02e05e489d Correct binascii.unhexlify error type (#4005) Lee Dogeon 2022-08-07 06:21:35 +09:00
  • 1f13d11cf3 Fix magic number horror Jeong YunWon 2022-08-07 05:15:04 +09:00
  • a02558b63a fix bug and styles not fixed yet Jeong YunWon 2022-08-07 04:49:26 +09:00
  • eb9a5fac2a Merge pull request #4006 from youknowone/marshal Jeong YunWon 2022-08-07 05:20:24 +09:00
  • 33110aecfe add binascii a2b_qp hachangmin6 2022-06-23 19:56:49 +09:00
  • ba766e1a43 Merge pull request #3849 from youknowone/tabnanny Jeong YunWon 2022-08-07 04:30:39 +09:00
  • ec9fa505e3 marshal.version Jeong YunWon 2022-08-07 04:08:53 +09:00
  • b32493d2cf marshal ascii/unicode Jeong YunWon 2022-08-07 03:53:43 +09:00
  • 6489ef153a bytes, none, ellipsis Jeong YunWon 2022-08-07 03:34:21 +09:00