Commit Graph

  • a8964f4108 Add select.epoll Noa 2024-09-16 23:26:51 -04:00
  • 740aeedca3 Merge pull request #5405 from crazymerlyn/fix-set-intersection-update Noa 2024-09-19 21:21:16 -05:00
  • 8152e7e62c Make Gid/Uid less janky Noa 2024-09-18 17:17:09 -05:00
  • b36c95b91e Fix set intersection_update implementation Ankit Goel 2024-09-19 20:59:12 +01:00
  • b5c1fd95dc Add zoneinfo from Python 3.12.6 (#5400) Ricardo Robles 2024-09-19 04:18:48 +02:00
  • 23f7cbf1c3 Make sqlite optional Noa 2024-09-16 23:26:21 -04:00
  • ae78ecc2c5 Add missing symbols in exceptions.rs hongmengning 2024-09-11 21:13:52 +08:00
  • dd06516d1c Deprecate delegating int() to __trunc__ Ankit Goel 2024-09-15 04:42:29 +01:00
  • 8066f36a4e Fix copysign behavior for NaNs (#5396) Ankit Goel 2024-09-11 07:19:21 +01:00
  • 3bbf6b9d53 less strict time bound for test_re.test_search_anchor_at_beginning Jeong YunWon 2024-09-10 10:58:40 +09:00
  • 8bc5944178 Bump webpack from 4.28.2 to 5.94.0 in /wasm/example dependabot[bot] 2024-08-28 04:13:03 +00:00
  • a13b99642b Add get/set methods for function module/annotations (#5392) Niels Buwen 2024-08-18 17:59:51 +02:00
  • 060db5983c Merge pull request #5390 from youknowone/wasmbind Jeong, YunWon 2024-08-09 09:37:49 +09:00
  • 42bba6920e apply suggestion Jeong YunWon 2024-08-09 02:02:21 +09:00
  • ea11d78995 Fix compilation without compiler feature Noa 2022-10-14 17:23:32 -05:00
  • fe63ca762f separate wasm-unknown-test Jeong YunWon 2024-08-09 01:28:29 +09:00
  • a82982725e fix getrandom Jeong YunWon 2024-08-09 02:20:56 +09:00
  • 7dfb760421 Make rustpython-vm compatible with non-js wasm32-unknown & add tests Noa 2022-10-14 16:50:37 -05:00
  • b6e9a3f37e rustpython_wasm uses the new feature Jeong YunWon 2024-08-09 00:59:29 +09:00
  • 3f28309b7b revert unnecessary change Jeong YunWon 2024-08-09 00:58:53 +09:00
  • d2a4a330f9 following chrono/wasmbind convention Jeong YunWon 2024-08-09 00:58:11 +09:00
  • d8c35770ab enable js feature of getrandom only for wasmbind Benjamin DeMann 2023-04-19 11:08:43 -06:00
  • dbb6794a41 add cfg for not wasmbind for time Benjamin DeMann 2023-04-19 10:21:15 -06:00
  • 63c9909aa0 run the first block if wasmbind is not present Benjamin DeMann 2023-04-19 10:10:25 -06:00
  • f1dac5087e address pr notes Benjamin DeMann 2023-04-19 09:09:39 -06:00
  • 4f80d7013e add wasmbind feature Benjamin DeMann 2023-04-14 14:42:18 -06:00
  • 2919df1df5 Mark rust-version 1.78 Jeong YunWon 2024-08-08 23:04:31 +09:00
  • a2df2f014b Fix dis.dis without compiler feature 0.4.0 Jeong YunWon 2024-08-07 08:56:36 +09:00
  • 8673169ee7 0.4.0 Jeong YunWon 2024-08-07 08:03:53 +09:00
  • 2c2e0fb172 pyperf bench script Jeong YunWon 2024-08-07 08:17:00 +09:00
  • d45c5de906 ignore local config files Jeong YunWon 2024-08-07 08:13:17 +09:00
  • eb985beed6 freeze-stdlib imply stdlib Jeong YunWon 2024-08-07 07:39:56 +09:00
  • ff9aa0fc54 Add example projects Jeong YunWon 2024-08-07 06:51:19 +09:00
  • 0bd1a3efb2 vm.print Jeong YunWon 2024-08-07 05:25:31 +09:00
  • 08e7ec948b Don't let Interpreter::run silently ignore result value Jeong YunWon 2024-08-07 05:12:50 +09:00
  • 6092c07eb5 better error message for freeze-stdlib Jeong YunWon 2024-08-07 06:23:07 +09:00
  • 09d74336fa Update fraction,test_numeric_tower from CPython 3.12.4 CPython Developers 2024-07-29 16:41:39 +09:00
  • 694354e5e6 temp fix slot member_count Jeong YunWon 2024-07-29 16:18:38 +09:00
  • 55f04db6b8 Update codecs and test_codecs from cpython v3.12.4 (#5372) Andrew Bowen 2024-07-29 01:55:32 -04:00
  • 6f8360a878 sys.exception Jeong YunWon 2024-07-29 01:13:04 +09:00
  • 6ca4685fee __objclass__ Jeong YunWon 2024-07-29 00:15:04 +09:00
  • d86b592add Merge pull request #5370 from youknowone/update-io Jeong, YunWon 2024-07-28 21:12:13 +09:00
  • 9944b3dac1 Mark failing tests Jeong YunWon 2024-07-28 14:43:05 +09:00
  • 8ed79bd1af add a dummy parameter for support.skip_if_sanitizer Jeong YunWon 2024-07-28 14:41:43 +09:00
  • 0600ae6213 Update io, pyio, test_io from CPython CPython Developers 2024-07-28 14:27:13 +09:00
  • 623415d843 IncrementalNewlineDecoder from pyio Jeong YunWon 2024-07-28 19:06:03 +09:00
  • 87b84a83cc Fix TextIOWrapper.reconfigure coder Jeong YunWon 2024-07-28 18:50:49 +09:00
  • aa5eba9723 fix BufferedMixin::tell Jeong YunWon 2024-07-28 14:51:12 +09:00
  • c2cd883f93 TextIOWrapper.reconfigure Jeong YunWon 2024-07-28 13:39:27 +09:00
  • 43e20a8cd9 Fix os.putenv & test_os.test_envronb Jeong YunWon 2024-07-28 14:08:53 +09:00
  • 48299cdd7f Add faulthandler to wasm32 Jeong YunWon 2024-07-28 11:52:32 +09:00
  • 2335ca0f72 Add proper underscore handling to float and complex types. (#5356) Dan Näsman 2024-07-28 06:11:34 +03:00
  • e42c1a33b5 upgrade unicode_names2 Jeong YunWon 2024-07-28 10:44:22 +09:00
  • b1a38c2d50 Fix rust 1.80 warnings (#5363) Jeong, YunWon 2024-07-28 10:43:40 +09:00
  • f1f05303db Bump openssl from 0.10.62 to 0.10.66 dependabot[bot] 2024-07-22 18:11:33 +00:00
  • 8424a733a2 type constructor Jeong YunWon 2024-07-14 09:49:19 +09:00
  • 2bf7a4a08c FuncArgs::is_empty() Jeong YunWon 2024-05-08 00:54:53 +09:00
  • b4bae8173b Merge pull request #5348 from JamesClarke7283/developer-experiance-tweaks Jeong, YunWon 2024-07-01 21:09:49 +09:00
  • 3c10888e3a Disabled some uneeded lits James Clarke 2024-06-30 13:41:40 +01:00
  • 1bd143027a Switched to system implementation of libffi and fixed minor lint errors James Clarke 2024-06-30 13:29:04 +01:00
  • 18d31f2d5b Merge branch 'RustPython:main' into developer-experiance-tweaks James Clarke 2024-06-30 12:34:12 +01:00
  • e142d655b9 changed int_max_str_digits from -1 to 4300 to be more cpython complient (#5343) James Clarke 2024-06-27 07:27:54 +01:00
  • e1ce1f66cd Updated MSRV James Clarke 2024-06-25 04:56:22 +01:00
  • 08c9a4d86b Added lints and deny.toml James Clarke 2024-06-25 03:59:40 +01:00
  • a620b38ba0 Add test_copyreg.py from 3.12 Kirill Podoprigora 2024-03-13 12:35:42 +02:00
  • 8e3c0cd658 Merge pull request #5314 from youknowone/datetime Jeong, YunWon 2024-06-22 17:38:59 +09:00
  • f709a2805d mark failing tests Jeong YunWon 2024-05-14 01:16:25 +09:00
  • adbadfc4f5 Merge pull request #5342 from youknowone/getstate Jeong, YunWon 2024-06-22 15:49:23 +09:00
  • 9c7a9cbace Update datetime from CPython v3.12.3 CPython Developers 2024-05-09 16:25:20 +09:00
  • 1333688a4e update copyreg from CPython 3.12.3 CPython Developers 2024-06-22 14:55:43 +09:00
  • 17852b78d5 mark hanging test Jeong YunWon 2024-06-22 02:05:56 +09:00
  • dd15ae5560 Unmark successful tests Jeong YunWon 2024-06-22 01:54:22 +09:00
  • 9d33990199 object.__getstate__ Jeong YunWon 2024-06-22 00:44:37 +09:00
  • 866e7cf371 Make a shared run function in ThreadedVirtualMachine (#5337) Cherry 2024-06-21 22:43:07 -07:00
  • f5c1596ddf PyCFunction_GET_SELF Jeong YunWon 2024-06-22 00:40:30 +09:00
  • 64cff172a1 pymethod(raw) Jeong YunWon 2024-06-22 00:40:13 +09:00
  • c10b99b29a Update keyword.py and test_keyword.py from CPython v3.12.0 kingler 2024-06-21 00:02:08 +01:00
  • bca90f191c Fix missing_transmute_annotations, legacy_numeric_constants added in Rust 1.79.0 clippy (#5339) Snowapril 2024-06-16 20:26:22 +09:00
  • 7996a10116 await in list comprehension (#5334) Jonathan Rotter 2024-05-27 02:54:56 -05:00
  • db4562f67d Fixes a typo Dmitry Mottl 2024-05-21 17:21:47 +08:00
  • 3fd0382a51 Use RPITIT where applicable Noa 2024-01-02 15:55:28 -06:00
  • 3e98e5e86c Bump libsqlite3-sys Noa 2024-05-20 13:48:57 -05:00
  • 7b17965b26 Enable macOS SSL Jeong YunWon 2024-05-20 19:53:32 +09:00
  • 5c050d5779 feature ssl-vendor implies ssl Jeong YunWon 2024-05-20 19:20:15 +09:00
  • 5d6d1a6da7 OpenSSL3 in README Jeong, YunWon 2024-05-20 12:52:37 +09:00
  • b59d876e76 Make __bases__ mutable (#5325) Daniel Chiquito 2024-05-19 23:28:07 -04:00
  • 9028aede6e Reduce rc ops from best_base Jeong YunWon 2024-05-19 15:49:07 +09:00
  • aa0353a501 Fix best_base to select proper base class (#5324) Snowapril 2024-05-19 15:48:56 +09:00
  • 63c3f31c99 skip flaky test in test_context Jeong YunWon 2024-05-17 12:47:24 +09:00
  • 2fe44af8ba time.{tzname,timezone,daylight} Jeong YunWon 2024-05-09 16:58:15 +09:00
  • 515f0bf9c2 Adding generator_stop to compile_future_features (#5320) matheusfgoncalves95 2024-05-13 16:18:55 +02:00
  • 27a52a7962 test_class.py: testTypeAttributeAccessErrorMessages fix hydrogen602 2024-05-13 01:55:32 -05:00
  • 61feb43aba test_builtin.py: test_type_qualname fix hydrogen602 2024-05-12 23:10:31 -05:00
  • 07fdcb6160 Fix for test future.py test annotations (#5319) Jonathan Rotter 2024-05-12 18:40:14 -05:00
  • ac08f4447f Add 3.12 typing features to the compiler (#5302) Daniel Chiquito 2024-05-10 07:09:04 -04:00
  • d243c90d0a Update site from CPython v3.12.3 (#5313) Jeong, YunWon 2024-05-09 23:04:31 +09:00
  • 72033ab689 Update ipaddress from CPython v3.12.3 (#5312) Jeong, YunWon 2024-05-09 15:56:11 +09:00
  • 3f63501fa8 Merge pull request #5311 from youknowone/pathlib Jeong, YunWon 2024-05-09 15:46:25 +09:00
  • 019496e3a8 Instruction::ReturnConst Jeong YunWon 2024-04-24 02:36:52 +09:00
  • 52695a9ece Skip tests to avoid slot bug Jeong YunWon 2024-05-09 15:20:38 +09:00