Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

RustPython

Python3 interpreter written in Rust
Collective - Host: opensource - https://opencollective.com/rustpython - Code: https://github.com/RustPython

move int::bigint_unsigned_mask to PyInt::as_u32_mask

github.com/RustPython/RustPython - 84a2396ade2be1975ca44068cc207825bd9e3a2a authored over 3 years ago
clean up use statements

github.com/RustPython/RustPython - cb9bfce007b20d81d612f3548643fcd5f0a04b52 authored over 3 years ago
Sync module doc with database

github.com/RustPython/RustPython - d7f5b62dca9a320fb2a6a70324b75b889071242b authored over 3 years ago
Rename AsBuffer::{as_buffer -> tp_as_buffer, get_buffer -> as_buffer}

github.com/RustPython/RustPython - 3ba42dbd4cb8b1a4eb3eef53bc2063c8597dae10 authored over 3 years ago
Merge pull request #3091 from youknowone/x86-ci

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

github.com/RustPython/RustPython - c38e78a8f6ef1ed04756ce0bde84b4f0456374e0 authored over 3 years ago
os: fix execv argument type

github.com/RustPython/RustPython - 0c7246054ecae2dd99c49279790d733b81acc6e8 authored over 3 years ago
Merge pull request #3130 from youknowone/contextless-exception

Fix define_exception macro not to depend on local context

github.com/RustPython/RustPython - a9addd470c11d22af43aad75dab172180d55bf38 authored over 3 years ago
Fix define_exception macro not to depend on local context

github.com/RustPython/RustPython - 063f0def1fc4b78ba79349f25691dbb779246a38 authored over 3 years ago
Merge pull request #3126 from zetwhite/posix_sched

posix : implement sched_set/getscheduler and sched_set/getparam

github.com/RustPython/RustPython - e9c098b54e796b4f061b2bd584993d4511dd7678 authored over 3 years ago
do not cache for exotic targets

github.com/RustPython/RustPython - a072d95d8af89964bf47838043f5394486c6846a authored over 3 years ago
Extend CI for x86 32bit

github.com/RustPython/RustPython - 4f66063de9a735fde737f24833d304a11f71f25e authored over 3 years ago
posix : implement sched_set/getscheduler and sched_set/getparam

github.com/RustPython/RustPython - 2d9867d002617352a053d46c9e15296b1a3b43b4 authored over 3 years ago
Merge pull request #3128 from youknowone/builtins-use

clean up builtins use

github.com/RustPython/RustPython - 2bbcf9c4e4c48eccf61bab45b70b20ac07e67c2a authored over 3 years ago
clean up builtins use

github.com/RustPython/RustPython - d6ec90d77dbe580a1f6c3eafda53570b2afe1a93 authored over 3 years ago
Account for `0x80..=0xff` range in memory

github.com/RustPython/RustPython - a100178fb408133588416e5b5e92c1d4e23f10d2 authored over 3 years ago
Streamline latin_1_encode fast path

github.com/RustPython/RustPython - 4375307a17b68b6f25f02329a95e1526753228a5 authored over 3 years ago
Merge pull request #3087 from youknowone/apple-silicon

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

github.com/RustPython/RustPython - debf7653a4ff4723e3cf671f931c8085142ba24e authored over 3 years ago
Merge pull request #3123 from youknowone/derive-show-type

derive shows type name when with trait fails

github.com/RustPython/RustPython - c906ce6dbdf5876691cf35fa2cd5feacc6c33382 authored over 3 years ago
Merge pull request #3115 from youknowone/protocol

rustpython_vm::protocol to hold protocols

github.com/RustPython/RustPython - 3bf488221c47bd101fa1c40d0f224426cd0e4d3d authored over 3 years ago
Fix windows build warnings

github.com/RustPython/RustPython - 5e2a61ee9935dd7f46333c8d56c2805a2aaf58f8 authored over 3 years ago
rustpython_vm::protocol to hold protocols

github.com/RustPython/RustPython - efb14a4f78c03419e4c4e31cdb3bc0d4cbefd88f authored over 3 years ago
Merge pull request #3116 from youknowone/pyiter

Universal mechanism for Iterator slots

github.com/RustPython/RustPython - 1063121f487140a4ce8b8db7b596ba473b0b2ec0 authored over 3 years ago
Universal mechanism for Iterable/PyIter

github.com/RustPython/RustPython - 98a62c581cb824ef3de1173d873b83c1193f31dc authored over 3 years ago
Merge pull request #3127 from youknowone/static-type

derive(PyValue) not to depend on local context

github.com/RustPython/RustPython - f0dd29d138c315ef4f8c19abda22b502344ba3d4 authored over 3 years ago
derive(PyValue) not to depend on local context

