Commit Graph

7958 Commits

Author SHA1 Message Date
Noah
84ca512b0a Update lock_api to crates.io 0.4.3 2021-04-03 20:55:39 -05:00
Noah
286c784bea Fix overflow in _random 2021-04-03 16:40:40 -05:00
Noah
31721c9d38 Try building benchmarks before running cargo criterion 2021-04-03 16:36:40 -05:00
Noah
68b219ce2f Add rustyline to redox patches 2021-04-03 16:34:55 -05:00
Noah
b47ed5923d Merge pull request #2536 from RustPython/fix-cron-benchmarks
Try running cron-ci benchmarks with cargo-criterion
2021-04-02 21:04:47 -05:00
Noah
0f4fac6a77 Try running cron-ci benchmarks with cargo-criterion 2021-04-02 21:02:29 -05:00
Noah
551ae5115f Merge pull request #2535 from RustPython/update-development
Update the DEVELOPMENT document
2021-04-02 15:11:15 -05:00
Noah
30c2e9e1ba Update the DEVELOPMENT document 2021-04-01 21:24:30 -05:00
Noah
80a5a8390a Merge pull request #2533 from nielsbauman/ci-benchmarks
Run benchmarks in CI
2021-04-01 21:07:32 -05:00
Noah
4343c45d8e Fix clippy for wasm 2021-04-01 21:06:52 -05:00
Niels Bauman
54b9f059df Run benchmarks in CI 2021-03-28 18:18:02 +02:00
Noah
7257785ca4 Merge pull request #2523 from RustPython/fix-cpy-microbenchmarks
Fix CPython microbenchmarks
2021-03-27 20:01:25 -05:00
Noah
605a353bc0 Merge pull request #2518 from RustPython/get-method-opt
Add optimized method lookup to avoid creating intermediate method objects
2021-03-27 15:05:04 -05:00
Jeong YunWon
843895c04d Merge pull request #2531 from RustPython/clippy-1.51
Fix clippy warnings for 1.51
2021-03-28 02:36:20 +09:00
Jeong YunWon
a3c5334b9e Merge pull request #2525 from RustPython/update-deps
Update dependencies
2021-03-28 02:33:32 +09:00
Noah
76f8ed5299 Fix clippy warnings for 1.51 2021-03-26 17:54:22 -05:00
Noah
56e340dbd4 Merge pull request #2530 from verhovsky/redirect-stdout-in-whats_left
remove noise from importing modules in whats_left
2021-03-26 17:34:47 -05:00
Boris Verkhovskiy
3592c74b5f remove noise from importing modules in whats_left
some modules will print something to stdout when imported
2021-03-26 15:51:58 -04:00
Noah
862c80f807 Fix closing fd for dir then calling closedir 2021-03-25 08:06:58 -05:00
Noah
1fff67db2c Correct float rounding algorithm 2021-03-25 08:06:58 -05:00
Noah
5063627aad Fix float.__round__ panic, use new bigint methods 2021-03-25 08:06:58 -05:00
Noah
7961ec9aaa Update parser snapshot tests with new BigInt Debug repr 2021-03-25 08:06:58 -05:00
Noah
25ecd7c38b Upgrade dependencies 2021-03-25 08:06:56 -05:00
Noah
9b0a86d037 Run cargo update 2021-03-25 08:06:14 -05:00
Noah
163cd19533 Merge pull request #2519 from TheOnlyError/2406-parse-multiple-lines-REPL
2406 parse multiple lines REPL
2021-03-25 08:04:07 -05:00
Unknown
3809e49ef0 Remove readline test 2021-03-25 10:41:35 +01:00
Noah
3c9bcf3a5e Don't recompile cpython code at each run 2021-03-21 21:23:54 -05:00
Noah
66ae84981b Fix cpython microbenchmarks failing 2021-03-21 20:43:44 -05:00
Noah
d6c8247886 Merge pull request #2521 from RustPython/fix-cpython-parse-bench
Level the playing field for the parse_to_ast benchmarks
2021-03-21 19:20:32 -05:00
Noah
cba3a2530e Merge pull request #2515 from deantvv/os-enhancement
Implement dir_fd in os.open
2021-03-19 21:49:17 -05:00
Noah
f1f7e8d1fb Level the playing field for the parse_to_ast benchmarks 2021-03-19 21:47:28 -05:00
Dean Li
9963bf9fe4 Move filepath behind feature gate 2021-03-20 09:11:14 +08:00
Noah
cb90ddb113 Merge pull request #2520 from mainsail-org/mir/gh-action-whats-left-fix
fix github action for what is left data
2021-03-19 18:08:37 -05:00
Mireille
4de4dbdf1e fix github action for what is left data 2021-03-19 11:02:32 -06:00
Gijs
92e63f49a1 Format readline 2021-03-19 12:01:13 +01:00
Gijs
bd772bf143 Add ignore to test 2021-03-19 11:57:11 +01:00
Gijs
a9061bb382 Fix super import 2021-03-19 11:45:40 +01:00
TheOnlyError
e5e251e986 Merge pull request #1 from Pluriscient/2406-v1.2
update rustyline and attempt to add test
2021-03-19 09:52:01 +01:00
Dean Li
d6d689dc1f os.open: make make_path return Cow 2021-03-16 20:15:26 +08:00
Eric van der Toorn
29a69b8958 update rustyline 2021-03-16 12:45:06 +01:00
Gijs
3087d48f09 Fix multiline parsing into the REPL 2021-03-16 11:33:24 +01:00
Noah
54ab9cb54a Add LoadMethod and CallMethod* opcodes 2021-03-15 09:45:07 -05:00
Noah
324462e3f5 Make get_method crate-private 2021-03-15 09:45:07 -05:00
Noah
7d813761c5 Move io.rs over to vm.call_method 2021-03-15 09:45:07 -05:00
Noah
f50f930255 Add setattro slot, split call_method and call_special_method 2021-03-15 09:45:06 -05:00
Noah
ac320f572d wip descr_set 2021-03-14 14:38:15 -05:00
Noah
79fa1b104f WIP getmethod 2021-03-14 14:38:00 -05:00
Noah
5d2d87c24f Merge pull request #2442 from RustPython/wasm-wheels
Allow importing PyPI packages on wasm
2021-03-14 14:34:57 -05:00
Noah
2d179f0765 Optimize generic_getattribute_opt 2021-03-14 13:54:24 -05:00
Noah
28a26975b6 Fix lints for wasm libraries 2021-03-14 12:50:00 -05:00