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

os: scandir add argument support

Add support for class that can to cast to a buffer like object
ex. `bytearray` and `memoryview`

github.com/RustPython/RustPython - 8539a38cb226912361a414fe4ddebf2c3134c22e authored over 3 years ago
Correct `object.__repr__`

github.com/RustPython/RustPython - 0d2a4264b3cf63c74ffae4e11a158e68393cffba authored over 3 years ago
Update rustyline to 9.0

github.com/RustPython/RustPython - 34b91e7cadbc05996f0cee5de93c7c9c489d9954 authored over 3 years ago
Fix clippy warning

github.com/RustPython/RustPython - 2e685b858a91ac4a80358fe8c59641f0576a4d3f authored over 3 years ago
Merge pull request #3025 from youknowone/zeroed

replace a few zeroed to MaybeUninit

github.com/RustPython/RustPython - df9f283698ff2a79620e3b51cabe19a4c7aa9274 authored over 3 years ago
Merge pull request #3026 from theduke/patch-2

Examples Wording Issue - relative <=> relevant

github.com/RustPython/RustPython - 195b596f78a548bd283da89fd1bcce5dff5b12cc authored over 3 years ago
Examples Wording Issue - relative <=> relevant

Just a simple drive-by fix for the wording in the freeze example

github.com/RustPython/RustPython - bca704ed99b73836917867ba2fe33e141c3fffd5 authored over 3 years ago
replace a few zeroed to MaybeUninit

github.com/RustPython/RustPython - f6d4393887a805cc15ccd825df1d9e17a29dfc12 authored over 3 years ago
Derive `name` from `tp_name`

github.com/RustPython/RustPython - 63b1696458c945a58ac33a0f1d7208a88dac14b5 authored over 3 years ago
Add os.fchdir builtin function

github.com/RustPython/RustPython - 14405b7225320f34e5792d27a83280f27afd1112 authored over 3 years ago
Merge pull request #3021 from Snowapril/add-missing-tests

Add several missing tests from cpython 3.8

github.com/RustPython/RustPython - 81327561c8dcd95859345b2c063130082871bca2 authored over 3 years ago
Merge pull request #3020 from ConnorTroy/connortroy/add-deque-imul

Add deque __imul__ method

github.com/RustPython/RustPython - e4851411351ef016aca137f404b16e45a853fb73 authored over 3 years ago
Use mul for imul

github.com/RustPython/RustPython - e5383c68d270b87894039f278522816cdd414b74 authored over 3 years ago
add test_decimal.py from cpython 3.8

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

github.com/RustPython/RustPython - 6c30d02a72ccfb8b9152c55688d7056c39c9625d authored over 3 years ago
add test_contextlib.py from cpython 3.8

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

github.com/RustPython/RustPython - 99b7b599864331b0d4ae721957fd61d23249fafe authored over 3 years ago
add test_dummy_thread.py from cpython 3.8

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

github.com/RustPython/RustPython - c8dd8162a19cb150f8ee2e28f78a3ebcab186aaa authored over 3 years ago
add test_bigmem.py from cpython 3.8

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

github.com/RustPython/RustPython - c865f24d4abd037db5aa840b1e6572519447dfbb authored over 3 years ago
add annotations for making test work

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

github.com/RustPython/RustPython - 4be5c34e295c232765f24198713e5900c6f16a7b authored over 3 years ago
add test_dummy_threading.py from cpython 3.8

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

github.com/RustPython/RustPython - d1210205527c0a6f2d2fb35f6b6d7e1e842e7773 authored over 3 years ago
add cgitb.py & test_cgitb.py from cpython 3.8

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

github.com/RustPython/RustPython - ab9fd92e7e13d148968fd612dec0ad8fa6531ac5 authored over 3 years ago
add annotations for test success

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

github.com/RustPython/RustPython - fcf55002dacd3a1dbfcc8a51771a2408b827d01e authored over 3 years ago
add test_code_module.py from cpython 3.8

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

github.com/RustPython/RustPython - 53d26f4f9a814b7178b87aa552786b09af32c191 authored over 3 years ago
add test_cmd_line.py from cpython 3.8

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

github.com/RustPython/RustPython - 18fb063be636eb188863add880ea0762895b9219 authored over 3 years ago
add annotations for making test success

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

github.com/RustPython/RustPython - fc6e9df2d174fd774cdeaf14c82659b99a581325 authored over 3 years ago
add annotations for making test success

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

github.com/RustPython/RustPython - e4566007cd154fb96032ae8b046ced85d277c7a8 authored over 3 years ago
add annotations for making test success

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

github.com/RustPython/RustPython - 2b994f98c5b8de9ba363c48e2e21baa95b0af0b8 authored over 3 years ago
add dataclasses.py & test_dataclasses.py from cpython 3.8

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

