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 test_syslog from CPython 3.10.5

github.com/RustPython/RustPython - 01a535571387fd29e221de8b377f34b01396aeb2 authored almost 2 years ago by Jeong YunWon <[email protected]>
cherry picking _imp.extension_suffixes()[0] fix from cpython main

fix #4123

github.com/RustPython/RustPython - 9a8364566cb87048ece25106ba0af81a3b0b1afa authored almost 2 years ago by CPython Developers <>
Mark newly failing tests

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

github.com/RustPython/RustPython - ad7544ce903accdec60890b044872ccc05f4a8ab authored almost 2 years ago by CPython Developers <>
Update sysconfig from CPython 3.11.2

github.com/RustPython/RustPython - 76e295f60648373f8c577eee8a61934a219fe3c3 authored almost 2 years ago by CPython Developers <>
Update test_syslog from CPython 3.11.2

github.com/RustPython/RustPython - a3e60af35ea73d5e39e50de5080a4279591731c5 authored almost 2 years ago by CPython Developers <>
mark new failing tests

github.com/RustPython/RustPython - bc87fadc03c7b3b45378e248e1ff92f8a5d084ca authored almost 2 years ago by Jeong YunWon <[email protected]>
test_syslog crlf -> lf

github.com/RustPython/RustPython - abcb93d0bd9ba792d1e2d069881d9444d5a7212b authored almost 2 years ago by Jeong YunWon <[email protected]>
Update test_sys from CPython 3.10.5

github.com/RustPython/RustPython - e45b5b35e311d78aa509d1608b570ea7e3e7b7f1 authored almost 2 years ago by Jeong YunWon <[email protected]>
Update sysconfig from CPython 3.10.5

github.com/RustPython/RustPython - a6e44a349a5c30fcee777e70601a05e5c5116f4c authored almost 2 years ago by CPython Developers <>
add sys.int_info new fields

github.com/RustPython/RustPython - fe22f1e46a6c45ddd49d58c1cb144d017ca06d01 authored almost 2 years ago by Jeong YunWon <[email protected]>
add sys.flags new fields

github.com/RustPython/RustPython - 89bb079e50cd2721658f8624fb652b174e63ece8 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4561 from youknowone/update-importlib

Update importlib from CPython 3.11.2

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

github.com/RustPython/RustPython - 496006d629e2dc01a90589af7028663a7f3a68d2 authored almost 2 years ago by CPython Developers <>
mark success/fail tests for test_import

github.com/RustPython/RustPython - 7492b46c431c693cc7f04658aab9e02ddbaea200 authored almost 2 years ago by Jeong YunWon <[email protected]>
Update __hello__ and __phello__ from cpython

github.com/RustPython/RustPython - ad20a404a91d425eadd9831ffe0ee3d3d2342771 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4559 from youknowone/importlib-requirements

Add (fake) frozenmodule __origname__ and _imp.find_frozen

github.com/RustPython/RustPython - f2f8ecac733d84afcbd64e0dbf6465310b53045d authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4574 from xiaozhiyan/implement-number-protocol-for-pybytearray

Implement Number Protocol for `PyByteArray`

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

github.com/RustPython/RustPython - 4f206c5f1e7e84ba14853c44e9e7c75576949cba authored almost 2 years ago by Zhiyan Xiao <[email protected]>
try macos again

github.com/RustPython/RustPython - 1e09c63282f2c11722a026a6bfd45693eb901ea4 authored almost 2 years ago by Jeong YunWon <[email protected]>
Refactor posix.pathconf_names

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

clean up unicodedata

github.com/RustPython/RustPython - 547d752df5141d32d4ff6ac1e831e43e2c256dcb authored almost 2 years ago by Jeong YunWon <[email protected]>
clean up unicodedata

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

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

github.com/RustPython/rustpython.github.io - d3051fd494c2256819ac4c1e20cf42e76a7e04eb authored almost 2 years ago by Noa <[email protected]>
Merge pull request #3806 from ellie-ys/main

Update install rustup

github.com/RustPython/RustPython - f51764f8d0c33e8e3b423e8a80dba00926715360 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
fix typo.

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

github.com/RustPython/RustPython - 64f95fec69273eda90f060fc1155c24d37f33af6 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4562 from youknowone/async-windows

double windows sleep for syntax_async until it success

github.com/RustPython/RustPython - 8ca35fdf4f2a2f46620ce7710053d1196b31891e authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4560 from youknowone/unittest

Update unittest from CPython 3.11

github.com/RustPython/RustPython - d87921c12a824ebe8588aafb850b71bac381c3fd authored almost 2 years ago by Jeong YunWon <[email protected]>
retry 10times in windows

