Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/RustPython/RustPython

A Python Interpreter written in Rust
https://github.com/RustPython/RustPython

Custom marshal enc/decoding impl

6d1f2986feb56f635050fa98d44f2e5a22266792 authored over 1 year ago by Noa <[email protected]>
Fix sys.getsizeof (#4604)

166959db41e732d5df07cca76f95f60e8bc29fb3 authored over 1 year ago by Steve Shi <[email protected]>
Adapt unittest.expectedFailureIf

367a948ff0defed02de6619220640d386e1095c6 authored over 1 year ago by Jeong YunWon <[email protected]>
unittest.expectedFailureIf

6d996834f33c4e24f13d5366f40dd488d1e05595 authored over 1 year ago by Jeong YunWon <[email protected]>
feat(configparser): update to 3.11 (#4595)

e731e658baa3d965887422ddfb51d1b112e52cd9 authored over 1 year ago by Carlos Gonçalves <[email protected]>
Merge pull request #4601 from DimitrisJim/debug_kw

Disallow __debug__ as args, kwargs name.

f62e8f594ded070281181badbd34a5661f0026b4 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4602 from DimitrisJim/test_syntax_update

Update test_syntax from CPython 3.11.0

880ab910f7d747514daf8af789bc7f410c60c99e authored over 1 year ago by Jeong YunWon <[email protected]>
Mark failing tests.

2da4b70e3a36e7cc47ba75c3cf4804cc35ed68ba authored over 1 year ago by DimitrisJim <[email protected]>
Add test_syntax from CPython 3.11.0

f58014e2b3d619d89afd50acad2cf9199ec6f54a authored over 1 year ago by DimitrisJim <[email protected]>
Merge pull request #4599 from youknowone/test-import

Add test_import from CPython 3.11.2

dbfa61a15615a4371e1310dd4f61b007644498c1 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Disallow __debug__ as args, kwargs name.

8294d4ae8e02025f439b76a3bcd0b43ca72783b4 authored over 1 year ago by DimitrisJim <[email protected]>
Mark failing tests of test_import

8daffa76dd5fad264fa127023ca34133fd489f05 authored over 1 year ago by Jeong YunWon <[email protected]>
test_import from CPython 3.11.2

d55f554d7b1aff9d1d862021601fc30efd44ff25 authored over 1 year 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.

a0472e11a94bf141fafdb0a4fc290605385c16aa authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Mark failing test. Hardcoded value for library path means we can't succeed.

c8d34fbe8c8a346c1b64c8d32242ddd07c1b9e06 authored over 1 year ago by DimitrisJim <[email protected]>
Add CI check for ensurepip.

6ccb9814f8562dbd9e47a275b6bfc3d48cb0315f authored over 1 year ago by DimitrisJim <[email protected]>
Change python to rustpython in sysconfig.

733813700e42cd206b83ab144dc33dd4521c2348 authored over 1 year ago by DimitrisJim <[email protected]>
Add _locale module (#4558)

_locale.localeconv and _locale.setlocale

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

af1d46f18493d9198bd911858594fc3771bb1f54 authored over 1 year ago by John Pham <[email protected]>
Merge pull request #4596 from youknowone/format-clean

clean up common/src/format.rs

5f7fffbe8119c6c8266f78193e95bbc0b844a5c0 authored over 1 year ago by Jeong YunWon <[email protected]>
rename preconversor -> conversion to follow cpython name

71e11950d925f387042805ebe8ff1d174333c5c5 authored over 1 year ago by Jeong YunWon <[email protected]>
early error return of raw_magnitude_str

a1b74b07580ee3a390c2e510b4d2fe2bae9f1143 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4592 from carlosmiei/argparse

feat(argparse): update to 3.11

f2515405b59f8fe3b9be59d4454783c2dc2d83d1 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4591 from carlosmiei/antigravity

feat(antigravity): update to 3.11

3dc15623d5619d339ba0af8d9599d5b0d3637963 authored over 1 year ago by Jeong YunWon <[email protected]>
update test

ffe1b6e03a8c2d2ea610ee63a86afc97fe4ed062 authored over 1 year ago by carlosmiei <[email protected]>
feat(argparse): update to 3.11

7265921719dbf432ead843c10c6e545dd3f5e4f2 authored over 1 year ago by carlosmiei <[email protected]>
feat(antigravity): update to 3.11

58e24cea4b20b1f791a2cc25d21ddd78ef098e81 authored over 1 year ago by carlosmiei <[email protected]>
Merge pull request #4582 from youknowone/unicode_names2

Another temporary fix for #4566

aa8336ee94492b52458ed8e1517238e5c6c2914c authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4590 from youknowone/ensurepip

Update ensurepip from cpython 3.11.2

733ff9a05b00d2c3fe9d378d257b5f230079d64e authored over 1 year ago by Jeong YunWon <[email protected]>
Update ensurepip from cpython 3.11.2

12049963788d970d31061630ddf8cbfce8e2e1ef authored over 1 year ago by CPython Developers <>
Use git version of unicode_names2 to avoid alias search failure

1ca57407d378f38451d5000c9b4ca27e380741ad authored over 1 year ago by Jeong YunWon <[email protected]>
Use insta to verify values.

c0f5266bc4283ad09d8758107f709cb418ce69a0 authored over 1 year ago by DimitrisJim <[email protected]>
Merge pull request #4586 from youknowone/trace

Update trace from CPython 3.11.2

e082d8cc75060ce44b609f7d8eb6455d732fe90e authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4587 from youknowone/crlf

Fix CR/LF of python libraries

94237df7b5bd766cce32c145a4e19f6c34b3798c authored over 1 year ago by Jeong YunWon <[email protected]>
Update trace from CPython 3.11.2

9377bef603c8ba7b12bbe97380b2c7a75e7f8e6b authored over 1 year ago by CPython Developers <>
Fix CR/LF of python libraries

6ee827bd8a43e2a745121fc099a9e547dc4d3bb2 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4571 from youknowone/posix-pathconf_names

posix.pathconf_names

351d464448607413dc12de6905f1165f8d45af54 authored over 1 year ago by Jeong YunWon <[email protected]>
macos test for pathconf_names

fcacdb279132ec6829577fce290aeb4f3848e9bc authored over 1 year ago by Jeong YunWon <[email protected]>
assert errno() == 0 before pathconf

e25b89d49ae41d2e5df4ca8c56982a788c231139 authored over 1 year 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.

6385b82c2b63b322c188e16c811f24da38e873a5 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4584 from charliermarsh/charlie/adds

Use proper locations for sub-expressions in constant matches

622b62cff11ae63428ba6c3d5685e54fc584472b authored over 1 year ago by Jeong YunWon <[email protected]>
Use proper locations for sub-expressions in constant matches

e206505061a463a9901d43306ab7e030e5dff8de authored over 1 year ago by Charlie Marsh <[email protected]>
Modified fix for #4575 per @youknowone. Thanks, YunWon!

4955f05fa3cd8bc26cb00f71a740069baa17b09a authored over 1 year ago by Alistair Bell <[email protected]>
Merge pull request #4580 from DimitrisJim/load_debug

Always load __debug__ as a const.

258d1c05210df1db8cb295374542fb99d8bf1e51 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4578 from RustPython/image-links

attach links to images

734b872e41a6b55cb08014a7c4f0f39e6ba76d98 authored over 1 year ago by Jeong YunWon <[email protected]>
Always load __debug__ as a const.

84056933256a345c7cb11f574fc7c015bdb7732c authored over 1 year ago by DimitrisJim <[email protected]>
Satisfy safety conditions for std::slice::from_raw_parts. Fixes #4575.

910574361c5b9d2c63a921c62323003188bf0e42 authored over 1 year ago by Alistair Bell <[email protected]>
attach links to images

closes #4577

0a8fa3a8ba43c12958445438770adeecff880235 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4576 from jhowww/sys-platform-wasi

add wasm32-wasi as wasi in sys.platform

0094064f4ae96993a55c22ca30ed8bee06501d0d authored over 1 year ago by Jeong YunWon <[email protected]>
add wasm32-wasi as wasi in sys.platform

7e37f8e3edfe93ed3c1c4aafc4357cd0e1f9a88f authored over 1 year 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

945a53353f440d52cc61104b635fb2744e913c8f authored over 1 year ago by Jeong YunWon <[email protected]>
cherry picking _imp.extension_suffixes()[0] fix from cpython main

fix #4123

9a8364566cb87048ece25106ba0af81a3b0b1afa authored over 1 year ago by CPython Developers <>
Add dummy sys._vpath for windows

c40e26ada9e1a51a34b931ff6395563c0cb62bdb authored over 1 year ago by Jeong YunWon <[email protected]>
Update test_sysconfig from CPython 3.11.2

d41c786554d16b715d4bd953e4f0664d5a7f44f9 authored over 1 year ago by CPython Developers <>
Update test_syslog from CPython 3.10.5

01a535571387fd29e221de8b377f34b01396aeb2 authored over 1 year ago by Jeong YunWon <[email protected]>
Mark newly failing tests

75aefb89fdc3b6ebfaf59048167fdb757ae9ddd5 authored over 1 year ago by Jeong YunWon <[email protected]>
Update test_sys from CPython 3.11.2

ad7544ce903accdec60890b044872ccc05f4a8ab authored over 1 year ago by CPython Developers <>
Update sysconfig from CPython 3.11.2

76e295f60648373f8c577eee8a61934a219fe3c3 authored over 1 year ago by CPython Developers <>
Update test_syslog from CPython 3.11.2

a3e60af35ea73d5e39e50de5080a4279591731c5 authored over 1 year ago by CPython Developers <>
mark new failing tests

bc87fadc03c7b3b45378e248e1ff92f8a5d084ca authored over 1 year ago by Jeong YunWon <[email protected]>
Mark windows failing tests from test_sysconfig

e3111729c6363f3f3831378564f74dcb29fdae40 authored over 1 year ago by Jeong Yunwon <[email protected]>
Update test_sys from CPython 3.10.5

e45b5b35e311d78aa509d1608b570ea7e3e7b7f1 authored over 1 year ago by Jeong YunWon <[email protected]>
test_syslog crlf -> lf

abcb93d0bd9ba792d1e2d069881d9444d5a7212b authored over 1 year ago by Jeong YunWon <[email protected]>
Update sysconfig from CPython 3.10.5

a6e44a349a5c30fcee777e70601a05e5c5116f4c authored over 1 year ago by CPython Developers <>
add sys.int_info new fields

fe22f1e46a6c45ddd49d58c1cb144d017ca06d01 authored over 1 year ago by Jeong YunWon <[email protected]>
add sys.flags new fields

89bb079e50cd2721658f8624fb652b174e63ece8 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4561 from youknowone/update-importlib

Update importlib from CPython 3.11.2

f2e32857cbb248df5ee6b8ed51ec5d226e224919 authored over 1 year ago by Jeong YunWon <[email protected]>
Update importlib from CPython 3.11.2

496006d629e2dc01a90589af7028663a7f3a68d2 authored over 1 year ago by CPython Developers <>
mark success/fail tests for test_import

7492b46c431c693cc7f04658aab9e02ddbaea200 authored over 1 year ago by Jeong YunWon <[email protected]>
Update __hello__ and __phello__ from cpython

ad20a404a91d425eadd9831ffe0ee3d3d2342771 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4559 from youknowone/importlib-requirements

Add (fake) frozenmodule __origname__ and _imp.find_frozen

f2f8ecac733d84afcbd64e0dbf6465310b53045d authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4574 from xiaozhiyan/implement-number-protocol-for-pybytearray

Implement Number Protocol for `PyByteArray`

204643b8da44479f47c7aca481b7db3d4f4b140d authored over 1 year ago by Jeong YunWon <[email protected]>
Implement Number Protocol for PyByteArray

4f206c5f1e7e84ba14853c44e9e7c75576949cba authored over 1 year ago by Zhiyan Xiao <[email protected]>
try macos again

1e09c63282f2c11722a026a6bfd45693eb901ea4 authored over 1 year ago by Jeong YunWon <[email protected]>
Refactor posix.pathconf_names

c88248acb1535c7baf017f323770fd86e974f6ec authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4567 from youknowone/unicodedata

clean up unicodedata

547d752df5141d32d4ff6ac1e831e43e2c256dcb authored over 1 year ago by Jeong YunWon <[email protected]>
clean up unicodedata

8b40c2e3722ba12869976c68a53a7f8fa2e903e5 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #3806 from ellie-ys/main

Update install rustup

f51764f8d0c33e8e3b423e8a80dba00926715360 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
fix typo.

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

64f95fec69273eda90f060fc1155c24d37f33af6 authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4562 from youknowone/async-windows

double windows sleep for syntax_async until it success

8ca35fdf4f2a2f46620ce7710053d1196b31891e authored over 1 year ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4560 from youknowone/unittest

Update unittest from CPython 3.11

d87921c12a824ebe8588aafb850b71bac381c3fd authored over 1 year ago by Jeong YunWon <[email protected]>
retry 10times in windows

ae3de43a62036e84dbb304f362cbed6303044020 authored over 1 year ago by Jeong YunWon <[email protected]>
double windows sleep for syntax_async

fbb5e78176ecc6f9ba4c27e50b5a67d3b9d5d119 authored over 1 year ago by Jeong YunWon <[email protected]>
Add basic _imp.find_frozen

10de265b4f4c07a1faca60144cfa2e8cfc6f8208 authored over 1 year ago by Jeong YunWon <[email protected]>
adjust successful/failing tests from unittest/test

4a357ee6e9aca99264dd28b460dfc4d801a34b2a authored over 1 year ago by Jeong YunWon <[email protected]>
Update unittest from CPython 3.11

40b96bfffd4f7c1154b9ea50d89243528b8f96e3 authored over 1 year ago by CPython Developers <>
Add __origname__ to frozenlibs to fix importlib

f53c68695d18a5fbd0a70623130acc5000246bd4 authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4537 from youknowone/lib-support

Update test.support from CPython 3.11.2

cfc2e3e2284a72c398568ae28eb0b890bdaf548e authored over 1 year ago by Jeong YunWon <[email protected]>
adjust success/filure for test_utf8_mode

25398fe6221569a3a42952a18f0ed058f72cf200 authored over 1 year ago by Jeong YunWon <[email protected]>
Update test_utf8_mode from 3.11.2

a7c3740dee576594da2ef839e93d6a4f6cbb6ab9 authored over 1 year ago by CPython Developers <>
Update locale from CPython 3.11.2

7de056437f1d611219abfa5316b19e8161dc1261 authored over 1 year ago by CPython Devleopers <>
Mark newly failing tests

cfa9de40479bcf3a7a07a6dec2522ae1fbf7b3f5 authored over 1 year ago by Jeong YunWon <[email protected]>
Update test.support from CPython 3.11.2

c48fe567f796601a422aa1b611406ab034ed330a authored over 1 year ago by CPython Devleopers <>
Merge pull request #4557 from charliermarsh/charlie/star

Allow type variable tuple for *args

c4b67896662b16b5699a779c0e52aa0ca2587fec authored over 1 year ago by Jeong YunWon <[email protected]>
Merge pull request #4555 from youknowone/imp-override-frozen-modules

Add _imp._override_frozen_modules_for_tests

6404c4bca8f79ca80d6de903a6c1ab7a7e3c54dd authored over 1 year ago by Jeong YunWon <[email protected]>
Allow type variable tuple for *args

94237126964320db7d4efc9969f5014dd35883b6 authored over 1 year ago by Charlie Marsh <[email protected]>
Merge pull request #4556 from youknowone/fix-async

Fix syntax_async test less fail in windows

5018b1a42681d2d02c514d54e23eace02af942c2 authored over 1 year ago by Jeong YunWon <[email protected]>
Fix syntax_async

1336ca5d9dd1ced87007fb379e2ab8ad38075acd authored over 1 year ago by Jeong YunWon <[email protected]>
Add _imp._override_frozen_modules_for_tests

5e3046d86a7001cbcce7287626b1aef48ff397fc authored over 1 year ago by Jeong YunWon <[email protected]>
Address feedback, clean up readme.

e45536ae935ef3f95cab0927567ae4d7c1447301 authored over 1 year ago by Dimitris Fasarakis Hilliard <[email protected]>
Merge pull request #4165 from jopemachine/fix-test-prop

Fix `property.__set_name__` error message when arguments are invalid

48254acb4e23ed98ba969ac58e80d0ee58aefd2e authored over 1 year ago by Jeong YunWon <[email protected]>