github.com/RustPython/RustPython - 2c3460244af9e00bc24d4af75cd931a66f166030 authored over 3 years ago
add annotations for make test success

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

github.com/RustPython/RustPython - f67e6184150f986f11240c16f3fe219c82d718e8 authored over 3 years ago
add annotations for making test success

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

github.com/RustPython/RustPython - ff98ea33a036eb32a38f32f616bc757d69e2f6f2 authored over 3 years ago
add test_dictviews.py from cpython 3.8

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

github.com/RustPython/RustPython - 4016eb95af1c1cde13329441708b94f6d83255e4 authored over 3 years ago
add annotations for making test success

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

github.com/RustPython/RustPython - 98f2f871cdd1e77f9d72daceda58849e0adf2c8c authored over 3 years ago
Remove imul deque drop

github.com/RustPython/RustPython - 21aa376b2de030280dc56b94a5536640259f4935 authored over 3 years ago
Use borrowed SimpleSeqDeque

github.com/RustPython/RustPython - d2e4242fdc718400aa97641154a10e4a5d3995e3 authored over 3 years ago
Add deque imul method

github.com/RustPython/RustPython - 99908e6d3e6a642445f8b6b4a8e7ceebf3dabf64 authored over 3 years ago
Merge pull request #2980 from HyeockJinKim/debug_value

Raise syntax error when saving a value to __debug__.

github.com/RustPython/RustPython - 64f7599de75a82a6b530fcb0f63abfcc54791191 authored over 3 years ago
Merge pull request #3012 from Regexp96/regexp96/add_time_test

Add time test file

github.com/RustPython/RustPython - 01c59637a07b28080b055e131f90d5309f0cb2df authored over 3 years ago
Merge pull request #3015 from leesungbin/line_break

Remove unnecessary linebreak

github.com/RustPython/RustPython - cd490317937625b899b74a9f30bc6535dc7711c5 authored over 3 years ago
add unittest.skip to pass test

github.com/RustPython/RustPython - de22c1dba2f57a596e62eaac195b91aa0f1c9e59 authored over 3 years ago
Merge pull request #3009 from youknowone/time-module

Use pymodule for time module.

github.com/RustPython/RustPython - 23cd8591227241ae2a6da1fd428a52f4a692ddf2 authored over 3 years ago
remove unnecessary linebreak

github.com/RustPython/RustPython - d87d8a11ad69edfe81b754bd945865de43509646 authored over 3 years ago
raise syntax error when '_' after 'e' or 'E'

github.com/RustPython/RustPython - d7e9c7d39e73c6e029e72e72b6f50aeaa1009c90 authored over 3 years ago
change to not create rust error

github.com/RustPython/RustPython - bf02c62f486b084df619c3273293938fa1393b2c authored over 3 years ago
change some method to pass test

github.com/RustPython/RustPython - 53560f03cf33149f9bcc1292f94d80f748fb01a1 authored over 3 years ago
add time test by CPython 3.8.11

github.com/RustPython/RustPython - 90cd579c439a350c0642e09d795e4be72ccac0d9 authored over 3 years ago
Merge pull request #3013 from HyeockJinKim/unnecessary_mut

Remove unnecessary mut in compiler.rs

github.com/RustPython/RustPython - 56f1b0b745d1da4fbabca9a6b3b9b41047fd67b0 authored over 3 years ago
remove unnecessary mut in compiler.rs

github.com/RustPython/RustPython - 85ec817b73dac2bca38b2c8d9c42239cbb2e20af authored over 3 years ago
Merge pull request #3002 from fanninpm/fix-codecs

Update codecs.py to CPython 3.8

github.com/RustPython/RustPython - 9db7544084f9bec89126abd37d4c608768c08019 authored over 3 years ago
pymodule for time.rs

github.com/RustPython/RustPython - 0831975de5fab3b005ab66b909a77d37dfb180b2 authored over 3 years ago
clean up time module default values

github.com/RustPython/RustPython - e6495b6fbcdc7d5cdab8a3a19d8ef810bf7ef0f9 authored over 3 years ago
MaybeUninit for time module

github.com/RustPython/RustPython - f056146b2394ef2e012deb7681b4c8533aaf5967 authored over 3 years ago
Fix get_time to raise time error

github.com/RustPython/RustPython - 1a38877a057957e61a228a2de4222501353412db authored over 3 years ago
enable macos thread/process time

github.com/RustPython/RustPython - 0416e4b03e38eef576e9d6e4e362c81eedc93312 authored over 3 years ago
Fix erroring tests on Windows

github.com/RustPython/RustPython - 71850a992dcf513e53e17ebfd6bcd6664f0d8040 authored over 3 years ago
Make code more idiomatic