github.com/RustPython/RustPython - ae3de43a62036e84dbb304f362cbed6303044020 authored almost 2 years ago by Jeong YunWon <[email protected]>
double windows sleep for syntax_async

github.com/RustPython/RustPython - fbb5e78176ecc6f9ba4c27e50b5a67d3b9d5d119 authored almost 2 years ago by Jeong YunWon <[email protected]>
Add basic _imp.find_frozen

github.com/RustPython/RustPython - 10de265b4f4c07a1faca60144cfa2e8cfc6f8208 authored almost 2 years ago by Jeong YunWon <[email protected]>
adjust successful/failing tests from unittest/test

github.com/RustPython/RustPython - 4a357ee6e9aca99264dd28b460dfc4d801a34b2a authored almost 2 years ago by Jeong YunWon <[email protected]>
Update unittest from CPython 3.11

github.com/RustPython/RustPython - 40b96bfffd4f7c1154b9ea50d89243528b8f96e3 authored almost 2 years ago by CPython Developers <>
Add __origname__ to frozenlibs to fix importlib

github.com/RustPython/RustPython - f53c68695d18a5fbd0a70623130acc5000246bd4 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4537 from youknowone/lib-support

Update test.support from CPython 3.11.2

github.com/RustPython/RustPython - cfc2e3e2284a72c398568ae28eb0b890bdaf548e authored almost 2 years ago by Jeong YunWon <[email protected]>
adjust success/filure for test_utf8_mode

github.com/RustPython/RustPython - 25398fe6221569a3a42952a18f0ed058f72cf200 authored almost 2 years ago by Jeong YunWon <[email protected]>
Update test_utf8_mode from 3.11.2

github.com/RustPython/RustPython - a7c3740dee576594da2ef839e93d6a4f6cbb6ab9 authored almost 2 years ago by CPython Developers <>
Mark newly failing tests

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

github.com/RustPython/RustPython - 7de056437f1d611219abfa5316b19e8161dc1261 authored almost 2 years ago by CPython Devleopers <>
Update test.support from CPython 3.11.2

github.com/RustPython/RustPython - c48fe567f796601a422aa1b611406ab034ed330a authored almost 2 years ago by CPython Devleopers <>
Merge pull request #4557 from charliermarsh/charlie/star

Allow type variable tuple for *args

github.com/RustPython/RustPython - c4b67896662b16b5699a779c0e52aa0ca2587fec authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4555 from youknowone/imp-override-frozen-modules

Add _imp._override_frozen_modules_for_tests

github.com/RustPython/RustPython - 6404c4bca8f79ca80d6de903a6c1ab7a7e3c54dd authored almost 2 years ago by Jeong YunWon <[email protected]>
Allow type variable tuple for *args

github.com/RustPython/RustPython - 94237126964320db7d4efc9969f5014dd35883b6 authored almost 2 years ago by Charlie Marsh <[email protected]>
Allow type variable tuple for *args

github.com/RustPython/Parser - 0d7b94817d47e43b6ef3e0d11b134b8ca6867acf authored almost 2 years ago by Charlie Marsh <[email protected]>
Merge pull request #4556 from youknowone/fix-async

Fix syntax_async test less fail in windows

github.com/RustPython/RustPython - 5018b1a42681d2d02c514d54e23eace02af942c2 authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix syntax_async

github.com/RustPython/RustPython - 1336ca5d9dd1ced87007fb379e2ab8ad38075acd authored almost 2 years ago by Jeong YunWon <[email protected]>
Add _imp._override_frozen_modules_for_tests

github.com/RustPython/RustPython - 5e3046d86a7001cbcce7287626b1aef48ff397fc authored almost 2 years ago by Jeong YunWon <[email protected]>
Address feedback, clean up readme.

github.com/RustPython/RustPython - e45536ae935ef3f95cab0927567ae4d7c1447301 authored almost 2 years 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

github.com/RustPython/RustPython - 48254acb4e23ed98ba969ac58e80d0ee58aefd2e authored almost 2 years ago by Jeong YunWon <[email protected]>
Update install rustup

github.com/RustPython/RustPython - 20b408ff3eff87e66a70a1045db1a47a48cd9b09 authored almost 2 years ago by Ellie <[email protected]>
Merge pull request #4553 from howjmay/co_nlocals

Add co_nlocals to code object

github.com/RustPython/RustPython - 4a579b5752355de4e9efc63f9c1351c12ae90556 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4552 from charliermarsh/charlie/loc

Limit match range to end of last statement

github.com/RustPython/RustPython - edf5995a1e4c366976304ca05432dd27c913054e authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4552 from charliermarsh/charlie/loc

Limit match range to end of last statement

github.com/RustPython/Parser - f43e5b72e261cc59b98acd11fa8d82ef2f967fae authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4543 from youknowone/flatten-parser