github.com/RustPython/RustPython - 0d09bc72852bebf00e84475a890c21ffdbd1a26b authored over 3 years ago
Merge pull request #3125 from youknowone/dewarnings

remove compiler warnings

github.com/RustPython/RustPython - 6e908debf6aa1ea210083b0a6aa82ab963ceb174 authored over 3 years ago
remove compiler warnings

github.com/RustPython/RustPython - 90eed30ad8bcb7681ff5a7de6ebe4df78904d068 authored over 3 years ago
Merge pull request #3057 from eldpswp99/make-magic-method-new-to-follow-cpython

make magic method new to follow cpython way

github.com/RustPython/RustPython - 6b84c2b83e6bcd7a202be48c9257419a81e8506c authored over 3 years ago
derive show type name when with trait fails

github.com/RustPython/RustPython - a723f7761b4fe75e24e5f10607d89a841b97412c authored over 3 years ago
Merge pull request #3106 from youknowone/posargs

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

github.com/RustPython/RustPython - 7a7a6bdf90b432da3c9c98c91bc0ed0fe120bba8 authored over 3 years ago
Merge pull request #3111 from youknowone/posix

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

github.com/RustPython/RustPython - be74fb90a14e45293fd008d21aa0af081815a300 authored over 3 years ago
Simplify latin_1 decode function

github.com/RustPython/RustPython - 7d322b728c912ebba0a65f94f1d180beca53e66b authored over 3 years ago
Implement latin_1 in Rust

This implementation is patterned off of the ascii codec.

github.com/RustPython/RustPython - 0f889ce92b51cd93f056652fa9d625f16a668ecb authored over 3 years ago
Merge pull request #3118 from RustPython/more-codecs

Implement ascii codec in Rust

github.com/RustPython/RustPython - 0bb0946a5e695ad54bdb32d2a8630ce855d2764b authored over 3 years ago
Fast-path with str.is_ascii()

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

github.com/RustPython/RustPython - d86903582a6750c6fd8ae7d58f1f072954cea86a authored over 3 years ago
vm::function::{Args -> PosArgs}

github.com/RustPython/RustPython - d9c17f27872d0e728db4c3662b881f4e60f32ba6 authored over 3 years ago
Fix os.py for nt

github.com/RustPython/RustPython - 56fb733b0dc80e69c1fb67200792fdc0918e4763 authored over 3 years ago
posix/nt owns its make_module

github.com/RustPython/RustPython - 4cae03b5e09ec623a91a4baecafc9b8cad2e6364 authored over 3 years ago
split `nt` from `os`

github.com/RustPython/RustPython - c65bd6651e24b43ad0f7ce5ef82692cb35b03a83 authored over 3 years ago
split `posix_compat` from `os`

github.com/RustPython/RustPython - f61b73cd3f35a5b1607a052751d8b36a5e7a0d26 authored over 3 years ago
split `posix` from `os`

github.com/RustPython/RustPython - 199eeee815baa069ddfc4ffadf0811f8357347e9 authored over 3 years ago
FsPath::to_pathlike

github.com/RustPython/RustPython - abc4b4196e6d97ff06c19204121a1996bbb65fd9 authored over 3 years ago
Merge pull request #3082 from youknowone/windows-stack-size

increase stack size for windows

github.com/RustPython/RustPython - 664be10b61c5da249b927941474a1defe84862c7 authored over 3 years ago
Merge pull request #3098 from youknowone/doc-sync

CPython docs database for module items

github.com/RustPython/RustPython - 874ed5a78db17b21e33b81811d6130a3600448b7 authored over 3 years ago
Merge pull request #3119 from DimitrisJim/math_module

Refactor math.rs into module.

github.com/RustPython/RustPython - cfde531bfb6c99abc7444f86925a3cf6f02b64a6 authored over 3 years ago
Merge pull request #3120 from DimitrisJim/cmath_consts

Refactor cmath constants.

github.com/RustPython/RustPython - ca68608e3a1d1896665d85d7a99683fbcb900a9a authored over 3 years ago
Refactor cmath constants.

github.com/RustPython/RustPython - f7509d2cb2a33d428fb3ae5a762d4d0c46ebdaf1 authored over 3 years ago
Refactor math.rs into module.

github.com/RustPython/RustPython - f2bda7d4cf6bfe70d2f348d01644bc7aeabdc84b authored over 3 years ago
Implement ascii codec in Rust

github.com/RustPython/RustPython - 20b86b20601391abbad245546e2b9379a95d5588 authored over 3 years ago
Merge pull request #2719 from DimitrisJim/no-export

Don't export stdlib modules.

github.com/RustPython/RustPython - 29c90a6fe89548a285fd14767e3a62374a85177e authored over 3 years ago
Merge pull request #3092 from youknowone/str-safe

