Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/RustPython/RustPython

A Python Interpreter written in Rust
https://github.com/RustPython/RustPython

Merge pull request #4893 from Masorubka1/test_pulldom.py

Add test_pulldom.py from Cpython v3.11.2

e103adaa52ab65035a1335a9a9d9b664203ccef4 authored over 1 year ago by Jeong, YunWon <[email protected]>
Simplify repr implementation a bit

89e3587c154e73b679d56edaffbb6a1ac8126190 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4892 from Masorubka1/test_property.py

Update test_property.py from Cpython v3.11.2

446285f348e0723911b846dfa9fca99bf9db937b authored over 1 year ago by Jeong, YunWon <[email protected]>
Removed RustPython specific `@unittest.skip()`

Added extra `unittest.expectedFailure` decorators

c03d3a58ecf290daaf883918214143fbdb910777 authored over 1 year ago by Joshua Mankelow <[email protected]>
add required files

334c15e879eb01a55dfd8dcb2cbd6dab621b5cb5 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update last fallback property error messages

c3d9a51d15c7d36c2988c2d40f0be0bdf08f69bd authored over 1 year ago by Jeong YunWon <[email protected]>
add annotation to skiped test

fddbf0728a323d4c4bbd48ef73435a9b626f8f47 authored over 1 year ago by Andrey Maltsev <[email protected]>
Updated __init__.py to be inline with CPython 3.11.2