github.com/RustPython/RustPython - 85ad38514bca1fd53ef15434ddd70f8d05e3a05f authored over 3 years ago
Mark erroring/failing tests

github.com/RustPython/RustPython - 5111c0022a8b0fd4ffbb674596cac0ba5382c00e authored over 3 years ago
Add uuencoding functions to binascii rust module

Currently, they don't work as advertised.

github.com/RustPython/RustPython - f0b541b507bd6101eef6d46ae32f2b6518b07cf8 authored over 3 years ago
Update encodings module to CPython 3.8

github.com/RustPython/RustPython - d50ff5582240c7c9b4ca78c271e3e5cf927c1690 authored over 3 years ago
Add surrogatepass_errors to codecs module

Inelegant translation of the CPython original, with PyPy as a reference.

github.com/RustPython/RustPython - a201ee1fd5a24b54df950b3b1d1daed28c7cadab authored over 3 years ago
Add surrogateescape_errors to codecs module

Inelegant translation of the CPython original, with PyPy as a reference.

github.com/RustPython/RustPython - 704c2d1240885603718e6cb73c8b9ee261bbeaf6 authored over 3 years ago
Add test_codecs from CPython 3.8

github.com/RustPython/RustPython - 67f3d40717486e5bab650506f608d01b274c7acf authored over 3 years ago
Add namereplace_errors to codecs module

github.com/RustPython/RustPython - c93608f9062d8f35983adbef73aba5bb289b802f authored over 3 years ago
Update codecs.py to CPython 3.8

github.com/RustPython/RustPython - 16137336687797f25897737fbf01f8e5e966c0e1 authored over 3 years ago
grouping cfg modules of time module

github.com/RustPython/RustPython - 114ee5a935501b8235d8b95558bee1cb3b3593be authored over 3 years ago
Merge pull request #3007 from DimitrisJim/length_hint_during_extract

Call `__length_hint__` before extracting elements

github.com/RustPython/RustPython - 8bc9b7630aec44c56ca0d945b5b9ea8fed87d54c authored over 3 years ago
Merge pull request #3003 from Snowapril/time-module

Add thread_time, process_time in `time` module

github.com/RustPython/RustPython - ba15a23feda3e0b5dcc0fb2f3c22dfdacfaa77e1 authored over 3 years ago
Merge pull request #3006 from tony-jinwoo-ahn/utf

Fix range of "invalid start byte" for UTF-8

github.com/RustPython/RustPython - 70e7fb3d84f019fe08c6e1a653982088f25df15d authored over 3 years ago
time: add thread_time, process_time

This commits add four methods, thread_time, thread_time_ns,
process_time and process_time_ns.

W...

github.com/RustPython/RustPython - 639ec966c128294b3590ed9b8f0443626872c91c authored over 3 years ago
Fix range of "invalid start byte" for UTF-8

Signed-off-by: Tony Jinwoo Ahn <[email protected]>

github.com/RustPython/RustPython - 6e1c9c68b6193c7c7bcbb3a7c5bcfc4f131060db authored over 3 years ago
Replace occurences of get_iter, get_all with extract_elements.

github.com/RustPython/RustPython - cf67393ee75e68d83de0455eefc4f3100e4693e4 authored over 3 years ago
Call __length_hint__ on object to be extracted.

github.com/RustPython/RustPython - 022eb28c094dfd64b9c7ee0b1303e6fb78e9a8eb authored over 3 years ago
Merge pull request #3001 from eldpswp99/slot-constructor

SlotConstructor and uniform tp_new signature

github.com/RustPython/RustPython - 54e8c71c3edf142d4ce7b763f6d0538b369c9f70 authored over 3 years ago
implement SlotConstructor for every class

github.com/RustPython/RustPython - 55709b71b6464688116b0a69d61aa424645fe26d authored over 3 years ago
trait SlotConstructor for tp_new blueprint

github.com/RustPython/RustPython - 407cc7aae2a3bf9809186f0744cb3adfa81e6ebc authored over 3 years ago
Merge pull request #3005 from fanninpm/fix-nightly-compilation

Update num_bigint to 0.4.2

github.com/RustPython/RustPython - 7dc55d56630aa589e532e0e7149fde364e7adf79 authored over 3 years ago
Skip panicking test

github.com/RustPython/RustPython - 8083eed1466aa9e523a91f4267f01d11c05b1f1e authored over 3 years ago
Update what is left results

github.com/RustPython/rustpython.github.io - 85564fb5be92d2b38bb70cc4d4c22db4a12062b9 authored over 3 years ago
Update num_bigint to 0.4.2

Fixes a compilation error with the latest nightlies.

github.com/RustPython/RustPython - f833ba6ed3a662c305b58e0c177a023ee91c7da5 authored over 3 years ago
Merge pull request #2997 from zetwhite/os_sched

