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 #3175 from lijm1358/cmath-atan-atanh

Add `atanh` and `atan` to `cmath`

b4a6b1e491d63d059ce88e87eba701eea9fa650b authored about 3 years ago by Jeong YunWon <[email protected]>
Add atanh and atan to cmath

438661dc449e1dd15caa35dc61b51506f2afd294 authored about 3 years ago by lijm1358 <[email protected]>
Merge pull request #3174 from dldks321/missing-cmath

Add `asinh` function to `cmath`

dee7828d186972f17bdac59d31b3285390802575 authored about 3 years ago by Jeong YunWon <[email protected]>
add asinh function to cmath

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

59b707c2ac52e0d312f18f7c3ce62e7551270b18 authored about 3 years ago by LeeBeomsu <[email protected]>
Merge pull request #3117 from youknowone/pyiter-protocol

PyIter protocol object

a3c06d9164163748e1a9ac42688b794754cbc10b authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3171 from youknowone/derive-default

Derive Default for CompileOpts

e045f4b239be7ce9d66744ed9926fd330770fe27 authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
PyIter protocol

3273be1a6b98ded2b5fd7f1571169748d9b824ce authored about 3 years ago by Jeong YunWon <[email protected]>
Derive Default for CompileOpts

4c8b14d2f1bac9b4c93364f753cbf20d41f55d38 authored about 3 years ago by Jeong YunWon <[email protected]>
PyIter -> SlotIterator to reserve PyIter for protocol object

8a46e638ce91d07a3bfe7d5dab0bf1996571663e authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3135 from youknowone/tp-slot

tp_ -> slot_

0787ed0fd32e387ad5a2dd8502dab26ae8ed17ec authored about 3 years ago by Jeong YunWon <[email protected]>
tp_ -> slot_

c3d8e792b763b6fc375037d38bd6fb0dfabec771 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3132 from youknowone/sys

vm::sysmodule -> vm::stdlib::sys

65d2aeef262b561fd8e56b1c1f4101314643e679 authored about 3 years ago by Jeong YunWon <[email protected]>
vm::sysmodule -> vm::stdlib::sys

fb4581bd453b45a23df71f6ec81e9c01e3e9b821 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3163 from afpro/main

android SSL support system certs

0f2efbe9302623b4fb50238c5e15cb405a41d291 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3152 from youknowone/array-internal

array buffer internal with original type

0d9d689a0934979609c5ec3e0c9b5b4e93517292 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3131 from youknowone/exc-builtins

Expose exception types under vm::builtins

5d1e0a95bb00a787ffd4f2e3522111dab8465754 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3045 from DimitrisJim/clean_pyargs

Clean up bare occurunces of `[pyarg(any)]`

65d0eb35a084e3e2e38254c39e61d460cda2e74e authored about 3 years ago by Jeong YunWon <[email protected]>
clean up imports

d2692554e49b25ead74052720ff49fc35aabf9f6 authored about 3 years ago by Jeong YunWon <[email protected]>
Expose exception types under vm::builtins

c3f46c773ec1b21fbe16079ed2e290159dee4d8e authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3109 from youknowone/byteslike-args

move vm/src/{byteslike.rs -> function/byteslike.rs}

3a84b28c87e8dc0bd8f10fb4b5b5fb76d9d3983e authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3150 from deantvv/io-error-with-filename

OSError with filename and filename2

06e439ee587825b3068ecf0a5935b4f1bb15f89c authored about 3 years ago by Jeong YunWon <[email protected]>
generalize IOErrorWithFilename to use PathOrFd

66bb59016d3541f5501015110ea63943df2dbcd9 authored about 3 years ago by Dean Li <[email protected]>
Merge pull request #3141 from youknowone/fspath

FsPath public API

ab9ca950e215539952e88a8b4e713ecb5b1187fb authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
pyarg(any) implies positional_or_keyword

121655826a8d0fc4f0992fe0110165a620faeabf authored about 3 years ago by jfh <[email protected]>
fix naming (droid->android); fix compile error