32aa9933becb8bfc2d1183e6b214a2d3cdc84c33 authored over 1 year ago by Joshua Mankelow <[email protected]>
Properly handle failing test_os tests on windows (#4764)

a354f7bba12ca28b559087a1f51791ff006e2538 authored over 1 year ago by Dmitry Erlikh <[email protected]>
Add test_pulldom.py from Cpython v3.11.2

b7811af2112e73bdd4ccbdcc4071fce970380785 authored over 1 year ago by Andrey Maltsev <[email protected]>
Merge pull request #4790 from Snowapril/number-protocol-unary-ternary

Modify unary & ternary function fields in number protocol

471ec268737c789ba861a6f7762128fc2ed21323 authored over 1 year ago by Jeong, YunWon <[email protected]>
Fix each type's unary & ternary fields in PyNumberMethods def

Signed-off-by: snowapril <[email protected]>

c78949029498cce32e2f79c41b7aa9f5d494051e authored over 1 year ago by snowapril <[email protected]>
Fix cargo formatting

Signed-off-by: snowapril <[email protected]>

3a9a1c93dd577c4fd80505f4ffe9fec4eb5f63e8 authored over 1 year ago by snowapril <[email protected]>
Remove expectedFailures for each success tests

Signed-off-by: snowapril <[email protected]>

fd4f6941bfdc13ded6095d2004ec8fd12c571579 authored over 1 year ago by snowapril <[email protected]>
Modify inplace binop instruction to use inplace_power_no_mod

Signed-off-by: snowapril <[email protected]>

b0618b9c9a017a69526d5ec4fd2006ac31b25f89 authored over 1 year ago by snowapril <[email protected]>
Fix PyInt PyNubmerMethods pow

Signed-off-by: snowapril <[email protected]>

96af524aad7159d395a06ac937f5d826b6608896 authored over 1 year ago by snowapril <[email protected]>
Replace non-implemented type conversions in each PyNumber_Int, PyNumber_Index, PyNumber_Float

Signed-off-by: snowapril <[email protected]>

9135d2934609c0616aaf2e72f64cdc718d9812bb authored over 1 year ago by snowapril <[email protected]>
Fix inplace_power in number slots

Signed-off-by: snowapril <[email protected]>

9f28643ac74452b8f734f88e8ddf3f73e88ffb6c authored over 1 year ago by snowapril <[email protected]>
Fix vm.ctx.none.as_obejct not to make clone

Signed-off-by: snowapril <[email protected]>

9c38e904ddc63c40be2b0e7f434c678e2ff90a6b authored over 1 year ago by snowapril <[email protected]>
Fix trivial suggestions

a4a6e8dabe2603cfbc7d3cea7b83c3518b04a4f3 authored over 1 year ago by Jeong YunWon <[email protected]>
Refactor PyNumber methods based on review suggestions

Signed-off-by: snowapril <[email protected]>

4416b2a467443f775b938b5ad1795853facc7b1a authored over 1 year ago by snowapril <[email protected]>
Replace PyInquiryFunc to PyUnaryFunc<bool>

Signed-off-by: snowapril <[email protected]>

c69ff172e52de8c03d4a88ed9140802ac788d0d2 authored over 1 year ago by snowapril <[email protected]>
Modify unary functions in number protocol

Signed-off-by: snowapril <[email protected]>

51ae26128b323ddf621a0ec939ef24f9f23ee9e5 authored over 1 year ago by snowapril <[email protected]>
Modify original vm._pow usage

Signed-off-by: snowapril <[email protected]>

b06c0f8ff917cab7144e5271953a52f1260cd54d authored over 1 year ago by snowapril <[email protected]>
Fix unary function to take PyNumber

Signed-off-by: snowapril <[email protected]>

3613edf321d9165f8116512209beea808a0bcf30 authored over 1 year ago by snowapril <[email protected]>
Modify boolean field as PyNumberInquiryFunc

Signed-off-by: snowapril <[email protected]>

bf2fbfc52d6cb9b3aa7d3d3896bbdddb825bd363 authored over 1 year ago by snowapril <[email protected]>
Fix power, inplace_power as ternary function

Signed-off-by: snowapril <[email protected]>

05900fbabfef4c7d09bc6d30f71e5a5d419a1fc3 authored over 1 year ago by snowapril <[email protected]>
Merge pull request #4890 from Masorubka1/test_posix.py

Update test_posix.py from Cpython v3.11.2

1b66332f065da6933ce23c11d283fe53374b3f12 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4891 from Masorubka1/test_pow.py

Update test_pow.py from Cpython v3.11.2

7b4b325e9d27ddd5e287be5ff8a9737abaf3cc5d authored over 1 year ago by Jeong, YunWon <[email protected]>
Update test_property.py from Cpython v3.11.2

5c09cc37c97402c2c656eae656f4aa666a3dd973 authored over 1 year ago by Andrey Maltsev <[email protected]>
Merge pull request #4889 from Masorubka1/test_popen.py

Update test_popen.py from Cpython v3.11.2

e96e0e113a4fb4a998991a6ca82c6b650675afb1 authored over 1 year ago by Jeong, YunWon <[email protected]>
Update Lib/test/test_posix.py

Co-authored-by: fanninpm <[email protected]>

2d7ec431735aae512cd8961ca873fc8c02f1a177 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update Lib/test/test_posix.py

Co-authored-by: fanninpm <[email protected]>

536da88df7bf1640caf91b868658bc3129f76e83 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_pow.py from Cpython v3.11.2

09b5838fda14b6276cf45c540fec7743c840c9e0 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_posix.py from Cpython v3.11.2

415fac82b23d2501937f3aac8ed61474dcfdf25c authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_popen.py from Cpython v3.11.2

eb30fb733084257cb2ebb6a4d2d72aae5252ac02 authored over 1 year ago by Andrey Maltsev <[email protected]>
Add test_poll.py from Cpython v3.11.2

be54e89ba6676dd65a938ba8e63aa08d4dbe7afb authored over 1 year ago by Andrey Maltsev <[email protected]>
Convert Context::empty_str to &'static PyStrInterned (#4882)

The goal of this commit is to convert Context::empty_str to &'static PyStrInterned and to fix is...

5f17d281a6f23848e211fdc58979327d1e6a5a30 authored over 1 year ago by Faisal Alatawi <[email protected]>
'n' support for float format (#4865)

d918f7e51bf5d229b144bec686b98678f9f363e5 authored over 1 year ago by Christopher Gambrell <[email protected]>
handle panic if str is not defined in unraisablehook (#4864)

cb6cf107baa6156aad3f307623d13a7241e3f34c authored over 1 year ago by Ankit Kumar Pandey <[email protected]>
Don't run whats_left with older CPython versions (#4847)

* Improve whats_left --signature output

c9546c2419f2e4db7e2987f30f0508dc29b30035 authored over 1 year ago by Boris Verkhovskiy <[email protected]>
Merge pull request #4839 from Masorubka1/test_list.py

Update test_list.py from Cpython v3.11.2

2a1b2ed24d3cab7b4ff3d058b12b1f98d192fe28 authored over 1 year ago by Jeong, YunWon <[email protected]>
fixes

889df336d60db070c3f15950ed4b6cad031b7cdd authored over 1 year ago by Andrey Maltsev <[email protected]>
Merge pull request #4867 from youknowone/descr-name

DescrObject::name to PyStrInterned

12d288ffcd6c3f1bb60b41962107610be3ada93c authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4868 from coolreader18/upd-errno

Update errno crate to 0.3.1 for redox

4dd453f92cc7936f0a0c094f1c480343b72748a1 authored over 1 year ago by Jeong, YunWon <[email protected]>
Update errno crate to 0.3.1 for redox

e42be00054248aaad0a38870f600c3b56c1375e9 authored over 1 year ago by Noa <[email protected]>
DescrObject::name to PyStrInterned

c3491ebdc386529cafcde0ee30929f9308aad401 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4801 from Masorubka1/test_cmd_line

Update test_cmd_line from Cpython v3.11.2

f39f103dbec26cb2b8cdb803cb808d76a78786fa authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
fix windows tests

cf06c2590430c9e2069b922e67bffdba7128ad3d authored over 1 year ago by Andrey Maltsev <[email protected]>
Merge pull request #4853 from youknowone/builtin-function-names

use interned str for builtin function names

dde92d1269b5fbd09cf5dba5e7817f0e2a96c49f authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4828 from Masorubka1/test_fstring

Update test_fstring.py from Cpython v3.11.2

46455e854e251ec892163fd1c8b6451d0e8478f3 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4846 from Masorubka1/test_ordered_dict.py

Update test_ordered_dict.py from Cpython v3.11.2

473d391ea0f1a817685a75b33ad379517a0df65e authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4844 from Masorubka1/test_opcache.py

Update test_opcache.py from Cpython v3.11.2

1bc71b8f9eb9562641538f5dbb3f99cc64a43687 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4843 from Masorubka1/test_numeric_tower.py

Update test_numeric_tower.py from Cpython v3.11.2

4773ffba5854668271337b9921adf37d9db960fa authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4842 from Masorubka1/test_module.py

Update test_module.py from Cpython v3.11.2

b5c5e807ea9970bab82f4155e339bb1907aca87e authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4841 from Masorubka1/test_mmap.py

Update test_mmap.py from Cpython v3.11.2

471dbace44316d9ea6085bd070cb6d4d39757a96 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4840 from Masorubka1/test_long.py

Update test_long.py from Cpython v3.11.2

507e1039a4493254c73885101f4e02af23bacde5 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4838 from Masorubka1/test_largefile.py

Add test_largefile.py from Cpython v3.11.2

a8d5070e9837bef32d548608df68a1ec1b113ffd authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4854 from coolreader18/reenable-redox

Reenable redox ci

9e5e76080d1e5f2d3ff9907f51c9389f2c169e10 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Reenable redox ci

e40488b56e8e52082c10d7290de27e073ecf01c5 authored over 1 year ago by Noa <[email protected]>
Merge pull request #4837 from Masorubka1/test_kqueue.py

Add test_kqueue.py from Cpython v3.11.2

e5629321db00ae716c01945aae029fc8e540139e authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4833 from Masorubka1/test_grp

Update test_grp.py from Cpython v3.11.2

4cb755d37501187daea1eb06b5831c34918c74fe authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4832 from Masorubka1/test_global

Update test_global.py from Cpython v3.11.2

9eb59946ceed58b38260a92a5418f26fc35eb38a authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4831 from Masorubka1/test_genericclass

Update test_genericclass.py from Cpython v3.11.2

a62361662996d928ff1578aeee0196948256550c authored over 1 year ago by Jeong, YunWon <[email protected]>
expose slot_new_wrapper as its base type

798b3bc15856557cf11c7c5805570affd21033e8 authored over 1 year ago by Jeong YunWon <[email protected]>
use interned str for builtin function names

18044abbb611480b6249ea4d7c3cfa5f9a3281c7 authored over 1 year ago by Jeong YunWon <[email protected]>
Update test_fstring.py from Cpython v3.11.2

6e515b00ca77423889e0390d99d305224d4bbca3 authored over 1 year ago by Andrey Maltsev <[email protected]>
Implemented tp_repr slots for more types

96a949189d75ea0d4297db33927e50cc1243d2c8 authored over 1 year ago by Charles Hubain <[email protected]>
Update test_ordered_dict.py from Cpython v3.11.2

9bd438500226566eb3d1e6c4f5c016be389ee670 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_opcache.py from Cpython v3.11.2

f0a85acb637d6ede0e6a5951b6d94c1360c809a7 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_numeric_tower.py from Cpython v3.11.2

7fc0525577d1a685c1c71442f96c42024b511819 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_module.py from Cpython v3.11.2

18150fa70f0409efaa9a703a5d98e3406a3cfaef authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_mmap.py from Cpython v3.11.2

ffea61b54035f85e3c047c0c703e084c7ad19cc4 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_long.py from Cpython v3.11.2

d6350c672a3277af8b1c07363809659d80e24a8b authored over 1 year ago by Andrey Maltsev <[email protected]>
Add test_largefile.py from Cpython v3.11.2

6176e16275bea69c6e6aa4de0f58717a977ec764 authored over 1 year ago by Andrey Maltsev <[email protected]>
Add test_kqueue.py from Cpython v3.11.2

47e621aaf3a719e80f8584aa84446230ef6b9c21 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_grp.py from Cpython v3.11.2

5e84692e7e4a92558563e7b60a5718eb3f518e4e authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_global.py from Cpython v3.11.2

6ab541ea4ea2e870dd3fb5de0d0bdce113ed8831 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_genericclass.py from Cpython v3.11.2

034f427638a8c6685ef1b2cde640853d83c077fe authored over 1 year ago by Andrey Maltsev <[email protected]>
Merge pull request #4851 from youknowone/redox-build

disable redox build

143036aa0a3c516e8cb47459891cfc982bebe783 authored over 1 year ago by Jeong, YunWon <[email protected]>
temporary disable redox build

ec001a067f476d69bea2a6cc4b7c0548a004d5b0 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4834 from Masorubka1/test_hash.py

Update test_hash.py from Cpython v3.11.2

41239caa970a2bc6010f3cf03f4719f096ba4ab6 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Update test_itertools.py from Cpython v3.11.2 (#4836)

* Update test_itertools.py from Cpython v3.11.2

30718a3be550e72e577655cb3e751ea9b0748657 authored over 1 year ago by Andrey Maltsev <[email protected]>
Merge pull request #4830 from Masorubka1/test_future

Update test_future.py from CPython v3.11.2

ca44da8bdf80d7ed580da1e78d185779af1a667b authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4829 from Masorubka1/test_funcattrs

Add test_funcattrs.py from Cpython v3.11.2

4d6ca075968c835b2ca6ca5f7d123b9a877af83b authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Update test_list.py from Cpython v3.11.2

ba6a81571148548eb2cf723696b4e363ed61f69c authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_hash.py from Cpython v3.11.2

9ac77140b62bd6fc542b6588b2f7039de3e767ef authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_future.py from Cpython v3.11.2

0bcfdd2c075f85a8089b9bba0049a6f945318231 authored over 1 year ago by Andrey Maltsev <[email protected]>
Add test_funcattrs.py from Cpython v3.11.2

b1f460623188c3574ee4a201efd4bc20e721eb73 authored over 1 year ago by Andrey Maltsev <[email protected]>
fix windows

8ec024a8fd84d90fd92b6f5ff388886ea6a39295 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_class from Cpython v3.11.2 (#4800)

* Update test_class from Cpython v3.11.2

6c6290d20fe8823cfdf9b84c3e3157faf8b52036 authored over 1 year ago by Andrey Maltsev <[email protected]>
Merge pull request #4812 from Masorubka1/test_dtrace

Update test_dtrace.py from Cpython v3.11.2

707fbcf6496b69a7f7131196c7cae26ba1887c4d authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4814 from Masorubka1/test_eintr

Update test_eintr.py from Cpython v3.11.2

fea3cc2564a5d65a40d0dc383d0b18155fb22383 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4816 from Masorubka1/test_epoll

Update test_epoll.py from Cpython v3.11.2

1251750403e12628b2cca9719ad0553daf4cb23c authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4817 from Masorubka1/test_exception_group

Add test_exception_group.py from Cpython v3.11.2

40045ae02dbedca52856dee35856e99d3edb8250 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4818 from Masorubka1/test_exception_hierarchy

Update test_exception_hierarchy.py from Cpython v3.11.2

ae28139206f69975cf6cd51caa24d71aee8bfb33 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4819 from Masorubka1/test_exceptions

Update test_exceptions.py from Cpython v3.11.2

c6b0e0cee382c2d6c473925d09c3a9730f6d75d4 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4820 from Masorubka1/test_faulthandler

Update test_faulthandler.py from Cpython v3.11.2

31644f1542ceead9808423ae4fb667850819b958 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4821 from Masorubka1/test_fileio

Update test_fileio.py from Cpython v3.11.2

aeba695431649fa0f0107fb65b0f598035649d14 authored over 1 year ago by Jeong, YunWon <[email protected]>
fix tests

e7165e8b6e810cc8cd896784cd75b625a1d41211 authored over 1 year ago by Andrey Maltsev <[email protected]>