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

Merge pull request #3915 from hy-kiera/textiobase_encoding_property

implement TextIOBase encoding attribute

96839df42b0506ab7f4084031e4985b680a60fd3 authored about 2 years ago by Jeong YunWon <[email protected]>
mark failing tests again

7db813dbc6cc22f6765aba8c9c3558bd25598a11 authored about 2 years ago by Jeong YunWon <[email protected]>
change parameters and add pyproperty

1ac66cffd965098f62f95b6a4643453988db3e56 authored about 2 years ago by hy-kiera <[email protected]>
crlf -> lf test_codecs

559442c2f3c1203bc4eaabce08b8c3dc015736c7 authored about 2 years ago by CPython developers <>
Update encodings/test_codecs

ce0ac2b11b06d28864ff12cb1fcf2a188bec7099 authored about 2 years ago by CPython developers <>
Fix test_merge_and_mutate

e782c21e967cba51c75f47d7c2a88d360c89ebb0 authored about 2 years ago by Taegi Song <[email protected]>
Fix escape codecs

46916eaf7a60dcf68457e6068a5a4b8387246c93 authored about 2 years ago by Kim, YeonWoo <[email protected]>
PyObject::try_float

370c4f7f605b67d4c41499aff80c108c1d00d3b6 authored about 2 years ago by Jeong YunWon <[email protected]>
PyObject::try_int

b96dddfed14868331a6a4b2caa0b9bb23ed2ed38 authored about 2 years ago by Jeong YunWon <[email protected]>
PyObject::try_index

7a43a2ed3f95c72cd64fb271f506202fec45952d authored about 2 years ago by Jeong YunWon <[email protected]>
remove vm.try_index

2d1158b27176451d2596045270ee81e0b0fe1327 authored about 2 years ago by Jeong YunWon <[email protected]>
no once cell

a05712fd9b10f625de0231b1b58c53edb1c40ae0 authored about 2 years ago by Jeong YunWon <[email protected]>
resolve conflict

e871a53227eb7ac28d6710ebe69e2777e93b1e38 authored about 2 years ago by Jeong YunWon <[email protected]>
fix static lifetime

44daeef9c898d49e9bb809094dc2c04bb5f430e5 authored about 2 years ago by Kangzhi Shi <[email protected]>
refactor replace nonnull with pointerslot

069c6c9a1e31c6af7d0a89b1cc88ba42ea1edeef authored about 2 years ago by Kangzhi Shi <[email protected]>
use heaptypeext for number protocol

2895c8124a2673403297ffe162fec2cdc09a7513 authored about 2 years ago by Kangzhi Shi <[email protected]>
refactor number methods as atomic function

0ebd4e0719796e9a8ea5a012d5e18cbfdaa6d876 authored about 2 years ago by Kangzhi Shi <[email protected]>
proto heaptypeext

c24457521d6815d0d5d43ece2d94d5c54e521f40 authored about 2 years ago by Kangzhi Shi <[email protected]>
Merge pull request #2448 from verhovsky/turn-whats-left-into-python-script

Convert whats_left into a CPython script

c5d6ef11e42856cbe24a98cf3597a4d661ba7e31 authored about 2 years ago by Jeong YunWon <[email protected]>
fix ci and documents to use new script

c5ab11bbe6c171a09c69abb0db4a9713a1820543 authored about 2 years ago by Jeong YunWon <[email protected]>
-I option error

3fdc4091ef6d3e3eceaef70a5128c24f9c77fae6 authored about 2 years ago by Jeong YunWon <[email protected]>
Convert whats_left into a CPython script

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

65f0399ba0199b12f8b4976e91dd89a634936c4e authored about 2 years ago by boris <[email protected]>
Merge pull request #3953 from Yaminyam/fix/range-iter

Fix: `range` beyond the isize range

9e9d61022f2baa8ddb49a0769cee5a061434b798 authored about 2 years ago by Jeong YunWon <[email protected]>
Refactor: line breaks based on many arguments

57a547088f9a287b7616bb1a9ff103993fe9cce0 authored about 2 years ago by siontama <[email protected]>
Fix: `range` beyond the isize range

* Check if start + step is greater than sys.maxsize

