Commit Graph

  • a5ed4070bf remove lalrpop deps from cron-ci.yaml Jeong YunWon 2023-05-10 04:13:16 +09:00
  • fa30d33c9b Added both errors, and used value error for year, month, day and overflow for hour, min and sec - test now passes Eirik Bjoroen 2023-05-08 20:52:23 +02:00
  • 3d9fb36cde Changed what error message is shown Eirik Bjoroen 2023-05-07 18:46:48 +02:00
  • 6603c46b41 Changed what type of error gets reported Eirik Bjoroen 2023-05-07 18:36:06 +02:00
  • c7025f70d5 Remove PySymbol*Ref types Jeong YunWon 2023-05-06 20:21:15 +09:00
  • d03c7267d6 Merge pull request #4958 from RustPython/refactor-ast Jeong, YunWon 2023-05-07 20:08:25 +09:00
  • 0af106c85c Refactor ast to hold data as seperated type Jeong YunWon 2023-05-07 19:31:31 +09:00
  • da15bb282e Merge pull request #4957 from youknowone/Located-start Jeong, YunWon 2023-05-06 20:30:51 +09:00
  • ff808ad313 more location -> start() Jeong YunWon 2023-05-06 18:16:10 +09:00
  • 0897385a30 Merge pull request #4956 from youknowone/remove-core-compiler-error Jeong, YunWon 2023-05-06 19:14:57 +09:00
  • bac1cdc55f Remove compiler_core::CompileError Jeong YunWon 2023-05-06 17:16:21 +09:00
  • 91b9ed17c2 Merge pull request #4954 from youknowone/parser-repository Jeong, YunWon 2023-05-06 15:12:30 +09:00
  • f2cfa5f0a7 Split parser to new repository Jeong YunWon 2023-05-06 03:09:01 +09:00
  • 306943a9f5 Merge pull request #4953 from youknowone/rustpython-literal Jeong, YunWon 2023-05-05 23:06:07 +09:00
  • ff5076b12c rustpython-literal Jeong YunWon 2023-05-05 20:41:18 +09:00
  • cea23d2b07 Merge pull request #4951 from youknowone/repr-quote Jeong, YunWon 2023-05-05 20:45:40 +09:00
  • 1dd5e84c9a Merge pull request #4873 from youknowone/method Jeong, YunWon 2023-05-05 18:53:01 +09:00
  • cfbdf7f924 Refactor common::bytes::repr using common::escape Jeong YunWon 2023-05-03 15:01:52 +09:00
  • 2080cc2067 Refactor common::str::repr using common::escape Jeong YunWon 2023-05-03 03:25:40 +09:00
  • 9cc8f2dfa9 repr as single quote default Jeong YunWon 2023-05-01 03:30:34 +09:00
  • 2315ce956e String repr quote option from Ruff project Jeong YunWon 2023-05-01 03:08:13 +09:00
  • e73603945d Rename PyTypeFlags::METHOD_{DESCR => DESCRIPTOR} Jeong YunWon 2023-04-30 17:33:28 +09:00
  • 98eef0804e Method overhaul with PyMethodDef Jeong YunWon 2023-04-29 06:31:08 +09:00
  • fa79055821 Format d bool support (#4948) Christopher Gambrell 2023-04-30 03:29:04 -04:00
  • 4a099ab6bc Make builtin method type same as that of builtin function Kim Seungha 2023-03-14 19:13:11 +09:00
  • 9f58921a6f Rename IterNextIterable -> SelfIter by following CPython Jeong YunWon 2023-04-30 00:18:02 +09:00
  • 9b9dd1100a Add missing with(Iterable) Jeong YunWon 2023-04-29 15:50:38 +09:00
  • 2abf21b134 PyObject_SelfIter Jeong YunWon 2023-04-29 17:37:28 +09:00
  • f4b9bdfb29 Implement property name (#4944) Andrey Maltsev 2023-04-29 12:51:33 +03:00
  • 429d1d1cce Merge pull request #4876 from Phosphorescentt/4845 Jeong, YunWon 2023-04-29 04:32:46 +09:00
  • 9d44f93192 Merge pull request #4943 from youknowone/use-ruff Jeong, YunWon 2023-04-29 01:20:45 +09:00
  • b8bca5a148 Merge pull request #4926 from youknowone/fromargs-cleanup Jim Fasarakis-Hilliard 2023-04-28 13:22:10 +03:00
  • 8c1d923f3e Use ruff for CI Jeong YunWon 2023-04-28 18:55:44 +09:00
  • 04749c13f4 Merge branch 'RustPython:main' into 4845 Joshua Mankelow 2023-04-28 10:56:26 +01:00
  • e2ccb48463 Remove Traverse from FromArgs Jeong YunWon 2023-04-24 01:45:02 +09:00
  • 02840593bc Merge pull request #4933 from youknowone/fix-wasm-stdlib Jeong, YunWon 2023-04-28 13:26:34 +09:00
  • 8503e0de90 Fix wasm build stdlib Jeong YunWon 2023-04-28 11:50:53 +09:00
  • 23fee2737c Merge pull request #4929 from astral-sh/add-start-end-to-located Jeong, YunWon 2023-04-27 02:14:20 +09:00
  • 0a94e1393a Add Located::start, Located::end and impl Deref Micha Reiser 2023-04-26 10:24:34 -06:00
  • 9287169201 Merge pull request #4928 from astral-sh/use-located-new Jeong, YunWon 2023-04-26 13:46:15 +09:00
  • 8605fea678 Use Located::new over struct initializer Micha Reiser 2023-04-25 17:49:37 -06:00
  • d9b6585804 Merge pull request #4927 from youknowone/rename-types Jim Fasarakis-Hilliard 2023-04-25 06:42:18 +03:00
  • 30b8d7bdad MemberDescrObject -> PyMemberDescriptor Jeong YunWon 2023-04-25 04:48:31 +09:00
  • 436624b7a3 MemberDef -> PyMemberDef Jeong YunWon 2023-04-25 04:47:24 +09:00
  • 268a39fc61 Merge pull request #4901 from youknowone/py-module-def Jeong, YunWon 2023-04-25 04:41:17 +09:00
  • 317f432a20 PyModuleDef and #[pymodule(with(...))] Jeong YunWon 2023-04-20 21:44:50 +09:00
  • cbcdcf4ad5 Merge pull request #4900 from youknowone/simpler-new-object Jeong, YunWon 2023-04-25 04:07:33 +09:00
  • ce13fc5f03 Merge pull request #4898 from youknowone/pymodule-expose Jeong, YunWon 2023-04-25 04:00:52 +09:00
  • c16f813794 Merge pull request #4899 from youknowone/debug-friendly-tweaks Jeong, YunWon 2023-04-25 04:00:24 +09:00
  • 6e9e15b929 Merge pull request #4885 from youknowone/super-init Jeong, YunWon 2023-04-25 03:59:54 +09:00
  • 776bda60ca Merge pull request #4886 from youknowone/pyexception Jeong, YunWon 2023-04-25 02:43:00 +09:00
  • 322aa6887a add support for os.fork and related functions (#4877) Ankit Kumar Pandey 2023-04-24 23:09:54 +05:30
  • f256934f93 Merge define_exception into pyexception Jeong YunWon 2023-04-18 03:43:00 +09:00
  • 2658c5c539 super.__init__ Jeong YunWon 2023-04-18 14:28:44 +09:00
  • 4e0890a50d Merge pull request #4835 from Masorubka1/test_hashlib.py Jeong, YunWon 2023-04-23 23:28:38 +09:00
  • 73e1eeb57e skip test_enum.test_unique_composite Jeong YunWon 2023-04-23 15:23:13 +09:00
  • 514014f4fc add compare digest Andrey Maltsev 2023-04-17 10:07:07 +00:00
  • 508cf6b61d refactoring hashlib for tests Andrey Maltsev 2023-04-09 13:36:02 +00:00
  • 8782bf8cb0 Update test_hashlib.py from Cpython v3.11.2 Andrey Maltsev 2023-04-04 09:23:29 +00:00
  • 94bdb6b97a feature: PyTraverse derive macro for traverse object's childrens(like CPython's tp_traverse) (#4872) discord9 2023-04-23 20:43:49 +08:00
  • 2c90b128c3 Add loongarch64 support (#4914) Leslie Zhai 2023-04-23 16:37:16 +08:00
  • cf465bdd81 Merge pull request #4924 from itsankitkp/fix-sys-path-for-venv Jeong, YunWon 2023-04-23 15:28:19 +09:00
  • 05442bc667 Merge pull request #4913 from youknowone/buffer-as-object Jeong, YunWon 2023-04-23 12:38:40 +09:00
  • aad1d848a6 Rewrite Python->RustPython on sysconfig.py Jeong YunWon 2023-04-23 11:14:19 +09:00
  • 09a1ce9b2b Add XXX: RUSTPYTHON Jeong YunWon 2023-04-23 11:19:02 +09:00
  • d9c808ded8 Fix site and test_site for rustpython Ankit Kumar Pandey 2023-04-22 13:21:13 +05:30
  • ba6757ad11 add CI for pip check inside venv Ankit Kumar Pandey 2023-04-22 18:01:44 +05:30
  • e18dda3e08 Buffer arguments as PyObject Jeong YunWon 2023-04-21 18:39:53 +09:00
  • 1fa69ebcc9 sqlite: Throw TypeError when callable is not callable (#4923) Lee Dogeon 2023-04-22 07:10:44 +09:00
  • f0db8329be rename os module's exit function to _exit as thats how it is defined in cpython (#4887) Ankit Kumar Pandey 2023-04-22 01:52:18 +05:30
  • 6ce372cfb6 Merge pull request #4920 from itsankitkp/fix-windows-ssl-ci Jeong, YunWon 2023-04-22 05:18:37 +09:00
  • 7fc30b715a fix wrong directory name for openssl setup Ankit Kumar Pandey 2023-04-21 20:27:52 +05:30
  • 07c07ad806 Merge pull request #4916 from youknowone/choco-no-progress Jeong, YunWon 2023-04-21 21:16:15 +09:00
  • d7e7001afd choco --no-progress to prevent spam Jeong YunWon 2023-04-21 21:14:49 +09:00
  • df6831694b Adding more issue templates Jeong YunWon 2023-04-21 18:18:11 +09:00
  • 14aa9d7108 Merge pull request #4897 from youknowone/reduce-stdlib-runtime Jeong, YunWon 2023-04-21 18:08:13 +09:00
  • 3794c178be Merge pull request #4896 from youknowone/debugger-setup Jeong, YunWon 2023-04-20 22:49:28 +09:00
  • 560cd6ca6c Simpler new object / small int range const Jeong YunWon 2023-04-20 21:35:22 +09:00
  • 6996141448 debug-friendly tweaks Jeong YunWon 2023-04-20 21:09:17 +09:00
  • 968f2ad7c9 Merge pull request #4849 from haxelion/feature/tp_repr_stdlib Jeong, YunWon 2023-04-20 21:02:55 +09:00
  • c05f23d99d Merge pull request #4888 from Masorubka1/test_poll.py Jeong, YunWon 2023-04-20 21:02:27 +09:00
  • 19224505e8 module objects' type as PyModule Jeong YunWon 2023-04-20 17:33:17 +09:00
  • 06b0484ea3 Reduce runtime of stdlib_collections_deque Jeong YunWon 2023-04-20 17:24:38 +09:00
  • 9e4c8ad7d7 RUST_BACKTRACE=1 for debugger Jeong YunWon 2023-04-17 02:54:34 +09:00
  • e103adaa52 Merge pull request #4893 from Masorubka1/test_pulldom.py Jeong, YunWon 2023-04-20 17:10:30 +09:00
  • 89e3587c15 Simplify repr implementation a bit Jeong YunWon 2023-04-20 15:57:32 +09:00
  • 446285f348 Merge pull request #4892 from Masorubka1/test_property.py Jeong, YunWon 2023-04-20 16:12:12 +09:00
  • c03d3a58ec Removed RustPython specific @unittest.skip() Added extra unittest.expectedFailure decorators Joshua Mankelow 2023-04-18 19:05:19 +01:00
  • 334c15e879 add required files Andrey Maltsev 2023-04-18 20:51:33 +00:00
  • c3d9a51d15 Update last fallback property error messages Jeong YunWon 2023-04-20 15:32:50 +09:00
  • fddbf0728a add annotation to skiped test Andrey Maltsev 2023-04-18 19:38:54 +00:00
  • 32aa9933be Updated __init__.py to be inline with CPython 3.11.2 Joshua Mankelow 2023-04-15 13:37:10 +01:00
  • a354f7bba1 Properly handle failing test_os tests on windows (#4764) Dmitry Erlikh 2023-04-20 07:42:16 +02:00
  • b7811af211 Add test_pulldom.py from Cpython v3.11.2 Andrey Maltsev 2023-04-18 20:06:51 +00:00
  • 471ec26873 Merge pull request #4790 from Snowapril/number-protocol-unary-ternary Jeong, YunWon 2023-04-19 23:05:26 +09:00
  • a4a6e8dabe Fix trivial suggestions Jeong YunWon 2023-04-06 00:32:47 +09:00
  • 4416b2a467 Refactor PyNumber methods based on review suggestions snowapril 2023-04-02 16:39:17 +09:00
  • c69ff172e5 Replace PyInquiryFunc to PyUnaryFunc<bool> snowapril 2023-04-02 16:11:44 +09:00
  • 9c38e904dd Fix vm.ctx.none.as_obejct not to make clone snowapril 2023-04-02 16:07:21 +09:00
  • fd4f6941bf Remove expectedFailures for each success tests snowapril 2023-04-01 18:44:12 +09:00