Flatten parser interface

github.com/RustPython/Parser - a19f294b0cfd408f047ce801807f0c633b8757eb authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4543 from youknowone/flatten-parser

Flatten parser interface

github.com/RustPython/RustPython - 6b2efdc9c32479fd322c4b9df1744e3573778228 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4548 from youknowone/hash-tuple

Prepare to implement hash for tuple

github.com/RustPython/RustPython - 17f5aed6dd9fca6e39b4050f23e76f011b11d7a8 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4549 from youknowone/py311

Mark RustPython as Python 3.11

github.com/RustPython/RustPython - fb44ded0027dfbd0b89a5835e21f5d7d2874ce1f authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Add co_nlocals to code object

Closes #4546

github.com/RustPython/RustPython - fea711cebb9b5af0273992afd620e1112d2b5156 authored almost 2 years ago by Yang Hau <[email protected]>
Limit match range to end of last statement

github.com/RustPython/RustPython - 57efe6f75d425db0b607afa31844a1f1226a80f9 authored almost 2 years ago by Charlie Marsh <[email protected]>
Limit match range to end of last statement

github.com/RustPython/Parser - 7ebef61c47d0eaaa9db9809bb1fc3c45c0f9d527 authored almost 2 years ago by Charlie Marsh <[email protected]>
Merge pull request #4551 from charliermarsh/charlie/trailing

Allow trailing commas in MappingPattern

github.com/RustPython/RustPython - 6d71f758170d504817cc47720762c41d9031506d authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Allow trailing commas in MappingPattern

github.com/RustPython/RustPython - d570b1731e91174a88dd1a890a12988493512fd2 authored almost 2 years ago by Charlie Marsh <[email protected]>
Allow trailing commas in MappingPattern

github.com/RustPython/Parser - b61f4d7b699f9f9d85b166117e0f0ca60981edeb authored almost 2 years ago by Charlie Marsh <[email protected]>
Python 3.11 missed

github.com/RustPython/RustPython - 8fc263f62f1daf6e8f2051cb56ff893cd74c921c authored almost 2 years ago by Jeong YunWon <[email protected]>
Prepare to implement hash for tuple

github.com/RustPython/RustPython - 3886f889ab96bca66d7d953dee3b06ca903385cd authored almost 2 years ago by Narawit Rakket <[email protected]>
use super::* from tests submodules

github.com/RustPython/RustPython - f96942bdc06c966cf27b8d3f7af1ca6b6d85276a authored almost 2 years ago by Jeong YunWon <[email protected]>
use super::* from tests submodules

github.com/RustPython/Parser - e26369a34e723524ea1996c49255e9a17ad22f28 authored almost 2 years ago by Jeong YunWon <[email protected]>
remove #[macro_use]

github.com/RustPython/Parser - 97a08ee77ba74c1f402046bcc9dc4f2bf8d4af2b authored almost 2 years ago by Jeong YunWon <[email protected]>
remove #[macro_use]

github.com/RustPython/RustPython - f628a3fd7e5ae7ac5e465e8de63aae37cb8677e8 authored almost 2 years ago by Jeong YunWon <[email protected]>
Flatten rustpython_parser interface

github.com/RustPython/RustPython - f078f79c909771aed863626a38275ad07fc07d7e authored almost 2 years ago by Jeong YunWon <[email protected]>
Flatten rustpython_parser interface

github.com/RustPython/Parser - cb8c6fb78dd9ba224e12b4b4f23e12ae1b9eeae5 authored almost 2 years ago by Jeong YunWon <[email protected]>
make_tokenizer -> lex to integrate terms

we don't distinguish scanner or tokenizer from lexer

github.com/RustPython/Parser - 8580e4ebb5203e3fc61a6ec4505cc50011a3094a authored almost 2 years ago by Jeong YunWon <[email protected]>
make_tokenizer -> lex to integrate terms

we don't distinguish scanner or tokenizer from lexer

github.com/RustPython/RustPython - af45d22fb71a30d86efd4a7ac490c6368e0c8e65 authored almost 2 years ago by Jeong YunWon <[email protected]>
relocate feature-independent use

github.com/RustPython/RustPython - c3a7d8c433c73371696edcbcac1296f4d06ae4a7 authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix ModeParseError message

github.com/RustPython/RustPython - 6c7d81c32535ab96af490d56055c6da42f089f66 authored almost 2 years ago by Jeong YunWon <[email protected]>
relocate feature-independent use

github.com/RustPython/Parser - 39fc23cf9290904283670b36b272863fa3479358 authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix ModeParseError message

github.com/RustPython/Parser - 66e3080173cdc996a6548004eb46a13ae35f0dca authored almost 2 years ago by Jeong YunWon <[email protected]>
Break down rustpython_parser::error module

