Commit Graph

  • 74284c3271 Bump openssl-src from 111.24.0+1.1.1s to 111.25.0+1.1.1t dependabot[bot] 2023-02-08 22:31:06 +00:00
  • 1e9759679f Document lexer. Dimitris Fasarakis Hilliard 2023-02-07 20:59:35 +02:00
  • e4096fb6f2 Move NewLineHandler inline, don't check each character twice. Dimitris Fasarakis Hilliard 2023-02-06 06:32:02 +02:00
  • a3c372f602 Merge pull request #4482 from youknowone/workspace-deps Jeong YunWon 2023-02-06 16:30:13 +09:00
  • 42a22c280d use workspace dependencies Jeong YunWon 2023-02-06 14:18:16 +09:00
  • adc23253e4 Merge pull request #4480 from DimitrisJim/lexer_opt Jim Fasarakis-Hilliard 2023-02-01 15:29:16 +02:00
  • 5025113da0 Hint that the unwrap should always succeed. Dimitris Fasarakis Hilliard 2023-02-01 12:17:33 +02:00
  • 5fb03b6891 use qualname in TypeErrors for functions (#4476) Nick Liu 2023-02-01 15:53:56 +08:00
  • 0fcac14fd7 Eat for comma. Dimitris Fasarakis Hilliard 2023-01-30 21:42:59 +02:00
  • 7edf3c86c3 Add initial capacities, use u32s for indents/spaces. Dimitris Fasarakis Hilliard 2023-01-29 20:20:07 +02:00
  • ecac89521b Don't call is_emoji_presentation for each invocation of consume_normal Dimitris Fasarakis Hilliard 2023-01-29 20:08:21 +02:00
  • 51ba929fc6 Match on ascii start/continuation characters before calling functions. Dimitris Fasarakis Hilliard 2023-01-29 19:53:00 +02:00
  • b6e4471458 Merge pull request #4475 from discord9/pr_no_ctrl_c Jim Fasarakis-Hilliard 2023-01-31 12:24:01 +02:00
  • 763eaed2af feat: impl Detail option for not set SIG_INT Discord9 2023-01-31 16:28:34 +08:00
  • e1ab8a9b42 Fix clippy issues for rust 1.67 (#4478) Jim Fasarakis-Hilliard 2023-01-31 02:46:19 +02:00
  • daa9f116d0 feat: allow not set SIGINT handler Discord9 2023-01-06 14:48:00 +08:00
  • c0ab8e8256 Merge pull request #4464 from akx/bump-phf Jim Fasarakis-Hilliard 2023-01-28 00:13:53 +02:00
  • 6d927ef83d Bump phf to 0.11 series Aarni Koskela 2023-01-20 13:12:58 +02:00
  • 78e815c861 Merge pull request #4469 from moreal/array-register Jim Fasarakis-Hilliard 2023-01-25 18:53:29 +02:00
  • 8284a7cb89 Import from collections.abc instead of _collections_abc Lee Dogeon 2023-01-24 15:47:40 +09:00
  • 03f0e717a7 Correct typo Lee Dogeon 2023-01-24 15:37:28 +09:00
  • 778b8fdb2b Unmark resolved tests Moreal 2023-01-24 05:56:52 +09:00
  • d0bf163641 Register array.array to collections.abc.MutableSequence Moreal 2023-01-24 05:55:50 +09:00
  • 685a7e8ac5 Merge pull request #4466 from moreal/array-contains Jim Fasarakis-Hilliard 2023-01-23 16:46:17 +02:00
  • a866d881e5 Add extra_tests for array.__contains__ Moreal 2023-01-23 02:18:45 +09:00
  • 0527c4eae6 Implement array.array.__contains__ Moreal 2023-01-22 17:11:21 +09:00
  • bdd3beb257 Initialize ast when calling compile function (#4462) Chia-Hsiang Cheng 2023-01-22 20:26:51 +08:00
  • 3b4b134328 Merge pull request #4465 from yt2b/fix_float_mod Jeong YunWon 2023-01-22 20:53:17 +09:00
  • 4f38cb68e4 Merge pull request #4449 from harupy/fix-dict-spread-in-dict Jeong YunWon 2023-01-22 20:44:26 +09:00
  • 3d52769a47 Add tests yt2b 2023-01-22 14:44:35 +09:00
  • 8cb426120b Remove the decorator yt2b 2023-01-22 14:44:14 +09:00
  • 9e8e5a1e81 Fix mod_ yt2b 2023-01-22 14:43:58 +09:00
  • 88e3c83138 Fix comment harupy 2023-01-22 00:06:52 +09:00
  • 62aa942bf5 Merge pull request #4463 from charliermarsh/charlie/cformat Jeong YunWon 2023-01-21 22:05:09 +09:00
  • fc0b08042d refactor try_update_quantity_from_element Jeong YunWon 2023-01-21 11:53:56 +09:00
  • 225efcaf02 Merge pull request #4454 from moreal/sigaction Jeong YunWon 2023-01-21 11:18:04 +09:00
  • 115357ddd1 Implement lone-dot semantics for %-style format strings Charlie Marsh 2023-01-19 20:23:12 -05:00
  • a3507e7f58 Use unsafe only where necessary Moreal 2023-01-18 22:07:42 +09:00
  • 189a490e27 Unmark resolved tests Moreal 2023-01-18 15:58:40 +09:00
  • 52afc1ace5 Reuse flush_std Moreal 2023-01-18 14:33:37 +09:00
  • f0c427b2d2 Correct exitcode when running through subprocess.run Moreal 2023-01-16 00:23:41 +09:00
  • ff90fe52ee Merge pull request #4459 from andersk/elif-location Jeong YunWon 2023-01-18 13:36:44 +09:00
  • 02ee5bcb6a Merge pull request #4458 from fanninpm/test-ctypes Jeong YunWon 2023-01-18 13:32:04 +09:00
  • 16c1e214d6 Fix end location for elif blocks Anders Kaseorg 2023-01-17 22:14:24 -05:00
  • 019be59079 Add ctypes/test/*.py from CPython 3.11 Padraic Fanning 2023-01-17 21:12:17 -05:00
  • 84caa50a08 Add test_ctypes from CPython 3.11 Padraic Fanning 2023-01-17 20:36:07 -05:00
  • 59b191c789 Merge pull request #4457 from harupy/remove-useless-string-from Jim Fasarakis-Hilliard 2023-01-16 14:53:05 +02:00
  • 6e7be1ec8d Remove useless String::from harupy 2023-01-16 21:27:57 +09:00
  • f4363c8a86 Revert "Simplify compile_dict" harupy 2023-01-16 01:27:54 +09:00
  • 211bdb0bb7 Merge pull request #4453 from yt2b/fix_error_message Jeong YunWon 2023-01-16 01:10:35 +09:00
  • c3709e8b04 Merge pull request #4450 from yt2b/refactor_format_type Jeong YunWon 2023-01-16 01:09:24 +09:00
  • c79b1fa87a Merge pull request #4451 from notJoon/update-Lib-ctypes-3.11 Jeong YunWon 2023-01-16 00:37:18 +09:00
  • 964cc1b206 Rename test harupy 2023-01-15 23:36:07 +09:00
  • b31b08a30e Simplify compile_dict harupy 2023-01-15 23:20:00 +09:00
  • 15228f4463 Simplify scan_expression harupy 2023-01-15 22:08:19 +09:00
  • e4102aae8d Remove the decorator yt2b 2023-01-15 21:42:25 +09:00
  • ac4fc783ae Fix Error Message yt2b 2023-01-15 21:40:49 +09:00
  • 09ff71105a add Lib/ctypes from cpython 3.11 not_joon 2023-01-15 17:08:30 +09:00
  • 290736ae06 Improve test harupy 2023-01-15 16:53:13 +09:00
  • ea9db0ebbe Add Option to Dict.keys field harupy 2023-01-15 16:43:13 +09:00
  • 82892f3e0e Remove commented-out code harupy 2023-01-15 16:10:51 +09:00
  • 1640b6a7f3 Refactor FormatType yt2b 2023-01-15 15:19:26 +09:00
  • fdd3beaf58 Fix clippy errors harupy 2023-01-15 15:04:15 +09:00
  • ae770996f6 Fix scan_expression and compile_dict harupy 2023-01-15 14:54:58 +09:00
  • cdb1323515 Fix scan_expression and compile_dict harupy 2023-01-15 13:22:05 +09:00
  • 49b682edca Fix unparse harupy 2023-01-15 13:11:55 +09:00
  • e1f41e83d1 Fix dict spreading in dict literal harupy 2023-01-15 13:01:59 +09:00
  • acbc517b55 Merge pull request #4443 from bluetech/non-logical-newline-token-fixup Jim Fasarakis-Hilliard 2023-01-14 12:49:04 +02:00
  • 253b62f8b0 Merge pull request #4447 from burrbull/ci-update Jim Fasarakis-Hilliard 2023-01-14 12:46:34 +02:00
  • cb97a80350 Fixup parse_tokens after "Add NonLogicalNewline token" Ran Benita 2023-01-12 22:34:04 +02:00
  • 84897d4834 check caching Andrey Zgarbul 2023-01-14 12:39:17 +03:00
  • a9696d8501 update ci actions Andrey Zgarbul 2023-01-14 12:03:43 +03:00
  • 8828fd17a0 Alternate float format doesn't work correctly. (#4446) yt2b 2023-01-14 16:48:03 +09:00
  • aa3d24ea2a Merge pull request #4346 from coolreader18/wordcode Noa 2023-01-13 12:20:36 -06:00
  • 68d413e923 Merge pull request #4444 from messense/fix-format-spec-multi-byte Jeong YunWon 2023-01-13 21:53:32 +09:00
  • ee5a1c9002 Fix panic when parsing a format spec with multi-byte character messense 2023-01-13 14:40:20 +08:00
  • 2861c874ed Switch from 64-bit instruction enum to out-of-line arg values Noa 2022-12-09 20:32:48 -06:00
  • 91a897dd74 Merge pull request #4442 from bluetech/non-logical-newline-token Jim Fasarakis-Hilliard 2023-01-12 19:18:23 +02:00
  • e64faa781c Add NonLogicalNewline token Ran Benita 2023-01-12 14:53:55 +02:00
  • 9bbe745a33 Merge pull request #4437 from not-my-profile/fix-parser-docs.rs Jeong YunWon 2023-01-12 19:02:21 +09:00
  • 658d5a8b7e Fix docs.rs build for rustpython-parser Martin Fischer 2023-01-11 09:11:12 +01:00
  • c7faae9b22 Bump all crate versions to 0.2.0 v0.2.0 Noa 2023-01-11 00:05:25 -06:00
  • c38babe5cb Merge pull request #4435 from RustPython/dependabot/cargo/bzip2-0.4.4 Jeong YunWon 2023-01-11 10:27:27 +09:00
  • 2c696bca94 Bump bzip2 from 0.4.3 to 0.4.4 dependabot[bot] 2023-01-10 22:31:07 +00:00
  • 48103030e4 Merge pull request #4433 from lgyanf/devcontainer Jeong YunWon 2023-01-10 08:28:39 +09:00
  • 1e9d9aed84 Create devcontainer.json Ivan Gromov 2023-01-07 23:02:31 +00:00
  • a3e223d78e Merge pull request #4432 from youknowone/cspell Jeong YunWon 2023-01-09 20:46:40 +09:00
  • 1848c45302 first cspell dict Jeong YunWon 2023-01-09 19:35:06 +09:00
  • fc9e531272 Merge pull request #4414 from moreal/keyboard-int-exitcode Jeong YunWon 2023-01-08 17:48:44 +09:00
  • 16579aeafe Correct exitcode of KeyboardInterrupt Moreal 2023-01-03 20:33:50 +09:00
  • 765933136c Implement Sqlite3 Module (#4260) Steve Shi 2023-01-07 22:03:24 +02:00
  • 22a5a83fda PyInt.format only raises ValueError (#4428) yt2b 2023-01-08 02:06:04 +09:00
  • 604aa427fa Merge pull request #4429 from youknowone/fix-format Jeong YunWon 2023-01-07 21:38:41 +09:00
  • 8d36fe68e7 Fix nightly clippy warnings Jeong YunWon 2023-01-07 20:14:24 +09:00
  • 55aac852fd Merge pull request #4427 from yt2b/fix_integer_format Jeong YunWon 2023-01-07 19:41:32 +09:00
  • ddc2e1b81d Merge pull request #4426 from harupy/include-comment Jeong YunWon 2023-01-07 19:38:51 +09:00
  • 4bec6e8cc8 add from_bytes yt2b 2023-01-07 12:44:28 +09:00
  • ff0f0ac25c Merge pull request #4425 from yt2b/fix_formatspec_parse Jeong YunWon 2023-01-07 02:18:32 +09:00
  • d532160333 Include comment text in token harupy 2023-01-06 23:29:20 +09:00
  • 3677013765 Fix tests yt2b 2023-01-06 23:28:33 +09:00