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
Add support for class that can to cast to a buffer like object
ex. `bytearray` and `memoryview`
github.com/RustPython/RustPython - 0d2a4264b3cf63c74ffae4e11a158e68393cffba authored over 3 years ago
github.com/RustPython/RustPython - 34b91e7cadbc05996f0cee5de93c7c9c489d9954 authored over 3 years ago
github.com/RustPython/RustPython - 2e685b858a91ac4a80358fe8c59641f0576a4d3f authored over 3 years ago
replace a few zeroed to MaybeUninit
github.com/RustPython/RustPython - df9f283698ff2a79620e3b51cabe19a4c7aa9274 authored over 3 years agoExamples Wording Issue - relative <=> relevant
github.com/RustPython/RustPython - 195b596f78a548bd283da89fd1bcce5dff5b12cc authored over 3 years agoJust a simple drive-by fix for the wording in the freeze example
github.com/RustPython/RustPython - bca704ed99b73836917867ba2fe33e141c3fffd5 authored over 3 years agogithub.com/RustPython/RustPython - f6d4393887a805cc15ccd825df1d9e17a29dfc12 authored over 3 years ago
github.com/RustPython/RustPython - 63b1696458c945a58ac33a0f1d7208a88dac14b5 authored over 3 years ago
github.com/RustPython/RustPython - 14405b7225320f34e5792d27a83280f27afd1112 authored over 3 years ago
Add several missing tests from cpython 3.8
github.com/RustPython/RustPython - 81327561c8dcd95859345b2c063130082871bca2 authored over 3 years agoAdd deque __imul__ method
github.com/RustPython/RustPython - e4851411351ef016aca137f404b16e45a853fb73 authored over 3 years agogithub.com/RustPython/RustPython - e5383c68d270b87894039f278522816cdd414b74 authored over 3 years ago
Signed-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 6c30d02a72ccfb8b9152c55688d7056c39c9625d authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 99b7b599864331b0d4ae721957fd61d23249fafe authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - c8dd8162a19cb150f8ee2e28f78a3ebcab186aaa authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - c865f24d4abd037db5aa840b1e6572519447dfbb authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 4be5c34e295c232765f24198713e5900c6f16a7b authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - d1210205527c0a6f2d2fb35f6b6d7e1e842e7773 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - ab9fd92e7e13d148968fd612dec0ad8fa6531ac5 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - fcf55002dacd3a1dbfcc8a51771a2408b827d01e authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 53d26f4f9a814b7178b87aa552786b09af32c191 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 18fb063be636eb188863add880ea0762895b9219 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - fc6e9df2d174fd774cdeaf14c82659b99a581325 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - e4566007cd154fb96032ae8b046ced85d277c7a8 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 2b994f98c5b8de9ba363c48e2e21baa95b0af0b8 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 2c3460244af9e00bc24d4af75cd931a66f166030 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - f67e6184150f986f11240c16f3fe219c82d718e8 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - ff98ea33a036eb32a38f32f616bc757d69e2f6f2 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 4016eb95af1c1cde13329441708b94f6d83255e4 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 98f2f871cdd1e77f9d72daceda58849e0adf2c8c authored over 3 years agogithub.com/RustPython/RustPython - 21aa376b2de030280dc56b94a5536640259f4935 authored over 3 years ago
github.com/RustPython/RustPython - d2e4242fdc718400aa97641154a10e4a5d3995e3 authored over 3 years ago
github.com/RustPython/RustPython - 99908e6d3e6a642445f8b6b4a8e7ceebf3dabf64 authored over 3 years ago
Raise syntax error when saving a value to __debug__.
github.com/RustPython/RustPython - 64f7599de75a82a6b530fcb0f63abfcc54791191 authored over 3 years agoAdd time test file
github.com/RustPython/RustPython - 01c59637a07b28080b055e131f90d5309f0cb2df authored over 3 years agoRemove unnecessary linebreak
github.com/RustPython/RustPython - cd490317937625b899b74a9f30bc6535dc7711c5 authored over 3 years agogithub.com/RustPython/RustPython - de22c1dba2f57a596e62eaac195b91aa0f1c9e59 authored over 3 years ago
Use pymodule for time module.
github.com/RustPython/RustPython - 23cd8591227241ae2a6da1fd428a52f4a692ddf2 authored over 3 years agogithub.com/RustPython/RustPython - d87d8a11ad69edfe81b754bd945865de43509646 authored over 3 years ago
github.com/RustPython/RustPython - d7e9c7d39e73c6e029e72e72b6f50aeaa1009c90 authored over 3 years ago
github.com/RustPython/RustPython - bf02c62f486b084df619c3273293938fa1393b2c authored over 3 years ago
github.com/RustPython/RustPython - 53560f03cf33149f9bcc1292f94d80f748fb01a1 authored over 3 years ago
github.com/RustPython/RustPython - 90cd579c439a350c0642e09d795e4be72ccac0d9 authored over 3 years ago
Remove unnecessary mut in compiler.rs
github.com/RustPython/RustPython - 56f1b0b745d1da4fbabca9a6b3b9b41047fd67b0 authored over 3 years agogithub.com/RustPython/RustPython - 85ec817b73dac2bca38b2c8d9c42239cbb2e20af authored over 3 years ago
Update codecs.py to CPython 3.8
github.com/RustPython/RustPython - 9db7544084f9bec89126abd37d4c608768c08019 authored over 3 years agogithub.com/RustPython/RustPython - 0831975de5fab3b005ab66b909a77d37dfb180b2 authored over 3 years ago
github.com/RustPython/RustPython - e6495b6fbcdc7d5cdab8a3a19d8ef810bf7ef0f9 authored over 3 years ago
github.com/RustPython/RustPython - f056146b2394ef2e012deb7681b4c8533aaf5967 authored over 3 years ago
github.com/RustPython/RustPython - 1a38877a057957e61a228a2de4222501353412db authored over 3 years ago
github.com/RustPython/RustPython - 0416e4b03e38eef576e9d6e4e362c81eedc93312 authored over 3 years ago
github.com/RustPython/RustPython - 71850a992dcf513e53e17ebfd6bcd6664f0d8040 authored over 3 years ago
github.com/RustPython/RustPython - 85ad38514bca1fd53ef15434ddd70f8d05e3a05f authored over 3 years ago
github.com/RustPython/RustPython - 5111c0022a8b0fd4ffbb674596cac0ba5382c00e authored over 3 years ago
Currently, they don't work as advertised.
github.com/RustPython/RustPython - f0b541b507bd6101eef6d46ae32f2b6518b07cf8 authored over 3 years agogithub.com/RustPython/RustPython - d50ff5582240c7c9b4ca78c271e3e5cf927c1690 authored over 3 years ago
Inelegant translation of the CPython original, with PyPy as a reference.
github.com/RustPython/RustPython - a201ee1fd5a24b54df950b3b1d1daed28c7cadab authored over 3 years agoInelegant translation of the CPython original, with PyPy as a reference.
github.com/RustPython/RustPython - 704c2d1240885603718e6cb73c8b9ee261bbeaf6 authored over 3 years agogithub.com/RustPython/RustPython - 67f3d40717486e5bab650506f608d01b274c7acf authored over 3 years ago
github.com/RustPython/RustPython - c93608f9062d8f35983adbef73aba5bb289b802f authored over 3 years ago
github.com/RustPython/RustPython - 16137336687797f25897737fbf01f8e5e966c0e1 authored over 3 years ago
github.com/RustPython/RustPython - 114ee5a935501b8235d8b95558bee1cb3b3593be authored over 3 years ago
Call `__length_hint__` before extracting elements
github.com/RustPython/RustPython - 8bc9b7630aec44c56ca0d945b5b9ea8fed87d54c authored over 3 years agoAdd thread_time, process_time in `time` module
github.com/RustPython/RustPython - ba15a23feda3e0b5dcc0fb2f3c22dfdacfaa77e1 authored over 3 years agoFix range of "invalid start byte" for UTF-8
github.com/RustPython/RustPython - 70e7fb3d84f019fe08c6e1a653982088f25df15d authored over 3 years ago
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 agoSigned-off-by: Tony Jinwoo Ahn <[email protected]>
github.com/RustPython/RustPython - 6e1c9c68b6193c7c7bcbb3a7c5bcfc4f131060db authored over 3 years agogithub.com/RustPython/RustPython - cf67393ee75e68d83de0455eefc4f3100e4693e4 authored over 3 years ago
github.com/RustPython/RustPython - 022eb28c094dfd64b9c7ee0b1303e6fb78e9a8eb authored over 3 years ago
SlotConstructor and uniform tp_new signature
github.com/RustPython/RustPython - 54e8c71c3edf142d4ce7b763f6d0538b369c9f70 authored over 3 years agogithub.com/RustPython/RustPython - 55709b71b6464688116b0a69d61aa424645fe26d authored over 3 years ago
github.com/RustPython/RustPython - 407cc7aae2a3bf9809186f0744cb3adfa81e6ebc authored over 3 years ago
Update num_bigint to 0.4.2
github.com/RustPython/RustPython - 7dc55d56630aa589e532e0e7149fde364e7adf79 authored over 3 years agogithub.com/RustPython/RustPython - 8083eed1466aa9e523a91f4267f01d11c05b1f1e authored over 3 years ago
github.com/RustPython/rustpython.github.io - 85564fb5be92d2b38bb70cc4d4c22db4a12062b9 authored over 3 years ago
Fixes a compilation error with the latest nightlies.
github.com/RustPython/RustPython - f833ba6ed3a662c305b58e0c177a023ee91c7da5 authored over 3 years agoos : implement os.sched_yield, os.sched_get_priority_min, os.sched_get_priority_max
github.com/RustPython/RustPython - 61e79ff064d6673186181d97605339ffb6e21945 authored over 3 years agoCorrect `object.__repr__` format
github.com/RustPython/RustPython - 818688daab083e54d0c718d931f248c619088d45 authored over 3 years agogithub.com/RustPython/RustPython - 7359f9dda030f73921ab2acf088e51838df1e2ec authored over 3 years ago
github.com/RustPython/RustPython - cda1924cf8abfb9c9642270126e991e62774847c authored over 3 years ago
github.com/RustPython/RustPython - d8bbb424ab819640f48cb6cdc6279de9adb249a7 authored over 3 years ago
github.com/RustPython/RustPython - 894fa5b0e9dea686ce92c2c29b5eb2237c8118e5 authored over 3 years ago
Add documentation for a pymethod in map.rs
github.com/RustPython/RustPython - f92996c9249222e38506ea6df6d7086ddfac234f authored over 3 years agoSigned-off-by: Tony Jinwoo Ahn <[email protected]>
github.com/RustPython/RustPython - c211402a76adc265a5d854c6fec949afa7e81d9b authored over 3 years agoImprove set iteration, add __reduce__
github.com/RustPython/RustPython - 8473ea9911b5f992a9a97e2e58222c33380d4a07 authored over 3 years agoFix `PyMappingProxy::get`
github.com/RustPython/RustPython - 27f187e3df95d549f50bf9855320591dd567a27d authored over 3 years agogithub.com/RustPython/RustPython - 06318a3bb7831f81f348adaf5a8cad390544dc64 authored over 3 years ago
github.com/RustPython/RustPython - 9ae07543a5732f63dca34d25005a7c5abb10e732 authored over 3 years ago
github.com/RustPython/RustPython - 049e9bd41d5069a4b4703434342e58c1b484d9df authored over 3 years ago
Implement `array::_array_reconstructor`
github.com/RustPython/RustPython - f1e81c991e3a0eec3708110075e6bb5a3c280e72 authored over 3 years agogithub.com/RustPython/RustPython - 3e656c0b6eb2128f7c8f4a0eacebc85ced6372da authored over 3 years ago
github.com/RustPython/RustPython - 736096976c459a8514b753ccc26c9d7fde800cfd authored over 3 years ago
github.com/RustPython/RustPython - c1aaac02ed47659749909a3d8c6cd58d2164d97f authored over 3 years ago
Make this a Rust project once again
github.com/RustPython/RustPython - 2595bcae73743313d19430d76e16f671c951362e authored over 3 years ago
Subfolders were not ignored.
Docs: https://github.com/github/linguist/blob/0c7f82f88a2fb482db3a...
Check for MemoryErrors when repeating sequences.
github.com/RustPython/RustPython - 4ddd1d3ee3ecb885d23feb87580b38bc2d0a5fa3 authored over 3 years agoClean up edge cases in `isinstance`/`issubclass`.
github.com/RustPython/RustPython - f4d40bc0c9b08361d88c06eb37624e9dae0b8fdb authored over 3 years agogithub.com/RustPython/RustPython - 97b8d7ca7bfc665f8b0e15e1ae3724e2759b61a8 authored over 3 years ago
* add __new__ method to deque iterator and reverse iterator
github.com/RustPython/RustPython - e4953efac1a88ad157ca1a538f2500b5ce6f153e authored over 3 years ago