Fix PyStr operations to be safe

github.com/RustPython/RustPython - 225e7427a7e638ca9847f47022886b2bf34e70e3 authored over 3 years ago
Merge pull request #3113 from Snowapril/solve-clippy-warnings

Solve clippy warnings in window

github.com/RustPython/RustPython - 89623762716fb5d2bb306cacdd4a1880c2aaf926 authored over 3 years ago
resolve clippy warnings in window

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

github.com/RustPython/RustPython - df5b386b4b6b46accdde3f868a24e4525f88c8e5 authored over 3 years ago
Merge pull request #3114 from youknowone/pyclass-module

pyclass module priors to umbrella pymodule name

github.com/RustPython/RustPython - 35f1bd15c54f2cd25a0dcca49f7f262f04b66346 authored over 3 years ago
Merge pull request #3108 from youknowone/pycallable

Rename Py{Callable, Iterable} to Arg{..}

github.com/RustPython/RustPython - f24884c970da22dffdc3023e3353c234dd9cf74a authored over 3 years ago
pyclass module priors to umbrella pymodule

github.com/RustPython/RustPython - 671a2345711743df617eb7fce9841247d90ede37 authored over 3 years ago
clean up function::Arg imports

github.com/RustPython/RustPython - 0317647e7ad067428bdf7673a2cc7503f831d0e2 authored over 3 years ago
split Arg{Callble,Iterable} from pyobject.rs

github.com/RustPython/RustPython - ffef73c1d7eb0d7552e97b84ddff87a2da6186e2 authored over 3 years ago
Rename Py{Callable, Iterable} to Arg{..}

which were not a python object but just argument helper

github.com/RustPython/RustPython - a5309a7888a399913adb2f2190ae67c89af323b9 authored over 3 years ago
Merge pull request #3110 from youknowone/use-regroup

Group use for vm stuff to prevent reorder for rustpython_stdlib

github.com/RustPython/RustPython - 7ea52cb215f88ac365101f9b6df92d3f3031e13b authored over 3 years ago
regroup use items for bulitin stdlibs

github.com/RustPython/RustPython - 137a543ca7d8e1cfc6bcf4373d3898f14839ae14 authored over 3 years ago
Group use for vm stuff to prevent reorder for rustpython_stdlib

github.com/RustPython/RustPython - 96c9d9ec16472aeb787dbd6c24f5fe9b04d9f688 authored over 3 years ago
cpython docs database for class

github.com/RustPython/RustPython - 064bfc5a9dfea7b6d58da68d9a1e68d66cc685a4 authored over 3 years ago
Merge pull request #3107 from youknowone/try-to

try to types utility functions to PyObjectRef methods

github.com/RustPython/RustPython - f357a958cac5efb29e3b1be437749de9a3ba17ee authored over 3 years ago
Merge pull request #3105 from youknowone/wchar-t

extract wchar_t definition to rustpython-common

github.com/RustPython/RustPython - d5272c931079bb989583ecf31b9541b0ab468cfc authored over 3 years ago
Merge pull request #3093 from youknowone/ci-cache

Enable cache for exotic/miri targets

github.com/RustPython/RustPython - 69c7d93885b17e079c488d49d6b1793d181de414 authored over 3 years ago
CPython docs database for module items

github.com/RustPython/RustPython - c2b4755af435ee1446cf7ec4f1b79fcebbdbe060 authored over 3 years ago
pybool::boolval -> PyObjectRef::try_into_bool

github.com/RustPython/RustPython - 09bc4d3cae2e21dd4d0e7e14f5214c59b8a02292 authored over 3 years ago
Export common conversion parameter type IntoPy*

github.com/RustPython/RustPython - 540b9c316a6f6419a4b6dd0ba4bf38bc3d750fc6 authored over 3 years ago
try to types utility functions to PyObjectRef methods

github.com/RustPython/RustPython - bc2bb1023d8931bc98881497d6971d52aecc611c authored over 3 years ago
extract wchar_t definition to rustpython-common

github.com/RustPython/RustPython - 2952f6e7c6e7bafc5db1cc581ce5be03c2100eee authored over 3 years ago
Merge pull request #3103 from Codemonk-adi/main

Fixed Nan issue

github.com/RustPython/RustPython - 72e942301d7ef70b0d8d60216b979811b6a545bc authored over 3 years ago
Redid the commit cause I messed up

github.com/RustPython/RustPython - a07d3432c18ebf2d3e9c7e7a0d32fc643dcbbb3d authored over 3 years ago
Merge pull request #3099 from deantvv/impl-pyvalue

impl `#[derive(PyValue)]` for static_type

