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

new_base_object assertion for HAS_DICT flag

b86bd591f135b050a197d4094bec6289f450df51 authored about 3 years ago by Jeong YunWon <[email protected]>
clean up set

5803439f841be077ea2924e96ed49ecae7afa83d authored about 3 years ago by Jeong YunWon <[email protected]>
clean up functions and methods

5cd375aaa912f81c2a7142cd0bb8490427fd9c10 authored about 3 years ago by Jeong YunWon <[email protected]>
clean up new_code_object

0b56213fdf6469aabade0663f8a6aa8a7a23168f authored about 3 years ago by Jeong YunWon <[email protected]>
remove vm.ctx.new_staticmethod

589d2b0e1b6546ec2c818956e977fef065029c07 authored about 3 years ago by Jeong YunWon <[email protected]>
Remove new_bytearray

ef6c066fb6af7439a7095d11aff4e0ba9427f6a3 authored about 3 years ago by Jeong YunWon <[email protected]>
new_bytes return PyRef

379cf2db6f58ee00c1cdd4157a8657b7e98a06e9 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3267 from DimitrisJim/fix_build_error

Fix build error.

d4b7a03cdc1acea38b137f25f866562d8b1ec548 authored about 3 years ago by Jeong YunWon <[email protected]>
Use PyTupleRef in reduce return type.

a7bd654d0dc0bb7dae1e425941d11206abee8b90 authored about 3 years ago by jfh <[email protected]>
Merge pull request #3266 from DimitrisJim/view_set_ops

Add trait for common set operations on set-like dictionary views.

a0b3c36621dec689d70b09ee1061de980448b09c authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3064 from qingshi163/array-pickle

Implement __reduce__ and __reduce_ex__ for array

b986e6ba85f18124f82282aa0466bbd075cc3efe authored about 3 years ago by Jeong YunWon <[email protected]>
Add trait for common set operations on set-like dictionary views.

200f97d06bd582fa4ec29f9add38b658788cd67a authored about 3 years ago by jfh <[email protected]>
Clean up skips in test_dataclasses

95f2756dc952250f3a6ab73548a5bb4439de42b1 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_dictviews

34c6f7c7caec5fb96ff5dc83879c16d2f1eec147 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_contextlib

02ca1c5403f1e3767587e5b0fb4def37491f7914 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_cmd_line

8dfa89ea5864be8c8b1f123d76a7a75aab80b2ee authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_codeccallbacks

1e48510f5eec2d48a20ff8647e975d08694214ca authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skip in test_codeop

151e1b3117eca06611632532f9b8c32527658966 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skip(s) in test_call

5ac76c78e63ca18d9b70d7854bc04d160297b1cb authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_cmd_line_script

3865af44d1538c29c631b0dad1ac4f3981bf5ef9 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_binhex

dbfb93661c0cec2efbf92ef21689eccc349df6d1 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_bigmem

a1f00045863641aa205304d45d8745547ad76f51 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_base64

4b3177eac9be93d9a2c948b3cbcbad9fb738640b authored about 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #3265 from youknowone/wasi

Fix wasi build

ddf485c9ac7151683e769792d832aab35af089bb authored about 3 years ago by Jeong YunWon <[email protected]>
Fix wasi build

8515779589c2cc47784dbb3138a1892a40839d7e authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3262 from youknowone/new-return-type

vm.ctx.new_int returns PyInt and so on

6adf14bb88fe86eef53c1b5f19f8d6eef3d6a0cf authored about 3 years ago by Jeong YunWon <[email protected]>
vm.ctx.new_bool returns PyIntRef

afe9b9cde062c9758d3fc2ba7b0e4ab14a00aa97 authored about 3 years ago by Jeong YunWon <[email protected]>
allow AsciiStr/AsciiString -> PyStr conversion

cdd38488f8540b5df1f055ee260b88e538670e7a authored about 3 years ago by Jeong YunWon <[email protected]>
remove vm.ctx.new_namespace

054e13de1101bff11fb79156331e7f74906f8043 authored about 3 years ago by Jeong YunWon <[email protected]>
vm.ctx.new_complex -> PyComplex::new_ref

