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

Update pprint from Python 3.11

github.com/RustPython/RustPython - 2e5b0330c705729828ce4531d84fe25f6ec4e396 authored over 1 year ago by DimitrisJim <[email protected]>
Update numbers from Python 3.11

github.com/RustPython/RustPython - c7d3358582f9726875dcf08c460b082d5e106609 authored over 1 year ago by DimitrisJim <[email protected]>
Update nturl2path from Python 3.11

github.com/RustPython/RustPython - 1df0a44958b9007cfd2af5639610ea2edf1372b6 authored over 1 year ago by DimitrisJim <[email protected]>
Update ntpath from Python 3.11

github.com/RustPython/RustPython - 3c8fb93ab4152b0cfee50e659918ea25eef8fe42 authored over 1 year ago by DimitrisJim <[email protected]>
Update nntplib to Python 3.11

github.com/RustPython/RustPython - 95ef76f7a0c7f51377c6074632e460952fd047e2 authored over 1 year ago by DimitrisJim <[email protected]>
Update netrc to Python 3.11

github.com/RustPython/RustPython - 9953597bb6080b1afe37aaba6f85273b089712f8 authored over 1 year ago by DimitrisJim <[email protected]>
Update linecache to Python 3.11

github.com/RustPython/RustPython - 91e206faa1e347ce0774cbcf7b5085dbf4f74710 authored over 1 year ago by DimitrisJim <[email protected]>
Update ipaddress from Python 3.11

github.com/RustPython/RustPython - 06ed5cc8cf06bda5f9027d36622702abafb745ec authored over 1 year ago by DimitrisJim <[email protected]>
Update imghdr from Python 3.11

github.com/RustPython/RustPython - 483dfcdd2c90e86531e55059ded6de30e9a91222 authored over 1 year ago by DimitrisJim <[email protected]>
Update heapq from Python 3.11

github.com/RustPython/RustPython - a4330c355801117b6ab4e8c4efc19b0c58592157 authored over 1 year ago by DimitrisJim <[email protected]>
Merge pull request #5007 from DimitrisJim/pylibs_upgrade_uno

Bump some Python libraries to 3.11

github.com/RustPython/RustPython - a6a92128f0bd11c2d01e39a82c0db34020d274f2 authored over 1 year ago by Jeong, YunWon <[email protected]>
Upgrade colorsys from Python 3.11

github.com/RustPython/RustPython - 436be2b96aef95bac54e9c250c44d395cdf9c627 authored over 1 year ago by DimitrisJim <[email protected]>
Update codeop from Python 3.11

github.com/RustPython/RustPython - 89323dadc22cd8beca5e7df645d3b5de79e08b21 authored over 1 year ago by DimitrisJim <[email protected]>
Update chunk from Python 3.11

github.com/RustPython/RustPython - 7e3183ef160522e4c7cb41ac2c78690a343bf76a authored over 1 year ago by DimitrisJim <[email protected]>
Update cgitb from Python 3.11

github.com/RustPython/RustPython - 854d3e4d807db8c82f621aa37711a27e7c481ae5 authored over 1 year ago by DimitrisJim <[email protected]>
Update cgi.py from Python 3.11

github.com/RustPython/RustPython - 3150b4ded6b92c9dd2dc8cfcc542e784c95a7b92 authored over 1 year ago by DimitrisJim <[email protected]>
Upgrade warnings.py from Python 3.11

github.com/RustPython/RustPython - 1be262db40c2867249dc153ce1807f5269f97110 authored over 1 year ago by DimitrisJim <[email protected]>
Upgrade aifc.py from Python 3.11.

github.com/RustPython/RustPython - 3d76e1e1db5ed438cd4d9534ceb4c75289ec0b23 authored over 1 year ago by DimitrisJim <[email protected]>
Upgrade cmd.py and test_cmd.py from Python 3.11.

