Commit Graph

  • 16aaad7aeb PyTraceback Constructor (#5958) Jeong, YunWon 2025-07-13 10:20:07 +09:00
  • 52d46326de make_closure (#5955) Jeong, YunWon 2025-07-13 01:00:15 +09:00
  • e21ec550d4 Fix set___name__ and set___qualname__ deadlock (#5956) Jeong, YunWon 2025-07-13 00:22:41 +09:00
  • ac20b00e26 str.replace support count as keyword arg (#5954) Shahar Naveh 2025-07-12 16:43:47 +03:00
  • e75aebb967 Update str related tests from 3.13.5 (#5953) Shahar Naveh 2025-07-12 14:44:34 +03:00
  • fef660e6b3 more PEP695 (#5917) Jeong, YunWon 2025-07-12 20:42:57 +09:00
  • 3ef0cfc50c compiler enter_scope (#5950) Jeong, YunWon 2025-07-12 19:28:22 +09:00
  • 1303ace453 Update textwrap from 3.13.5 (#5952) Shahar Naveh 2025-07-12 13:18:31 +03:00
  • 3f9a5fddbb Don't skip non hanging test (#5951) Shahar Naveh 2025-07-12 13:18:08 +03:00
  • f19478edec Update operator from 3.13.5 (#5935) Shahar Naveh 2025-07-11 19:10:30 +03:00
  • c4234c1692 SymbolTable::varnames, fblock (#5948) Jeong, YunWon 2025-07-11 22:43:08 +09:00
  • c3967bf849 Set timeout for CI (#5947) Shahar Naveh 2025-07-11 13:18:23 +03:00
  • 59c7fcbb98 compiler set_qualname (#5930) Jeong, YunWon 2025-07-11 18:21:51 +09:00
  • 50c241fd71 Fix yaml error in take issue command (#5946) Shahar Naveh 2025-07-11 11:44:46 +03:00
  • 392f9c26c5 Instruction::Resume (#5944) Jeong, YunWon 2025-07-11 17:25:57 +09:00
  • 0ae6b4575c typing TypeAlias (#5945) Jeong, YunWon 2025-07-11 16:16:01 +09:00
  • 8b6c78c884 SymbolTableType::Lambda (#5942) Jeong, YunWon 2025-07-11 13:35:52 +09:00
  • 9b133b8560 CodeInfo::private (#5943) Jeong, YunWon 2025-07-11 13:11:15 +09:00
  • 2f94a63958 Add SymbolUsage::TypeParams (#5941) Jeong, YunWon 2025-07-11 11:24:20 +09:00
  • 2c30e01ae2 Update test_deque from 3.13.5 (#5939) Shahar Naveh 2025-07-11 02:36:34 +03:00
  • 01f15065fa Use raise_if_stop! macro where possible (#5938) Shahar Naveh 2025-07-11 02:36:08 +03:00
  • 38837e587b Make take issue comment to use curl (#5937) Shahar Naveh 2025-07-11 02:35:21 +03:00
  • 089c39f741 Update test_string_literals.py from 3.13.5 (#5934) Shahar Naveh 2025-07-10 16:47:55 +03:00
  • 4c7523080a fix(format): isolate special grouping rule to sign-aware zero-padding (#5924) Jiseok CHOI 2025-07-10 22:47:24 +09:00
  • ef385a9efa Add missing @ for the "take" comment command (#5933) Shahar Naveh 2025-07-10 16:46:29 +03:00
  • b2013cddc9 Add "take" comment command (#5932) Shahar Naveh 2025-07-10 13:55:38 +03:00
  • 8c4c63673e fix(itertools): add re-entrancy guard to tee object (#5931) Jiseok CHOI 2025-07-10 18:11:24 +09:00
  • 18d7c1baf1 codeobj.qualname (#5929) Jeong, YunWon 2025-07-10 10:27:03 +09:00
  • f608df4a23 Formatting with width and separator doesn't work correctly (#5927) yt2b 2025-07-10 09:10:52 +09:00
  • 54ff198409 Upgrade Lib/types.py from Python 3.13.5 (#5928) Jeong, YunWon 2025-07-10 08:57:08 +09:00
  • cbd9b30bd1 Update compileall from 3.13.5 (#5914) Shahar Naveh 2025-07-10 02:36:37 +03:00
  • 5985ec8be0 sys.platform android & ios (#5921) Shahar Naveh 2025-07-09 18:47:24 +03:00
  • 3a6a766a03 fix(sqlite): implement PARSE_COLNAMES column name parsing (#5923) Jiseok CHOI 2025-07-10 00:18:40 +09:00
  • e6fdef43dc fix(sqlite): autocommit mode transaction handling to match CPython (#5918) Jiseok CHOI 2025-07-09 20:13:26 +09:00
  • f0cf9e6492 Update cmd from 3.13.5 (#5920) Shahar Naveh 2025-07-09 13:03:53 +03:00
  • 2f9459cf02 Enable match statements sqlite cli (#5919) Jiseok CHOI 2025-07-09 19:03:17 +09:00
  • 341341520e Fix SQLite large integer overflow error handling (#5916) Jiseok CHOI 2025-07-09 17:14:45 +09:00
  • c195473a29 Update copy from 3.13.5 (#5913) Shahar Naveh 2025-07-08 17:49:57 +03:00
  • d58c500129 Update gzip from 3.13.5 (#5912) Shahar Naveh 2025-07-08 14:13:52 +03:00
  • 5c8b027af4 Update test_datetime from 3.13.5 (#5911) Shahar Naveh 2025-07-08 13:46:26 +03:00
  • ec577e556d Merge pull request #5909 from youknowone/typing-parameters Jeong, YunWon 2025-07-08 00:08:45 +09:00
  • bd54e537fd Fix __parameters__, __type_params__ Jeong YunWon 2025-07-07 21:20:33 +09:00
  • 481e03abe4 Replace old anndata to new from CPython 3.13.5 Jeong YunWon 2025-07-07 21:18:17 +09:00
  • 999976a76c fix __parametesr__ Jeong YunWon 2025-07-03 14:09:35 +09:00
  • 7ebe0182e4 More eval typecheck Jeong YunWon 2025-07-07 16:30:11 +09:00
  • a576569a02 update instructions Jeong YunWon 2025-07-07 15:07:41 +09:00
  • 240f87a911 Handle negative time.sleep values (#5906) 2025-07-07-main-37 Jiseok CHOI 2025-07-07 13:49:12 +09:00
  • 23a5c82a3a Add separator validation (#5904) yt2b 2025-07-06 23:08:07 +09:00
  • 9336507be6 Fix clippy::inconsistent_struct_constructor (#5905) Shahar Naveh 2025-07-06 03:24:05 +03:00
  • 3c7ec04285 Update tomllib from 3.13.5 (#5902) Shahar Naveh 2025-07-04 17:47:34 +03:00
  • f57f6d7443 Make gemini ignore Lib/** (#5903) Shahar Naveh 2025-07-04 17:47:05 +03:00
  • 94a55eb479 Update uuid from 3.13.5 (#5901) Shahar Naveh 2025-07-04 16:37:12 +03:00
  • 0a59c1cad3 Implement PyComplex's __format__ function (#5900) yt2b 2025-07-04 22:35:28 +09:00
  • 694fe50241 Use const fn where possible (#5894) Shahar Naveh 2025-07-04 16:26:20 +03:00
  • 5b20bb851e Remove conflicting AsRef<Self> implementation for PyObject in core.rs (#5899) coderabbitai[bot] 2025-07-04 11:40:30 +09:00
  • 4bd328906e Update resource from 3.13.5 (#5893) Shahar Naveh 2025-07-04 04:09:06 +03:00
  • 69545c0798 Use Self where possible (#5892) Shahar Naveh 2025-07-04 04:08:43 +03:00
  • 05013e3d0b macro for pyast code depulication (#5887) Shahar Naveh 2025-07-04 02:45:44 +03:00
  • 8a2a6af91b __type_params__ in __build_class__ (#5883) Jeong, YunWon 2025-07-03 14:08:42 +09:00
  • c529c247bb PyRef::into_ref() (#3744) Jeong, YunWon 2025-07-03 14:07:30 +09:00
  • 49422c5819 relocate Generic under typevar.rs (#5889) Jeong, YunWon 2025-07-03 12:05:03 +09:00
  • d40cbbb451 Fix cspell warning (#5890) Jeong, YunWon 2025-07-03 12:04:43 +09:00
  • fffa735868 __class_getitem__ (#5888) Jeong, YunWon 2025-07-03 11:01:53 +09:00
  • b6acfe0f9d Add raise_if_stop! macro for protocol/iter.rs (#5885) Shahar Naveh 2025-07-03 02:37:54 +03:00
  • 43be4e48ad nitpicks (#5886) Shahar Naveh 2025-07-02 15:27:47 +03:00
  • 18fdf85510 Fix itertools.pairwise (#5884) Shahar Naveh 2025-07-02 15:10:24 +03:00
  • fa7af0e5ea type.__type_params__ Jeong YunWon 2025-07-01 16:54:10 +09:00
  • e25c2856ad cspell ignore target/** Jeong YunWon 2025-07-01 17:10:18 +09:00
  • 3d951a883a Compile starred annotations (#5881) Jeong, YunWon 2025-07-01 17:20:42 +09:00
  • 4ebd485694 typing _Py_subs_paramters (#5880) Jeong, YunWon 2025-07-01 16:09:59 +09:00
  • 9f3c34a705 Update ipaddress (#5878) Shahar Naveh 2025-07-01 04:59:41 +03:00
  • 119e209ffd fix coderabbit (#5877) Jeong, YunWon 2025-07-01 04:40:58 +09:00
  • 334a5a7c3c Iterable for PyGenericAlias (#5876) Jeong, YunWon 2025-07-01 04:35:28 +09:00
  • e7c18f19ab Merge pull request #5850 from youknowone/typing Jeong, YunWon 2025-07-01 02:31:58 +09:00
  • 3f5566da53 Fix _typing.override Jeong YunWon 2025-06-26 18:33:13 +09:00
  • c0b9694cda Patch typing.py to let _py_abc fallback Jeong YunWon 2025-06-30 23:46:54 +09:00
  • 5a2007fd46 renames Jeong YunWon 2025-06-30 12:14:02 +09:00
  • 39d091f01c Fix typing Jeong YunWon 2025-06-29 04:11:04 +09:00
  • d5946d496d Update typing.py from CPython 3.13.5 Jeong YunWon 2025-06-27 14:04:38 +09:00
  • c7641260dd Make coderabbit ignore CPython files (#5875) Jeong, YunWon 2025-07-01 00:02:11 +09:00
  • 01117f4a30 Update argparse to 3.13.5 (#5874) Shahar Naveh 2025-06-30 17:56:34 +03:00
  • d5d3507921 Add sys._getframemodulename (#5873) Jeong, YunWon 2025-06-30 22:50:27 +09:00
  • 3bde2ddac3 Update base64 3.13.5 (#5872) Shahar Naveh 2025-06-30 13:09:05 +03:00
  • 5953a938bd chore: test testcases with @unittest.skip decorator (#5871) Lee Dogeon 2025-06-30 19:07:58 +09:00
  • b59a6666fe __repr__ in typing (#5870) 2025-06-30-main-36 Jeong, YunWon 2025-06-30 10:36:10 +09:00
  • 66a1138c66 Fix isinstance (#5869) Jeong, YunWon 2025-06-30 10:35:52 +09:00
  • b6ff541260 Create ContentItem with a macro (#5859) Shahar Naveh 2025-06-29 18:22:52 +03:00
  • 7c6d0632cc Update isintance (#5868) Jeong, YunWon 2025-06-29 15:15:09 +09:00
  • 4cca8b0d32 Callable __or__ patch (#5753) Jeong, YunWon 2025-06-29 14:43:58 +09:00
  • 159769876f add test Ashwin Naren 2025-04-30 11:14:21 -07:00
  • 47a7a00fbf Rework issubclass (#5867) Jeong, YunWon 2025-06-29 14:28:29 +09:00
  • 0a1c8c3c7e callable __or__ patch Ashwin Naren 2025-04-27 16:58:19 -07:00
  • 7a6e5c465f Upgrade abc.py _py_abc.py to 3.13.5 (#5865) Jeong, YunWon 2025-06-29 12:49:14 +09:00
  • 28dff8af6c Fix TypeParams, TypeAlias compile (#5862) Jeong, YunWon 2025-06-29 11:24:15 +09:00
  • 0ef22ab6f2 Fix type.__subclasscheck__ (#5864) Jeong, YunWon 2025-06-29 11:21:07 +09:00
  • 4ebecc0f5e Remove PyTuple::fast_getitem (#5863) Jeong, YunWon 2025-06-29 05:31:21 +09:00
  • 07a04acfaa Allow heap getset creation (#5854) Jeong, YunWon 2025-06-29 03:03:19 +09:00
  • 3a85499b11 Display logo on windows executable (#5790) Ashwin Naren 2025-06-28 10:50:05 -07:00
  • 8589b55203 Avoid set changed size during iteration (#5860) Lee Dogeon 2025-06-29 02:14:22 +09:00
  • 8cac4335b4 Constify functions & General nitpicks (#5858) Shahar Naveh 2025-06-28 17:08:30 +03:00