2c53e8d0254359cb62315d6df4b0cbfd1c4e8a46 authored about 3 years ago by Jeong YunWon <[email protected]>
vm.new_tuple to convert rust tuple to python tuple

616dfc19e25151224b2e8ccc557550963d6a22a6 authored about 3 years ago by Jeong YunWon <[email protected]>
new_float returns PyFloat

40379a9bc197140c57af988bc2e6fcc7c808185f authored about 3 years ago by Jeong YunWon <[email protected]>
new_bigint returns PyIntRef

c9216cbef4f133bc6f85f29423c1618296bcdf60 authored about 3 years ago by Jeong YunWon <[email protected]>
vm.ctx.new_int returns PyInt

741cfea565ce5681d550f00f51b788befc80ad4a authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2084 from skinny121/ascii_bytes_like

Refactor struct module

a86769eec0b459de778e480c9678b138fc0c9d64 authored about 3 years ago by Jeong YunWon <[email protected]>
remove test that fail on CPython

ea69dc53d2cfca83153d9c25e2f4dddfc329317e authored about 3 years ago by Kangzhi Shi <[email protected]>
Fix unicode array pickling

cbd7c59329c07c19942b5f35f09e0e4b515fe080 authored about 3 years ago by Kangzhi Shi <[email protected]>
Impl __reduce_ex__ with _array_reconstructor

de47cd0acbffc11868552b378de7ee1e51c039d1 authored about 3 years ago by Kangzhi Shi <[email protected]>
Impl __reduce__ for array

ff0adc1204319920f909ae06fcc72c1cc4fe81d3 authored about 3 years ago by Kangzhi Shi <[email protected]>
pystruct::IntoStructFormatBytes to take str or bytes for format

fbbefed81379f7fe6ba3e869e53d941e7f80ae00 authored about 3 years ago by Jeong YunWon <[email protected]>
Use buffer args for _struct

6070af32406a78c9b15a2a285eba6b9d34f4f128 authored about 3 years ago by Ben Lewis <[email protected]>
Merge pull request #3261 from Snowapril/fix-issue-3232

Modify `PyType::name` method to return `BorrowedValue<str>`

7ff974eb0b6396f47e1c4269e12d9807485e207b authored about 3 years ago by Jeong YunWon <[email protected]>
Use implciit property name

f85ffd2118801e989cb9060fd21e8e9d621ab28b authored about 3 years ago by Jeong YunWon <[email protected]>
modify `PyType::name` caller codes to use `BorrowedValue`

Signed-off-by: snowapril <[email protected]>

1deb59ce408972b2edaef5af94632d3161640ec5 authored about 3 years ago by snowapril <[email protected]>
impl fmt::Display for `BorrowedValue<str>`

Signed-off-by: snowapril <[email protected]>

945d330b9c8591931c438d49f7d9759381f464ab authored about 3 years ago by snowapril <[email protected]>
add extra `name` method return `BorrowedValue<str>`

Signed-off-by: snowapril <[email protected]>

caec579acaa8c1152abc689100c4ea97d355c49c authored about 3 years ago by snowapril <[email protected]>
Merge pull request #3254 from aDotInTheVoid/bless

Bless Tests

5db4a2387484b988f52dfdf77306592a2acae732 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3259 from Jack-R-lantern/__contains__

Add contains in dict_items

eaae1343563a7ef7654543b8a8f4c6dbe49fdbfe authored about 3 years ago by Jeong YunWon <[email protected]>
Add __contains__ in dict_items

a0a61a6722a50d8d36e08fe080889a48c0d480ff authored about 3 years ago by Jack-R-lantern <[email protected]>
Add __contains__ in dict_items

5a8c6ad71356146dc9b4059a300cd0a2d6e76f34 authored about 3 years ago by Jack-R-lantern <[email protected]>
Add __contains__ in dict_items

8056604102e1c358103cb6ec6b7ebfdcf28d3e4b authored about 3 years ago by Jack-R-lantern <[email protected]>
Add __contains__ in dict_items

aef89ceaecabe681ec414372ac59c285eb8e182b authored about 3 years ago by Jack-R-lantern <[email protected]>
remove file