os : implement os.sched_yield, os.sched_get_priority_min, os.sched_get_priority_max

github.com/RustPython/RustPython - 61e79ff064d6673186181d97605339ffb6e21945 authored over 3 years ago
Merge pull request #2992 from moreal/bugfix/correct-object-repr

Correct `object.__repr__` format

github.com/RustPython/RustPython - 818688daab083e54d0c718d931f248c619088d45 authored over 3 years ago
skip test_sched_priority for now

github.com/RustPython/RustPython - 7359f9dda030f73921ab2acf088e51838df1e2ec authored over 3 years ago
Unmark fixed tests

github.com/RustPython/RustPython - cda1924cf8abfb9c9642270126e991e62774847c authored over 3 years ago
Add os.sched_yield, os.sched_get_priority_min, os.sched_get_priority_max

github.com/RustPython/RustPython - d8bbb424ab819640f48cb6cdc6279de9adb249a7 authored over 3 years ago
Correct `object.__repr__` format

github.com/RustPython/RustPython - 894fa5b0e9dea686ce92c2c29b5eb2237c8118e5 authored over 3 years ago
Merge pull request #2998 from tony-jinwoo-ahn/doc

Add documentation for a pymethod in map.rs

github.com/RustPython/RustPython - f92996c9249222e38506ea6df6d7086ddfac234f authored over 3 years ago
Add documentation for a pymethod in map.rs

Signed-off-by: Tony Jinwoo Ahn <[email protected]>

github.com/RustPython/RustPython - c211402a76adc265a5d854c6fec949afa7e81d9b authored over 3 years ago
Merge pull request #2991 from DimitrisJim/set_iter

Improve set iteration, add __reduce__

github.com/RustPython/RustPython - 8473ea9911b5f992a9a97e2e58222c33380d4a07 authored over 3 years ago
Merge pull request #2994 from moreal/bugfix/fix-mappingproxy-get

Fix `PyMappingProxy::get`

github.com/RustPython/RustPython - 27f187e3df95d549f50bf9855320591dd567a27d authored over 3 years ago
Unmark fixed tests

github.com/RustPython/RustPython - 06318a3bb7831f81f348adaf5a8cad390544dc64 authored over 3 years ago
Fix `PyMappingProxy::get`

github.com/RustPython/RustPython - 9ae07543a5732f63dca34d25005a7c5abb10e732 authored over 3 years ago
Add __reduce__ for set iterator.

github.com/RustPython/RustPython - 049e9bd41d5069a4b4703434342e58c1b484d9df authored over 3 years ago
Merge pull request #2937 from whjpji/array_reconstructor

Implement `array::_array_reconstructor`

github.com/RustPython/RustPython - f1e81c991e3a0eec3708110075e6bb5a3c280e72 authored over 3 years ago
Use inner dict methods during iteration.

github.com/RustPython/RustPython - 3e656c0b6eb2128f7c8f4a0eacebc85ced6372da authored over 3 years ago
reformat `array.rs` to be `mod array { ... }`

github.com/RustPython/RustPython - 736096976c459a8514b753ccc26c9d7fde800cfd authored over 3 years ago
Implement `array::_array_reconstructor`

github.com/RustPython/RustPython - c1aaac02ed47659749909a3d8c6cd58d2164d97f authored over 3 years ago
Merge pull request #2990 from sobolevn/patch-1

Make this a Rust project once again

github.com/RustPython/RustPython - 2595bcae73743313d19430d76e16f671c951362e authored over 3 years ago
Make this a Rust project once again

Subfolders were not ignored.
Docs: https://github.com/github/linguist/blob/0c7f82f88a2fb482db3a...

github.com/RustPython/RustPython - 353ccf1f3f01b787ab64144ab97f9fc29add00ff authored over 3 years ago
Merge pull request #2989 from DimitrisJim/repeat_overflow_checks

Check for MemoryErrors when repeating sequences.

github.com/RustPython/RustPython - 4ddd1d3ee3ecb885d23feb87580b38bc2d0a5fa3 authored over 3 years ago
Merge pull request #2988 from DimitrisJim/isinstance_subclass_edges

Clean up edge cases in `isinstance`/`issubclass`.

github.com/RustPython/RustPython - f4d40bc0c9b08361d88c06eb37624e9dae0b8fdb authored over 3 years ago
Add checking for repeat on sequences.

github.com/RustPython/RustPython - 97b8d7ca7bfc665f8b0e15e1ae3724e2759b61a8 authored over 3 years ago
add __new__ method to deque iterator and reverse iterator (#2987)

* add __new__ method to deque iterator and reverse iterator

github.com/RustPython/RustPython - e4953efac1a88ad157ca1a538f2500b5ce6f153e authored over 3 years ago