Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
RustPython
Python3 interpreter written in Rust
Collective -
Host: opensource -
https://opencollective.com/rustpython
- Code: https://github.com/RustPython
github.com/RustPython/RustPython - 573b28f35f05e0627572c150945b62ef0ef69b91 authored over 3 years ago by Jeong YunWon <[email protected]>
Update types.py to CPython 3.8
github.com/RustPython/RustPython - fb461c287c8f128202516b2556b6d950015c0e28 authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - ab83fe724aef83c82fbf472f7b6d4ad413c21adb authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - c763b783b5138c0d2f82b2930ba50a4fe49156a8 authored over 3 years ago by Noa <[email protected]>
Fix __class_getitem__ slightly
github.com/RustPython/RustPython - 3f25fac4d541c276ad2042fb3521876138daeae3 authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - b6cd761e01102ca7d2913265f1bfda180fcdb446 authored over 3 years ago by eldpswp99 <[email protected]>
github.com/RustPython/RustPython - ba74a9a2396caf541c2436dffc46057d040a37dc authored over 3 years ago by Nikita Sobolev <[email protected]>
github.com/RustPython/RustPython - 4a71420f4ff891171c715313509b069426511fa5 authored over 3 years ago by Noa <[email protected]>
github.com/RustPython/RustPython - 5cfdb3361ebe45fe061693b150200fd93a1d5668 authored over 3 years ago by Noa <[email protected]>
github.com/RustPython/RustPython - 0494472c0eaafecafd078a8a68d99a09c8129bf4 authored over 3 years ago by Noa <[email protected]>
github.com/RustPython/RustPython - 95a947d7e35e7dc8a8cb1c4da30c90a052f6bec1 authored over 3 years ago by Noa <[email protected]>
Update typing to CPython 3.8
github.com/RustPython/RustPython - 4f0feef92fb63879d2383d6dc813cd9714c0a463 authored over 3 years ago by Noa <[email protected]>Fixes typos in vm/
github.com/RustPython/RustPython - b0d906eddf81aaf3550cbfeb0365f535210226d5 authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - 5f0cddee81869b08cda5b378e66fd5f33e261644 authored over 3 years ago by sobolevn <[email protected]>
Support unicode array type.
github.com/RustPython/RustPython - 786807029547ea82de789b8fc179e17c39c7ec15 authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - 629fadf920089bb13b615a66b72a59e32737d702 authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - e652ae8fc008d352b688799645ab258dc9d423d8 authored over 3 years ago by Frank King <[email protected]>
github.com/RustPython/RustPython - 48437d0b93897f82a87cf718f40c3e13a5c27f1d authored over 3 years ago by Myunghoon Park <[email protected]>
Add math.dist function and enable its tests
github.com/RustPython/RustPython - e3f48bea959aa057b08673e1fe462d30119065f3 authored over 3 years ago by voidSatisfaction <[email protected]>github.com/RustPython/rustpython.github.io - ca46ce005fd4635219437c6b2683802d91a70111 authored over 3 years ago by Noah <[email protected]>
github.com/RustPython/RustPython - 216b59715551daf9112d0451e0f2e4c46ac479f6 authored over 3 years ago by Lee Dogeon <[email protected]>
github.com/RustPython/RustPython - a725e2b8cff2af9f57d8503bb3025c50c90e8745 authored over 3 years ago by sobolevn <[email protected]>
github.com/RustPython/RustPython - 81654d4cffbda73cb371f9ed3324acb63e4a8d38 authored over 3 years ago by sobolevn <[email protected]>
github.com/RustPython/RustPython - 155da36b7374f0099ece1a3c986c80c681e111a2 authored over 3 years ago by sobolevn <[email protected]>
Implement methods for `PyReverseSequenceIterator`
github.com/RustPython/RustPython - 1e7af987650c7f2eda7b697a16dae38528dbca25 authored over 3 years ago by Jeong YunWon <[email protected]>Add remaining methods to sequence iterator.
github.com/RustPython/RustPython - 119df1a3ba89cffd19ed410f83fc94b94d9d6b14 authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - 52149d0e708261eb69456e81a2e62e79e1f657d1 authored over 3 years ago by jfh <[email protected]>
By implement general PyReverseSequenceIterator and make PyStr to use it,
now three tests fixed.
...
This commit implements `length_hint`, `reduce`, `setstate`, `next` for
`PyReverseSequenceIterato...
This commit removes `PyStrReverseIterator` and its traits for using
general `PyReverseSequenceIt...
github.com/RustPython/RustPython - c8e13d4b585016c5716c81f5354d7c07d2723035 authored over 3 years ago by sobolevn <[email protected]>
github.com/RustPython/RustPython - aa814ca181e115b41ebf63b409670ffad1566c14 authored over 3 years ago by sobolevn <[email protected]>
github.com/RustPython/RustPython - b5c03c68046ac5fa52b7c6108921f6438a3e6c35 authored over 3 years ago by sobolevn <[email protected]>
Further clarify pop_back using iterator adaptors
github.com/RustPython/RustPython - 06c4127f470c50390cc9220970554debffb6d127 authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - 650b60cc7eeb5ccbc9c9b05c344cdabfe721665f authored over 3 years ago by Padraic Fanning <[email protected]>
This restores an alteration made by @coolreader18 a while back.
github.com/RustPython/RustPython - 79779f87a5553132b50e63bfbdbcf133fc32b359 authored over 3 years ago by Padraic Fanning <[email protected]>They will be fixed later.
github.com/RustPython/RustPython - 0892e54a638e674bf0773290832179f4e65bef5a authored over 3 years ago by Padraic Fanning <[email protected]>c.f. lines 2695-2725 of typeobject.c in CPython source
github.com/RustPython/RustPython - 3921ea405c1dc6da3025092327abd51f641dc28d authored over 3 years ago by Padraic Fanning <[email protected]>github.com/RustPython/RustPython - 48de03506ceb42bc2e08029b38460d6095e6ad47 authored over 3 years ago by Padraic Fanning <[email protected]>
github.com/RustPython/RustPython - fab274a9e02e23544592ef9d03f1376dfa33d130 authored over 3 years ago by Padraic Fanning <[email protected]>
github.com/RustPython/RustPython - 79794019c7855c3df3b2b9c391bdcf864641aa50 authored over 3 years ago by Noa <[email protected]>
github.com/RustPython/RustPython - 0ab0c0b50e6b6578d39df678c3282ad8db3041db authored over 3 years ago by sobolevn <[email protected]>
github.com/RustPython/RustPython - fc4a948ea9259f912ce536290ba66b039e33e805 authored over 3 years ago by sobolevn <[email protected]>
remove double-get from DictDataType::pop_back
github.com/RustPython/RustPython - 5ad023535f3a4d6e8a5cf14cc4cd3a52344cfda7 authored over 3 years ago by Jim Fasarakis-Hilliard <[email protected]>Implement missing methods of string iterators.
github.com/RustPython/RustPython - 4632972de4703d7245df4552b73b55a78799fe1a authored over 3 years ago by Snowapril <[email protected]>Skip tests that cause RustPython to occasionally hang.
github.com/RustPython/RustPython - 0a6edab9581eaaf99ceff4eb47ff84e3a9bc1ae3 authored over 3 years ago by Jim Fasarakis-Hilliard <[email protected]>github.com/RustPython/RustPython - b58e11f1f43fb2adae23d8a0e12ca95d0cc2f6c0 authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - d64cf86cace2a86495444468e267449fc5de8473 authored over 3 years ago by jfh <[email protected]>
Tested with `act`.
github.com/RustPython/RustPython - 5d4faf0ccf8123912fae378d0c0bba2df8d9deef authored over 3 years ago by Padraic Fanning <[email protected]>make dict remain order after delete
github.com/RustPython/RustPython - e277acc7477f47114f1cd85536dc7974477ea801 authored over 3 years ago by Noa <[email protected]>github.com/RustPython/RustPython - 564eb2991e194e2d85abf259bfdd4efa9679bd5d authored over 3 years ago by eldpswp99 <[email protected]>
WASI: add a note for rust wasm target setup
github.com/RustPython/RustPython - 0834ae3039fac0d39b303201a4096fec172ed30d authored over 3 years ago by Jeong YunWon <[email protected]>Add syntax error detection routine for global symbol
github.com/RustPython/RustPython - 1d89e633dc413735148efd5138f90d5a092bb519 authored over 3 years ago by Jeong YunWon <[email protected]>Add reversed iterator type.
github.com/RustPython/RustPython - f20bb6cac7fa00563f8db7728e18a1464c0371e6 authored over 3 years ago by Jeong YunWon <[email protected]>
add `!symbol.is_global()` condition check before entrying global symbol
errors
This change will...
github.com/RustPython/RustPython - 38237c30d3f1e0c3405a939c8bc9ce537ad5871f authored over 3 years ago by snowapril <[email protected]>Add test_base64 from CPython 3.8.7
github.com/RustPython/RustPython - 77ab21ce8d672ae6284d09fcbee51b9abd92cfd5 authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - fe4c3a5460d90181a7433fb526ba4e5b2b4e11db authored over 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
github.com/RustPython/RustPython - b49a1e9f5ed03ee16d6125987497143582d38609 authored over 3 years ago by eldpswp99 <[email protected]>
github.com/RustPython/RustPython - fca7b4174427cdb97011d97c86a65cd7c733fda7 authored over 3 years ago by eldpswp99 <[email protected]>
This commit fixes `test_global_parap_err_first` test in
[test_syntax.py](https://github.com/Rust...
github.com/RustPython/RustPython - ce99057c8103e19dee486fca212668e8d07e5b61 authored over 3 years ago by eldpswp99 <[email protected]>
Update pprint module to Python3.8
github.com/RustPython/RustPython - 6b6a667890fe4fcf1a0c6cab87f64307737a5797 authored over 3 years ago by Jeong YunWon <[email protected]>TryFromBorrowedObject for int types
github.com/RustPython/RustPython - 7e3be9163d503237f8de7261e9145ddc654c602b authored over 3 years ago by Jeong YunWon <[email protected]>Add `sort_dicts` parameter to several functions and new `pp` function.
github.com/RustPython/RustPython - f6fbea3019776224a83a9e2d80e76106d841d40d authored over 3 years ago by Tetramad <[email protected]>github.com/RustPython/RustPython - ca6ab792f0841813888feba2f27f3ba0c96be37d authored over 3 years ago by jfh <[email protected]>
Fix the failing CI
github.com/RustPython/RustPython - 25eeba86b8e9f91742da211328d67a5ddada11cc authored over 3 years ago by Jim Fasarakis-Hilliard <[email protected]>github.com/RustPython/RustPython - 10fe2d4763c9e376268ddc75a8936c10fe7f7e90 authored over 3 years ago by sobolevn <[email protected]>
Fix failed test pow in test_math
github.com/RustPython/RustPython - 2da818c0dea0d0220edd820315f1bde5a837a023 authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - 4e9f9ff129c68b252742e2518a440914fbeef3f8 authored over 3 years ago by eldpswp99 <[email protected]>
github.com/RustPython/RustPython - 1e41a0bb568bf86a714df2f524e3be092e5bfe4e authored over 3 years ago by Kim Dong In <[email protected]>
Co-authored-by: Jeong YunWon <[email protected]>
Co-authored-by: Jeong YunWo...
github.com/RustPython/RustPython - 405fc685bd32b0f44d335bd6bc0d2de0e0df0ef6 authored over 3 years ago by Dong In Kim <[email protected]>
add two conditions to raise ValueError for input values
case 1: NaN, when both input values are ...
add_slot_wrappers must be called up to once
github.com/RustPython/RustPython - 9ce8ec8a0f1cdddf6dc85cec12cb7da3e04e1e05 authored over 3 years ago by Jeong YunWon <[email protected]>Add test_enumerate from CPython 3.8
github.com/RustPython/RustPython - 95c5e98de53eac46d32f08399e6ce038d0a60d71 authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - f7b6730c5d638ee8f28e8bc4bb338af6cb0cf70b authored over 3 years ago by jfh <[email protected]>
Allow enumerate as base class.
github.com/RustPython/RustPython - 6988e82d0d174cfa14d30a2dbefb79997b0e267c authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - 8723952cce52682e38685d1b80f4d9b0ed77d2b6 authored over 3 years ago by jfh <[email protected]>
github.com/RustPython/RustPython - d23c7e94322212bf786e6b17076c6e698bc3208b authored over 3 years ago by jfh <[email protected]>
fix typo
github.com/RustPython/rustpython.github.io - c4fb79ec72642b2a8390f1ec7a13327c9024358a authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/rustpython.github.io - 0fe07dc4a24507a716ea4660fd47660c46f1a181 authored over 3 years ago by Ian Chen <[email protected]>
github.com/RustPython/RustPython - 67ede59c3283f423301c86a1b9896e140945da3a authored over 3 years ago by voidSatisfaction <[email protected]>
Add reverse deque iterator.
github.com/RustPython/RustPython - a4dce8068fd99df49d1f369514ca596d8e59a105 authored over 3 years ago by Jim Fasarakis-Hilliard <[email protected]>github.com/RustPython/RustPython - 8978e8ccdafbfebd2ee50f1efc0d98b32627b1ca authored over 3 years ago by jfh <[email protected]>
github.com/RustPython/RustPython - b8c0c8cc65c4b44db645b3e4d9f42169d07c4202 authored over 3 years ago by Gyuseok Jung <[email protected]>
Rename time_module.rs to time.rs
github.com/RustPython/RustPython - 7d53c65bfb6795003da6f68ff8ad83c6fb8f1027 authored over 3 years ago by Jeong YunWon <[email protected]>Fix frozenset copy to return zelf if called on frozenset instance
github.com/RustPython/RustPython - 7cc2a5431f34bbb186f621ff97cc49cc36aeefb0 authored over 3 years ago by Snowapril <[email protected]>
This commit resolve issue #2882.
* rename time_module.rs to time.rs
Signed-off-by: snowapril <s...
github.com/RustPython/RustPython - 5049611a4e3bd83121ef7b4c36f3dcc07c392ff9 authored over 3 years ago by snowapril <[email protected]>github.com/RustPython/RustPython - 4c9fa5a5212777f745d7f622a8255e70d07f264d authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - b1207ab39e9ba085b9b1624f2f01829904ffd08f authored over 3 years ago by fermian <[email protected]>
github.com/RustPython/RustPython - 5ff0e4e5de924db40b4a333fe0258a8d29af2dc5 authored over 3 years ago by Jeong YunWon <[email protected]>
Remove unnecessary slot wrapper addition
github.com/RustPython/RustPython - 9d99ea9376cfd3a98d3ef5d773e4a886af577eb7 authored over 3 years ago by Jeong YunWon <[email protected]>give an own module for buffer protocol + TryFromBorrowedObject
github.com/RustPython/RustPython - 61bae9aee84e80605dd4a93c95d507d01f752d8f authored over 3 years ago by Jeong YunWon <[email protected]>github.com/RustPython/RustPython - 597771d16e9f8ce7431334be5aa0767cb2d78863 authored over 3 years ago by Moreal <[email protected]>
github.com/RustPython/RustPython - e594090629ad52d36ea2022097be8219644da4fe authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - ee09ef2bd2ce4f82f112d6925a43bfac49dc02f2 authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - 888b3822b7c915cd8a1934baf2eefbae194690b0 authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - 93cf687d15cbf50fe4b9fa09ba42de894ed24131 authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - f6de106e139eb6cdd1b803ee9741b489f0a73e7e authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - 3ed817f1c82fd06b6e90750c9141cd4bc9d90909 authored over 3 years ago by Jeong YunWon <[email protected]>
github.com/RustPython/RustPython - 4d4e39af20a0d2db1c29020baae8f140c6f2bd9d authored over 3 years ago by Jeong YunWon <[email protected]>