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

Set up workspace - Forked from

[email protected]:RustPython/RustPython.git ff5076b12c075b3e87c0ac2971e390b4a209d14f

github.com/RustPython/Parser - e6eb49ffb0052f25adbc246ec862f458859babc0 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4953 from youknowone/rustpython-literal

Remove rustpython-common dependency from parser

github.com/RustPython/RustPython - 306943a9f5370594cafd3050c94b5af9323173db authored over 1 year ago by Jeong, YunWon <[email protected]>
rustpython-literal

github.com/RustPython/RustPython - ff5076b12c075b3e87c0ac2971e390b4a209d14f authored over 1 year ago by Jeong YunWon <[email protected]>
rustpython-literal

github.com/RustPython/Parser - 80109b1fe05ddf7fe9594d5132632c5e7430ca3b authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4951 from youknowone/repr-quote

Port configurable repr quote from Ruff and refactoring

github.com/RustPython/RustPython - cea23d2b073f229a12d9619bd36a271ac09b23f5 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4873 from youknowone/method

Method overhaul with static PyMethodDef

github.com/RustPython/RustPython - 1dd5e84c9a953b14503f5c8df419b1782991e3cd authored over 1 year ago by Jeong, YunWon <[email protected]>
fix BigInt to&from_signed_bytes_*

github.com/RustPython/malachite-bigint - 245d08dbdeb3b9481b52febe20fb2be0f2453143 authored over 1 year ago by Kangzhi Shi <[email protected]>
add #[inline] for Sum and Product

github.com/RustPython/malachite-bigint - 42ef60b723dad8484167ac980e99ec0aaf9d01e6 authored over 1 year ago by Kangzhi Shi <[email protected]>
improve BigInt::is_zero

github.com/RustPython/malachite-bigint - 4ad9e2752d1420d2e2f12e681a05dff7cc417f02 authored over 1 year ago by Kangzhi Shi <[email protected]>
bump version to 0.1.1

github.com/RustPython/malachite-bigint - eea2934b0815449006c33c09d7e6b6b9815a96ca authored over 1 year ago by Kangzhi Shi <[email protected]>
fix Debug implements

github.com/RustPython/malachite-bigint - 2d6d98ca7179eb75cb550de94ecdaf5618922284 authored over 1 year ago by Kangzhi Shi <[email protected]>
Refactor common::bytes::repr using common::escape

github.com/RustPython/RustPython - cfbdf7f9247c9255747eacaa1e07ecf86e204c14 authored over 1 year ago by Jeong YunWon <[email protected]>
Refactor common::bytes::repr using common::escape

github.com/RustPython/Parser - bd64603950beeffa3ac9ea8c929dd64339a1e44a authored over 1 year ago by Jeong YunWon <[email protected]>
Refactor common::str::repr using common::escape

github.com/RustPython/RustPython - 2080cc20672b9e900b28dd018712987efe2cfb8c authored over 1 year ago by Jeong YunWon <[email protected]>
Refactor common::str::repr using common::escape

github.com/RustPython/Parser - 5b0e92d725288cd7462b48462c835ccc88bf5d4a authored over 1 year ago by Jeong YunWon <[email protected]>
impl BigInt into Integer and BigUint into Natrual

github.com/RustPython/malachite-bigint - d52f48c5681e4d7bb9565589d415277b51e32c66 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl forward Display

github.com/RustPython/malachite-bigint - 4c54c83934510bfef36771d96124f4057aab945d authored over 1 year ago by Kangzhi Shi <[email protected]>
impl primitive convert for floats

github.com/RustPython/malachite-bigint - 17386893d693b4042b33d58d3a45deb0ea31c408 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl BigInt from_str_radix

github.com/RustPython/malachite-bigint - 2f7c64af8668f943f76278e10af768a75e64d02e authored over 1 year ago by Kangzhi Shi <[email protected]>
impl BigInt from_signed_bytes_*