d59d5e17e6a9607398607215ddf1f8852dd9ef0b authored about 3 years ago by Jack-R-lantern <[email protected]>
Add testcase

d925880de8482b3311a16352561605acacf8b946 authored about 3 years ago by Jack-R-lantern <[email protected]>
Merge pull request #3258 from youknowone/ascii-buffer

ArgAsciiBuffer

c83eb12d0a3db010b2900c48d1c4140cf006f750 authored about 3 years ago by Jeong YunWon <[email protected]>
fix: remove unwrap

c852ce445528368c5f59400343c20a061381194c authored about 3 years ago by Jack-R-lantern <[email protected]>
pull main branch & merge

ab3145eb1d2d3c4c8fab7cf692dc37575262729d authored about 3 years ago by Jack-R-lantern <[email protected]>
Add __contains__ in dict_items

cf11f5aeeaf1f6fbbb0e47876cb7077f56365d82 authored about 3 years ago by Jack-R-lantern <[email protected]>
Merge pull request #3255 from RustPython/update-wapm-manifest

Update wapm manifest

621383be3d1b7a1403ce07577bffdfc67fa33cb2 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3257 from Dolpheyn/dict_keys_xor_and_or_sub

Add rxor, rand, ror and rsub operators in dict_keys

6e39473fce0e28c43acfbd153d4848c4f9c4020c authored about 3 years ago by Jeong YunWon <[email protected]>
Add rand, ror, rsub operators in dict_keys

922d233faaa3df26cd2bbd7076b58bdde04bb10d authored about 3 years ago by Dolpheyn <[email protected]>
WAPM release script

c778480404871d0c2a4f54ac91aefa88a40da9e0 authored about 3 years ago by Noa <[email protected]>
Bless Tests

This was broken by 54ab9cb54a0a9a637e1013a405dccdd8c52442a1

Closes #3253

98aa4bbe06dbb4136daa911ba26b91e18c047a87 authored about 3 years ago by Nixon Enraght-Moony <[email protected]>
Update wapm.toml

862d935026110589ad257ab70ae466a06b5ae43e authored about 3 years ago by Noa <[email protected]>
Merge pull request #3249 from joohongpark/test_dict

Add rand, ror, rsub operators in dict_items

7082abdce1eccbb9bc39d42c1785891df2512a7a authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3250 from DimitrisJim/ignore_cpy_specifics

Ignore CPython specific testing/template modules.

bff6393776eeb9cc3d37fd58e7be13cf8896976a authored about 3 years ago by Jeong YunWon <[email protected]>
Add rand, ror, rsub operators in dict_items, remove test annotation

c2d6bef793101b82ffd665b44b746435992fffd6 authored about 3 years ago by joohongpark <[email protected]>
Move not_impl to extra_tests.

eb943a11beb5aa97d3d2830d49b46518b24c63f3 authored about 3 years ago by jfh <[email protected]>
Ignore CPython specific testing/template modules. [skip ci]

2d36e1dc2db76122c0e4896d85de0dbc66bb39fa authored about 3 years ago by jfh <[email protected]>
Merge pull request #3221 from youknowone/pyref-intoobject

Remove PyRef::into_object()

4f9f939f3c5cebaa3d650bd4d937da85878fdcaa authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3247 from DimitrisJim/scientific_formating_complex

Fix complex::repr to use floats_ops.

22cc4a1437014a9ded22764e349dcf657b563c5d authored about 3 years ago by Jeong YunWon <[email protected]>
Make OSError subclass instead of itself

296f18326e0fef77c5d3edfa2f340e47d437194e authored about 3 years ago by ChJR <[email protected]>
Merge pull request #3245 from DimitrisJim/doc_warnings

Fix warnings for doc build.

10b83fc1b22a8096782066c5f35e32460c602815 authored about 3 years ago by Jeong YunWon <[email protected]>
Remove PyIter::as_object

86430f70d8f6929330e20fa56380455870c47f9c authored about 3 years ago by Jeong YunWon <[email protected]>
Use PyRef::into_object(vm) instead of into_ref(vm).into() combo

e19609ced3c1533a14da83c62915bff5e370a31f authored about 3 years ago by Jeong YunWon <[email protected]>
PyObjectWrap