9e3079c56564c479737a37b6534ee6091c6b3ad6 authored about 2 years ago by siontama <[email protected]>
Merge pull request #3944 from youknowone/refactor-range

Refactor repetive optional range pattern to OptionalRangeArgs

098a7099f886e09d799dc899ab5844646cd08e8a authored about 2 years ago by Jeong YunWon <[email protected]>
Remove `len` parameter from `saturate`

Co-authored-by: 이정민(Jeong-Min Lee) <[email protected]>

90affcd6de3a1b712c244355e55a29e07e7ad299 authored about 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3947 from jopemachine/edit-defaultdict

Add `or`, `ror` and`ior` to `defaultdict`

722f8fdedd7f3dc281d3d9c025f5bb58e0975082 authored about 2 years ago by Jeong YunWon <[email protected]>
Reflect feedbacks

9c2a5041e90c31986eaa1a41932142c4cae0c6bd authored about 2 years ago by Gyubong Lee <[email protected]>
Add `or`, `ror` and`ior` to `defaultdict`

3c9e92cebb911bf6f14aed8e8b9292a8da5b772d authored about 2 years ago by Gyubong Lee <[email protected]>
Merge pull request #3945 from youknowone/ci-mac

Use macos-latest again for CI

6ebb3f59addea35050c54764dc907d8cc517e030 authored about 2 years ago by Jeong YunWon <[email protected]>
Use macos-latest again

81fffec0bbcc95e6d8fa73d10eb0c6dfe2cbf209 authored about 2 years ago by Jeong Yunwon <[email protected]>
Refactor repetive optional range pattern to OptionalRangeArgs

84f5aa93b0f830653052b30ffd1a1e2f7c567555 authored about 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3939 from daeun503/update-array-index

update array.index for optional range

a38965f1f8544effbea16c77eccb707978678128 authored about 2 years ago by Jeong YunWon <[email protected]>
update array.index for optional range

e6452d86d0f17b9d28e86647d1f3e7fbc9cdcfa8 authored over 2 years ago by Daeun Lee <[email protected]>
Merge pull request #3941 from youknowone/fix-clippy

fix clippy warnings from test

86bbfef003124bed15498eaad390a6bd1b2bfa6c authored over 2 years ago by Jeong YunWon <[email protected]>
fix clippy

dd2bf4c96b63a96f516a4910fd10824b7f7b5674 authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3879 from key262yek/update-assign-del

Fix failure test_assign_del() in Lib/test/test_syntax.py

a3df2169f437ef679aacc41146a203db3cef7548 authored over 2 years ago by Jeong YunWon <[email protected]>
Except operator cases from delete error rule

c66d22da84032b608409b53a188c47d582e40719 authored over 2 years ago by Myeongseon Choi <[email protected]>
Change expression parser for del statement

Now star expression can be a argumnet for del statement.