because it doesn't share any common errors but specific error for each sub module

github.com/RustPython/Parser - 1511b6631b7197c9f37adbd8e9a706da2125c6d4 authored almost 2 years ago by Jeong YunWon <[email protected]>
Break down rustpython_parser::error module

because it doesn't share any common errors but specific error for each sub module

github.com/RustPython/RustPython - a6f8c53924d264324e51b57d932c344838b74858 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4542 from charliermarsh/charlie/expose

Always wrap token streams in `SoftKeywordTransformer`

github.com/RustPython/RustPython - 6d5bbd913c7c46518f4ed8b1b378ffb0df72f505 authored almost 2 years ago by Jeong YunWon <[email protected]>
Always wrap in SoftKeywordTransformer

github.com/RustPython/RustPython - 4e957d3484101546e46923b52f75a609634e1278 authored almost 2 years ago by Charlie Marsh <[email protected]>
Always wrap in SoftKeywordTransformer

github.com/RustPython/Parser - 2a8aa6f308b1358b3907aedf67b3b28494297654 authored almost 2 years ago by Charlie Marsh <[email protected]>
Expose SoftKeywordTransformer on public API

github.com/RustPython/Parser - dc628cab8fc12d288d6673518569b05a36cd1bba authored almost 2 years ago by Charlie Marsh <[email protected]>
Expose SoftKeywordTransformer on public API

github.com/RustPython/RustPython - 454ec3e74c6e4e30ba5a4ad2e57c8f36a3b61390 authored almost 2 years ago by Charlie Marsh <[email protected]>
Merge pull request #4519 from charliermarsh/charlie/match

Add support for match statements to parser

github.com/RustPython/RustPython - ddf497623ae56d21aa4166ff1c0725a7db67e955 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4519 from charliermarsh/charlie/match

Add support for match statements to parser

github.com/RustPython/Parser - c137bc9d77bc6011fa23508f56a06e5a9a261565 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4508 from marvinmednick/pathconf_names

Pathconf names

github.com/RustPython/RustPython - 746cb0493f7371304ceafec88c56e5de59155b95 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4530 from itsankitkp/handle-panic-strftime-new

Return arg in case of invalid param in strftime

github.com/RustPython/RustPython - 2e27587f1519a1ee9b8292208d4310dbcae0ca41 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4535 from youknowone/fix-mul-and-union

Fix sequence mul types and add AsNumber for PyUnion

github.com/RustPython/RustPython - 84c27f369488af590657acfd6559fa506a858395 authored almost 2 years ago by Jeong YunWon <[email protected]>
less flaky syntax_async (#4536)

github.com/RustPython/RustPython - 42c0752370bfeb579b2fd137c9090f1ac056246b authored almost 2 years ago by Jeong YunWon <[email protected]>
switch erprintln! to TODO comment (#4528)

github.com/RustPython/RustPython - 3615b1620e055293cdeaf5cc4c059a331c0abb09 authored almost 2 years ago by Dan Näsman <[email protected]>
Update extra_tests/snippets/stdlib_datetime.py

github.com/RustPython/RustPython - e42553867f5ab6cbc28fe17e1093db6f7f3d7a25 authored almost 2 years ago by Jeong YunWon <[email protected]>
posix.pathconf_names only for linux

github.com/RustPython/RustPython - 955347e42601e97b6356599f627add500c545da5 authored almost 2 years ago by Jeong YunWon <[email protected]>
Implmentation for os.pathconf_names

github.com/RustPython/RustPython - 468f1aa31236fd43120d09b6f8c995a70460a423 authored almost 2 years ago by Marvin Mednick <[email protected]>
Add AsNumber for PyUnion

github.com/RustPython/RustPython - afb64c873abf211b0072a5b983c6e01e9fc5f78a authored almost 2 years ago by Karatus <[email protected]>
Fix mul/repeat index type to isize

github.com/RustPython/RustPython - 8f17468f512be906d267cf0bba665fe6a8e15b54 authored almost 2 years ago by Karatus <[email protected]>
Merge pull request #4533 from haxelion/bugfix/digest_block_size

Implemented the block_size attribute for PyHasher

github.com/RustPython/RustPython - 78b58122c1b5ab04c1590244c5802caad7d82d84 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4534 from seungha-kim/graphlib

Copy graphlib module from cpython

github.com/RustPython/RustPython - 97ac351c5e1358582f873ceab599126a655c891a authored almost 2 years ago by Jeong YunWon <[email protected]>
Copy graphlib module from CPython 3.11

github.com/RustPython/RustPython - c7f442425dd696e6f9a2336f91e21ac3a85564b6 authored almost 2 years ago by Kim Seungha <[email protected]>