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

skip tb_next initalization

1bc28033ae1660bfe0c783231092b3b3a2a10fa5 authored over 2 years ago by Jeong Yunwon <[email protected]>
update test_support from CPython 3.10.5

db213c31f9175081deb8bf7ca9f87b88f57e5c95 authored over 2 years ago by CPython developers <>
Fix doctest for current version of RustPython

b5e4d62da4cb76df4894ac506f804721da492c76 authored over 2 years ago by Jeong Yunwon <[email protected]>
Update doctest from CPython 3.10.5

e12b3a60d406a78c015b667a7db028bafddc4a76 authored over 2 years ago by CPython developers <>
mark failing tests of test_support.py

64340fdd646d88f5b4ae2a670d9026f31f617653 authored over 2 years ago by Jeong Yunwon <[email protected]>
mark failing tests for unittest

c87c8dcb7d46377f49f87f243cd9a4c3059d2aed authored over 2 years ago by Jeong Yunwon <[email protected]>
Update unittest from CPython 3.10.5

799c78670b8575b9c2992acc5cb723b5c1912794 authored over 2 years ago by CPython developers <>
Merge pull request #3904 from moreal/del-frame-ftrace

Remove `PyGetSet.deleter`

760bda6c50a09d4694d5f92cff536d858a0a56b5 authored over 2 years ago by Jeong YunWon <[email protected]>
Obsolete `PyGetSet.deleter`

c0d850b42224e59ec0b64d9fc3d6a0dc810532fd authored over 2 years ago by Lee Dogeon <[email protected]>
Merge pull request #3889 from daeun503/fix-with-test

Fix testEnterAttributeError2 in test_with.py

ebed7280b7d1db9f9d8e7edf789ab79002afcec0 authored over 2 years ago by Jeong YunWon <[email protected]>
Update `mappinproxy`'s `get`

c1dda36902d89e50eee6f2039572876a84338912 authored over 2 years ago by Gyubong Lee <[email protected]>
Merge pull request #3907 from youknowone/remove-pipenv

remove pipenv

256bbef8d037d177df59b16e417423f8601af524 authored over 2 years ago by Jeong YunWon <[email protected]>
remove pipenv

2dd446a80f0a5a300ebe4efab6dbec133232f814 authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3783 from ChJR/feature/fix_decorators

Fix decorators

d9d453819e01554dcec79357eb5eff2e23f6e696 authored over 2 years ago by Jeong YunWon <[email protected]>
Fix BeforeAsyncWith

c8e599e29de97be0e79f9b31eeadaa983cd7d209 authored over 2 years ago by Daeun Lee <[email protected]>
Apply PEP 614

Check 'Named Expressions Need Not Be Parenthesized' Section

8ef21ee628bd4f28ee16b5d12f63986b44b04f58 authored over 2 years ago by ChJR <[email protected]>
Simplify __doc__ initializing

fccb4d6b95c7111d6a743b0b00ee11af89a137e3 authored over 2 years ago by ChJR <[email protected]>
Reflect feedbacks

6364ad49334d66088a467eecf7ac14d9ae3ab33b authored over 2 years ago by Gyubong Lee <[email protected]>
Refactor: delete unnecessary clones

2bf61aa60a5c2c3a84b8eb9fc4c8d2f1236d6d94 authored over 2 years ago by siontama <[email protected]>
Refactor: convert indent from tab to space

cdd937cebbbb118f2a43a44a533e6458156b3f72 authored over 2 years ago by siontama <[email protected]>
Feat: impl `PyArrayIter.setstate`

2417d3e81363aeae37c8a51bd8594fef59c63b61 authored over 2 years ago by siontama <[email protected]>
Improve code quality

4bf56447125acd0f522ee2e9ad14f614fa3520e7 authored over 2 years ago by ChJR <[email protected]>
Update stdlib/src/array.rs

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

50aebefa4c8d2e3fc796ae75f5efccb47c08789a authored over 2 years ago by Sion Kang <[email protected]>
Fix: Modify iter next to be implemented only internal

1a526aff47095940c3b0ba7fc0eb34f265793414 authored over 2 years ago by siontama <[email protected]>
Merge pull request #3902 from kimnanhee/main

Fix byte indices must be integers or slices, error message

2e775814569f2a71ce57ebc15905136398fe8855 authored over 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3901 from rimi0108/add-dict-mapping

Add a mapping property