6b56e51fc189d9fa22718cbc738635e91c8cd9db authored over 2 years ago by Myeongseon Choi <[email protected]>
Update to parse `group' expression

In CPython, group expression parse single yield and named expression, and handle invalid starred...

f51ad1954fd0c4c5628aca9e089d949ce1d019cb authored over 2 years ago by Myeongseon Choi <[email protected]>
Update del statement `del [x]` available

da2695cffd670c7739c765938144de521c6bb722 authored over 2 years ago by Myeongseon Choi <[email protected]>
Change error msg "can't" to "cannot"

3c07c7ce00f6d22832eab2abf91c4c0d950bb494 authored over 2 years ago by Myeongseon Choi <[email protected]>
Change a short name of Bool and None

changes a short name of True, False, None from "keyword" to "True", "False", "None" themselves

918fa48eda9255427a6568632f9a6e40643fe1c9 authored over 2 years ago by Myeongseon Choi <[email protected]>
Implement number protocol for `PyBytes` (#3903)

463b51634ed57abe92c2c3a041e0f151d46c8df6 authored over 2 years ago by Karatus <[email protected]>
Merge pull request #3932 from jopemachine/edit-float-getformat

Fix `float.__getformat__`

db6fd1692015022452de6595a0a3f0b395e7021d authored over 2 years ago by Jeong YunWon <[email protected]>
Update `getformat`'s function signature

0e00ab6d9e38c30b62327e19f1ef32bf0877f352 authored over 2 years ago by Gyubong Lee <[email protected]>
Merge pull request #3930 from gilteunchoi/missing-winapi-constants

Add constants in `_winapi` module

8f56c06e27b139a28d67302610f4198b57592f1d authored over 2 years ago by Jeong YunWon <[email protected]>
add constants that already exist in winbase.rs and winnt.rs

0559a9b5461a06cfd8fb4eb0e1841d09e082355e authored over 2 years ago by Gilteun Choi <[email protected]>
Merge pull request #3868 from maong0927/arrayiter_reduce

add arrayiter.__reduce__

48241839aae58816a80e5db11c8df13a465c964d authored over 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3917 from youknowone/update-unittest

Update more tests

d75e38808267988eafe83ea7d7256fac399ca6f8 authored over 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3926 from youknowone/unittest

update signal and venv

cb9663caf2ca1b2698be2c88fe1edeb9fefe50d1 authored over 2 years ago by Jeong YunWon <[email protected]>
update venv from CPython 3.10.5

2e6bc39693b47272a203fa3a2234cb2316cd60b9 authored over 2 years ago by CPython developers <>
Update {test_}json from CPython 3.10.5

413e8250f0a5e56bac770baa7ff792da69a245fa authored over 2 years ago by CPython developers <>
mark faiing tests from test_json

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

6bf75998cad09c152bb14cd168768c66ae78cfa4 authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3916 from youknowone/fix-userlist

Fix outdated test_userlist

9878d722cee707f9cabefff6ccbf33511bdafb46 authored over 2 years ago by Jeong YunWon <[email protected]>
Update signal and its test from CPython 3.10.5

b7dd1b7928c909ff9f7a9d318d44438f604b73e4 authored over 2 years ago by CPython developers <>
Merge pull request #3794 from youknowone/ensure-pip

Add ensurepip

f2ea8e22d755ff5da3159dc74d73b4194e01630d authored over 2 years ago by Jeong YunWon <[email protected]>
Fix outdated test_userlist

74a7f037596caea4c89ea4671bd23baa3262ea06 authored over 2 years ago by Jeong Yunwon <[email protected]>
unmark fixed test

7917d124ff27c5dcf4a8c51a0054839e7e55020d authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3910 from youknowone/update-container-tests

Update multiple unittests from CPython 3.10.5

79f4b339563013c53a519fff74fd2fdf340cd594 authored over 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3914 from oow214/mappingproxy

Add mappingproxy richcompare

a1c110748c6b0e77e78939dc69886b2c47fb3a3c authored over 2 years ago by Jeong YunWon <[email protected]>
Add mappingproxy richcompare

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

4acc62935f118b35e34115f899263491d7523336 authored over 2 years ago by Kim, YeonWoo <[email protected]>
implement TextIOBase encoding attribute

8a3bd8529a66993224e81b12de35518b35fc7c6d authored over 2 years ago by hy-kiera <[email protected]>
Merge pull request #3898 from jopemachine/add-missing-method-mapping-proxy

Implement missing methods to `MappingProxy`

715dac90453b47389f11d06841c067782da4249f authored over 2 years ago by Jeong YunWon <[email protected]>
Fix weakref richcompare (#3913)

Co-Authored-By: Kim, Yeonwoo <[email protected]>

36649866294da242f5fe0307042c3896e7cede84 authored over 2 years ago by Karatus <[email protected]>
Merge pull request #3908 from jopemachine/edit-get-method

Add MappingProxy's get method implementation handling missing key

a77e9b60f5e6b77695a28c87fe947ff7160f38a4 authored over 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #3911 from moreal/use-getset-instead-property-word

Unify elements referring to getset to `GetSet`

9fd31b8f2c2f8ab3bfa1182eac496f3b3b102973 authored over 2 years ago by Jeong YunWon <[email protected]>
Unify getset words to `GetSet`

5d2146ea75d3ece33cb2e3852230c2b81dd4a1d1 authored over 2 years ago by Lee Dogeon <[email protected]>
adjust failing markers for test_{builtin,decimal,float,range}

3d27f163e4d2cba1802cc0b0920220809c79c342 authored over 2 years ago by Jeong Yunwon <[email protected]>
adjust failing markers for test_xmlrpc

6729417624dff9e5f7ca52cfcaf5710533882a91 authored over 2 years ago by Jeong Yunwon <[email protected]>
update {test_}xmlrpc from CPython 3.10.5

f3acd688a4feb421dbff8a6f6bccd174b1915d3f authored over 2 years ago by CPython developers <>
Update queue/test_queue from CPython 3.10.5

b4c0a7611c556e2e202adf76adbaf407c9118ac2 authored over 2 years ago by CPython developers <>
Update test_memoryview from CPython 3.10.5

c7a5b960be1e86d6204997a2c57d73da70f3afa2 authored over 2 years ago by CPython developers <>
Update test_unicode* from CPython 3.10.5

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

33690be35b68f8b4a9afce4ce35e8d92af0be5ab authored over 2 years ago by CPython developers <>
Update test_bytes from CPython 3.10.5

36f5134bca66633ca99c133bc82677a7246edb31 authored over 2 years ago by CPython developers <>
Update test_contains from CPython 3.10.5

8a6fc058934f099d5bb84351f981c933971eeccb authored over 2 years ago by CPython developers <>
adjust failing tests from test_unicode*

2f488cb153634b3649145a1131360a988a60818f authored over 2 years ago by Jeong Yunwon <[email protected]>
adjust failing markers for test_deque

45e6fb14c2ff5b8d4ec8d957aca950949ec50a11 authored over 2 years ago by Jeong Yunwon <[email protected]>
Update collections/test_{collections,defaultdict} from CPython 3.10.5

9537149572a90a7fc7dd5d067df944a36e2c9d01 authored over 2 years ago by CPython developers <>
Update test_dictcomps from CPython 3.10.5

a4f2421aadb8610a60871b1081dbaef05e6f870a authored over 2 years ago by CPython developers <>
Update test_set from CPython 3.10.5

71c2772d9ee73b87ad36911ec076428242966ee0 authored over 2 years ago by CPython developers <>
Update test_dict from CPython 3.10.5

c62076e0e926a13cc260c946514c479cc5612f11 authored over 2 years ago by CPython developers <>
adjust failing markers for test_dict

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

146c9ff3164ee59e5cfd598e33f6c1f63192f4d6 authored over 2 years ago by CPython developers <>
Update test_deque from CPython 3.10.5

c8ae1806a41e235fec7455f252b4ff1d026fc70f authored over 2 years ago by CPython developers <>
adjust failing markers for test_set

da54c40566bdbbf7012a5f6ec905aca9bba93c6b authored over 2 years ago by Jeong Yunwon <[email protected]>
adjust failing markers for test_{collections,defaultdict}

7580e113205eeb87b9de9388331903168f048128 authored over 2 years ago by Jeong Yunwon <[email protected]>
adjust failing markers for array tests

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

8d3bac9c1e809c3aef12387e6047451ec271ff17 authored over 2 years ago by CPython developers <>
adjust failing markers for list tests

003f9dbf21970c571d4b24ea48b94e5e2cf16c15 authored over 2 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3909 from oow214/weakref_richcompare

Add weakproxy richcompare

242e51169c7d0ff472e14b902958747bcc996a15 authored over 2 years ago by Jeong YunWon <[email protected]>
Update _osx_support from CPython 3.10.5

5afa6f76b213f2cfd7529d2fb476fbf97aa5bd87 authored over 2 years ago by CPython developers <>
Update test_itertools from CPython 3.10.5

c737713c9ee8b6945b45d354923b4dfb7f971b66 authored over 2 years ago by CPython developers <>
Update list/tuple tests from CPython 3.10.5

5b186832401dccb0be4e3cd456b4f69362186c41 authored over 2 years ago by CPython developers <>
Add weakproxy richcompare

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

5c085462b71555bd71432fe6e691a1825dbda4c6 authored over 2 years ago by Kim, YeonWoo <[email protected]>
Merge pull request #3862 from youknowone/unittest

Update unittest from CPython 3.10.5

540a73fe61153d3a799a1af25f8845c3a2a1ef4f authored over 2 years ago by Jeong YunWon <[email protected]>
Remove pipenv from extra_tests/README.md

612478166afbf8453ea79c2595ad30f213345694 authored over 2 years ago by Jeong Yunwon <[email protected]>