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

Chain reduce (#4232)

github.com/RustPython/RustPython - 78586f027554ed8e43acc204a7f11e18f3d87b27 authored over 2 years ago
Fix `global` behavior on class (#4234)

github.com/RustPython/RustPython - dda6f86ba30023abaa7b3a84b46cd02e33ed9c4b authored over 2 years ago
Merge pull request #4235 from dannasman/zip_longest_reduce

Add reduce and setstate for zip_longest

github.com/RustPython/RustPython - 2868e874c99adf0885e91d061e7aa51f1b9940d1 authored over 2 years ago
Merge pull request #4236 from devonhollowood/minmax

Fix compatibility bug for min/max builtins

github.com/RustPython/RustPython - 2940ef88d1d3592091a41466b12bac0b104bfcb9 authored over 2 years ago
Fix compatibility bug for min/max builtins

This was as simple as fixing the error messages produced when zero
arguments are passed.

github.com/RustPython/RustPython - 052b87b6e71b84566719d49bb6fa61d3e3d0992f authored over 2 years ago
fix clippy issues

github.com/RustPython/RustPython - 0706d8ea732737c683ee9e5b6f868a4da83a2083 authored over 2 years ago
add reduce and setstate for zip_longest

github.com/RustPython/RustPython - f6e423c4796d2e086217af37462703a10d69f883 authored over 2 years ago
Merge pull request #4230 from youknowone/smtpd

Add smtpd from cpython v3.10.8

github.com/RustPython/RustPython - 4331d652853a8618bc634b2f7f96878640f463a3 authored over 2 years ago
Add expression context parsing

github.com/RustPython/RustPython - 4b4588d885dbc25ec6cdfb8360e900370749ab06 authored over 2 years ago
Add expression context parsing

github.com/RustPython/Parser - 952d70b9d1c0371045e9e1f19532f778dacbe788 authored over 2 years ago
Add smtpd from cpython v3.10.8

github.com/RustPython/RustPython - 39784367ee5bf72146a32b262c7b6fce7da2057d authored over 2 years ago
Merge pull request #4229 from charliermarsh/charlie/tokens

Expose a method to parse AST from tokens directly

github.com/RustPython/RustPython - 8fbab2e409fd662a5b37d76cf83643cfd6c190cc authored over 2 years ago
Remove parse_program_tokens

github.com/RustPython/RustPython - 9ced976cde6bf427b83fa805933dfd5dbb4491e0 authored over 2 years ago
Remove parse_program_tokens

github.com/RustPython/Parser - 02953b9fe67f69a80da060a6335d0cb4055fcc10 authored over 2 years ago
Expose a method to parse AST from tokens directly

github.com/RustPython/Parser - 8adc74fe2654c1f5185afeb15d6c505983e6edac authored over 2 years ago
Expose a method to parse AST from tokens directly

github.com/RustPython/RustPython - 71de630336c03ab45c660b21b352c61641abb433 authored over 2 years ago
Merge pull request #3 from gilteunchoi/add-readme

Add README

github.com/RustPython/__doc__ - d927debd491e4c45b88e953e6e50e4718e0f2965 authored over 2 years ago
Merge pull request #4225 from joohongpark/fix-float-fromhex

Fix class method of a float subclass

github.com/RustPython/RustPython - 1f9d8524ff6a37cfc3456218998eaa6164a320fb authored over 2 years ago
Merge pull request #4218 from charliermarsh/charlie/clone

Make AST nodes Clone-able

github.com/RustPython/RustPython - cf099ff4b823e74fa29ce49aabd3774485fb7b85 authored over 2 years ago
Merge pull request #4218 from charliermarsh/charlie/clone

Make AST nodes Clone-able

github.com/RustPython/Parser - 48c0cb5599b1548bc8e69d4251cb7ae0ff108ad2 authored over 2 years ago
Merge pull request #4226 from jopemachine/fix-class-static

Fix lambda expression's unexpected `UnboundLocalError`

github.com/RustPython/RustPython - 72332c90d10bbeba517211cdd1499fb9368ca0e4 authored over 2 years ago
Add example code as extra test

github.com/RustPython/RustPython - 117ae0a0ead2c89e5c38bfc6033379b081b3d659 authored over 2 years ago
Merge pull request #4223 from youknowone/nightly-clippy

Fix nightly clippy warnings

github.com/RustPython/RustPython - 6d140fb0e7e992428175b0542418a3449590f7f9 authored over 2 years ago
Merge pull request #4223 from youknowone/nightly-clippy

Fix nightly clippy warnings

github.com/RustPython/Parser - 2e33a3d0e9b03b80e8206163edd1f4e8329f11d2 authored over 2 years ago
Add end locations to all nodes (#4192)

github.com/RustPython/Parser - 1cc342e4ed7bd774077b153f0662ad0ffdb11892 authored over 2 years ago
Add end locations to all nodes (#4192)

github.com/RustPython/RustPython - 610d408b4b2f91bdaf10b391f10e9cfe72a11941 authored over 2 years ago
Merge pull request #4228 from gilteunchoi/remove-old-doc-remark

remove most of old __doc__ remarks

github.com/RustPython/RustPython - 00dc02546397314246f9c5dfe0da1baa70439bc1 authored over 2 years ago
Merge branch 'main' into add-readme

github.com/RustPython/__doc__ - 4083cad42574b9ccad785f238abf8035bac71c8e authored over 2 years ago
Merge pull request #4227 from charliermarsh/charlie/simple-str-loc

Start simple string at quote mark

github.com/RustPython/RustPython - 425895dd0e3db551ae8adf813c77f6a133187432 authored over 2 years ago
Refactor Mapping Protocol (#4222)

github.com/RustPython/RustPython - 2c5cacf9f2f8e057a3c8952718706e7a883982f3 authored over 2 years ago
Merge pull request #2 from dvermd/function_type_doc

Function type doc

github.com/RustPython/__doc__ - 49c74bc6a6577a84ecb16bd4e325b9f9f684915d authored over 2 years ago
remove most of old __doc__ remarks

github.com/RustPython/RustPython - 227034d36b1c4bacfc7008120cee3fb5951a9070 authored over 2 years ago
Update vm/src/builtins/float.rs

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

github.com/RustPython/RustPython - 8c18208fe6193955903101c0d2f91260ab8d4f98 authored over 2 years ago
Start simple string at quote mark

github.com/RustPython/RustPython - e7e62d36ba4e675896820aa7052b47274759c621 authored over 2 years ago
Start simple string at quote mark

github.com/RustPython/Parser - 519718e65d7c967b6ffb0fb0bda8cb6b275737be authored over 2 years ago
Make AST nodes Clone-able

github.com/RustPython/Parser - 5da5490b198eb0a18c5498313f162f1d70547d0b authored over 2 years ago
Make AST nodes Clone-able

github.com/RustPython/RustPython - d8f059bc588bf3d29eee0f6d92f1cdd44fd22400 authored over 2 years ago
remove expeted failure

github.com/RustPython/RustPython - 8960e78a6c8f13e05d073c745afb5327e899ab47 authored over 2 years ago
Fix class method

github.com/RustPython/RustPython - abb994d410e98722953fadb26aa7ec39aaa0b605 authored over 2 years ago
Introduce PyAtomicRef and impl for PyObject.typ (#3828)

* introduce PyAtomicRef

* refactor PyObject.typ use PyAtomicRef

* add documents

* add s...

github.com/RustPython/RustPython - 30aeb8bee54e50eee6b9d15d902a26179fddd05d authored over 2 years ago
Fix nightly clippy warnings

github.com/RustPython/RustPython - d94f638784308f7ad9b07a5e74806d9c067a5822 authored over 2 years ago
Fix nightly clippy warnings

github.com/RustPython/Parser - 518cf728c393349b96c052515af8239924ff459b authored over 2 years ago
Add Readme to project

github.com/RustPython/__doc__ - 5023f42b59e47978c30bfe33615525e0b4e053a7 authored over 2 years ago
update database with function type documentation

github.com/RustPython/__doc__ - 66150488fd6dde4da2f8dcaa9ec3aacfb6829a4d authored over 2 years ago
Add function to builtins types not exported by CPython

github.com/RustPython/__doc__ - 58b28c7f21fe010950c3ad2e14298c41299de38d authored over 2 years ago
Merge pull request #4220 from charliermarsh/charlie/str-loc

Start string location at kind or quote prefix

github.com/RustPython/RustPython - 4be533ac607b13ed2d9cb3a995f810ee2f73395f authored over 2 years ago
Merge pull request #4216 from gilteunchoi/class-doc-fixed

class-doc-fixed

github.com/RustPython/RustPython - b437aa315a6d13a9835e203d4b93b8a51e98c0b8 authored over 2 years ago
Merge pull request #4221 from charliermarsh/charlie/readme

Add Ruff as a use-case in the README

github.com/RustPython/RustPython - 3bd46b0e18f71dd2b70e6bc44f6e6fe8a409d8ce authored over 2 years ago
Add Ruff as a use-case in the README

github.com/RustPython/RustPython - ab2a638c664193254fe2c73cc28f11aa89dbef8e authored over 2 years ago
Start string location at kind or quote prefix

github.com/RustPython/RustPython - ab159c98b22b96f5efbf21661d91bb77a06c9b2c authored over 2 years ago
Start string location at kind or quote prefix

github.com/RustPython/Parser - 3397737a76b2479284d0981c205552c3d0a026ef authored over 2 years ago
Merge pull request #4214 from youknowone/platform-clippy

Add platform-dependent clippy running to CI

github.com/RustPython/RustPython - 1cb7f4dcf8a6670064d2f86e2a5055f8a77d89f3 authored over 2 years ago
Merge pull request #4208 from moreal/pymember-tbool

* Support `T_BOOL` member type
* Configure `pymember`'s MemberKind manually
* Provide setter i...

github.com/RustPython/RustPython - ef887adc8ba26d47a16c2c9d24e98b83f81891c7 authored over 2 years ago
Merge pull request #1 from gilteunchoi/generate-docs-3.10.8

generate docs with python 3.10.8

github.com/RustPython/__doc__ - fd0e28792643d363999ccd84059576262d8f6df7 authored over 2 years ago
generate docs with python 3.10.8

github.com/RustPython/__doc__ - e70a7fc449139adf2dca366f1a43ee9e376ab8d2 authored over 2 years ago
clippy is platform-dependent

github.com/RustPython/RustPython - 185e0cb62d6ac40511fba34a80049119953871e1 authored over 2 years ago
Implement `Frame.f_trace_lines`

github.com/RustPython/RustPython - 91fca47f6a44d84cdf4f40443c23395974ad9424 authored over 2 years ago
Provide setter in `pymember`

github.com/RustPython/RustPython - 6bf6f58ecf75192aa6ffbfd839e04e5300c92d99 authored over 2 years ago
<code object>::replace() (#4207)

github.com/RustPython/RustPython - 6eb4e57a5bd2d722cd35fce3eb9e5f39185471c0 authored over 2 years ago
Update regression test results

github.com/RustPython/rustpython.github.io - 84f8d1b015142516708f8d94c0de69980de6f0f3 authored over 2 years ago
Refactor fstrings (#4188)

github.com/RustPython/Parser - 6211a3a3a85a1aa25949024060efaa6d969ecddf authored over 2 years ago
Refactor fstrings (#4188)

github.com/RustPython/RustPython - f1e10469326ce6676795a6c2a5831714e495a009 authored over 2 years ago
Optimize PyType Creation (#4209)

github.com/RustPython/RustPython - 273ffd969ca6536df06d9f69076c2badb86f8f8c authored over 2 years ago
Refactor Sequence Protocol (#4137)

* Refactor Sequence Protocol

* rebase

* fixup

* fix inherit slots

* rebase

* fix ...

github.com/RustPython/RustPython - 186990f4f26362cf139cbdbaafa241961f206166 authored over 2 years ago
Configure `pymember`'s MemberKind manually

github.com/RustPython/RustPython - a300a244f1984011d3162f4b0ed230af36d8eff6 authored over 2 years ago
Merge pull request #4197 from jopemachine/update-unittest-runner

Update `unittest/runner.py` from CPython v3.12.0a0

github.com/RustPython/RustPython - ec46ae152e28be51e3f549668169b32ed5954add authored over 2 years ago
Support `T_BOOL` member type

github.com/RustPython/RustPython - 68fc72b70eb55b487de5ab0252f70f25ae613c5c authored over 2 years ago
Merge pull request #4202 from dvermd/takewhile_setstate

Takewhile setstate

github.com/RustPython/RustPython - 3082379d12c8069da2a689b3c97facf6a9f5c06e authored over 2 years ago
Update regression test results

github.com/RustPython/rustpython.github.io - 9b14efe657f4e5a6655111e89137aac9544cbbf9 authored over 2 years ago
Add test for dropwhile.__setstate__

github.com/RustPython/RustPython - 539c662f874db4d2005e11509ecfbb84f7fd060a authored over 2 years ago
Add takewhile.__setstate__

github.com/RustPython/RustPython - fdd159c14d012e111729bb33c098fc28727a1020 authored over 2 years ago
Merge pull request #4201 from dvermd/dropwhile_reduce

Add dropwhile.__reduce__

github.com/RustPython/RustPython - 9100ec33abc68d1d153c529a8d77dd4ca5a80060 authored over 2 years ago
Add `expectedFailure` to `test_warnings`

github.com/RustPython/RustPython - 38affeaed118ef12e10212acc5cc094302ba2b28 authored over 2 years ago
Add dropwhile.__reduce__

github.com/RustPython/RustPython - bfa74dda87765698dba5df1df19f16856b592303 authored over 2 years ago
Update `unittest/runner.py` from CPython v3.12.0a0

github.com/RustPython/RustPython - 706398c4c8520e4d9a08bcea5d8bf0ece86c3fb6 authored over 2 years ago
Merge pull request #4191 from dvermd/oserror_reduce

Add OSError.__reduce__

github.com/RustPython/RustPython - 3a36e551a1958afa2fa86043f2edea6188b54f35 authored over 2 years ago
Add OSError.__reduce__

github.com/RustPython/RustPython - 4c6cb00cb3346b3a2371371a4b30fb233fc95633 authored over 2 years ago
Merge pull request #4194 from dvermd/oserror_attributes

Fill OSError attributes

github.com/RustPython/RustPython - 54d7c34668953caff722a895664cab1c717a8489 authored over 2 years ago
Fill OSError attributes

github.com/RustPython/RustPython - a18bad2ca38bc63dd67865d90d2169860163fd1d authored over 2 years ago
Merge pull request #4199 from jopemachine/fix-harmonic_mean

Fix `int.inner_truediv`

github.com/RustPython/RustPython - bd696b536978976c929676ec7fa7b75febb00a71 authored over 2 years ago
Remove expectedFailure

github.com/RustPython/RustPython - 773066f2ddc88d71e16a78dee9aacf8b5068ecbe authored over 2 years ago
fix: typo in into.md

github.com/RustPython/docs - a085e7a6848e30962ae0c63b094b188ceb4b1ad1 authored over 2 years ago
Merge pull request #4177 from jopemachine/add-co-names

Add `co_names` to `PyCode`

github.com/RustPython/RustPython - 46ff23977e69df6f96165ef12be2c383919f3a8a authored over 2 years ago
Merge pull request #4195 from jopemachine/enable-vm-trace

Fix compile error when using `vm-tracing-logging` is on

github.com/RustPython/RustPython - ec6461d2f3600fa65b86966c7f2d7abc68f5b513 authored over 2 years ago
Merge pull request #4196 from jopemachine/update-pprint

Update `pprint` lib and tests from CPython v3.12.0a0

github.com/RustPython/RustPython - 06073fe8638e7a89f2f0f241dfe1e68e5372756a authored over 2 years ago
Add overflow handling logic

github.com/RustPython/RustPython - a98288b911c7000081af0d36624e56085739e314 authored over 2 years ago
Remove expectedFailure from `test_dataclass_no_repr`

github.com/RustPython/RustPython - 01aad3cf4e6cfabcb86ca873ac94484204c96cd5 authored over 2 years ago
Update test_pprint.py from CPython v3.12.0a0

github.com/RustPython/RustPython - 7b106634a3dfb3753826300af29b221f8aba23a3 authored over 2 years ago
Update pprint.py from CPython v3.12.0a0

github.com/RustPython/RustPython - b0f620cd1287b9a714dd3c73472817c9a29c56ba authored over 2 years ago
Fix compile error when using `vm-tracing-logging` is on

github.com/RustPython/RustPython - c0963470773ba7095a40f6c03c86e07b857fefa5 authored over 2 years ago
Update test_code.py from CPython v3.12.0a0

github.com/RustPython/RustPython - a6c07bc58f79b67324b56722bcc67f1b421e18dd authored over 2 years ago
Restore `YIELD_FROM` def_op

github.com/RustPython/RustPython - 44501f5ebf0236982c7dbd43853f3bccc33f42da authored over 2 years ago
Update opcode.py from CPython v3.12.0a0

github.com/RustPython/RustPython - 33e1007d7c42db1e0eb4c64bd47d781e126ef1c8 authored over 2 years ago
Add `co_names` to `PyCode`

github.com/RustPython/RustPython - cf0ee0c0a5483682db59c3180da45b23baa05a5c authored over 2 years ago
Merge pull request #4184 from afonso360/cranelift-version

Update JIT Cranelift version

github.com/RustPython/RustPython - ac2532822bf6bd3184cffd2f677549347ea3437a authored over 2 years ago
Merge pull request #4187 from dvermd/structseq_matchargs

match args without n_*_fields

github.com/RustPython/RustPython - fab53f0391a86c36ccf146fa27ac0669eeeda0d3 authored over 2 years ago