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

marshal ascii/unicode

b32493d2cf2c151ef2001268a8a381b77f1cef91 authored about 2 years ago by Jeong YunWon <[email protected]>
bytes, none, ellipsis

6489ef153abc70eca18bda431a24b35c07e3e6bf authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4004 from youknowone/marshal

redesign marshal

619bc156ba309a64443dde21527f5db41efe2f6a authored about 2 years ago by Jeong YunWon <[email protected]>
Use enum marshal::Type instead of u8

aa58cd2e75c5f2ceba9f5da350f3562d19658118 authored about 2 years ago by Jeong YunWon <[email protected]>
redesign marshal

a353d5e27ad832cd9061c79b304d7cc581d8308d authored about 2 years ago by Jeong YunWon <[email protected]>
marshal _dumps to take &mut vec

320ed26ab957afc908cb63a7296d2c06df68a636 authored about 2 years ago by Jeong YunWon <[email protected]>
Relocate generated file location

e79442140b7612ac27b99af84f64315e3d3f9e82 authored about 2 years ago by snowapril <[email protected]>
Mark failing tests for test_tabnanny

cc202e1e900c6a63f4948ea6135dd4fe9ae4618e authored about 2 years ago by Jeong YunWon <[email protected]>
Add tabnanny module and its test from Python v3.10.4

216fcd8ba5febfd8bc4fdfeb33fb7272593ba78a authored about 2 years ago by Jeong Yunwon <[email protected]>
remove redundant parenthesis

5b1e92f7938371513849afcb6b91be653bf8e3f7 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3470 from youknowone/lto

enable lto for release build

5ee50194b27a5685c89d30cab2b925cfa95b4dc6 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #2444 from verhovsky/add-bz2

add bz2 from CPython 3.10.5

8a307b89dd2b89ca7ca7182bab8d04850958c2a5 authored about 2 years ago by Jeong YunWon <[email protected]>
enable lto for release build

005d0f3e671de6a8e9e129e21e72d78e652a12e9 authored about 2 years ago by Jeong YunWon <[email protected]>
optional bz2

da9c98675bca5a24d160ca3cc456ee7ebbd5c204 authored about 2 years ago by Jeong YunWon <[email protected]>
Add bz2 from CPython 3.10.5

b17c891115baa9f24540ee236e5b5b0b0bdeb23f authored about 2 years ago by CPython developers <>
implement _bz2

Co-Authored-By: Jeong YunWon <[email protected]>

7204ab7ea82cc92d66ada18434442f6c25926a77 authored about 2 years ago by boris <[email protected]>
Merge pull request #3598 from hwi-ya/timeout

Modify timeout print message

c073a611a1a1892fc18a9df850cf069f1cb161a0 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3759 from youknowone/pyimpl

pyimpl -> pyclass

3d5d3fdca17c4607a45db21676a7cb4469f8f5f9 authored about 2 years ago by Jeong YunWon <[email protected]>
Modify timeout print message

Co-Authored-By: Jeong YunWon <[email protected]>

53a74a1f2d4121b1ebe3227e1d9e3eedd2250c66 authored about 2 years ago by hwi-ya <[email protected]>
pyimpl -> pyclass