github.com/RustPython/malachite-bigint - 9be06872c37853bcccfc8ece1a61f6ca1eea159a authored over 1 year ago by Kangzhi Shi <[email protected]>
impl BigInt to_signed_bytes_*

github.com/RustPython/malachite-bigint - 52384c3554a22963a4988f0decb8675aeee1ab01 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl BigInt functions

github.com/RustPython/malachite-bigint - 729bc7350e3adacccf343e0d9a7f949ae6cfba7f authored over 1 year ago by Kangzhi Shi <[email protected]>
impl BigInt functions

github.com/RustPython/malachite-bigint - aa28aac37ac81d2c01ca552bcbc8a6f3f4071e7e authored over 1 year ago by Kangzhi Shi <[email protected]>
impl BigInt functions

github.com/RustPython/malachite-bigint - b70326e56e5b71e05b72cecbbe594016e3a9e2f4 authored over 1 year ago by Kangzhi Shi <[email protected]>
wip impl BigInt

github.com/RustPython/malachite-bigint - 9481363d8d3a0ff36f02f1491a4a27b4860badd7 authored over 1 year ago by Kangzhi Shi <[email protected]>
`repr` as single quote default

github.com/RustPython/RustPython - 9cc8f2dfa90ad06abbb4a865bf13e470e0f3e61a authored over 1 year ago by Jeong YunWon <[email protected]>
String repr quote option from Ruff project

Co-Authored-By: Charlie Marsh <[email protected]>

github.com/RustPython/RustPython - 2315ce956e225a637506422c270823245e6b5fdb authored over 1 year ago by Jeong YunWon <[email protected]>
impl BigUint into primitives & refactor ToPrimitve trait

github.com/RustPython/malachite-bigint - 134ca14e06fa4394c38c69ec2b7b1fe8d7106a91 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl FromPrimitive for BigUint and ToBigUint for primitives

github.com/RustPython/malachite-bigint - 84ef14b0a74ae6d5b82c72f48a5980794d8752f5 authored over 1 year ago by Kangzhi Shi <[email protected]>
Rename PyTypeFlags::METHOD_{DESCR => DESCRIPTOR}

github.com/RustPython/RustPython - e73603945db23140fb540c65b7db623ac7cdd1ae authored over 1 year ago by Jeong YunWon <[email protected]>
Method overhaul with PyMethodDef

