Commit Graph

7927 Commits

Author SHA1 Message Date
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
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
5d2d87c24f Merge pull request #2442 from RustPython/wasm-wheels
Allow importing PyPI packages on wasm
2021-03-14 14:34:57 -05:00
Noah
28a26975b6 Fix lints for wasm libraries 2021-03-14 12:50:00 -05:00
Noah
00ebbcc850 Add zlib to default features 2021-03-14 12:50:00 -05:00
Noah
2913754580 Rework wait_all 2021-03-14 12:50:00 -05:00
Noah
12f5ffe7af Version specification for whlimport 2021-03-14 12:50:00 -05:00
Noah
c1cc787bbd Run black 2021-03-14 12:49:59 -05:00
Noah
176702425d Get traceback working in wasm 2021-03-14 12:49:59 -05:00
Noah
46a070fb7f Add whlimport wasm module 2021-03-14 12:49:59 -05:00
Noah
f2f80902bb Add asyncweb wasm module 2021-03-14 12:49:59 -05:00
Noah
5d171f37ba Rework js promises a lot 2021-03-14 12:49:59 -05:00
Noah
cb9650e6ec wasm Lib directory 2021-03-14 12:49:59 -05:00
Noah
70b3aa871e Fix zlib decompress for longer streams 2021-03-14 12:49:59 -05:00
Noah
fd87c238fc Don't panic when can't __del__ object 2021-03-14 12:49:59 -05:00
Noah
8abfecf022 fnmatch on wasm 2021-03-14 12:49:59 -05:00
Noah
bdc01f0370 Fix bug for downgrading cell locks 2021-03-14 12:49:59 -05:00
Noah
57540ad2e1 Allow zipfile to be imported on wasm 2021-03-14 12:49:59 -05:00
Noah
d11cfd52e7 Enable zlib on wasm 2021-03-14 12:49:15 -05:00
Noah
1453530b2b Merge pull request #2517 from RustPython/coolreader18/constants-set
Impl Eq+Hash for ConstantData, make CodeInfo.constants an IndexSet
2021-03-14 12:46:09 -05:00
Jeong YunWon
19cfc46513 Merge pull request #2516 from RustPython/freebsd
Fix compilation on freebsd
2021-03-15 01:34:37 +09:00
Dean Li
cdcc191c0b Use cfg_if! for trait FilePath 2021-03-13 14:47:29 +08:00
Dean Li
9e6a7ae1a1 Exclude trait FilePath for wasi 2021-03-13 14:10:57 +08:00
Dean Li
ead42f2903 Implement dir_fd in os.open
Now pass `test_posix.py PosixTester.test_open_dir_fd`

Implement `dir_fd` in
`make_path` and `os.open(path, flags, mode=0o777, *, dir_fd=None)`
2021-03-13 11:23:18 +08:00
Noah
322aba324f Impl Eq+Hash for ConstantData, make CodeInfo.constants an IndexSet 2021-03-11 09:58:25 -06:00
Noah
6da8b937da Add freebsd support 2021-03-08 08:08:54 -06:00
Noah
c63a429bdc Merge pull request #2512 from fanninpm/test-httpservers
Add test_httpservers from CPython 3.8.7
2021-03-07 19:19:44 -06:00
Noah
b995a5ff85 Merge pull request #2476 from pca006132/master
Optimize method call performance
2021-03-07 19:19:28 -06:00
Padraic Fanning
3a3854d7ee Skip test class on Windows 2021-03-06 20:21:47 -05:00
Padraic Fanning
3fbaf68a2c Mark failing/erroring tests 2021-03-06 20:21:47 -05:00
Padraic Fanning
6ee3dbe3db Add test_httpservers from CPython 3.8.7 2021-03-06 20:21:47 -05:00
Noah
bfaf824d90 Merge pull request #2514 from deantvv/os-closerange
Implement os.closerange
2021-03-06 16:12:11 -06:00
Dean Li
974ed856ba Implement os.closerange
`closerange` use `close` internally
2021-03-06 04:51:49 +00:00
Jeong YunWon
22322fafe7 Merge pull request #2506 from fanninpm/more-expected-failures
Unskip more tests (follow-up from #2443)
2021-02-28 18:34:43 +09:00
Padraic Fanning
4ba5829fe1 Delete code smell 2021-02-27 19:37:01 -05:00