github.com/RustPython/RustPython - 3a0c2bb752fd607f47d17c26f6f8cdc3c0a70b3a authored over 3 years ago
impl `#[derive(PyValue)]` for static_type

github.com/RustPython/RustPython - 88e869a4da819ac7803ec8f1d8a1d1785b88d9c9 authored over 3 years ago
Merge pull request #3083 from moreal/impl-genericalias

Introduce `types.GenericAlias` type

github.com/RustPython/RustPython - e6e2204bde78e0c2f78a3b06d2d566fa6277e918 authored over 3 years ago
Refactor `PyGenericAlias` type

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

- Remove `PyGenericAliasRef...

github.com/RustPython/RustPython - da79719063e9f99003437d74c7fc015e73639e87 authored over 3 years ago
Fix PyStr operations to be safe

github.com/RustPython/RustPython - 7395959f5f8869fe0416538b090a8f6373b33158 authored over 3 years ago
Merge pull request #3095 from RustPython/offset-in-crt_fd

Move Offset definition to crt_fd

github.com/RustPython/RustPython - b9edc8e3f7c0fe13303f3e4d245b8db26ae92211 authored over 3 years ago
Move Offset definition to crt_fd

github.com/RustPython/RustPython - fe81576b0689435399e2c0a43adf6b97bc2a4906 authored over 3 years ago
Enable cache for exotic/miri targets

github.com/RustPython/RustPython - 2a56ce79978ba46346b59323841561b00b15d881 authored over 3 years ago
CI for Apple Silicon

github.com/RustPython/RustPython - 9240f499efdd970bfc83252f67c30df07fb9c4ac authored over 3 years ago
Merge pull request #3086 from youknowone/x86

Fix x86 build

github.com/RustPython/RustPython - fa55fd9a5541d2791ffad94fb7f03e2e8f98d75f authored over 3 years ago
Merge pull request #3088 from deantvv/os-stat-result

os: fix stat_result test

github.com/RustPython/RustPython - 46dc7f487b891a76fe78df06847f351ad68afa5f authored over 3 years ago
increase stack size for windows

github.com/RustPython/RustPython - 5a06c80237e558f2913a7e2c8ecd643cc6e4cade authored over 3 years ago
os: fix stat_result test

Implement tp_new for `stat_result`

To unpack args, this PR implement a `flatten_args` closure t...

github.com/RustPython/RustPython - 96dcd684727abeb7224dfbcbf5726c27444ebe9e authored over 3 years ago
Add `list.__class_getitem__` method

See also https://www.python.org/dev/peps/pep-0585/

github.com/RustPython/RustPython - 07c6d9f298cda13c0e85f6cf9e3bb32b715365ae authored over 3 years ago
Register `types.GenericAlias` type

github.com/RustPython/RustPython - 5dad81eb0c63ac5d87ed38a0cc382484dcbd7291 authored over 3 years ago
Bump `types` module to CPython 3.9.7

github.com/RustPython/RustPython - 2462d167d1765f683c67078184f752ee0b720cc9 authored over 3 years ago
Mark failed tests by features not implemented yet

github.com/RustPython/RustPython - 7c3939a149deca59e83ea7199cd97a7ba6f0100a authored over 3 years ago
Introduce `types.GenericAlias` type

github.com/RustPython/RustPython - ef9d8620926186aef7c8c8b11491a8ec10ec70a0 authored over 3 years ago
Merge pull request #3077 from jam1garner/compilation-32bit

Fix compilation on unix platforms with i32 c_long

github.com/RustPython/RustPython - 2d7a66b8308daf9ad5edf54781cb9eadc641ed7a authored over 3 years ago
Merge pull request #3084 from tony-jinwoo-ahn/tan

Add tan() and tanh() for cmath

github.com/RustPython/RustPython - 27e953fed17373482e7b56fc255149c2fce321a6 authored over 3 years ago
Merge pull request #3030 from zetwhite/os_sched

posix : implement sched_param class

github.com/RustPython/RustPython - 0a20519efbaaf044381f9a95e56b0b1beb96ffb7 authored over 3 years ago
Add tan() and tanh() for cmath

Signed-off-by: Tony Jinwoo Ahn <[email protected]>

github.com/RustPython/RustPython - 9de85113674dca36f60e9dcc29f5302bf283c065 authored over 3 years ago
posix : implement sched_param class

github.com/RustPython/RustPython - 9b09ab2d149e824d3527d297116f60be94cc6888 authored over 3 years ago
Merge pull request #3081 from mithrandir/main

Implement cmath.acosh

github.com/RustPython/RustPython - 02e5f849700e10b5e82f5f00393ca990159241aa authored over 3 years ago
Implement cmath.acosh

github.com/RustPython/RustPython - cc739b4ccf246384ff2092f36d7b5b125243433e authored over 3 years ago