github.com/RustPython/RustPython - 98eef0804e3e34def6e2610e9c1c57b3cb40075d authored over 1 year ago by Jeong YunWon <[email protected]>
Format d bool support (#4948)

github.com/RustPython/RustPython - fa790558211ec690541299258f44d7453501958a authored over 1 year ago by Christopher Gambrell <[email protected]>
Make builtin method type same as that of builtin function

github.com/RustPython/RustPython - 4a099ab6bc3e2029879e92feca5d18e425656a63 authored over 1 year ago by Kim Seungha <[email protected]>
Rename IterNextIterable -> SelfIter by following CPython

github.com/RustPython/RustPython - 9f58921a6f4cf423365649c69ab2c1e04f4566ac authored over 1 year ago by Jeong YunWon <[email protected]>
Add missing with(Iterable)

github.com/RustPython/RustPython - 9b9dd1100a4331ee77ad00ab00684a95a6462286 authored over 1 year ago by Jeong YunWon <[email protected]>
impl Product and Sum for BigUint

github.com/RustPython/malachite-bigint - fa7a0dff8e30d7726ce88d3c6cc25a4a59e1da2c authored over 1 year ago by Kangzhi Shi <[email protected]>
impl Pow<BigUint> for BigUint

github.com/RustPython/malachite-bigint - 8f3a1116fa9aa5385c6490763d70a9ca14f5d02f authored over 1 year ago by Kangzhi Shi <[email protected]>
impl to_u64_digits and U64Digits struct

github.com/RustPython/malachite-bigint - c0cd70fa3f24bb439147ba37d71c1178e6702c72 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl FusedIterator for U32Digits

github.com/RustPython/malachite-bigint - 7ba1b64b628e01330b29b8f6ca945d445de507f4 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl to_u32_digits and U32Digits struct

github.com/RustPython/malachite-bigint - 923044d9d3abf45d7f68ed58081356d058dc886a authored over 1 year ago by Kangzhi Shi <[email protected]>
PyObject_SelfIter

github.com/RustPython/RustPython - 2abf21b134c699303ea41b29b84d16d7edde4f40 authored over 1 year ago by Jeong YunWon <[email protected]>
Implement property name (#4944)

github.com/RustPython/RustPython - f4b9bdfb29265053f29067280553c02e8f50a8df authored over 1 year ago by Andrey Maltsev <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - ec1fdff5510f5b4a46d3666b369c6d9f4d833cc4 authored over 1 year ago by Noa <[email protected]>
Merge pull request #4876 from Phosphorescentt/4845

Update collections from Python 3.11.2

github.com/RustPython/RustPython - 429d1d1ccec663454c919650ecee5392603dda51 authored over 1 year ago by Jeong, YunWon <[email protected]>
move Errors to error.rs

github.com/RustPython/malachite-bigint - 8df1d4237d9d01b20b745010b7bcbe60e966791f authored over 1 year ago by Kangzhi Shi <[email protected]>
impl from_str_radix for BigUint

github.com/RustPython/malachite-bigint - b36ad65b59778f057f08fea3a55c8784f28fc6a9 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl more methods for BigUint

github.com/RustPython/malachite-bigint - af9e5744b679b5ac97d97b58a43f6b6a93b8b14c authored over 1 year ago by Kangzhi Shi <[email protected]>
Merge pull request #4943 from youknowone/use-ruff

Use ruff for CI

github.com/RustPython/RustPython - 9d44f9319299f61fc266d825415061b4e8866be6 authored over 1 year ago by Jeong, YunWon <[email protected]>
impl Integer trait for BigUint

github.com/RustPython/malachite-bigint - c1a5040397fcdc648788203f83552daeedc55d15 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl TryFrom primitive for BigUint

github.com/RustPython/malachite-bigint - 9f2ec40ca661122943e3438e46032edc1e0776ee authored over 1 year ago by Kangzhi Shi <[email protected]>
impl From primitive without derive-more

github.com/RustPython/malachite-bigint - 249fc48910c4cc8bbca26dfd1a95a576a9db2136 authored over 1 year ago by Kangzhi Shi <[email protected]>
Merge pull request #4926 from youknowone/fromargs-cleanup

Remove Traverse from FromArgs

github.com/RustPython/RustPython - b8bca5a1481afe72d753b6342ef10f6eda2fffc0 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Use ruff for CI

github.com/RustPython/RustPython - 8c1d923f3e2babaa2c75d016b6e32a99c4f46919 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge branch 'RustPython:main' into 4845

github.com/RustPython/RustPython - 04749c13f46dd73cae76a9245a9d42316f96e63c authored over 1 year ago by Joshua Mankelow <[email protected]>
Remove Traverse from FromArgs

github.com/RustPython/RustPython - e2ccb48463aff32b8f383581f42035ca4b20c379 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4933 from youknowone/fix-wasm-stdlib

Fix wasm build stdlib

github.com/RustPython/RustPython - 02840593bc56ae416ba2646166628f1712d6cf43 authored over 1 year ago by Jeong, YunWon <[email protected]>
Fix wasm build stdlib

github.com/RustPython/RustPython - 8503e0de9047ab4e581dc2c0c2f35163e8b1f7c9 authored over 1 year ago by Jeong YunWon <[email protected]>
impl ToPrimitive for BigUint

github.com/RustPython/malachite-bigint - a8bd100613f7942d85bd42ac5b9dc226c8fac8fa authored over 1 year ago by Kangzhi Shi <[email protected]>
impl ToBigUint for BigUint

github.com/RustPython/malachite-bigint - 7fc31e01a1dfb175c7238534f8ab5b3cf3969ce2 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl checked_ops for BigUint

github.com/RustPython/malachite-bigint - d1039953ad1c4a0a21d9235c82716ace6679c2a4 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl pow for BigUint primitives

github.com/RustPython/malachite-bigint - ff553bc69b5a2a0cea09e105e27ffc6fb1cb0ebb authored over 1 year ago by Kangzhi Shi <[email protected]>
impl basic ops for BigUint

github.com/RustPython/malachite-bigint - 76457b691525e5941d4e5f91db71c129d603aa46 authored over 1 year ago by Kangzhi Shi <[email protected]>
Merge pull request #4929 from astral-sh/add-start-end-to-located

Add `Located::start`, `Located::end` and impl `Deref`

github.com/RustPython/RustPython - 23fee2737c1076470d6807486ba69774f01c1f3c authored over 1 year ago by Jeong, YunWon <[email protected]>
Add `Located::start`, `Located::end` and impl `Deref`

github.com/RustPython/RustPython - 0a94e1393a5a267aeefb5edc3d6e5075abc37f2c authored over 1 year ago by Micha Reiser <[email protected]>
Add `Located::start`, `Located::end` and impl `Deref`

github.com/RustPython/Parser - ae9d3c3193c7c982e1f14c3e6fd61a3bc68b63d2 authored over 1 year ago by Micha Reiser <[email protected]>
Merge pull request #4928 from astral-sh/use-located-new

Use `Located::new` over struct initializer

github.com/RustPython/RustPython - 92871692011a48a6f1a8a296176cac93dfb1dcfe authored over 1 year ago by Jeong, YunWon <[email protected]>
Use `Located::new` over struct initializer

github.com/RustPython/RustPython - 8605fea678e5fa2516dbbce618d4ec147b13a1cc authored over 1 year ago by Micha Reiser <[email protected]>
Use `Located::new` over struct initializer

github.com/RustPython/Parser - 3873414b308fb1741b68c338a1d0acc6470c004e authored over 1 year ago by Micha Reiser <[email protected]>
Merge pull request #4927 from youknowone/rename-types

Rename method/member types

github.com/RustPython/RustPython - d9b6585804e9e81e79c29d9672994f2113ab4e96 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
MemberDef -> PyMemberDef

github.com/RustPython/RustPython - 436624b7a3b3d54456b910854b2d5007c4479568 authored over 1 year ago by Jeong YunWon <[email protected]>
MemberDescrObject -> PyMemberDescriptor

github.com/RustPython/RustPython - 30b8d7bdadf53bcdf4caaa0d248ed0791f76643c authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4901 from youknowone/py-module-def

PyModuleDef and #[pymodule(with(...))]

github.com/RustPython/RustPython - 268a39fc61d5c27a208ac093e3d564b5a9ff4030 authored over 1 year ago by Jeong, YunWon <[email protected]>
PyModuleDef and #[pymodule(with(...))]

github.com/RustPython/RustPython - 317f432a20a7964e217b54b3ea0b44f61a1d3f35 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4900 from youknowone/simpler-new-object

Simpler new object / small int range const

github.com/RustPython/RustPython - cbcdcf4ad5c9f73e114c0ecbc8d8635388a479f6 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4898 from youknowone/pymodule-expose

module objects' type as PyModule

github.com/RustPython/RustPython - ce13fc5f0327570f5aeeae81a71ae8655fd40bb5 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4899 from youknowone/debug-friendly-tweaks

debug-friendly tweaks

github.com/RustPython/RustPython - c16f813794636da209960e25888c556c1afee7e9 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4885 from youknowone/super-init

super.__init__

github.com/RustPython/RustPython - 6e9e15b929298f8abff67484f6c11a00fd9d9968 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4886 from youknowone/pyexception

Merge define_exception into pyexception

github.com/RustPython/RustPython - 776bda60ca36fadb74259d11991401298e588bfa authored over 1 year ago by Jeong, YunWon <[email protected]>
add support for os.fork and related functions (#4877)

github.com/RustPython/RustPython - 322aa6887a6485a8fb0a13bc9a706a28d5e014a1 authored over 1 year ago by Ankit Kumar Pandey <[email protected]>
impl public interface BigUint

github.com/RustPython/malachite-bigint - f9d15f011c1338d12089a4aa45a2f69d3fe34be6 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl forwarding From trait

github.com/RustPython/malachite-bigint - 81bf1687e47ac7b73328cc90679050ca06997549 authored over 1 year ago by Kangzhi Shi <[email protected]>
basic structure for BigUint

github.com/RustPython/malachite-bigint - f58230a8ea83013d6a7b7cd2b02140006359d3b1 authored over 1 year ago by Kangzhi Shi <[email protected]>
basic structure for BigInt

github.com/RustPython/malachite-bigint - d0d077141fc28253457423d88ee2a48e9ec1e709 authored over 1 year ago by Kangzhi Shi <[email protected]>
Merge define_exception into pyexception

github.com/RustPython/RustPython - f256934f93be1417c5b5ea8557e822c029b71671 authored over 1 year ago by Jeong YunWon <[email protected]>
super.__init__

github.com/RustPython/RustPython - 2658c5c539cc9c0fc1e7621565a802e72e731a03 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4835 from Masorubka1/test_hashlib.py

Update test_hashlib.py from Cpython v3.11.2 & refactor hashlib

github.com/RustPython/RustPython - 4e0890a50daf7f301f85a98d5a1ef9cb256619e3 authored over 1 year ago by Jeong, YunWon <[email protected]>
skip test_enum.test_unique_composite

github.com/RustPython/RustPython - 73e1eeb57e39006d3649f2e77ab66f6ddabb3ca8 authored over 1 year ago by Jeong YunWon <[email protected]>
add compare digest

github.com/RustPython/RustPython - 514014f4fc3aefaa702da7164ba67bbde533ace8 authored over 1 year ago by Andrey Maltsev <[email protected]>
refactoring hashlib for tests

github.com/RustPython/RustPython - 508cf6b61dba29a4bc459784627baa3c75cf87a3 authored over 1 year ago by Andrey Maltsev <[email protected]>
Update test_hashlib.py from Cpython v3.11.2

github.com/RustPython/RustPython - 8782bf8cb0837ae1f1b07dfc635d634f26154cd6 authored over 1 year ago by Andrey Maltsev <[email protected]>
feature: `PyTraverse` derive macro for traverse object's childrens(like CPython's `tp_traverse`) (#4872)

github.com/RustPython/RustPython - 94bdb6b97a06563c5b875a5665d052f9144289ad authored over 1 year ago by discord9 <[email protected]>
Add loongarch64 support (#4914)

github.com/RustPython/RustPython - 2c90b128c3a2e070139c671c1028060defb7967d authored over 1 year ago by Leslie Zhai <[email protected]>
Merge pull request #4924 from itsankitkp/fix-sys-path-for-venv

Ensure correct site packages are visible to rustpython

github.com/RustPython/RustPython - cf465bdd812977dddb98de4986d073647086bc68 authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #4913 from youknowone/buffer-as-object

Buffer arguments as PyObject

github.com/RustPython/RustPython - 05442bc667c3044531d75c802cf5e085f0f386da authored over 1 year ago by Jeong, YunWon <[email protected]>
Add XXX: RUSTPYTHON

github.com/RustPython/RustPython - 09a1ce9b2b2648ebe12468dc32a0256c212322a1 authored over 1 year ago by Jeong YunWon <[email protected]>
Rewrite Python->RustPython on sysconfig.py

Co-Authored-By: Ankit Kumar Pandey <[email protected]>

github.com/RustPython/RustPython - aad1d848a69bce89240182e098936472d5f9531e authored over 1 year ago by Jeong YunWon <[email protected]>
Fix site and test_site for rustpython

github.com/RustPython/RustPython - d9c808ded8cad8bbab468f39d8460b2a97202aa3 authored over 1 year ago by Ankit Kumar Pandey <[email protected]>