dee02b4935b8b9ed2109cfa9e13ca44a98388fa7 authored about 3 years ago by afpro <[email protected]>
move vm/src/{byteslike.rs -> function/byteslike.rs}

495ba77ae5f45bf915436a72e31598fc22f40b52 authored about 3 years ago by Jeong YunWon <[email protected]>
clean up andorid ssl

728af615ff96efb3403979b6b0384722d1e133ac authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3145 from moreal/sync-module-doc-with-database

Sync some modules' doc with database

6878200a45bfaaff963689d1386ffd7c8230c149 authored about 3 years ago by Jeong YunWon <[email protected]>
Use Rust mod document first

See https://github.com/RustPython/RustPython/pull/3145\#discussion_r716219438

dd5e55d861bee6f5c723b6ee4879da74bcf41f87 authored about 3 years ago by Moreal <[email protected]>
OSError with filename and filename2

Implement OSError members `filename` and `filename2` by adding a new
struct `IOErrorWithFilename...

3af3b1f0d9422cdf180bd4912a9158e7191a97a7 authored about 3 years ago by Dean Li <[email protected]>
android SSL support system certs

a65ef3e49ccb098c7254d95c84b1ac850582edad authored about 3 years ago by afpro <[email protected]>
Merge pull request #3160 from youknowone/test-exc-slots

remove exception_slots

4558f762304b432f947087a4993998978abb9089 authored about 3 years ago by Jeong YunWon <[email protected]>
remove create_exception_type

dad7fae8ac31821ba1bad354199c481798ba9dee authored about 3 years ago by Jeong YunWon <[email protected]>
remove exception_slots

ba5ce91a15a764b74decd0e99cb3ffdc17cf3b65 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3155 from youknowone/ascii

vm::utils::ascii! -> common::ascii!

08955cddd19f36a9bbd97019fda22af32a7b6ee7 authored about 3 years ago by Jeong YunWon <[email protected]>
vm::utils::ascii! -> common::ascii!

44f7bc468afc9ae47984868f12c9c0c1ec2dbb0f authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3157 from DimitrisJim/whats_left

Fix what's left issue

c6edbc492fd7717cf47d7cf586c8a495d087d56c authored about 3 years ago by Jeong YunWon <[email protected]>
fix issue 3154

8d8e138f0a6b0083986bd92628a16a882c3167ad authored about 3 years ago by jfh <[email protected]>
Merge pull request #3153 from youknowone/use-statement

clean up use statements

ae38389fbb2e3fa8ec5b4f406cd681cfe9a901df authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
clean up use statements

732c7d201d2740d7ef9de92c7b58ac5eb9a35020 authored about 3 years ago by Jeong YunWon <[email protected]>
array buffer internal with original type

3952d8cda4874e2323b21739a53a9f91a66fa251 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3151 from youknowone/signal

Refactor signal with pymodule

da898a3de242d56d02da86a5228310c115750dd2 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3149 from eldpswp99/remove-precommit

remove precommit

6c3b3231f8a96460ebd0098e80bfe51922b58599 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3144 from youknowone/pytype-new

pytype::new -> PyType::new

ed01f87730ba0e5821b7db282ed74fa8643e8582 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3142 from youknowone/int-primitive

int::try_to_primitive -> PyInt::try_to_primitive

81603b580580a0dfdb68d91c30482d05863b45aa authored about 3 years ago by Jeong YunWon <[email protected]>
split signal module from stdlib

1e9ec5b4b9944b32c3721c774a58ed5d8fccdfd2 authored about 3 years ago by Jeong YunWon <[email protected]>
Refactor signal with pymodule

c25724d9b21a324bb9699f8ec5259f25933a937a authored about 3 years ago by Jeong YunWon <[email protected]>
remove precommit

76c8f33a6f49631642a182893d2745623958194b authored about 3 years ago by eldpswp99 <[email protected]>
Merge pull request #3147 from youknowone/ssl-module

Refactor ssl module

837bf59fd58db1ee09c734749e4fa9718b210da9 authored about 3 years ago by Jeong YunWon <[email protected]>
Refactor ssl module

b195b10ae3c1bdb45a140f603e36f5a2b723bed8 authored about 3 years ago by Jeong YunWon <[email protected]>
int::try_to_primitive -> PyInt::try_to_primitive

4650b30b85e67fa682c8d610198c7d8bc314fe64 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3143 from youknowone/expose-ascii

expose ascii! macro as pub

ec5b6b4e8783b211344bce4b5cb0ae09a1572ec3 authored about 3 years ago by Jeong YunWon <[email protected]>
PyType::new

e21c0afe8abbfb1ddbd3ea2e971a5a2a2a2cf5c3 authored about 3 years ago by Jeong YunWon <[email protected]>
expose ascii! macro as pub

5fab0771ae5ac72fbce2b7105a975ee66fec9da5 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3140 from youknowone/int-method

move int::bigint_unsigned_mask to PyInt::as_u32_mask

2d727abfbbd8d7edfe61b1d647f7de1b1cf0577c authored about 3 years ago by Jeong YunWon <[email protected]>
FsPath public API

59a64048ba56b3991f7c7e8a426b751a5d17b459 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3138 from youknowone/asbuffer

Rename AsBuffer::{as_buffer -> tp_as_buffer, get_buffer -> as_buffer}

8c59fb4f4244d9aa880fde9ae206d802d1d7a78b authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3134 from deantvv/os-execv

os: fix execv argument type

ec23fa56c944e1dc24c6d6c3dbb6f69b23002082 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3139 from youknowone/cleanup-use

clean up use statements

ad255974ccab3cd5db16f342e8885775f8719afb authored about 3 years ago by Jeong YunWon <[email protected]>
move int::bigint_unsigned_mask to PyInt::as_u32_mask

84a2396ade2be1975ca44068cc207825bd9e3a2a authored about 3 years ago by Jeong YunWon <[email protected]>
clean up use statements

cb9bfce007b20d81d612f3548643fcd5f0a04b52 authored about 3 years ago by Jeong YunWon <[email protected]>
Sync module doc with database

d7f5b62dca9a320fb2a6a70324b75b889071242b authored about 3 years ago by Moreal <[email protected]>
Rename AsBuffer::{as_buffer -> tp_as_buffer, get_buffer -> as_buffer}

3ba42dbd4cb8b1a4eb3eef53bc2063c8597dae10 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3091 from youknowone/x86-ci

CI for x86 32bit (i686-unknown-linux-gnu)

c38e78a8f6ef1ed04756ce0bde84b4f0456374e0 authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
os: fix execv argument type

0c7246054ecae2dd99c49279790d733b81acc6e8 authored about 3 years ago by Dean Li <[email protected]>
Merge pull request #3130 from youknowone/contextless-exception

Fix define_exception macro not to depend on local context

a9addd470c11d22af43aad75dab172180d55bf38 authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Fix define_exception macro not to depend on local context

063f0def1fc4b78ba79349f25691dbb779246a38 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3126 from zetwhite/posix_sched

posix : implement sched_set/getscheduler and sched_set/getparam

e9c098b54e796b4f061b2bd584993d4511dd7678 authored about 3 years ago by Jeong YunWon <[email protected]>
do not cache for exotic targets

a072d95d8af89964bf47838043f5394486c6846a authored about 3 years ago by Jeong YunWon <[email protected]>
Extend CI for x86 32bit

4f66063de9a735fde737f24833d304a11f71f25e authored about 3 years ago by Jeong YunWon <[email protected]>
posix : implement sched_set/getscheduler and sched_set/getparam

2d9867d002617352a053d46c9e15296b1a3b43b4 authored about 3 years ago by zetwhite <[email protected]>
Merge pull request #3128 from youknowone/builtins-use

clean up builtins use

2bbcf9c4e4c48eccf61bab45b70b20ac07e67c2a authored about 3 years ago by Jeong YunWon <[email protected]>
clean up builtins use

d6ec90d77dbe580a1f6c3eafda53570b2afe1a93 authored about 3 years ago by Jeong YunWon <[email protected]>
Account for `0x80..=0xff` range in memory

a100178fb408133588416e5b5e92c1d4e23f10d2 authored about 3 years ago by Padraic Fanning <[email protected]>
Streamline latin_1_encode fast path

4375307a17b68b6f25f02329a95e1526753228a5 authored about 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #3087 from youknowone/apple-silicon

CI check for Apple silicon (aarch64-apple-darwin)

debf7653a4ff4723e3cf671f931c8085142ba24e authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3123 from youknowone/derive-show-type

derive shows type name when with trait fails

c906ce6dbdf5876691cf35fa2cd5feacc6c33382 authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3115 from youknowone/protocol

rustpython_vm::protocol to hold protocols

3bf488221c47bd101fa1c40d0f224426cd0e4d3d authored about 3 years ago by Jeong YunWon <[email protected]>
Fix windows build warnings

5e2a61ee9935dd7f46333c8d56c2805a2aaf58f8 authored about 3 years ago by Jeong YunWon <[email protected]>
rustpython_vm::protocol to hold protocols

efb14a4f78c03419e4c4e31cdb3bc0d4cbefd88f authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3116 from youknowone/pyiter

Universal mechanism for Iterator slots

1063121f487140a4ce8b8db7b596ba473b0b2ec0 authored about 3 years ago by Jeong YunWon <[email protected]>
Universal mechanism for Iterable/PyIter

98a62c581cb824ef3de1173d873b83c1193f31dc authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3127 from youknowone/static-type

derive(PyValue) not to depend on local context

f0dd29d138c315ef4f8c19abda22b502344ba3d4 authored about 3 years ago by Jeong YunWon <[email protected]>
derive(PyValue) not to depend on local context

0d09bc72852bebf00e84475a890c21ffdbd1a26b authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3125 from youknowone/dewarnings

remove compiler warnings

6e908debf6aa1ea210083b0a6aa82ab963ceb174 authored about 3 years ago by Jeong YunWon <[email protected]>
remove compiler warnings

90eed30ad8bcb7681ff5a7de6ebe4df78904d068 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3057 from eldpswp99/make-magic-method-new-to-follow-cpython

make magic method new to follow cpython way

6b84c2b83e6bcd7a202be48c9257419a81e8506c authored about 3 years ago by Jeong YunWon <[email protected]>
derive show type name when with trait fails

a723f7761b4fe75e24e5f10607d89a841b97412c authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3106 from youknowone/posargs

vm::function::{Args -> PosArgs}

7a7a6bdf90b432da3c9c98c91bc0ed0fe120bba8 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3111 from youknowone/posix

split `posix` and `nt` files from `os`

be74fb90a14e45293fd008d21aa0af081815a300 authored about 3 years ago by Jeong YunWon <[email protected]>
Simplify latin_1 decode function

7d322b728c912ebba0a65f94f1d180beca53e66b authored about 3 years ago by Padraic Fanning <[email protected]>
Implement latin_1 in Rust

This implementation is patterned off of the ascii codec.

0f889ce92b51cd93f056652fa9d625f16a668ecb authored about 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #3118 from RustPython/more-codecs

Implement ascii codec in Rust

0bb0946a5e695ad54bdb32d2a8630ce855d2764b authored about 3 years ago by Noa <[email protected]>
Fast-path with str.is_ascii()

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

d86903582a6750c6fd8ae7d58f1f072954cea86a authored about 3 years ago by Noa <[email protected]>
vm::function::{Args -> PosArgs}

d9c17f27872d0e728db4c3662b881f4e60f32ba6 authored about 3 years ago by Jeong YunWon <[email protected]>
Fix os.py for nt

56fb733b0dc80e69c1fb67200792fdc0918e4763 authored about 3 years ago by Jeong YunWon <[email protected]>
posix/nt owns its make_module

4cae03b5e09ec623a91a4baecafc9b8cad2e6364 authored about 3 years ago by Jeong YunWon <[email protected]>
split `nt` from `os`

c65bd6651e24b43ad0f7ce5ef82692cb35b03a83 authored about 3 years ago by Jeong YunWon <[email protected]>
split `posix` from `os`

199eeee815baa069ddfc4ffadf0811f8357347e9 authored about 3 years ago by Jeong YunWon <[email protected]>
FsPath::to_pathlike

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