github.com/RustPython/RustPython - 8af4c5fd7bbd35ea68ef532c554059f3598420dd authored over 1 year ago by DimitrisJim <[email protected]>
Fix test_path_like_objects (#4773)

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

github.com/RustPython/RustPython - 8dbf7b27efc069aa049bd5338bcc43bec4996126 authored over 1 year ago by ilp-sys <[email protected]>
Update benchmark results

github.com/RustPython/rustpython.github.io - b4f810d1b98967a45b9de13dda9208c3ef8781f6 authored over 1 year ago by Github Actions <[email protected]>
Set correct output file (#5006)

github.com/RustPython/RustPython - 2b4f607cbc45849d3f82766160fc6a3f9c0610e9 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Implement itertools.accumulate.__reduce__ and __setstate__ (#4434)

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

github.com/RustPython/RustPython - cbaed46fb4cdff8324d8b75c9141a21587d350e9 authored over 1 year ago by Ivan Gromov <[email protected]>
Remove uneeded mutable variable declaration (#5004)

github.com/RustPython/RustPython - 9cab670bf80f48a57e276ccc9a4a01a9201b5d5d authored over 1 year ago by MisileLaboratory <[email protected]>
Remove deprecated modules binhex and formatter. (#5003)

These modules have been deprecated as of Python 3.11 and can safely be removed from the standard...

github.com/RustPython/RustPython - 6fb15535ed92d42561536ffb458ba13fc99e944e authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Architecture overview (#2528)

* Add architecture document
---------

Co-authored-by: Eric van der Toorn <e.a.vandertoorn@st...

github.com/RustPython/RustPython - 4721b7df9292fbddf00d9a84138df267e3728e03 authored over 1 year ago by TheOnlyError <[email protected]>
Add Pylyzer

done by https://github.com/mtshiba/pylyzer/pull/37

github.com/RustPython/Parser - 40a603208f40f6aa904297fa1dbd7c6d4ba5125a authored over 1 year ago by Jeong, YunWon <[email protected]>
Update benchmark results

github.com/RustPython/rustpython.github.io - 26214b01fb858e2501126f9b30d6b96bca617739 authored over 1 year ago by Github Actions <[email protected]>
Fix failures in the cron ci. (#5002)

github.com/RustPython/RustPython - 06c624459902339a4a7f184ef0b2e1fca342e547 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Update benchmark results

github.com/RustPython/rustpython.github.io - 3fff12bcce08dbf410d3b1c1288f5489c5588127 authored over 1 year ago by Github Actions <[email protected]>
Remove unecessary unsafe, remove generated file in extra_snippets. (#4998)

github.com/RustPython/RustPython - 3a2a1d1b74ee871d9d445b2dcb80f2a8affb3386 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Temporarily skip configparser. (#4997)

* Temporarily skip configparser, socketserver tests.

github.com/RustPython/RustPython - 531f4babff315c70c99fbb38c4b71901a8c5ea32 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4994 from LucaSforza/main

Added constructor for Settings called with_path

github.com/RustPython/RustPython - 0f2ea6a1f35a2d07b66c5712d186f43c3f25ad5b authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - 426075573fb63d1728c6574213b71434cc523fef authored over 1 year ago by Noa <[email protected]>
Merge pull request #4993 from RustPython/dependabot/cargo/xml-rs-0.8.14

Bump xml-rs from 0.8.4 to 0.8.14

github.com/RustPython/RustPython - 7069a1de0a4d5f813589037e27a001263af4c4a3 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Remove expectedFailure decorator for test_xml_encodings.

github.com/RustPython/RustPython - 6f8f42b06a1361c67d1a2b783e2e152052b052e1 authored over 1 year ago by DimitrisJim <[email protected]>
Bump xml-rs

github.com/RustPython/RustPython - 8db7edb6d9c305fa16b38e4054348e7d39f84de2 authored over 1 year ago by DimitrisJim <[email protected]>
change dependency from num-bigint to malachite-bigint (#4952)

github.com/RustPython/RustPython - de0d323ad3904adadeaaf6aed8a2a41464f08bd1 authored over 1 year ago by Steve Shi <[email protected]>
Added constructor for Settings called with_path

github.com/RustPython/RustPython - 01486830e334cf80eac2b88b4eb29f329c3ddf4d authored over 1 year ago by LucaSforza <[email protected]>
Add https://github.com/tczajka/bigint-benchmark-rs

github.com/RustPython/malachite-bigint - c80ff7053d10ad6b126f63c32210c260819724f1 authored over 1 year ago by Jeong, YunWon <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - 269cc9a3941dedcf72f4d187dcb3c4e74e2b8ab9 authored over 1 year ago by Noa <[email protected]>
Fix LinearLocator \r handling (#80)

github.com/RustPython/Parser - b2f95e284852cb25d6e510c127260d03573d9f0c authored over 1 year ago by Jeong, YunWon <[email protected]>
new ast layout for arguments (#4978)

github.com/RustPython/RustPython - 7a3f965396b725e7fa16c7a10cd06b239f92f167 authored over 1 year ago by Jeong, YunWon <[email protected]>
Replace num-bigint with malachite-bigint (#18)

Co-authored-by: Jeong YunWon <[email protected]>

github.com/RustPython/Parser - a2e3209c421e163886bee1b406d7101b511ed724 authored over 1 year ago by Steve Shi <[email protected]>
LICENSE to LGPL-3.0 (#2)

github.com/RustPython/malachite-bigint - 3cd60614051762f1da1eafc9347a2afc07e0e3ee authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #1 from RustPython/publish

Prepare publish

github.com/RustPython/malachite-bigint - e251813c0e4d19c490cf8b76e306a29f3a975d41 authored over 1 year ago by Steve Shi <[email protected]>
Prepare publish

github.com/RustPython/malachite-bigint - 33d17fba991058768d820f4877fe7b28ccc54207 authored over 1 year ago by Jeong YunWon <[email protected]>
Add fork support functions (#4972)

github.com/RustPython/RustPython - 058f8c55005a8ae93275957952e20a0ae9bf6968 authored over 1 year ago by Ankit Kumar Pandey <[email protected]>
Linear Locator (#46)

github.com/RustPython/Parser - 5e9e8a7589c01b0b2e9fc34344fcef50f6d7ae3f authored over 1 year ago by Jeong, YunWon <[email protected]>
New Arguments and Arg/ArgWithDefault AST representation (#59)

github.com/RustPython/Parser - fdec727f8068c882f99a47f0439572a71fd98b28 authored over 1 year ago by Jeong, YunWon <[email protected]>
Parse for expr and stmt variants + identifier, constant (#78)

github.com/RustPython/Parser - 3fbf4f6804826ae16214ddb03d31fb213b6962eb authored over 1 year ago by Jeong, YunWon <[email protected]>
Merge pull request #76 from astral-sh/match-case-end-location

github.com/RustPython/Parser - fe25708d8930066db5829b4b6e970cecd254c7b9 authored over 1 year ago by Micha Reiser <[email protected]>
Add safety comment

github.com/RustPython/Parser - 342cd19f50dc64cb2a5e6924c1f49e49090eb28f authored over 1 year ago by Micha Reiser <[email protected]>
Align `MatchCase` end location

github.com/RustPython/Parser - 4a2c4aad0be6c339dfd97437505f1fb35fe25f87 authored over 1 year ago by Micha Reiser <[email protected]>
Add parser deps to rustpython_ast_pyo3 (#75)

github.com/RustPython/Parser - ae3a477c97a5559889d769a7baa9e62479b8d56d authored over 1 year ago by Jeong, YunWon <[email protected]>
Cmpop::as_str (#72)

* clean up pyo3 generation

* Cmpop::as_str

github.com/RustPython/Parser - 531aeb3511f0c86a241292818914b4e5f517ff17 authored over 1 year ago by Jeong, YunWon <[email protected]>
Parse Trait (#71)

github.com/RustPython/Parser - 4de0cb18277f45aecd1cfdcc5ac69ab6bd9e2854 authored over 1 year ago by Jeong, YunWon <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - fc5efa8197c9354da313cfeb285d8a98dfe8062b authored over 1 year ago by Noa <[email protected]>
Avoid removing elements from the beginning of a vec (#69)

github.com/RustPython/Parser - 5493c9f4e3c9a1605d8abe387b3ed219759fec77 authored over 1 year ago by Micha Reiser <[email protected]>
Fix abc error message (#4987)

* Print correct error message for abc instantiation

* Update dataclasses abc test

github.com/RustPython/RustPython - 0e24cf48c63ae4ca9f829e88142a987cab3a9966 authored over 1 year ago by Patrick <[email protected]>
Merge pull request #65 from youknowone/refactor-pyo3

to_pyo3_ast to return &'py + Separate rustpython_ast_pyo3

github.com/RustPython/Parser - d23611db65dca2a71eb58fdcdce9d637f8fef8c2 authored over 1 year ago by Jeong, YunWon <[email protected]>
Separate rustpython_ast_pyo3

github.com/RustPython/Parser - 7d384d88d0d113975fabd0d4b768456a1f041bc6 authored over 1 year ago by Jeong YunWon <[email protected]>
to_pyo3_ast to return &'py

github.com/RustPython/Parser - b81273e9bc48d04f910619f3379041cee1b9f22e authored over 1 year ago by Jeong YunWon <[email protected]>
update abc module (#4985)

github.com/RustPython/RustPython - e864e265928b55168f3f6828cf7ce624c651726d authored over 1 year ago by Patrick <[email protected]>
Fix Vec::to_pyo3_ast (#63)

github.com/RustPython/Parser - e1f02fced740cdd99593ae4b14bcfcac725e9e02 authored over 1 year ago by Jeong, YunWon <[email protected]>
impl From<T> for ast::Ast (#62)

github.com/RustPython/Parser - d4084fb17ae4413fa37e5860ee9c94ba83b3f7ba authored over 1 year ago by Jeong, YunWon <[email protected]>
bump version to 0.1.8

github.com/RustPython/malachite-bigint - 6bb17282211ca4cf581e07872d3a821fd89e4329 authored over 1 year ago by Kangzhi Shi <[email protected]>
seperate num_bigint_converion

github.com/RustPython/malachite-bigint - db2c413832e0b8a2ca754932d601b0efb2f53d6b authored over 1 year ago by Kangzhi Shi <[email protected]>
fix allow from_string_radix take underscore

github.com/RustPython/malachite-bigint - 30c386e1b412fef2a5a69ad5890e683ecf991f3b authored over 1 year ago by Kangzhi Shi <[email protected]>
Merge pull request #4981 from DimitrisJim/update_subprocess

Update subprocess to CPython 3.11

github.com/RustPython/RustPython - 59df92d700fdf479b7294d44ff3f340ec9a0769c authored over 1 year ago by Jeong, YunWon <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - c5f3ebd62fd5c46a5e398cf678ca8055d93496e5 authored over 1 year ago by Noa <[email protected]>
add test num_bigint_conversion_test

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

github.com/RustPython/malachite-bigint - 285212301666de284f685c736f247111139b7976 authored over 1 year ago by Kangzhi Shi <[email protected]>
impl num-bigint conversion feature

github.com/RustPython/malachite-bigint - 42a06215c2ec4602f6fe8f7154117aa518a5ab45 authored over 1 year ago by Kangzhi Shi <[email protected]>
Mark failing tests.

github.com/RustPython/RustPython - 283a8046aade9ed676e49bdd44a0587da6e1028a authored over 1 year ago by DimitrisJim <[email protected]>
Merge pull request #4979 from patrickzbhe/del-local-scope

Check variables in local scope in DeleteFast

github.com/RustPython/RustPython - 9ba6027599d486013b33acc4bfbf6c197f1ac97b authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
fix python linting errors

github.com/RustPython/RustPython - 8312831bc92eb3a79634b8352bd3284a4e0baef5 authored over 1 year ago by Patrick He <[email protected]>
Update subprocess from CPython 3.11

github.com/RustPython/RustPython - 7366a41b1c91ea379df99c52ebc30eb894e7bcf6 authored over 1 year ago by DimitrisJim <[email protected]>
Add additional arguments to fork_exec.

github.com/RustPython/RustPython - 2b43d4817c9352959ce2514a7d8878dff4f98872 authored over 1 year ago by DimitrisJim <[email protected]>
weakref.__reversed__ fixed (#4780)

github.com/RustPython/RustPython - 050f0bd0adbe60f239e5304a9c2f78eb1a189bfb authored over 1 year ago by jinnarajin <[email protected]>
Update DEVELOPMENT.md (#4980)

add a note on the fact we're using cspell, we can then allow it during ci ref: https://github.co...

github.com/RustPython/RustPython - 7c56313d2b8af3dcaeb22deed4d79bbdad1896b7 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Check variables in scope in DeleteFast

github.com/RustPython/RustPython - f4b54082cf0db30911eda80f90eb7329da333b29 authored over 1 year ago by Patrick He <[email protected]>
Merge pull request #60 from astral-sh/reduce-copy

github.com/RustPython/Parser - 33a3c407a97ec0e89b9652f986bb3258e56f4460 authored over 1 year ago by Micha Reiser <[email protected]>
Update `python.rs`

github.com/RustPython/Parser - fac0c25343a5d36be85fcc43af6592bd36734412 authored over 1 year ago by Micha Reiser <[email protected]>
Update parser/src/python.lalrpop

Co-authored-by: Jeong, YunWon <[email protected]>

github.com/RustPython/Parser - 4ff779c298a2c131f9585791a853ec46af2ba735 authored over 1 year ago by Micha Reiser <[email protected]>
Avoid allocating `vec`s for each statement

github.com/RustPython/Parser - 726884b287e1659a7847d992b9131ae095e9b975 authored over 1 year ago by Micha Reiser <[email protected]>
Use named parameters to reducue copying

github.com/RustPython/Parser - 851f23668ffe327f78e56b9543eb659094f9be56 authored over 1 year ago by Micha Reiser <[email protected]>
bump version to 0.1.6

github.com/RustPython/malachite-bigint - 3edd067f31e8baade688e3837b68622a100a9e80 authored over 1 year ago by Kangzhi Shi <[email protected]>
fix workaround BigUint from_string_radix

github.com/RustPython/malachite-bigint - da4772843f2b1f3ff7d59e52c9ec8db9320eec2f authored over 1 year ago by Kangzhi Shi <[email protected]>
Add `Ast` as top level enum (#58)

github.com/RustPython/Parser - 3654cf0bdfc270df6b2b83e2df086843574ad082 authored over 1 year ago by Jeong, YunWon <[email protected]>
Fix range field order (#56)

* Skip validate_arguments when empty

* Fix `range` field order

* Fix unused variable

github.com/RustPython/Parser - 6c5c311babec59ab6bd1c1ec5397f81aeb5ab3c8 authored over 1 year ago by Jeong, YunWon <[email protected]>
Upgrade bitflags to remove clippy wanrings (#54)

* Upgrade bitflags to remove clippy wanrings

* Fix python lint warnings

github.com/RustPython/Parser - 531e41ae2cfa6f52160ef40ddbe3d12fda902303 authored over 1 year ago by Jeong, YunWon <[email protected]>
More flexible map_user and fold for new constructor nodes (#53)

* make fold.rs file

* Split user_map steps

* Fold for new constructor nodes

github.com/RustPython/Parser - b48834fe2d4605814255fc822a894c94a861995f authored over 1 year ago by Jeong, YunWon <[email protected]>
README (#47)

github.com/RustPython/Parser - 205ee80033757af2e12e125b4780d7c9691361b0 authored over 1 year ago by Jeong, YunWon <[email protected]>
Update parser to specialize ConversionFlag (#4976)

github.com/RustPython/RustPython - ff7055749c2e881be0955f80b537f23d372d56dc authored over 1 year ago by Jeong, YunWon <[email protected]>
Implemented __reduce__ method for types.SimpleNamespace (#4975)

github.com/RustPython/RustPython - a1d9c649f6c0ad848b4dbed65e05df98778df81b authored over 1 year ago by Luca Sforza <[email protected]>
Fix build (#45)

* remove dedent

* Revert parser-pyo3 crate

github.com/RustPython/Parser - fc301ab1b0f5483f2b2d3e28d8d92a2845b99fec authored over 1 year ago by Jeong, YunWon <[email protected]>
Add experimental pyo3-wrapper feature (#41)

* Fix pyo3 unit type value error

* Add experimental pyo3-wrapper feature

* location support

github.com/RustPython/Parser - e820928f11a2453314ad4d5ce23f066d1d3faf73 authored over 1 year ago by Jeong, YunWon <[email protected]>