Padraic Fanning
165df16945
Unmark passing tests due to CI limitations
2022-06-22 20:19:39 -04:00
Padraic Fanning
f836870d82
Run test suites like how CPython runs theirs
...
The extra flags come from the `buildbottest` rule in CPython's Makefile.
This will enable checking the tests we've been skipping by default (such
as network-based tests). This will also report the top 10 slowest tests
and will mark a test as failed if it altered the execution environment.
2022-06-22 20:19:38 -04:00
Jeong Yunwon
a2f77bb62e
fix typo from comments
2022-06-23 02:30:15 +09:00
Jeong Yunwon
ffd5a0db9a
slicelen -> slice_len
2022-06-23 02:26:15 +09:00
Jeong YunWon
119913b4ab
Merge pull request #3802 from youknowone/fix-musl
...
disable schedparam from musl
2022-06-20 01:41:37 +09:00
Jeong YunWon
4b59c083f1
Add musl CI
2022-06-20 01:18:40 +09:00
Jeong YunWon
7723cf1464
disable schedparam from musl
2022-06-20 01:15:04 +09:00
Jeong YunWon
589363a6a1
Merge pull request #3799 from GoGim1/dev
...
rename for name consistency
2022-06-20 00:43:27 +09:00
Jeong YunWon
0d598c2df1
Merge pull request #3801 from killme2008/fix/parsing-invalid-decimal
...
fix panic when parsing invalid decimal, close #3796
2022-06-20 00:18:15 +09:00
Dennis Zhuang
623a78dbf9
fix panic when parsing invalid decimal, close #3796
2022-06-19 22:34:34 +08:00
gogim1
19f3121f88
rename for name consistency
2022-06-19 18:06:18 +08:00
gogim1
9c8ace592d
rename for name consistency
2022-06-19 17:11:20 +08:00
Jeong YunWon
531f678706
Merge pull request #3797 from RustPython/dependabot/cargo/openssl-src-111.20.01.1.1o
...
Bump openssl-src from 111.18.0+1.1.1n to 111.20.0+1.1.1o
2022-06-18 06:05:02 +09:00
dependabot[bot]
a55c604262
Bump openssl-src from 111.18.0+1.1.1n to 111.20.0+1.1.1o
...
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs ) from 111.18.0+1.1.1n to 111.20.0+1.1.1o.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases )
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits )
---
updated-dependencies:
- dependency-name: openssl-src
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-17 15:18:49 +00:00
Jeong YunWon
f84b2896f1
Merge pull request #3792 from youknowone/fix-slot-call
...
Fix slot call deadlock
2022-06-16 21:20:23 +09:00
Jeong YunWon
f861d0d8ff
Merge pull request #3791 from rng-dynamics/feat-itertools-compress-reduce
...
Add itertools.compress.__reduce__
2022-06-16 20:56:05 +09:00
Jeong Yunwon
770f166edf
Fix slot call deadlock
2022-06-16 20:53:59 +09:00
Alexander Scharinger
e4267d9280
rustfmt
2022-06-16 11:44:23 +02:00
Alexander Scharinger
dbdbdc887f
feat: itertools.compress.__reduce__
2022-06-16 11:36:31 +02:00
Alexander Scharinger
81d2df806a
fix: itertools.compress keyword arguments
2022-06-16 11:22:36 +02:00
Alexander Scharinger
50dba866fc
test: itertools.compress
2022-06-16 10:59:25 +02:00
Jeong YunWon
60598b699e
Merge pull request #3790 from xforce/main
...
Fix broken module_names in compile_dir for sub-directories
2022-06-16 12:58:54 +09:00
Alexander Guettler
ad399db6e9
Add tested frozen module test
2022-06-16 11:58:48 +09:00
Jeong Yunwon
a3428a86d3
add test for nested module name
2022-06-16 11:58:48 +09:00
Alexander Guettler
b3d9e08076
Fix broken module_names in compile_dir for sub-directories
2022-06-16 11:58:48 +09:00
Jeong YunWon
ff502134db
Merge pull request #3667 from youknowone/canister
...
complex embedding and generator example
2022-06-16 01:37:32 +09:00
Jeong Yunwon
bae68873dd
Adapt BlockExpr to example/generator.rs
2022-06-16 01:07:26 +09:00
Jeong Yunwon
eb8c640518
generator sample
2022-06-16 01:07:26 +09:00
Jeong Yunwon
fcd564ad97
Replace kybra_like to project-neutral example
2022-06-16 01:07:26 +09:00
Jeong Yunwon
f3de183607
Add example kybra_like
2022-06-16 01:07:26 +09:00
Jeong YunWon
ba8df41269
Merge pull request #3775 from joohongpark/fix-test_dict_mixed_keys_items
...
fix test_dictviews::test_dict_mixed_keys_items
2022-06-15 14:11:55 +09:00
Jeong YunWon
cea5a6e2b6
Merge pull request #3788 from rng-dynamics/fix-itertools-chain
...
Fix itertools chain
2022-06-15 11:11:13 +09:00
joohongpark
79eae0d5fe
update compare method
2022-06-15 10:40:45 +09:00
Alexander Scharinger
480f5f1d25
fix tests
2022-06-14 19:53:41 +02:00
Jeong YunWon
1a2451bbb6
Merge pull request #3755 from killme2008/mmap-module
...
mmap module
2022-06-15 02:36:58 +09:00
Alexander Scharinger
76ef074b5a
Release source when PyIterReturn::StopIteration
2022-06-14 18:59:27 +02:00
Jeong Yunwon
af2fac9804
use usize for mmap fields
2022-06-15 01:59:26 +09:00
Dennis Zhuang
1ff3e0a551
Skip test_flush_return_value on linux platform
2022-06-15 01:59:26 +09:00
Dennis Zhuang
3217de7af2
Adds test_mmap.py from CPython 3.10.4
2022-06-15 01:59:26 +09:00
Dennis Zhuang
e5a76797b2
Impl AsBuffer, AsMapping and AsSequence protocols for PyMmap
2022-06-15 01:59:26 +09:00
Dennis Zhuang
929ad30c9d
Impl seek, write, write_byte methods etc.
2022-06-15 01:59:26 +09:00
Dennis Zhuang
ba33bc990d
Impl read, read_byte and readline methods
2022-06-15 01:59:26 +09:00
Dennis Zhuang
d96b165fad
Impl madvise method
2022-06-15 01:59:26 +09:00
Alexander Scharinger
ec18a12faf
refactor
2022-06-14 18:57:00 +02:00
Dennis Zhuang
d4f001fa21
Basic mmap module
2022-06-15 01:38:27 +09:00
Jeong YunWon
cc4583ef50
mmap skeleton
2022-06-14 17:12:51 +09:00
Dennis Zhuang
396812d66c
Refactor byte operations
2022-06-14 16:37:35 +09:00
Alexander Scharinger
33bcc89e94
test: itertools.chain stop iteration on error
2022-06-14 08:19:43 +02:00
joohongpark
2da623eadf
remove todo comment
2022-06-14 02:39:51 +09:00
joohongpark
194fa51cdd
fix format
2022-06-14 02:39:51 +09:00