Padraic Fanning
|
554b429fae
|
Add test_exception_variations from CPython 3.8.7
|
2021-02-16 22:27:03 -05:00 |
|
Noah
|
afefd163a6
|
Merge pull request #2438 from RustPython/coolreader18/compile_call-classdef
Handle splat args in bases/kwargs for __build_class__
|
2021-02-16 17:57:26 -06:00 |
|
Noah
|
db282446f0
|
Unskip/fix tests in test_subclassinit
|
2021-02-15 21:39:43 -06:00 |
|
Noah
|
0bdc4bc8d8
|
Accept kwargs in type.__prepare__
|
2021-02-15 21:39:43 -06:00 |
|
Noah
|
b191c68b9c
|
Pass kwargs to __prepare__
|
2021-02-15 21:39:43 -06:00 |
|
Noah
|
8f68959a98
|
Add snippet test
|
2021-02-15 21:39:43 -06:00 |
|
Noah
|
1d18398c66
|
Handle splat args in bases/kwargs for __build_class__
|
2021-02-15 21:39:43 -06:00 |
|
Noah
|
8cccf6e5b5
|
Merge pull request #2471 from fanninpm/test-colorsys
Add test_colorsys from CPython 3.8.7
|
2021-02-15 21:06:46 -06:00 |
|
Noah
|
73a6a49379
|
Merge pull request #2470 from zsilver1/math-lib-fixes
Fix `math.floor` and `math.ceil` functions to match cpython behavior
|
2021-02-15 21:05:30 -06:00 |
|
Noah
|
aa7bff0b07
|
Merge pull request #2465 from fanninpm/test-bufio
Add test_bufio from CPython 3.8.7
|
2021-02-15 21:04:52 -06:00 |
|
Padraic Fanning
|
668ccc2283
|
Add test_colorsys from CPython 3.8.7
|
2021-02-15 21:23:32 -05:00 |
|
Noah
|
229c64a51c
|
Merge pull request #2462 from fanninpm/test-augassign
Add test_augassign from CPython 3.8.7
|
2021-02-15 19:30:39 -06:00 |
|
Noah
|
15fa0fd4b3
|
Merge pull request #2461 from pca006132/range-opt
Optimize check_signals
|
2021-02-15 19:27:59 -06:00 |
|
Zach Silver
|
83de5bdf13
|
Unmark testFloor and testCeil failure
|
2021-02-15 16:34:53 -08:00 |
|
Zach Silver
|
9636996c4f
|
Fix floor and ceil functions to match cpython behavior
|
2021-02-15 16:30:14 -08:00 |
|
Padraic Fanning
|
75761665be
|
Skip tests on Windows
|
2021-02-15 17:19:07 -05:00 |
|
Padraic Fanning
|
5796b455da
|
Mark erroring tests on Windows only
|
2021-02-15 16:46:38 -05:00 |
|
Padraic Fanning
|
fc22ea70f2
|
Add test_bufio from CPython 3.8.7
|
2021-02-15 14:53:05 -05:00 |
|
Padraic Fanning
|
811f3ef5ab
|
Mark failed test
|
2021-02-15 13:09:09 -05:00 |
|
Padraic Fanning
|
93f0c968df
|
Add test_augassign from CPython 3.8.7
|
2021-02-15 13:07:54 -05:00 |
|
pca006132
|
3f6df176d9
|
Optimize check_signals
|
2021-02-15 15:01:53 +08:00 |
|
Noah
|
820337e6c3
|
Merge pull request #2460 from pca006132/range-opt
Optimize builtins/range
|
2021-02-15 00:30:40 -06:00 |
|
Noah
|
f31eb9f1f7
|
Merge pull request #2457 from fanninpm/test-ast
Add ast tests from CPython 3.8.7
|
2021-02-15 00:26:57 -06:00 |
|
Noah
|
5b23f29213
|
Merge pull request #2459 from fanninpm/test-asyncore
Add test_asyncore from CPython 3.8.7
|
2021-02-15 00:24:11 -06:00 |
|
Noah
|
1bdbd8000f
|
Merge pull request #2458 from fanninpm/test-asynchat
Add test_asynchat from CPython 3.8.7
|
2021-02-15 00:22:52 -06:00 |
|
Noah
|
3610650a49
|
Merge pull request #2455 from fanninpm/abc
Update abc to CPython 3.9.1 and add test suite
|
2021-02-15 00:22:07 -06:00 |
|
pca006132
|
3a6d4b75dc
|
Optimize builtins/range
|
2021-02-15 13:25:13 +08:00 |
|
Padraic Fanning
|
0fea43948a
|
Add conditional test skip
|
2021-02-14 23:45:37 -05:00 |
|
Padraic Fanning
|
e50d84b627
|
Reset CI
|
2021-02-14 23:12:56 -05:00 |
|
Padraic Fanning
|
cf703c4e70
|
Add expected failures to errored/failed tests
|
2021-02-14 23:10:45 -05:00 |
|
Padraic Fanning
|
21af8a7f90
|
Skip test that causes a panic
|
2021-02-14 22:36:37 -05:00 |
|
Padraic Fanning
|
f207f06eac
|
Add test_asyncore from CPython 3.8.7
|
2021-02-14 22:17:32 -05:00 |
|
Padraic Fanning
|
f1642a2415
|
Add expected failures to errored/failed tests
|
2021-02-14 22:12:04 -05:00 |
|
Padraic Fanning
|
3a2429f6b5
|
Add test_asynchat from CPython 3.8.7
|
2021-02-14 22:09:07 -05:00 |
|
Padraic Fanning
|
cd67375edc
|
Add expected failures to failed/errored tests
|
2021-02-14 21:41:16 -05:00 |
|
Padraic Fanning
|
eb487dc8d6
|
Add test_abc.py from CPython 3.8.7
|
2021-02-14 21:37:33 -05:00 |
|
kenkoooo
|
c558335089
|
Implement os.getpriority and os.setpriority (#2453)
|
2021-02-14 20:22:18 -06:00 |
|
Padraic Fanning
|
0d0dec2a91
|
Add expected failures to failed/errored tests
|
2021-02-14 20:46:56 -05:00 |
|
Padraic Fanning
|
f6f821771c
|
Skip tests that cause panics
|
2021-02-14 20:15:33 -05:00 |
|
Padraic Fanning
|
ff8eca77ad
|
Add ast tests from CPython 3.8.7
|
2021-02-14 20:07:49 -05:00 |
|
Padraic Fanning
|
945718c858
|
Update abc.py to CPython 3.9.1
|
2021-02-14 14:47:41 -05:00 |
|
fanninpm
|
cc6baeddd6
|
Allow clippy::unnecessary_wraps lint, and rename "to_js" to "into_js" (#2452)
* Allow clippy::unnecessary_wraps lint
* Change PyResultExt to_js signature
* Change "to_js" to "into_js"
* Refactor "to_js" to "into_js"
* Continue refactoring "to_js" to "into_js"
* Move clippy::unnecessary_wraps to lib.rs
* Add allowed lint to jit/lib.rs
* Add allowed lint to vm/src/lib.rs
|
2021-02-13 19:07:07 -06:00 |
|
Noah
|
6e7de79c85
|
Merge pull request #2449 from kenkoooo/os_getgrouplist
Implement os.getgrouplist
|
2021-02-12 17:08:55 -06:00 |
|
Noah
|
10afd2a3fd
|
Merge pull request #2451 from fanninpm/rustfmt
Run rustfmt
|
2021-02-12 16:01:28 -06:00 |
|
Padraic Fanning
|
0d7570391e
|
Run rustfmt
|
2021-02-12 16:23:06 -05:00 |
|
kenkoooo
|
f9ef88197e
|
Fix code format
|
2021-02-12 21:56:59 +09:00 |
|
kenkoooo
|
1a3b6a1f92
|
Skip TestPosixWeaklinking for macOS
|
2021-02-12 21:55:33 +09:00 |
|
kenkoooo
|
b15daec6c6
|
Merge branch 'master' into os_getgrouplist
|
2021-02-12 21:42:12 +09:00 |
|
kenkoooo
|
c81d85c0f9
|
Explain test_putenv skip
|
2021-02-12 21:17:00 +09:00 |
|
kenkoooo
|
57ceebbd6b
|
Mark unimplemented tests
|
2021-02-12 20:53:16 +09:00 |
|