4fb1cdb31651b08c9348a365fec5617c83180068 authored about 3 years ago by Jeong YunWon <[email protected]>
Use as_str to take &str form PyStr

152cbc6b184eac2e8b55d1b797ec63f37f721363 authored about 3 years ago by Jeong YunWon <[email protected]>
impl AsRef<PyObjectRef> for PyRef<T>

055bad342b6cf33119e20177328d477a31090f78 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3246 from youknowone/marshal

Make marshal.dumps ready ready for new contributors

9143e51b7524a5084d5ed230b1f2f5b0610ac58b authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Fix complex::repr to correctly print floats.

21d08e53d7e19cf9358e830d185dee8a5ca58640 authored about 3 years ago by jfh <[email protected]>
Make marshal.dumps ready ready for new contributors

51df324765cebb175aa3914aae7fe5512bdb2947 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3228 from chrismoradi/fix-complex-repr-tests

Fix repr for complex numbers involving NaN

cb87fa356243d0e24e02b276330b90180614f486 authored about 3 years ago by Jeong YunWon <[email protected]>
Fix warnings for doc build.

1f78c764ad3f8f1fcafaa5d40d9bd43d2db814c0 authored about 3 years ago by jfh <[email protected]>
Unmark successful tests

4a544a3ca61379f7d252337136b947333e2e42d8 authored about 3 years ago by Jeong YunWon <[email protected]>
Add AsciiBytesLike to accept both an ascii string or a buffer.

48e5feb994b2933b70b7ad5769ce715fae275f3c authored about 3 years ago by Ben Lewis <[email protected]>
Merge pull request #3243 from youknowone/cleanup-function-byteslike

Cleanup function byteslike

03a6798afb243926d71ee0cd84b5401e5f401e08 authored about 3 years ago by Jeong YunWon <[email protected]>
vm/function/{byteslike -> buffer}.rs

those types are buffer utilities
byteslike is one of them

04e25e8d2d2d9eaf2cb8748eb1ae9c8bb27cf191 authored about 3 years ago by Jeong YunWon <[email protected]>
clean up byteslike api

6ba322f2613f698379f8e470adb0b198e572f4e0 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3240 from DimitrisJim/numlike_args

Add numlike for handling of numlike arguments

5bee8fc8f63613d961d35e052e62b110417a7242 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3242 from youknowone/dictxor

dict.items.__xor__

6676f2e9fadfab864124545e2bd557a550245bc4 authored about 3 years ago by Jeong YunWon <[email protected]>
Rename from ArgTypeLike to ArgIntoType, numlike to number.

c0420721e02095599be8f7479c2d708bc115d47f authored about 3 years ago by jfh <[email protected]>
dict_items.__(r)xor__

204251e65a0c26a73dc426bb514841f18a849dc7 authored about 3 years ago by Jeong YunWon <[email protected]>
Add documentation for Arg types.

a29f9452b8f191e152c6606895f245ebb3eb203a authored about 3 years ago by jfh <[email protected]>
DictIterator -> DictView

which are not iterator

6adb553a123de2381ecf3fe10de1def73e86d5f6 authored about 3 years ago by Jeong YunWon <[email protected]>
PySetInner::new -> PySetInner::from_iter

870f773aafb74e771bdd4ed5b39796ad5262d776 authored about 3 years ago by Jeong YunWon <[email protected]>
Add ArgBoolLike.

b2a223856676165d36de7ee1133446d613d171b8 authored about 3 years ago by jfh <[email protected]>
Add ArgFloatLike.

856f77fb77ec97fb2b2cd442e70e67fa0a061dc2 authored about 3 years ago by jfh <[email protected]>
Move try_complex into PyObjectRef

acfdf9ceaa2a67924457dffd3e6e4f124bbafa3e authored about 3 years ago by jfh <[email protected]>
Add ArgComplexLike

7387324f59969c87b826ac1bf10a1d53475fdcec authored about 3 years ago by jfh <[email protected]>
Merge pull request #3239 from atimangel/fix

fix: float_info is supported

2ef33218a8cb47ed3817793162adcbe1926d82f7 authored about 3 years ago by Jeong YunWon <[email protected]>