Commit Graph

  • b0f620cd12 Update pprint.py from CPython v3.12.0a0 Gyubong 2022-10-04 12:14:53 +09:00
  • c096347077 Fix compile error when using vm-tracing-logging is on Gyubong 2022-10-04 11:20:57 +09:00
  • a6c07bc58f Update test_code.py from CPython v3.12.0a0 Gyubong 2022-10-04 10:55:13 +09:00
  • 44501f5ebf Restore YIELD_FROM def_op Gyubong 2022-10-04 10:53:57 +09:00
  • 33e1007d7c Update opcode.py from CPython v3.12.0a0 Gyubong 2022-10-04 10:47:30 +09:00
  • cf0ee0c0a5 Add co_names to PyCode Gyubong 2022-09-21 17:14:21 +09:00
  • ac2532822b Merge pull request #4184 from afonso360/cranelift-version Jeong YunWon 2022-10-03 12:12:41 +09:00
  • fab53f0391 Merge pull request #4187 from dvermd/structseq_matchargs Jeong YunWon 2022-10-03 12:08:40 +09:00
  • 7f86178a46 match args without n_*_fields dvermd 2022-09-24 15:34:18 +02:00
  • e56950abb3 Merge pull request #4190 from dvermd/takewhile_reduce Jeong YunWon 2022-10-02 16:17:37 +09:00
  • 02e013198f Merge pull request #4154 from jopemachine/add-utc-alias Jeong YunWon 2022-10-02 16:17:13 +09:00
  • 76a94d57ef Add __match_args__ to core language attributes dvermd 2022-10-01 21:05:32 +02:00
  • 11a6b73fbf Fix hash's error message when hash method is None (#4161) Gyubong 2022-10-01 22:46:14 +09:00
  • 5a5e047eab Merge pull request #4174 from jopemachine/fix-dis Jeong YunWon 2022-10-01 22:45:08 +09:00
  • 164e343517 add takewhile.__reduce__ dvermd 2022-10-01 15:23:18 +02:00
  • c39c745275 Add extra_test Gyubong 2022-10-01 18:24:42 +09:00
  • 70812eb880 Handle Lambda Expression Gyubong 2022-10-01 18:23:11 +09:00
  • 118707272b Update README.md DarkGuySM 2022-10-01 13:58:11 +05:30
  • 3301220a6b Merge pull request #4186 from andersk/arithmetic fanninpm 2022-09-30 09:29:36 -04:00
  • b9a07f811d Spell “arithmetic” correctly Anders Kaseorg 2022-09-28 17:58:30 -07:00
  • 1b7b3f067c Merge pull request #4183 from oow214/function_qualname Jeong YunWon 2022-09-26 16:03:59 +09:00
  • c2a5acb40c Implements 6 os/posix constants missing for macos (#4110) Ethan Post 2022-09-25 23:48:48 -07:00
  • a91e15aaf4 Update JIT Cranelift version Afonso Bordado 2022-09-24 15:00:33 +01:00
  • 27356bf057 Refactor function repr Kim, YeonWoo 2022-09-24 20:19:34 +09:00
  • b4360f8583 Update function __qualname__ Kim, YeonWoo 2022-09-24 20:18:00 +09:00
  • 2a26ed0096 Merge pull request #4147 from youknowone/interpreter-config Jeong YunWon 2022-09-24 13:48:46 +09:00
  • 2c611aa196 Merge pull request #4146 from oow214/warning_warn_explicit Jeong YunWon 2022-09-24 13:47:58 +09:00
  • ac28407e25 fix styles Jeong YunWon 2022-09-24 13:10:09 +09:00
  • 0e135c9bfb Fix warning module Kim, YeonWoo 2022-09-18 17:03:35 +09:00
  • 94819c54d3 Update get_filter Kim, YeonWoo 2022-09-17 16:46:58 +09:00
  • 49af908a3e Fix warning warn_explicit Kim, YeonWoo 2022-09-13 23:54:18 +09:00
  • eb27d1e8d7 Update warning warn_explicit Kim, YeonWoo 2022-09-01 00:30:35 +09:00
  • 2efe22e60e Merge pull request #4182 from fanninpm/clippy-1.64 Jeong YunWon 2022-09-23 16:55:14 +09:00
  • 50fd23ab47 Fix unnecessary closure (clippy) Padraic Fanning 2022-09-22 22:38:33 -04:00
  • 73bd2968ac Drop unused must-use values immediately Padraic Fanning 2022-09-22 23:00:54 -04:00
  • 34e09a8677 Merge pull request #4176 from youknowone/lalrpop Jeong YunWon 2022-09-22 15:25:46 +09:00
  • 5c29c27b6f temporary fix of parser build Jeong YunWon 2022-09-21 16:49:35 +09:00
  • 6ae1148b34 better parser build experience Jeong YunWon 2022-09-21 16:47:06 +09:00
  • 2426f11ebc Always insert None at code_stack.constants Gyubong 2022-09-21 16:11:29 +09:00
  • 683e5afff0 Merge pull request #4172 from Yaminyam/ci/skip Jeong YunWon 2022-09-20 13:30:15 +09:00
  • b9e849a091 ci: Support for ci skip through tag Sion Kang 2022-09-20 02:00:59 +09:00
  • fcbb388918 Merge pull request #4168 from jopemachine/fix-testisinstance Jeong YunWon 2022-09-19 16:58:57 +09:00
  • faace160be Refactoring abstract_issubclass Gyubong 2022-09-18 15:33:28 +09:00
  • e02afc435c Merge pull request #4170 from youknowone/pygetset Jeong YunWon 2022-09-18 14:54:55 +09:00
  • e002191a48 pyproperty -> pygetset Jeong YunWon 2022-09-18 14:16:15 +09:00
  • 05e13b65af Merge pull request #4160 from moreal/pymember-setter Jeong YunWon 2022-09-18 14:05:45 +09:00
  • 27855a6ab1 Unmark resolved tests Moreal 2022-09-17 21:29:53 +09:00
  • e27538f942 Correct PyInner<T> fields order Moreal 2022-09-17 20:42:27 +09:00
  • e7b39bdc8a Implement MemberDescrObject setter Moreal 2022-09-13 22:56:31 +09:00
  • e9d3406f9c Fix test_infinite_recursion_via_bases_tuple, test_infinite_cycle_in_bases Gyubong 2022-09-17 13:06:10 +09:00
  • 768a8e5148 Merge pull request #4114 from rimi0108/feature/add-staticmethod-init Jeong YunWon 2022-09-16 11:54:13 +09:00
  • b0d515585d Merge pull request #4159 from jopemachine/fix-test-iter Jeong YunWon 2022-09-15 12:33:06 +09:00
  • e372be1b1b Fix bool_eq argument order of _membership_iter_search for compatability with cpython Gyubong 2022-09-13 21:45:26 +09:00
  • 368e47cddb Merge pull request #4151 from jopemachine/add-cbrt Jeong YunWon 2022-09-12 13:55:56 +09:00
  • 7ab1b16b41 Merge pull request #4153 from jopemachine/add-call-operator Jeong YunWon 2022-09-12 13:55:34 +09:00
  • a719955809 Merge pull request #4152 from jopemachine/fix-math-pow Jeong YunWon 2022-09-12 13:54:51 +09:00
  • e0f491ea8c Fix edge case of math.pow(0.0, -inf), math.pow(-0.0, -inf) Gyubong 2022-09-12 12:45:56 +09:00
  • 96fc308c04 Add math.cbrt Gyubong 2022-09-09 09:30:07 +09:00
  • fa7a8af735 Merge pull request #4150 from jopemachine/add-exp2 Jeong YunWon 2022-09-12 11:48:59 +09:00
  • ea4f2e7bac Update test_math.py from CPython v3.12.0a0 Gyubong 2022-09-11 11:16:11 +09:00
  • 99bceb6fb7 Fix deadlock Jeong YunWon 2022-09-10 20:26:39 +09:00
  • 16755fa3b8 Change function name mat_mul -> matmul Gyubong 2022-09-10 18:28:24 +09:00
  • 927208c7f6 Update test_operator.py from CPython v3.12.0a0 Gyubong 2022-09-10 18:27:31 +09:00
  • 339de8c809 Add missing call operator to __all__ Gyubong 2022-09-10 18:26:33 +09:00
  • 5570ad497e Add UTC alias Gyubong 2022-09-09 11:51:36 +09:00
  • d95b3c2761 Add opeator.call, such that operator.call(obj, *args, **kwargs) == obj(*args, **kwargs) Gyubong 2022-09-09 11:21:19 +09:00
  • 1933e5f56e Add math.exp2 Gyubong 2022-09-08 17:00:42 +09:00
  • 8df1f07df9 InterpreterConfig Jeong YunWon 2022-08-25 06:53:15 +09:00
  • 597ad013b2 Fix pylib dependency for binary Jeong YunWon 2022-09-03 14:22:38 +09:00
  • f51b1307fe Merge pull request #4133 from youknowone/pylib Jeong YunWon 2022-09-05 17:24:34 +09:00
  • e8b9b4b4de move path "" to vm.initialize Jeong YunWon 2022-09-05 10:29:10 +09:00
  • da92db4031 Merge pull request #4149 from charliermarsh/charlie/location Jeong YunWon 2022-09-05 10:24:11 +09:00
  • ea878f2d64 Add PartialOrd to Location Charlie Marsh 2022-09-04 16:31:34 -04:00
  • fe10a4b9df Merge pull request #4135 from ecpost/platform-from-rust Jeong YunWon 2022-09-04 14:14:48 +09:00
  • e400c60ed8 Remove _platform RustPython-only module Jeong YunWon 2022-09-03 23:25:46 +09:00
  • d2825263c1 Modify the new 3.10.6 version of platform.py to work with platform.rs ecpost 2022-08-24 20:33:47 -07:00
  • 35f46c0353 Update warning setup_context (#4130) YeonWoo 2022-09-03 23:12:18 +09:00
  • d32cd53948 Move pylib dependency out of vm Jeong YunWon 2022-08-25 05:02:50 +09:00
  • 7b0fe1d419 mv pylib to root Jeong YunWon 2022-08-25 04:12:37 +09:00
  • 31fdb204d8 Allow fcntl functions to accept objects with fileno() function (#4144) Richard Hozák 2022-09-01 19:39:02 +02:00
  • 8001ff8d84 Merge pull request #4140 from tgsong827/fcntl.ioctl Jeong YunWon 2022-08-30 13:40:09 +09:00
  • 3e10f52dec mark failing test from test_ioctl tgsong827 2022-08-30 10:06:46 +09:00
  • de26d1e3bf Add test_ioctl from CPython 3.10.6 tgsong827 2022-08-30 10:05:58 +09:00
  • d7cb77ecf2 update fcntl.ioctl's first arg can take other objects having fileno method not only Integer tgsong827 2022-08-30 09:52:04 +09:00
  • ef4bea53c6 Add memory_iterator (#4138) Gyubong 2022-08-29 19:04:39 +09:00
  • 7a688e0b6c fix cron ci Noa 2022-08-25 00:20:43 -05:00
  • ad88d476a8 fix other commit commands for cron ci Noa 2022-08-24 23:10:17 -05:00
  • 4c6fe4ac22 forgot to inc loop counter Noa 2022-08-24 23:05:57 -05:00
  • 46c9d7d42f cron-ci tweak Noa 2022-08-24 22:52:10 -05:00
  • 0801469258 cron ci fix Noa 2022-08-24 22:49:54 -05:00
  • 79a868c6b7 try another cron ci fix Noa 2022-08-24 22:22:24 -05:00
  • 454a21b4ab oops try fix test_importlib hang again Noa 2022-08-24 20:53:25 -05:00
  • 4a22aa061b try fix test_importlib hang in codecoverage collection Noa 2022-08-24 20:21:03 -05:00
  • ffc62c38c5 Merge pull request #4134 from coolreader18/fix-cron-ci-2 Noa 2022-08-24 18:44:33 -05:00
  • 10cfe275a6 Fix occasional race condition in dictdatatype Noa 2022-08-24 17:49:35 -05:00
  • 69aac594c9 Try fixing jsontest? Noa 2022-08-24 17:49:22 -05:00
  • 4ccdc19208 Implement __slots__ with member_descriptor (#4106) Lee Dogeon 2022-08-25 02:11:23 +09:00
  • 05d73dd718 Merge pull request #4131 from coolreader18/fix-weekly-ci-lalrpop Noa 2022-08-23 15:51:27 -05:00
  • f7e58a38a1 Fix lalrpop python.rs for weekly ci Noa 2022-08-23 15:50:27 -05:00
  • e9970edd77 Add built-in breakpoint function (#4122) Gyubong 2022-08-23 21:45:01 +09:00