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

Merge pull request #4625 from dalinaum/test_bigmem

Update test_bigmem from cpython 3.11.2

github.com/RustPython/RustPython - 298b169dc025b3af4fde18b48fa65b5f9cb778fb authored almost 2 years ago by Jeong YunWon <[email protected]>
Update test/test_bool from cpython 3.11.2

github.com/RustPython/RustPython - 3fd46e8cbe9b2766f2873064400125ddad1aabfd authored almost 2 years ago by CPython Developers <>
Mark failing tests of test_baseexception.

github.com/RustPython/RustPython - 9c10d4aa3f6c50e90e7db6b77cd6dd3b0d43dd17 authored almost 2 years ago by LYK <[email protected]>
Update test_baseexception.py from cpython 3.11.2

github.com/RustPython/RustPython - a7b8768e56eb7f3a0fa90c8b45d8679c889d06cb authored almost 2 years ago by CPython Developers <>
Update test_bigmem from cpython 3.11.2

github.com/RustPython/RustPython - 5d482abb67d7fb8c2787f771ff4625857fccd0bb authored almost 2 years ago by CPython Developers <>
Treat match and case as soft keywords in lambda assignments (#4623)

github.com/RustPython/RustPython - 1871a1632e310985414211222f5bf8069678892f authored almost 2 years ago by Charlie Marsh <[email protected]>
Treat match and case as soft keywords in lambda assignments (#4623)

github.com/RustPython/Parser - 55fc0e83f3aba95db26bf3cc83472985b0b2d99e authored almost 2 years ago by Charlie Marsh <[email protected]>
Merge pull request #4460 from evanrittenhouse/strict_mode_new

Implement `strict_mode` keyword for `binascii.a2b_base64()`

github.com/RustPython/RustPython - 4e19be7e43c20a59e398f5ea2428250877591ae2 authored almost 2 years ago by Jeong YunWon <[email protected]>
ToPyException for base64::DecodeError

github.com/RustPython/RustPython - ff973caa67deb2ea8b56b265175008856bf55c7b authored almost 2 years ago by Jeong YunWon <[email protected]>
Add 'invalid base64-encoded string' error

github.com/RustPython/RustPython - 362be9f344c3c1828d488d8d4d86681a81b0c5d2 authored almost 2 years ago by Evan Rittenhouse <[email protected]>
Remove expected failure from test_base64invalid

github.com/RustPython/RustPython - 904e3a3492be3915cbb79f189f77d79d779ecc58 authored almost 2 years ago by Evan Rittenhouse <[email protected]>
Implement `strict_mode` keyword for binascii.a2b_base64

github.com/RustPython/RustPython - 404c398b5935b7426c5bbb0e01fa3350ac99ffcb authored almost 2 years ago by Evan Rittenhouse <[email protected]>
Merge pull request #4612 from youknowone/PyObject_Format

Add vm.format to call __format__ like PyObject_Format

github.com/RustPython/RustPython - 1f92212497fdd00585e837f94eb03dc62d458e97 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4622 from fanninpm/protocol-number-pystr

Add number protocol for PyStr

github.com/RustPython/RustPython - d7f65cbbcdf5b478e51aff31c7ecc031fafebcb1 authored almost 2 years ago by Jeong YunWon <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - 06d3de3fc1a3ccb5a433a76d0502e1aa57d0483d authored almost 2 years ago by Noa <[email protected]>
Update what is left results

github.com/RustPython/rustpython.github.io - 7f70a049627ae850e1e080f695f271146085a433 authored almost 2 years ago by Noa <[email protected]>
Add number protocol for PyStr

github.com/RustPython/RustPython - b4124d0d922a8d8c86693f0ae680913d4efa6d60 authored almost 2 years ago by Padraic Fanning <[email protected]>
Add strxfrm and strcoll to locale mod (#4603)

github.com/RustPython/RustPython - f3e9413b2da6be4995f58a6314ee188e52065a8a authored almost 2 years ago by John Pham <[email protected]>
Merge pull request #4621 from dalinaum/test_atexit

Update test_atexit from cpython 3.11.2

github.com/RustPython/RustPython - d09527b75e3649ddb279bd7b4ee0807e59665e17 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Update test_atexit from cpython 3.11.2

github.com/RustPython/RustPython - ad05321d9467c0df8d06f1704b22240f8591ee23 authored almost 2 years ago by CPython Developers <>
Merge pull request #4620 from RustPython/charlie/serde

Add optional serde dependency

github.com/RustPython/RustPython - 822f6a9fa6b9142413634858c4c6908f678ce887 authored almost 2 years ago by Jeong YunWon <[email protected]>
Add optional serde dependency

github.com/RustPython/RustPython - b846311173aedf26bb3339c60387407f9a7fd1c0 authored almost 2 years ago by Charlie Marsh <[email protected]>
Add optional serde dependency

github.com/RustPython/Parser - 713dd2b91ed55159c0d0f0aecff913a1e4129ae4 authored almost 2 years ago by Charlie Marsh <[email protected]>
Implement `as_sequence` for `array` (#4585)

github.com/RustPython/RustPython - cdf5634cf2b407b935f7bc01b5764b89950c157b authored almost 2 years ago by Dan Näsman <[email protected]>
Merge pull request #4619 from xiaozhiyan/implement-number-protocol-for-pytype-pyset-pyfrozenset

Implement Number Protocol for `PyType`, `PySet` and `PyFrozenSet`

github.com/RustPython/RustPython - 2d02933d357cc41211a2ae72c022ab11aa7e8b66 authored almost 2 years ago by Jeong YunWon <[email protected]>
object.__format__ the right way

github.com/RustPython/RustPython - ab9573f108e881955ee607c0fb7c6e6e7d264dc1 authored almost 2 years ago by Jeong YunWon <[email protected]>
Add vm.format to call __format__ like PyObject_Format

github.com/RustPython/RustPython - 195673b01a1894bf5f839c3918a36c3195bb0572 authored almost 2 years ago by Jeong YunWon <[email protected]>
leave fixme to wrong object.__str__ impl

github.com/RustPython/RustPython - 11991772f806eaa5f0e86463a96ad084f5ce5ee3 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4617 from RustPython/charlie/tag

Pin `youknowone/unicode_names2` to a specific revision

github.com/RustPython/RustPython - c656cdd951657fd317ed59f994ee6f4d769109b4 authored almost 2 years ago by Jeong YunWon <[email protected]>
Implement Number Protocol for PyType

github.com/RustPython/RustPython - 7a12d1e322397c33dfc8bbd70d2abf734bb0ba29 authored almost 2 years ago by Zhiyan Xiao <[email protected]>
Implement Number Protocol for PySet and PyFrozenSet

github.com/RustPython/RustPython - 1bec1d5f263d51667d7cb620b84c76ea769d9542 authored almost 2 years ago by Zhiyan Xiao <[email protected]>
Pin youknowone/unicode_names2 to a specific rev

github.com/RustPython/RustPython - 25ddf1d1e9f1173eb356975a1a1dd8377084dfd3 authored almost 2 years ago by Charlie Marsh <[email protected]>
Merge pull request #4597 from youknowone/expected-failure-if

Add unittset.expectedFailureIf for RustPython

github.com/RustPython/RustPython - 6e4c2fe7866f705bb427200a36d6c9fb46508de3 authored almost 2 years ago by fanninpm <[email protected]>
Merge pull request #4607 from youknowone/test-init

Add Lib/test/__init__.py

github.com/RustPython/RustPython - a7c985685146ca401011eb0c25c0b2805a767ce7 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4606 from youknowone/to-u32

usize::to_u32 for compiler internal conversion

github.com/RustPython/RustPython - 78382209d37bc30479e4803608844d8f936fa4fe authored almost 2 years ago by Jeong YunWon <[email protected]>
Add Lib/test/__init__.py

github.com/RustPython/RustPython - c32bfa6eeb8884e62423ca94353cf878df9c8563 authored almost 2 years ago by CPython Developers <>
Add #![deny(clippy::cast_possible_truncation)]

github.com/RustPython/RustPython - 815083d1e87ae3ab18d343af6942e00f56f290b5 authored almost 2 years ago by Jeong YunWon <[email protected]>
usize::to_u32 for compiler internal conversion

github.com/RustPython/RustPython - b432bb0cf3fc69a317a9edf2cb48e90b0490206c authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4524 from coolreader18/no-serde

Custom marshal enc/decoding impl

github.com/RustPython/RustPython - 22bc2d24abd4cff2fbff885bf85e7b124ad08d7e authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4605 from coolreader18/no-hacky-gats

Switch hacky GAT-workarounds to use actual GATs

github.com/RustPython/RustPython - e5cf139b03b888927913ced84065ce5ecfdeb560 authored almost 2 years ago by Jeong YunWon <[email protected]>
Address review comments

github.com/RustPython/RustPython - ec7b5861f9486a445fd37b57980e381586ab37b8 authored almost 2 years ago by Noa <[email protected]>
Address review comments

github.com/RustPython/Parser - 969ea23d67d8c54f8a6df8a9607ee767dce0a18c authored almost 2 years ago by Noa <[email protected]>
Switch hacky GAT-workarounds to use actual GATs

github.com/RustPython/RustPython - 58ac82b0a727a9de0a23ceb7683b129852578234 authored almost 2 years ago by Noa <[email protected]>
Custom marshal enc/decoding impl

github.com/RustPython/RustPython - 6d1f2986feb56f635050fa98d44f2e5a22266792 authored almost 2 years ago by Noa <[email protected]>
Custom marshal enc/decoding impl

github.com/RustPython/Parser - b80bbec8e67055ce4f1b4e422f5618de6c5ec0e6 authored almost 2 years ago by Noa <[email protected]>
Fix sys.getsizeof (#4604)

github.com/RustPython/RustPython - 166959db41e732d5df07cca76f95f60e8bc29fb3 authored almost 2 years ago by Steve Shi <[email protected]>
Adapt unittest.expectedFailureIf

github.com/RustPython/RustPython - 367a948ff0defed02de6619220640d386e1095c6 authored almost 2 years ago by Jeong YunWon <[email protected]>
unittest.expectedFailureIf

github.com/RustPython/RustPython - 6d996834f33c4e24f13d5366f40dd488d1e05595 authored almost 2 years ago by Jeong YunWon <[email protected]>
feat(configparser): update to 3.11 (#4595)

github.com/RustPython/RustPython - e731e658baa3d965887422ddfb51d1b112e52cd9 authored almost 2 years ago by Carlos Gonçalves <[email protected]>
Merge pull request #4601 from DimitrisJim/debug_kw

Disallow __debug__ as args, kwargs name.

github.com/RustPython/RustPython - f62e8f594ded070281181badbd34a5661f0026b4 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4602 from DimitrisJim/test_syntax_update

Update test_syntax from CPython 3.11.0

github.com/RustPython/RustPython - 880ab910f7d747514daf8af789bc7f410c60c99e authored almost 2 years ago by Jeong YunWon <[email protected]>
Mark failing tests.

github.com/RustPython/RustPython - 2da4b70e3a36e7cc47ba75c3cf4804cc35ed68ba authored almost 2 years ago by DimitrisJim <[email protected]>
Add test_syntax from CPython 3.11.0

github.com/RustPython/RustPython - f58014e2b3d619d89afd50acad2cf9199ec6f54a authored almost 2 years ago by DimitrisJim <[email protected]>
Merge pull request #4599 from youknowone/test-import

Add test_import from CPython 3.11.2

github.com/RustPython/RustPython - dbfa61a15615a4371e1310dd4f61b007644498c1 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Disallow __debug__ as args, kwargs name.

github.com/RustPython/RustPython - 8294d4ae8e02025f439b76a3bcd0b43ca72783b4 authored almost 2 years ago by DimitrisJim <[email protected]>
Mark failing tests of test_import

github.com/RustPython/RustPython - 8daffa76dd5fad264fa127023ca34133fd489f05 authored almost 2 years ago by Jeong YunWon <[email protected]>
test_import from CPython 3.11.2

github.com/RustPython/RustPython - d55f554d7b1aff9d1d862021601fc30efd44ff25 authored almost 2 years ago by CPython Developers <>
Merge pull request #4598 from DimitrisJim/fix_ensurepip

Fix ensurepip install issues and add a CI check to ensure it gets caught if broken.

github.com/RustPython/RustPython - a0472e11a94bf141fafdb0a4fc290605385c16aa authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Mark failing test. Hardcoded value for library path means we can't succeed.

github.com/RustPython/RustPython - c8d34fbe8c8a346c1b64c8d32242ddd07c1b9e06 authored almost 2 years ago by DimitrisJim <[email protected]>
Add CI check for ensurepip.

github.com/RustPython/RustPython - 6ccb9814f8562dbd9e47a275b6bfc3d48cb0315f authored almost 2 years ago by DimitrisJim <[email protected]>
Change python to rustpython in sysconfig.

github.com/RustPython/RustPython - 733813700e42cd206b83ab144dc33dd4521c2348 authored almost 2 years ago by DimitrisJim <[email protected]>
Add _locale module (#4558)

_locale.localeconv and _locale.setlocale

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

github.com/RustPython/RustPython - af1d46f18493d9198bd911858594fc3771bb1f54 authored almost 2 years ago by John Pham <[email protected]>
Merge pull request #4596 from youknowone/format-clean

clean up common/src/format.rs

github.com/RustPython/RustPython - 5f7fffbe8119c6c8266f78193e95bbc0b844a5c0 authored almost 2 years ago by Jeong YunWon <[email protected]>
rename preconversor -> conversion to follow cpython name

github.com/RustPython/RustPython - 71e11950d925f387042805ebe8ff1d174333c5c5 authored almost 2 years ago by Jeong YunWon <[email protected]>
early error return of raw_magnitude_str

github.com/RustPython/RustPython - a1b74b07580ee3a390c2e510b4d2fe2bae9f1143 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4592 from carlosmiei/argparse

feat(argparse): update to 3.11

github.com/RustPython/RustPython - f2515405b59f8fe3b9be59d4454783c2dc2d83d1 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4591 from carlosmiei/antigravity

feat(antigravity): update to 3.11

github.com/RustPython/RustPython - 3dc15623d5619d339ba0af8d9599d5b0d3637963 authored almost 2 years ago by Jeong YunWon <[email protected]>
update test

github.com/RustPython/RustPython - ffe1b6e03a8c2d2ea610ee63a86afc97fe4ed062 authored almost 2 years ago by carlosmiei <[email protected]>
feat(argparse): update to 3.11

github.com/RustPython/RustPython - 7265921719dbf432ead843c10c6e545dd3f5e4f2 authored almost 2 years ago by carlosmiei <[email protected]>
feat(antigravity): update to 3.11

github.com/RustPython/RustPython - 58e24cea4b20b1f791a2cc25d21ddd78ef098e81 authored almost 2 years ago by carlosmiei <[email protected]>
Merge pull request #4582 from youknowone/unicode_names2

Another temporary fix for #4566

github.com/RustPython/RustPython - aa8336ee94492b52458ed8e1517238e5c6c2914c authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4590 from youknowone/ensurepip

Update ensurepip from cpython 3.11.2

github.com/RustPython/RustPython - 733ff9a05b00d2c3fe9d378d257b5f230079d64e authored almost 2 years ago by Jeong YunWon <[email protected]>
Update ensurepip from cpython 3.11.2

github.com/RustPython/RustPython - 12049963788d970d31061630ddf8cbfce8e2e1ef authored almost 2 years ago by CPython Developers <>
Use git version of unicode_names2 to avoid alias search failure

github.com/RustPython/RustPython - 1ca57407d378f38451d5000c9b4ca27e380741ad authored almost 2 years ago by Jeong YunWon <[email protected]>
Use insta to verify values.

github.com/RustPython/RustPython - c0f5266bc4283ad09d8758107f709cb418ce69a0 authored almost 2 years ago by DimitrisJim <[email protected]>
Use git version of unicode_names2 to avoid alias search failure

github.com/RustPython/Parser - d7e2e7361e18c44f5faad351ba1a72f13ad3f32a authored almost 2 years ago by Jeong YunWon <[email protected]>
Use insta to verify values.

github.com/RustPython/Parser - 8f425e9ce211ab25b25c307ba453c8df61564f5a authored almost 2 years ago by DimitrisJim <[email protected]>
Merge pull request #4586 from youknowone/trace

Update trace from CPython 3.11.2

github.com/RustPython/RustPython - e082d8cc75060ce44b609f7d8eb6455d732fe90e authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4587 from youknowone/crlf

Fix CR/LF of python libraries

github.com/RustPython/RustPython - 94237df7b5bd766cce32c145a4e19f6c34b3798c authored almost 2 years ago by Jeong YunWon <[email protected]>
Update trace from CPython 3.11.2

github.com/RustPython/RustPython - 9377bef603c8ba7b12bbe97380b2c7a75e7f8e6b authored almost 2 years ago by CPython Developers <>
Fix CR/LF of python libraries

github.com/RustPython/RustPython - 6ee827bd8a43e2a745121fc099a9e547dc4d3bb2 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4571 from youknowone/posix-pathconf_names

posix.pathconf_names

github.com/RustPython/RustPython - 351d464448607413dc12de6905f1165f8d45af54 authored almost 2 years ago by Jeong YunWon <[email protected]>
macos test for pathconf_names

github.com/RustPython/RustPython - fcacdb279132ec6829577fce290aeb4f3848e9bc authored almost 2 years ago by Jeong YunWon <[email protected]>
assert errno() == 0 before pathconf

github.com/RustPython/RustPython - e25b89d49ae41d2e5df4ca8c56982a788c231139 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4579 from threeifbyair/array-4575

Satisfy safety conditions for std::slice::from_raw_parts. Fixes #4575.

github.com/RustPython/RustPython - 6385b82c2b63b322c188e16c811f24da38e873a5 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4584 from charliermarsh/charlie/adds

Use proper locations for sub-expressions in constant matches

github.com/RustPython/RustPython - 622b62cff11ae63428ba6c3d5685e54fc584472b authored almost 2 years ago by Jeong YunWon <[email protected]>
Use proper locations for sub-expressions in constant matches

github.com/RustPython/RustPython - e206505061a463a9901d43306ab7e030e5dff8de authored almost 2 years ago by Charlie Marsh <[email protected]>
Use proper locations for sub-expressions in constant matches

github.com/RustPython/Parser - c37e0c7f0348f7290458e2fa5f35806be385b24a authored almost 2 years ago by Charlie Marsh <[email protected]>
Modified fix for #4575 per @youknowone. Thanks, YunWon!

github.com/RustPython/RustPython - 4955f05fa3cd8bc26cb00f71a740069baa17b09a authored almost 2 years ago by Alistair Bell <[email protected]>
Merge pull request #4580 from DimitrisJim/load_debug

Always load __debug__ as a const.

github.com/RustPython/RustPython - 258d1c05210df1db8cb295374542fb99d8bf1e51 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4578 from RustPython/image-links

attach links to images

github.com/RustPython/RustPython - 734b872e41a6b55cb08014a7c4f0f39e6ba76d98 authored almost 2 years ago by Jeong YunWon <[email protected]>
Always load __debug__ as a const.

github.com/RustPython/RustPython - 84056933256a345c7cb11f574fc7c015bdb7732c authored almost 2 years ago by DimitrisJim <[email protected]>
Satisfy safety conditions for std::slice::from_raw_parts. Fixes #4575.

github.com/RustPython/RustPython - 910574361c5b9d2c63a921c62323003188bf0e42 authored almost 2 years ago by Alistair Bell <[email protected]>
attach links to images

closes #4577

github.com/RustPython/RustPython - 0a8fa3a8ba43c12958445438770adeecff880235 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4576 from jhowww/sys-platform-wasi

add wasm32-wasi as wasi in sys.platform

github.com/RustPython/RustPython - 0094064f4ae96993a55c22ca30ed8bee06501d0d authored almost 2 years ago by Jeong YunWon <[email protected]>
add wasm32-wasi as wasi in sys.platform

github.com/RustPython/RustPython - 7e37f8e3edfe93ed3c1c4aafc4357cd0e1f9a88f authored almost 2 years ago by Cheng-Hao <[email protected]>
Merge pull request #4569 from youknowone/update-sys-311

Update sysconfig, test_sys and test_syslog from CPython 3.11

github.com/RustPython/RustPython - 945a53353f440d52cc61104b635fb2744e913c8f authored almost 2 years ago by Jeong YunWon <[email protected]>
Mark windows failing tests from test_sysconfig

github.com/RustPython/RustPython - e3111729c6363f3f3831378564f74dcb29fdae40 authored almost 2 years ago by Jeong Yunwon <[email protected]>
Add dummy sys._vpath for windows

github.com/RustPython/RustPython - c40e26ada9e1a51a34b931ff6395563c0cb62bdb authored almost 2 years ago by Jeong YunWon <[email protected]>
Update test_sysconfig from CPython 3.11.2

github.com/RustPython/RustPython - d41c786554d16b715d4bd953e4f0664d5a7f44f9 authored almost 2 years ago by CPython Developers <>