Commit Graph

  • 31f0d9b282 Merge pull request #5035 from Reid00/main Jeong, YunWon 2023-08-27 03:05:15 +09:00
  • f7d4413c62 Merge pull request #5036 from dannasman/path_error_message Jeong, YunWon 2023-08-27 03:03:38 +09:00
  • 3131d56298 fixup: add note Dominic Elm 2023-08-23 11:28:17 +02:00
  • 9c2355117c Add ability to initialize cwd from PWD when targeting WASI Dominic Elm 2023-08-16 09:27:52 +02:00
  • 94029386ae added __reduce__ method for itertools.permutations LucaSforza 2023-07-23 16:52:34 +02:00
  • 0fbe57f96b Update test_code.py code.py from CPython v3.11. zhangbl 2023-08-07 10:19:55 +08:00
  • 5f6059ef73 fix formatting Dan Nasman 2023-08-11 21:25:32 +02:00
  • ba8d7b541f change conditional expression Dan Nasman 2023-08-11 21:24:44 +02:00
  • b1238ab4eb change import_encodings error message Dan Nasman 2023-08-11 20:54:39 +02:00
  • 287f89aa04 Add with/without ssl targets to debugger configuration Jeong, YunWon 2023-08-27 02:11:01 +09:00
  • d5a62848dd Merge pull request #5044 from youknowone/rust-1.72 Jeong, YunWon 2023-08-27 01:41:52 +09:00
  • 03f954408a Fix windows SSL bug Jeong, YunWon 2023-08-27 00:32:17 +09:00
  • d4d362a9ca Update to Rust 1.72.0 Jeong, YunWon 2023-08-26 17:22:17 +09:00
  • aea4d509c9 Fix win_lib_path to actually work Jeong, YunWon 2023-08-26 23:21:32 +09:00
  • bdb0c8f645 Add parser support for PEP 695 (#5026) Zanie Blue 2023-07-19 23:54:07 -05:00
  • c28cb3941f prettier *.js + fix miri build (#5028) Jeong, YunWon 2023-07-19 23:43:26 +09:00
  • d66f4d5315 Merge pull request #5025 from zanieb/internal/update-asdl Jim Fasarakis-Hilliard 2023-07-11 23:45:27 +03:00
  • b088787f7b Remove commented use of ASDL update script from CI workflow Zanie 2023-07-11 15:44:22 -05:00
  • 6363940d6c Delete stale ASDL update script Zanie 2023-07-11 15:27:16 -05:00
  • a58ede99f2 add int_max_str_digits input from command line (#5021) Bobby Palmer 2023-07-05 12:24:11 -04:00
  • 7e66db0d43 Merge pull request #5020 from RustPython/dependabot/cargo/openssl-0.10.55 Jim Fasarakis-Hilliard 2023-06-22 02:52:01 +03:00
  • 179de9fb67 Bump openssl from 0.10.48 to 0.10.55 dependabot[bot] 2023-06-21 22:55:38 +00:00
  • 500b0024f0 updated _collections_abc.py and test_collections.py to CPython 3.11.2 (#5016) Bobby Palmer 2023-06-18 10:31:03 -04:00
  • 4bec66e1c6 Pin Python version to 3.11.4 in CI runs. (#5015) Jim Fasarakis-Hilliard 2023-06-18 14:36:50 +03:00
  • 1cdc5d3294 Add get_int_max_str_digits and set_int_max_str_digits in sys. (#5014) Dan Näsman 2023-06-17 22:46:22 +02:00
  • 3d2c51962b Update parser (#5012) Jeong, YunWon 2023-06-18 02:38:42 +09:00
  • 5c81649b19 Return SyntaxError with null byte input in eval. (#5013) Jim Fasarakis-Hilliard 2023-06-17 16:58:28 +03:00
  • d64d33c809 Merge pull request #5009 from DimitrisJim/pylibs_upgrade_dos Jeong, YunWon 2023-06-14 17:19:15 +09:00
  • b875057ae2 Fix test failures/successes for windows. DimitrisJim 2023-06-14 01:53:08 +03:00
  • 2e5b0330c7 Update pprint from Python 3.11 DimitrisJim 2023-06-14 01:19:14 +03:00
  • c7d3358582 Update numbers from Python 3.11 DimitrisJim 2023-06-14 01:13:52 +03:00
  • 1df0a44958 Update nturl2path from Python 3.11 DimitrisJim 2023-06-14 01:07:12 +03:00
  • 3c8fb93ab4 Update ntpath from Python 3.11 DimitrisJim 2023-06-14 00:50:38 +03:00
  • 95ef76f7a0 Update nntplib to Python 3.11 DimitrisJim 2023-06-14 00:45:43 +03:00
  • 9953597bb6 Update netrc to Python 3.11 DimitrisJim 2023-06-14 00:44:01 +03:00
  • 91e206faa1 Update linecache to Python 3.11 DimitrisJim 2023-06-14 00:25:55 +03:00
  • 06ed5cc8cf Update ipaddress from Python 3.11 DimitrisJim 2023-06-14 00:23:36 +03:00
  • 483dfcdd2c Update imghdr from Python 3.11 DimitrisJim 2023-06-14 00:22:06 +03:00
  • a4330c3558 Update heapq from Python 3.11 DimitrisJim 2023-06-14 00:18:14 +03:00
  • a6a92128f0 Merge pull request #5007 from DimitrisJim/pylibs_upgrade_uno Jeong, YunWon 2023-06-13 11:38:00 +09:00
  • 436be2b96a Upgrade colorsys from Python 3.11 DimitrisJim 2023-06-12 15:28:55 +03:00
  • 89323dadc2 Update codeop from Python 3.11 DimitrisJim 2023-06-12 14:42:10 +03:00
  • 7e3183ef16 Update chunk from Python 3.11 DimitrisJim 2023-06-12 12:30:52 +03:00
  • 854d3e4d80 Update cgitb from Python 3.11 DimitrisJim 2023-06-12 02:03:08 +03:00
  • 3150b4ded6 Update cgi.py from Python 3.11 DimitrisJim 2023-06-12 00:08:49 +03:00
  • 1be262db40 Upgrade warnings.py from Python 3.11 DimitrisJim 2023-06-11 23:46:59 +03:00
  • 3d76e1e1db Upgrade aifc.py from Python 3.11. DimitrisJim 2023-06-11 22:34:27 +03:00
  • 8af4c5fd7b Upgrade cmd.py and test_cmd.py from Python 3.11. DimitrisJim 2023-06-11 17:27:59 +03:00
  • 8dbf7b27ef Fix test_path_like_objects (#4773) ilp-sys 2023-06-13 00:10:50 +09:00
  • 2b4f607cbc Set correct output file (#5006) Jim Fasarakis-Hilliard 2023-06-12 13:48:25 +03:00
  • cbaed46fb4 Implement itertools.accumulate.__reduce__ and __setstate__ (#4434) Ivan Gromov 2023-06-12 11:26:03 +01:00
  • 9cab670bf8 Remove uneeded mutable variable declaration (#5004) MisileLaboratory 2023-06-12 18:19:43 +09:00
  • 6fb15535ed Remove deprecated modules binhex and formatter. (#5003) Jim Fasarakis-Hilliard 2023-06-11 18:55:28 +03:00
  • 4721b7df92 Architecture overview (#2528) TheOnlyError 2023-06-11 17:35:15 +02:00
  • 06c6244599 Fix failures in the cron ci. (#5002) Jim Fasarakis-Hilliard 2023-06-11 14:23:17 +03:00
  • 3a2a1d1b74 Remove unecessary unsafe, remove generated file in extra_snippets. (#4998) Jim Fasarakis-Hilliard 2023-06-11 06:03:01 +03:00
  • 531f4babff Temporarily skip configparser. (#4997) Jim Fasarakis-Hilliard 2023-06-10 18:15:30 +03:00
  • 0f2ea6a1f3 Merge pull request #4994 from LucaSforza/main Jim Fasarakis-Hilliard 2023-06-10 13:35:44 +03:00
  • 7069a1de0a Merge pull request #4993 from RustPython/dependabot/cargo/xml-rs-0.8.14 Jim Fasarakis-Hilliard 2023-06-08 14:29:54 +03:00
  • 6f8f42b06a Remove expectedFailure decorator for test_xml_encodings. DimitrisJim 2023-06-08 13:46:49 +03:00
  • 8db7edb6d9 Bump xml-rs DimitrisJim 2023-06-08 13:14:34 +03:00
  • de0d323ad3 change dependency from num-bigint to malachite-bigint (#4952) Steve Shi 2023-06-08 07:28:39 +02:00
  • 01486830e3 Added constructor for Settings called with_path LucaSforza 2023-06-07 17:56:07 +02:00
  • 7a3f965396 new ast layout for arguments (#4978) Jeong, YunWon 2023-06-02 17:07:34 +09:00
  • 058f8c5500 Add fork support functions (#4972) Ankit Kumar Pandey 2023-06-01 11:59:16 +05:30
  • 0e24cf48c6 Fix abc error message (#4987) Patrick 2023-05-23 03:43:52 -04:00
  • e864e26592 update abc module (#4985) Patrick 2023-05-22 07:50:13 -04:00
  • 59df92d700 Merge pull request #4981 from DimitrisJim/update_subprocess Jeong, YunWon 2023-05-20 15:22:31 +09:00
  • 283a8046aa Mark failing tests. DimitrisJim 2023-05-19 22:38:38 +03:00
  • 9ba6027599 Merge pull request #4979 from patrickzbhe/del-local-scope Jim Fasarakis-Hilliard 2023-05-19 21:52:18 +03:00
  • 8312831bc9 fix python linting errors Patrick He 2023-05-19 14:05:36 -04:00
  • 2786831d32 add test Patrick He 2023-05-19 13:34:33 -04:00
  • 7366a41b1c Update subprocess from CPython 3.11 DimitrisJim 2023-05-19 19:54:59 +03:00
  • 2b43d4817c Add additional arguments to fork_exec. DimitrisJim 2023-05-19 19:54:38 +03:00
  • 050f0bd0ad weakref.__reversed__ fixed (#4780) jinnarajin 2023-05-19 23:43:07 +09:00
  • 7c56313d2b Update DEVELOPMENT.md (#4980) Jim Fasarakis-Hilliard 2023-05-19 17:27:36 +03:00
  • ab3862d7f4 formatting Patrick He 2023-05-19 05:12:23 -04:00
  • f4b54082cf Check variables in scope in DeleteFast Patrick He 2023-05-19 05:06:15 -04:00
  • ff7055749c Update parser to specialize ConversionFlag (#4976) Jeong, YunWon 2023-05-17 10:47:56 +09:00
  • a1d9c649f6 Implemented __reduce__ method for types.SimpleNamespace (#4975) Luca Sforza 2023-05-17 03:47:43 +02:00
  • 1aeaf4afef Merge pull request #4912 from youknowone/issue-templates Jim Fasarakis-Hilliard 2023-05-15 21:09:17 +03:00
  • 5d3e12fca4 Reduce parser size and Avoid copying elements when parsing (#4974) Jeong, YunWon 2023-05-16 01:35:50 +09:00
  • 3ae6ce5216 Implemented __reduce__ method for the ImportError exception (#4973) Luca Sforza 2023-05-15 13:51:20 +02:00
  • f5fc30ae63 Move range to each Node (#4969) Jeong, YunWon 2023-05-15 17:00:23 +09:00
  • 7a6000d181 Use format and cformat from rustpython-literal (#4968) Micha Reiser 2023-05-12 19:58:02 +02:00
  • 15fdf1ee5b Merge pull request #4967 from youknowone/fix-bytearray Jeong, YunWon 2023-05-12 20:49:50 +09:00
  • 4c2ab63185 Fix repr(bytearray) in debug Jeong YunWon 2023-05-12 06:52:11 +09:00
  • 0a10e6cbea Merge pull request #4963 from matthew-hagemann/fix/silent-if-error-in-trace() Jeong, YunWon 2023-05-12 05:51:50 +09:00
  • 935e35bb40 Updating test to expect passing Matthew Hagemann 2023-05-11 20:58:03 +02:00
  • 698134caab Merge pull request #4965 from youknowone/wasmuuid Jeong, YunWon 2023-05-12 02:11:05 +09:00
  • f12875027c Allow uuid on wasm32 and wasi Jeong YunWon 2023-05-12 01:42:02 +09:00
  • 833371918d Merge pull request #4959 from bjoroen/report_overflow_error Jeong, YunWon 2023-05-11 17:13:34 +09:00
  • a5f08d77a7 Set trace_func / profile_func to none on error Matthew Hagemann 2023-05-10 23:00:22 +02:00
  • f3e4d34092 Merge pull request #4962 from youknowone/fix-ast Jeong, YunWon 2023-05-11 05:16:20 +09:00
  • a43a8c546e Revert a few .as_str() calls by adding it to ast Jeong YunWon 2023-05-11 04:34:20 +09:00
  • b85e134477 Merge pull request #4961 from youknowone/byte-offset Jeong, YunWon 2023-05-10 21:26:28 +09:00
  • 4064c84cb4 ast::Identifier and ast::Int Jeong YunWon 2023-05-10 20:19:23 +09:00
  • dc569e9921 Refactoring Jeong YunWon 2023-05-10 02:38:05 +09:00
  • 5337dedadf CI using exclude Jeong YunWon 2023-05-10 04:57:24 +09:00
  • f1b261b4f8 Adapt byte-offset location Jeong YunWon 2023-05-07 13:11:14 +09:00