055c5cfb97692ae91ad1c976847d26fb3af00c4f authored about 2 years ago by Jeong Yunwon <[email protected]>
Precision bug fix when `FormatType` is `None` (#3975)

13acb1ce6e43dd9e03322035224695797992c7c9 authored about 2 years ago by Gilteun Choi <[email protected]>
Merge pull request #3929 from youknowone/test-selector

windows-failing tests

8fa819482e9675013826c3ff6a0e639642c6d0f4 authored about 2 years ago by Jeong YunWon <[email protected]>
replace exit with Exitcode (#3956)

9cac7a36ddb2de55db766174d8f597ffe3073c70 authored about 2 years ago by joohongpark <[email protected]>
Feat: grp module (#3967)

bb52ed774e00994e0408d091df0b9c524816496d authored about 2 years ago by Sion Kang <[email protected]>
Fix: subtract `name_repr`

c97148529cfba33ed33ceed196cb2d6deab1d4b4 authored about 2 years ago by siontama <[email protected]>
Refactor: pwd module

fc513e3c2529b9707b0c40a4975a4e13b83e793b authored about 2 years ago by siontama <[email protected]>
Merge pull request #3989 from TwoPair/union-or-types

Update cmp of `PyUnion`

33b420fd0b6795f56adca1280e26b1337df5cb51 authored about 2 years ago by Jeong YunWon <[email protected]>
Update test_types.py

a443a0b34cac973bcd01add6eaaf7dfb13f11896 authored about 2 years ago by Hyunmin Shin <[email protected]>
Update cmp of PyUnion

5480f4c671b03a772742a00a9a33fa054828f63e authored about 2 years ago by Hyunmin Shin <[email protected]>
Merge pull request #3990 from moreal/correct-union-hash

Correct union hash

f40a6206d1979195f7ae4337c8563a3eb56e9d00 authored about 2 years ago by Jeong YunWon <[email protected]>
Unmark fixed tests

5658a6b069fdcead63e189c3f59f20910de2a1a6 authored about 2 years ago by moreal <[email protected]>
Correct union hash

https://github.com/RustPython/RustPython/issues/3851

1c5b9c9e0382a4bd3e2b40b7745798f8f5370241 authored about 2 years ago by Lee Dogeon <[email protected]>
remove expected failures for related unittest

e5437e451495ffc3cad4be7a5e6800da8d114d69 authored about 2 years ago by jeffwang0516 <[email protected]>
Add itertools.starmap.__reduce__

6f0c30605fbe9421dc9594e53063c71e9a32d35a authored about 2 years ago by jeffwang0516 <[email protected]>
Update test_{list, deque, userlist}.py

a6780040c8ef7529c62a30f6e18760ad3c6fdd43 authored about 2 years ago by Hyunmin Shin <[email protected]>
Merge pull request #3988 from jeffwang0516/starmap-reduce

Add `itertools.starmap.__reduce__`

d236067ddeb4f9df449683d88ed8cfc67da91aff authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3984 from TwoPair/fix-issubclass

Fix `instancecheck`, `subclasscheck` of `UnionType`

ac489680baf17ad348c07171090e16a68376710f authored about 2 years ago by Jeong YunWon <[email protected]>
Update _mut_iter_equal_skeleton method

e5142e36fd0b4aac1090bbd31dec656a72127231 authored about 2 years ago by Hyunmin Shin <[email protected]>
Merge pull request #3976 from qingshi163/sre021

Test Bump sre-engine to 0.2.1

2c079466196a1deca06880e5e6457d23eb5a75e8 authored about 2 years ago by Jeong YunWon <[email protected]>
Update test_types.py from CPython 3.10

ed001b4300b4af6711f563cc2d5f684c6fcc746b authored about 2 years ago by Hyunmin Shin <[email protected]>
Fix instancecheck, subclasscheck of UnionType

ee3a24188474cb950733529697e6e4130a35b7de authored about 2 years ago by Hyunmin Shin <[email protected]>
Fix `cmath` to handle some edge cases in complex number calculation (#3987)

* Fix: handle edge case for complex comparison, when both is both NaN+NaNj
* Fix: handle f64 ov...

36a2700e1ba80e5bdc7492bfff4beaab9c43d9fe authored about 2 years ago by Rhee Jung In <[email protected]>
Fix `PyFloat::py_new` always returning new float object issue (#3979)

e8ed8aab9f3674fa09534486b85cb475dfd38b07 authored about 2 years ago by Gyubong <[email protected]>
Add test_selectors from CPython 3.10.5

464e216bebdb7a41b0749316ce63d0d74f22d01c authored about 2 years ago by CPython developers <>
Update multiprocessing from CPython 3.10.5

89d4cf51c53727969778259a85a95ba9984c2ed9 authored about 2 years ago by CPython developers <>
Mark failing test_selectors tests

59389bbe6ecd08c9219a22ed2fb9ce1ec8177381 authored about 2 years ago by Jeong Yunwon <[email protected]>
bump sre-engine to 0.2.1

eeac5fe2d3ccfb85f00c25a6c6f16fbf5b9d2e5f authored about 2 years ago by Kangzhi Shi <[email protected]>
Merge pull request #3980 from Yaminyam/fix/module-pwd

Fix: check if name contains null byte

0341e72d94604a93d537534e88bb46bec13f0e55 authored about 2 years ago by Jeong YunWon <[email protected]>
Fix: check name contain null

8fdc4db91561316f0ab036fb4d5629a26ead777c authored about 2 years ago by siontama <[email protected]>
Merge pull request #3977 from youknowone/ios

Fix iOS build

9122d759ebc3627468540fc70a07b9401e303ede authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3971 from qingshi163/sre-engine

Fix sre-engine wrong repeat context used when multiple max_until recusion

cc8a18496eb8b4742e65ae0fbc434009591d0a6b authored about 2 years ago by Jeong YunWon <[email protected]>
Fix iOS build

573b495def3dc8688008d4614c3f1d9198c69af0 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3951 from jopemachine/float-nan-hash

Fix `float` and `complex`'s incorrect hash value when using with `nan`

2bdc33a9f538c21283d42f0fa2a571dbac97d522 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3969 from daeun503/fix-range-attribute

Fix range attributes type

1f00aa07b39e2875a29081131c641507eb46c672 authored about 2 years ago by Jeong YunWon <[email protected]>
Fix range attributes type

97d8529c742f0a5c130cee38e9cd0609ade97d21 authored about 2 years ago by Daeun Lee <[email protected]>
Update test_copy.py from CPython v3.10.5

d29f5d738cde7b1dc41640c53180bc392b81216a authored about 2 years ago by Daeun Lee <[email protected]>
Fix formatter

d7f17d82ec86c3d80d077f73ba666cf415954429 authored about 2 years ago by Gyubong Lee <[email protected]>
Reflect feedbacks

60c4db78dde3f96e6dc4caf4050ece6de19773b4 authored about 2 years ago by Gyubong Lee <[email protected]>
bump up sre-engine to 0.2.0

abc75866623808fa3510d65d0ffeecde3cda5799 authored about 2 years ago by Jeong YunWon <[email protected]>
`hash_pointer` -> `hash_object_id`

187fc5d872128fecc680087c3d8e3088d948fcdc authored about 2 years ago by Gyubong Lee <[email protected]>
pass htmlparser tests

d7842d1e8e4acca1107cd74895999ff522604f22 authored about 2 years ago by Kangzhi Shi <[email protected]>
Merge pull request #3966 from youknowone/fix-windows-ci

fix windows CI

1daf2f1e4bc6969ec7a47dcb19736cdc6a3e9a73 authored about 2 years ago by Jeong YunWon <[email protected]>
fix windows CI

e62fdd105c71519064fc428464033e61f6c85b57 authored about 2 years ago by Jeong Yunwon <[email protected]>
Reflect feedbacks

320265c97310b0151c0fbba75240a415ab219c18 authored about 2 years ago by Gyubong Lee <[email protected]>
Fix `hash_complex`'s hash function

d388a131207f964b4cc4955ff79251a86767a198 authored about 2 years ago by Gyubong Lee <[email protected]>
Reflect feedback

01a5fa1ba9f8513a15c4b9a2dcaaa33c2f342368 authored about 2 years ago by Gyubong Lee <[email protected]>
`libc::c_void` -> `std::ffi::c_void`

8a97c0b8fa17a41f082aed7b60611a3ef4d9cc2a authored about 2 years ago by Gyubong Lee <[email protected]>
Reflect feedbacks

98d3f38476a784378e3e1730cf4b1efded4bd572 authored about 2 years ago by Gyubong Lee <[email protected]>
Fix lint

dc3c7a971262ec8106ae06715fbd6854eb06d12f authored about 2 years ago by Gyubong Lee <[email protected]>
Move `hash_complex` implementation from `hash.rs` to `complex.rs`

d317c8b08ce4b67581086bae058aaf1f9ae1a1d5 authored about 2 years ago by Gyubong Lee <[email protected]>
Fix wrong implementation of `hash_complex`

6098eb66ed4604bd655254055437496121b01113 authored about 2 years ago by Gyubong Lee <[email protected]>
Apply inlining

3c0f3cacdd452ead2ba2fac9bf288e4a9e69951b authored about 2 years ago by Gyubong Lee <[email protected]>
Fixes nan

06056908c995749cf63a91b49340cd64eba7be5f authored about 2 years ago by Gyubong Lee <[email protected]>
Merge pull request #3964 from youknowone/fix-windows-ci

update subprocess for windows

dfc9b6abf4e744fed7adb7af0a75eeb2974e5c35 authored about 2 years ago by Jeong YunWon <[email protected]>
update subprocess for windows

7fdbf53822e1d210c4a30afa52bc2fb3f35f53b2 authored about 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3963 from youknowone/winapi

add _winapi attributes

fff5a8c4deb614db1dbee2a2fe36f4f03a98a491 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3795 from youknowone/install-pip

turn on --installp-pip test

8ae1c70cb2db18d79c8d315efd54cb3353558e6c authored about 2 years ago by Jeong YunWon <[email protected]>
add _winapi attributes

b2d0bc0aa3cafb7801d0fe62cea49d0bdbd66e0a authored about 2 years ago by Jeong Yunwon <[email protected]>
enable --install-pip test again

9490603e204a074abf23141a1ab27af0308cf68a authored about 2 years ago by Jeong, Yunwon <[email protected]>
Merge pull request #3924 from youknowone/update-support

Update support

26705db94d1f9f887dd9796355df85a9623a6ba9 authored about 2 years ago by Jeong YunWon <[email protected]>
Update test_weakref from CPython 3.10.5

1d92f78b4c22e337124afa590e4dee680e6dc888 authored about 2 years ago by CPython developers <>
turn a few more windows tests on

e32523c63219429b08668d8c4ea7afab35471d58 authored about 2 years ago by Jeong Yunwon <[email protected]>
add failing marks to test_module

96f3673fd87388cc7b3a3d981361a0685c5afab4 authored about 2 years ago by Jeong YunWon <[email protected]>
Update logging from CPython 3.10.5

64b2c0e7a8aca87145cfa6f9b2d4d5fc4091ed16 authored about 2 years ago by Jeong Yunwon <[email protected]>
Update test.support from CPython 3.10.5

531c42cae9959ead4f1b8c089d52851a6eb06759 authored about 2 years ago by CPython developers <>
Fix UnicodeError attribute tree

55a9750382730cfa5a0339a5db2a6d0fea616406 authored about 2 years ago by Jeong YunWon <[email protected]>
Fix sugrrogatepass

ac4b148a74d7b2a959f40cfb76fc9b348b37bff3 authored about 2 years ago by Jeong YunWon <[email protected]>
adjust failng test markers

dc8a95d5616b4c492f941fcb6b48327e0e7a8d2e authored about 2 years ago by Jeong Yunwon <[email protected]>
Fix surrogateescape_errors

2fbd01f23e10a4916a0aeeee9ede26d5c67bd586 authored about 2 years ago by Jeong YunWon <[email protected]>
Fix _posixsubprocess for updated subprocess

e33a6a68ac0b08b1df946aec537308a61420eaf0 authored about 2 years ago by Jeong YunWon <[email protected]>
update subprocess from CPyhton 3.10.5

51b998d6638ab9a4fd98032c14f557d26ebf67e6 authored about 2 years ago by CPython developers <>
adjust filaing test markers

bad1c6f0b8c108b6e3b309de6dae038a4fa958f4 authored about 2 years ago by Jeong YunWon <[email protected]>
Update test_module from CPython 3.10.5

3d28260203d5dc21a88d464626bdb175c64b9610 authored about 2 years ago by CPython developers <>
Merge pull request #3959 from youknowone/less-test-run

more platform-independent tests

59983951f737d160fe78a0b2f5713238aca04f25 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3958 from youknowone/windows-stackoverflow

remove windows stack overflow skipIf

13815da6d027d8ba9b2bdd8f5d8b6eb6dd4b4159 authored about 2 years ago by Jeong YunWon <[email protected]>
more platform-independent tests

e87033cb036eb3f92d2fb1e20300b79f01065f6e authored about 2 years ago by Jeong YunWon <[email protected]>
remove windows stack overflow skipIf

743ca30a46ded4f21d291e3988c977b22d41cd91 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3819 from qingshi163/heaptypeext

HeapTypeExt and Protocol Methods Pointer

2e7ec1dcfbca99590352a7fd49f7464ec7f0db25 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3935 from tgsong827/set_update_internal

Fix set test_merge_and_mutate

71e23e83ea0a25d74a106ddb3d0dedc932924a52 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3954 from oow214/unicode_escape_decode

Fix escape codecs

52a0f3ba3bcd1e962eea952542479a750f1dcf62 authored about 2 years ago by Jeong YunWon <[email protected]>