ceb7d68ef77cb8a0287f5d580ef814cc1566fd0d authored over 2 years ago by Jeong YunWon <[email protected]>
Implement Number protocol for PyNone (#3880)

10327b553d6aff3f1064ab1b245e685f4da66187 authored over 2 years ago by Hayeong.Lee <[email protected]>
Merge pull request #3887 from moreal/improve-frozenset-debug-string

Improve frozenset debug representation

fa40a13ee89219faed13a6633e0e6b7984913959 authored over 2 years ago by Jeong YunWon <[email protected]>
Add: pyproperty dict values, items mapping

f9a17b0e545e7b79adb30471909f2db82f52ad8a authored over 2 years ago by hyerim <[email protected]>
Fix: delete PyMappingProxy new function, fix new to from function

b81853fa717ddc8f8499961febe97ac25bcd1d47 authored over 2 years ago by hyerim <[email protected]>
Fix byte indices must be integers or slices, error message

4b659f92aa70fab29f67e25aa6df951ecacbd453 authored over 2 years ago by kimnanhee <[email protected]>
Merge pull request #3900 from oow214/weakref_bool

Add weakproxy bool, bytes

524ff93487d7ce845f5fd7f84471b9618a4ade83 authored over 2 years ago by Jeong YunWon <[email protected]>
Improve frozenset debug representation

For `frozenset([1, 2, "str"])` object, it is represented as
`frozenset { [PyObject PyInt { value...

a809746c7c10be27c7422a1bdd26c3c725736f36 authored over 2 years ago by Lee Dogeon <[email protected]>
Add weakproxy bytes

4ac218f90efe5838f160948d0c032c2fdca5282c authored over 2 years ago by Kim, YeonWoo <[email protected]>
Add weakproxy bool

27884e2d5f500ff37f098e8eb27310dc14c9bb4e authored over 2 years ago by Kim, YeonWoo <[email protected]>
Remove `@unittest.expectedFailures`

3cdda75004bb52e32afae89be4757d41efc2fbd8 authored over 2 years ago by Gyubong Lee <[email protected]>
Implement missing methods to `MappingProxy`

b3326ae766349bda796a53ed26fd4fa034ea16d4 authored over 2 years ago by Gyubong Lee <[email protected]>
Fix lint issues

ad27a0fd9e7f346a2298c4be0529c540ca864d37 authored over 2 years ago by Gyubong Lee <[email protected]>
Merge pull request #3855 from youknowone/update-traceback

Update traceback

e5e98b79cb1cdd320a66f419385be1fde7e811ec authored over 2 years ago by Jeong YunWon <[email protected]>
mark successful/failing tests again

6dec05da677af39c40c94e366b14ba823dc1aa8c authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3894 from youknowone/refactor-set

SetIterable -> AnySet

558732e069c2f0e89e9e4a07abf89411f25e5674 authored over 2 years ago by Jeong YunWon <[email protected]>
update Lib/traceback.py from CPython v3.10.5

8f5a00b31d05d792a0313ecdcc81b329c5abde3c authored over 2 years ago by Jeong Yunwon <[email protected]>
Update Lib/test/test_traceback from CPython 3.10.5

4d6888509503c35cead143d0c43a8ff7df91d3b0 authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3870 from key262yek/update-syntaxerror

Update syntaxerror highlight from CPython v3.10.5

5983a5aa0addd95f8066010f0c53cc59555f76f4 authored over 2 years ago by Jeong YunWon <[email protected]>
SetIterable -> AnySet

4230efae2ec992e38bc942197b5413cf35d664ec authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3893 from Yaminyam/itertools-basetype

Add basetype flag to itertools module

c8916420c861e4cd50d0226f49735de0545653c8 authored over 2 years ago by Jeong YunWon <[email protected]>
Add basetype flag to itertools module

60e3ce2dd8c1c7f2a943462433c4d538f547e4e5 authored over 2 years ago by siontama <[email protected]>
Change the variable name better format

9d9f9d364b20da2c67d7dbca302c18bb1652b301 authored over 2 years ago by ChJR <[email protected]>
Fix testEnterAttributeError2 in test_with.py

a563d07919cdff17f244f16e2267a93355cd0b04 authored over 2 years ago by Daeun Lee <[email protected]>
Add mapping property to dict_keys

5d0163e6c4452aa6705605ad46864085ab777b42 authored over 2 years ago by seryoungshim17 <[email protected]>
fix: non-utf8 source causes panic, close #3798 (#3884)

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

7be4860fac8824cfe9a5de6155b9a278435b640e authored over 2 years ago by dennis zhuang <[email protected]>
Merge pull request #3885 from kth496/fix_multiline_string_bug

Fix multiline string bug

42d7c511f5ce0d180454d32ae892c89bd316d916 authored over 2 years ago by Jeong YunWon <[email protected]>
Simplify boolean matching

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

6095f882cfc64bfa4fcb4d65e4832d5521b0f680 authored over 2 years ago by Taehong Kim <[email protected]>
Add attributes to SyntaxError

add 'end_lineno' and 'end_offset'

4c9443902d7b0443ecc135164b1e4b9b0a4abf02 authored over 2 years ago by Myeongseon Choi <[email protected]>
Merge pull request #3888 from fanninpm/dtolnay-is-awesome

Abandon `actions-rs` actions

48cf792194a6dcf114ab48dc497d5c7e58725424 authored over 2 years ago by Jeong YunWon <[email protected]>
Strip trailing newline

86f7e07c0d1bb218811b0ba26c5f3b904c09a912 authored over 2 years ago by Padraic Fanning <[email protected]>
Use manual invocations of `cargo`

7a1842c251a5cb86ca2ca80de45eb43e8b2c124a authored over 2 years ago by Padraic Fanning <[email protected]>
Switch toolchain action to dtolnay/rust-toolchain

73a83e5fc0ed2df168106cf424f143251b33d10f authored over 2 years ago by Padraic Fanning <[email protected]>
Fix multiline string bug

Co-authored-by: Hyeonji-Ryu <[email protected]>

5fd9fc40a963d5778175ac02d8a555495385589f authored over 2 years ago by kth496 <[email protected]>
Merge pull request #3854 from oow214/weakproxy_sequence

Add weakproxy Sequence, Mapping

ddc801e5cac8fd70b38ff5f94603cb870a8cc11f authored over 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3869 from tgsong827/stopiteraion

Fix define_exception! of PyStopIteration to set value of value attribute

97a4d2b4b6be549e20cdd8820a27a00b60f6fd03 authored over 2 years ago by Jeong YunWon <[email protected]>
PyWeakProxy::try_upgrade

b39549c8615e1afefb7e3aebf33a75cdfae47be4 authored over 2 years ago by Jeong Yunwon <[email protected]>
Add weakproxy Sequence

e4bef690921bbc9198a854894a269ea7da298ed2 authored over 2 years ago by Kim, YeonWoo <[email protected]>
Add weakproxy mapping

21a73699536970df303ea5d529fa6f84d8870b65 authored over 2 years ago by Kim, YeonWoo <[email protected]>
new_stop_iteration with manual __init__

f438d67d421ecb0785038dbb4f824744b657a151 authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3873 from key262yek/update-exceptions-test

Update exception tests from CPython v3.10.5

46073a2a656fb609d6ea2d708e5939fb1c7d6134 authored over 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3811 from zer0who/hoo_rustpython

added getnewargs() to str.rs

58015c134e22525e090e2d47a09cbc463d1e11fc authored over 2 years ago by fanninpm <[email protected]>
deleted tested_newobj_generic&proxies

8cbd2e53b252206adb82afacf00b45590676903d authored over 2 years ago by zer0who <[email protected]>
Deleted todo, expectedFailure

aa047940c04cb2bab9b9d9885a71697fbf27b064 authored over 2 years ago by zer0who <[email protected]>
Deleted todo lines behind code

8ad1ad28a0b05b60d0d91c5fa5d16593c917c6ff authored over 2 years ago by zer0who <[email protected]>
Deleted todo, expectedFailure

1c473b6536df12f7f8597c3a2d2d32ee1698fe58 authored over 2 years ago by zer0who <[email protected]>
Fix define_exception! of PyStopIteration to set value of value attribute

Co-authored-by: NanHee Kim <[email protected]>

12bbb79bad40a9b879234a08c67092a792212a9a authored over 2 years ago by Taegi Song <[email protected]>
format_int precision error handling (#3813)

07940cd17fc9be2a8932f3969e8763adc05663fb authored over 2 years ago by Gilteun Choi <[email protected]>
Specify expectedFailure of test_non_ascii in Lib/test/test_cmd_line_script.py

44004935b069f4607a7069fe0a73857dc518bea6 authored over 2 years ago by Myeongseon Choi <[email protected]>
Update Lib/test/test_cmd_line_script.py to be runable

9f29dc558aa6eecdc266e4ecd47d1480496d05d2 authored over 2 years ago by Myeongseon Choi <[email protected]>
Copy Lib/test/test_cmd_line_script.py from CPython v3.10.5

e86a1bc92f527acf6e44861d378867349153af7e authored over 2 years ago by Myeongseon Choi <[email protected]>
Add expectedFailure tag to test_non_ascii

5ab55dc7cea964d55e042cbd1a3cce8e28a380a1 authored over 2 years ago by Myeongseon Choi <[email protected]>
Merge pull request #3877 from moreal/update-typing-3105

Update `typing` module to 3.10.5

02a1d1d7db57afbb78049599c2585cc7cd59e6d3 authored over 2 years ago by Jeong YunWon <[email protected]>
Update `typing` module to 3.10.5

4ee32e6b665eb0f2487823649bdf2731826daffb authored over 2 years ago by Lee Dogeon <[email protected]>
Fix `str.join` returning new object when string argument length is 1 (#3845)

fix #3841

223ac8c6eeedce34d01d2eb61009f39d61cddd0e authored over 2 years ago by Gyubong <[email protected]>
Fix union args (#3864)

523a0f9bc688d1dad873889d685ca7fced56099a authored over 2 years ago by Karatus <[email protected]>
Merge pull request #3874 from kth496/fix_lexer_bug

Fix multiline lexer bug

f16fcc6971395e88e6e82eaa17f11835742eb6e6 authored over 2 years ago by Jeong YunWon <[email protected]>
update test_iterator_pickle

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

ab284c87fcc45966541940ffa3c38feba24c4d5c authored over 2 years ago by hyezzang <[email protected]>
fix position value to struct value

821f3e7aabe2fab6049be8656842645fdbaafbd2 authored over 2 years ago by hyezzang <[email protected]>
Add arrayiter __reduce__

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

0f24b183121e95e38bf7cfa677607c4dfd2ba610 authored over 2 years ago by hyezzang <[email protected]>
Fix multiline lexer bug

Co-authored-by: Hyeonji-Ryu <[email protected]>

203d1998e29f72c24ebd9dfd20df376f3c1aa03b authored over 2 years ago by kth496 <[email protected]>
Update Lib/test/test_syntax.py to be runable

b490f5255bebb0d82075462a851cdc83067174f8 authored over 2 years ago by Myeongseon Choi <[email protected]>
Update test_exceptions.py from CPython 3.10.5

4030ad12d9161843df0e75597ad56aef81991b0c authored over 2 years ago by Myeongseon Choi <[email protected]>
Update Lib/test/test_syntax.py from CPython v3.10.5

82efdeb391fd592ab8cfd4d6562925b168dd8762 authored over 2 years ago by Myeongseon Choi <[email protected]>
Change Lib/test/test_exceptions.py runable

43824e393b00b6b0518041c1f38c0e2f8f1557a0 authored over 2 years ago by Myeongseon Choi <[email protected]>
Merge pull request #3872 from Yaminyam/change-array-iter-name

Refactor: change PyArrayIter name

bed4877f8d5e64e9173567c04d4f53b1b761709f authored over 2 years ago by Jeong YunWon <[email protected]>
refactor: change PyArrayIter name

* Change `PyArrayIter` struct to `PyArrayIterator`

b190a0cbf38f2b7f67ef23b05f77dad714183b28 authored over 2 years ago by siontama <[email protected]>
update test_re from cpython3.10

0e11e20ddd48903736348648dc6531f64187a87d authored over 2 years ago by Kangzhi Shi <[email protected]>
Merge pull request #3860 from youknowone/fix-zerodiv

Fix int.__truediv__ error message

d3e8e47c9ee18015586348690a815cc49622141d authored over 2 years ago by Jeong YunWon <[email protected]>
Fix int.__truediv__ error message

452746c237284c9f8541b04efca50ee978cae854 authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3838 from fanninpm/complex-pynumber

11e9d818b460d9d4a21c3aa57e282e8d0c2dacc5 authored over 2 years ago by fanninpm <[email protected]>
Improve code quality

9dd999c7efd6defa11006eff95f4b5a8e4d67cc1 authored over 2 years ago by ChJR <[email protected]>
Fix is_unionable type_type check (#3852)

Co-Authored-By: Hyunmin Shin <[email protected]>

0c58d7bc1d2a8792a46e5a72e3468b011555147d authored over 2 years ago by YeonWoo <[email protected]>
Replace `None` instances with update syntax

de9a4d5b3fefc38b3c897adbb806513b3dd14d84 authored over 2 years ago by Padraic Fanning <[email protected]>
Merge pull request #3848 from youknowone/whats-left

run whats_left.sh with --features=ssl

24c460b0901c6cd330e3672b68bcb8588188332d authored over 2 years ago by Jeong YunWon <[email protected]>