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
github.com/RustPython/RustPython - d42d048c70ebd4166db4e14ce84fccb71165a409 authored over 3 years ago
add `complex.__complex__` which will be added in cpython 3.11 for typing
module.
documents:
...
This commit implement `bytes.__bytes__` in cpython 3.11 for typing
module.
* https://docs.py...
github.com/RustPython/RustPython - 30faf199874141161e86817e5b7c962e969642b7 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - abbcc7f322bff5db22da04d8242d60085dc672ff authored over 3 years ago
This commit implement `bytes.__bytes__` in cpython 3.11 for typing
module.
* https://docs.pytho...
github.com/RustPython/RustPython - cb4df01aca30e0bbda828a2f98fb409c0c651a83 authored over 3 years agoAdd test_typing from CPython 3.8
github.com/RustPython/RustPython - e44cb9c5cfeee0a0240dd612a68e5803691735e1 authored over 3 years agogithub.com/RustPython/RustPython - a43979bb625a33a835ac8996401d1a5b1f7bb7f7 authored over 3 years ago
github.com/RustPython/RustPython - 71a4934bc179f71239f26d5c6dc936fd654d0704 authored over 3 years ago
PyValue::_into_ref
github.com/RustPython/RustPython - 7d964815cb4eb11505fd777a0684ce7143b6b607 authored over 3 years agogithub.com/RustPython/RustPython - e1afef106af542e7cb0abc0ade9f57bc62bb7dd2 authored over 3 years ago
github.com/RustPython/RustPython - b8df8c3a6c07ea3760e6226a3b059fca05f9b144 authored over 3 years ago
Return subclass on deque copy.
github.com/RustPython/RustPython - 2dade2978d0adf01298e94d17b735a7579ececb1 authored over 3 years agogithub.com/RustPython/RustPython - 80a0effd22199cd1f14593567ded144872a88e0e authored over 3 years ago
github.com/RustPython/RustPython - cd9078e5f45fb1c9ae4a37377e5f53e629ba59fe authored over 3 years ago
github.com/RustPython/RustPython - 73d18fd7defce163fbfa06666fa7034f64bb4adb authored over 3 years ago
github.com/RustPython/rustpython.github.io - e18b16fa056497d7198470426b167052cd4191c4 authored over 3 years ago
github.com/RustPython/RustPython - 2b5251a4eccb06f50644c8fde1f078587d4306f5 authored over 3 years ago
Fix Compiler::qualified_path to be human friendly
github.com/RustPython/RustPython - d6dc0957dfada0cdf5a0fb50d0fb511b43d962f5 authored over 3 years agogithub.com/RustPython/RustPython - e5137fd25fd78e6acd7d328a486ceb97338f92b8 authored over 3 years ago
github.com/RustPython/RustPython - 93b91bab2d0855f7ef15b3714956248ea374d8c3 authored over 3 years ago
github.com/RustPython/RustPython - 390005f9a8202891f4607602d438098101f5938e authored over 3 years ago
github.com/RustPython/RustPython - abdfe3222b69d9960a0e9edd1c4890ab3e2e88c9 authored over 3 years ago
Fix `issubclass` method work for general types
github.com/RustPython/RustPython - cc77ebe6aed46591ca02bfaa8a33033230008783 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - e208138d6232e9c8c3657bc47dcd485647067a75 authored over 3 years agoThis commit fix issue #2943.
In cpython, both first and second argument can be value (not type)...
github.com/RustPython/RustPython - 1ddeb67ad0e61c9cfc8508b0ad7af98fa5e7ebd4 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 323b5f7c22fd2763dee9cb7b063313fab73de8e9 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 535f0734a01b929a7b6aebf89d29137b6755a996 authored over 3 years agoBump recursion limit to match CPython's
github.com/RustPython/RustPython - 3a861e47c6981d558a45d620d09c1bbdfac5d6a5 authored over 3 years agogithub.com/RustPython/RustPython - 01e5b12290806b1db2987cc052c3700f96dc8d0d authored over 3 years ago
fix pattern for construct the bytes and bytearray
github.com/RustPython/RustPython - f1c3935f27baa11b49bf301636e64302a09a4dfe authored over 3 years agohide builtins::isinstance from rust interface
github.com/RustPython/RustPython - 3836580de00b612ecaa50751d0e6e4058f7222b4 authored over 3 years agogithub.com/RustPython/RustPython - 6269d7eb0031b397612bd94c51bac3a2707501a3 authored over 3 years ago
github.com/RustPython/RustPython - d3873995870dfcfc396bbeaf7e34a551e6657a59 authored over 3 years ago
Fix `isinstance` to support Generic type object
github.com/RustPython/RustPython - fbea3f072e1c3a10614c1818c9a1e00a728b3aa3 authored over 3 years agoImplement __reduce__ for deque.
github.com/RustPython/RustPython - 48f0eb281007b5b00564aa26999208e42f503a31 authored over 3 years agoAdd rlcompleter.py
github.com/RustPython/RustPython - 23b77b94d54c2bbbce220e4f55ca3dea0609a493 authored over 3 years agoFix missing positional argument message
github.com/RustPython/RustPython - 84dd5b02ce4f746e6d606d8c99e398a6be964735 authored over 3 years agogithub.com/RustPython/RustPython - 5e758f07b5c4c521bedbfc47ab18ed4fd8836c02 authored over 3 years ago
github.com/RustPython/RustPython - 11349db67b6acacf898bda835a2a9840aa3a3f7b authored over 3 years ago
github.com/RustPython/RustPython - 46cbce49c2719b9044e6978b5496c6198f063bd6 authored over 3 years ago
github.com/RustPython/RustPython - 4911f17ed287b86102644761b0694a3aa66146de authored over 3 years ago
github.com/RustPython/RustPython - 27c0ff849b81eb25f09d1a9d36f77cfb3760a9ee authored over 3 years ago
github.com/RustPython/RustPython - 5cefa72dd4e81b5400f77c489fd89ef6d29e21b5 authored over 3 years ago
added __add__ method to collections.deque
github.com/RustPython/RustPython - 9203cb3bb21a4e8c4410ce19cf4c04dff03cae80 authored over 3 years agogithub.com/RustPython/RustPython - 4e733c450b0cb188ea99b8053cf2add70a9910c1 authored over 3 years ago
Add mutation check in dict.merge.
github.com/RustPython/RustPython - c57285bd8384f349088635f42be4239dbcdb2eb1 authored over 3 years agogithub.com/RustPython/RustPython - 9addff5ba956f1f05c8b1d19167d6e930b0c4120 authored over 3 years ago
make dict copy order when copied from ordered dict
github.com/RustPython/RustPython - 2657b8f9360689851cdd9d826d6ede81264408df authored over 3 years agogithub.com/RustPython/RustPython - 30b0a5af5e7f38202cf4b6f7768f07e742527670 authored over 3 years ago
Fix compilation on wasi
github.com/RustPython/RustPython - 9f4f26300beb7e94346fe6b1465773dac7ee5ad7 authored over 3 years agogithub.com/RustPython/RustPython - e7948e94a9ab558b155c372a324ba6613e569eb2 authored over 3 years ago
Disable `range_iterator` and `longrange_iterator` creation by calling its type
github.com/RustPython/RustPython - dc25d5442e72c90a191926469eab2ea2826f5f52 authored over 3 years ago
This commit fix `RangeTest.test_range_iterators_invocation` in
[`test_range.py`](https://github....
github.com/RustPython/RustPython - 2969fa5625ecfb02c54060d5d848740652344ffc authored over 3 years ago
github.com/RustPython/RustPython - 9ddc6ba0d6cc87772336419da8acd54fa9dd3b29 authored over 3 years ago
See also https://github.com/RustPython/RustPython/issues/2939
github.com/RustPython/RustPython - 6c9f8445e58c2d6ad7793a1c8c239eeb25ec334c authored over 3 years agogithub.com/RustPython/RustPython - 343d158c34cc208df5bcb7cc1d5ec4a293a1cf18 authored over 3 years ago
Signed-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 340b3031a6d9ee776c024598c9da69c547ae4ab0 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - 2122d9131490aef31472589119df91eb35fd84e7 authored over 3 years agoSigned-off-by: snowapril <[email protected]>
github.com/RustPython/RustPython - ff913baf9784a7c0105cbf337c05e1b5de635337 authored over 3 years agoos: implement os.nice
github.com/RustPython/RustPython - d7bacf0580b4f8ef72505420f5e6d240013f15d2 authored over 3 years agoThis commit fix issue #2936.
In original codes, there are problem in both `builtins::isinstance...
github.com/RustPython/RustPython - 7ffc33119bce77cb7e3e704a69c3f11636ce7666 authored over 3 years agoAdds better exception macro
github.com/RustPython/RustPython - 67b338863ee6f16b0df0a7d1aa9debba55284651 authored over 3 years agogithub.com/RustPython/RustPython - c57b8fbf43b6c5b7b592e8a4811001d259dd2a68 authored over 3 years ago
prepare extension for each dict iterator types
github.com/RustPython/RustPython - aff0e3c2da38f606afd344aad5c5f600b7574848 authored over 3 years agoUse SequenceIndex instead of Either.
github.com/RustPython/RustPython - 39ddad54d47c8388e0c9db4af8ffb7702a717ca1 authored over 3 years agogithub.com/RustPython/RustPython - ab5ccd6bebe883653d454496d59784bca6a84b81 authored over 3 years ago
Fixes panic when empty array is indexed.
github.com/RustPython/RustPython - 7f946daec4de9bf12e5c27fb1df454d4e061f713 authored over 3 years agogithub.com/RustPython/RustPython - 92491906f50ede2dba0e0685f54d621bd46bcb38 authored over 3 years ago
add deque.__copy__
github.com/RustPython/RustPython - 45a64e10fe5180ae8277685461aa455e2b289041 authored over 3 years agoresolve deque.rotate panic
github.com/RustPython/RustPython - 63b5310d98c1b24ed9b60eb45d8f4d5e16ff2d69 authored over 3 years agogithub.com/RustPython/RustPython - 4e62e82d4f92308fd1033df27ec2def7acf6fb48 authored over 3 years ago
github.com/RustPython/RustPython - 988c686e7d51ac3aade8d81d3fb72c4f1a19c4e2 authored over 3 years ago
Fix panic (debug), no indend (release) in REPL.
github.com/RustPython/RustPython - 27797e5f7708344855bd5292e56f5e1406b64b8e authored over 3 years agogithub.com/RustPython/RustPython - f889add815249564ebe6a641d0220a5a6f5d987c authored over 3 years ago
Adds deque.bool
github.com/RustPython/RustPython - e66566f7b811f75492aadcf2a9fd98db25af5171 authored over 3 years agoTrivial clean up
github.com/RustPython/RustPython - d544988aa67f40c5cb45b0fe4b9f448d8d6f16c3 authored over 3 years agoAdd {int,float}.__getnewargs__
github.com/RustPython/RustPython - a4c65049bf3ad0fb76c360494dc0cb95030ff56a authored over 3 years agogithub.com/RustPython/RustPython - f4e863927de6351f192d4bc0d4b7fd7efe48c862 authored over 3 years ago
github.com/RustPython/RustPython - 1fe71aa2a10c6981b7fa2d53cf116799b4a7eda3 authored over 3 years ago
fix bytes and bytearray fromhex to support subclass
github.com/RustPython/RustPython - 43d4b104165cd869dce8b793639b70641b1a1cf8 authored over 3 years agoFind key from only its attributes
github.com/RustPython/RustPython - 1b20dd5d1a6ce6597d7c25dc3c0afa3bbfcf8853 authored over 3 years agoSupport deque.index using start, end index
github.com/RustPython/RustPython - ca1e349a181bef596b803e1ddabb0f99f9cb5bc7 authored over 3 years agogithub.com/RustPython/RustPython - 13841336369179f86e63ae542b49f560fdf0d020 authored over 3 years ago
github.com/RustPython/RustPython - 0548fa14440a8d071e9c20c5d6858df3ef04f0e0 authored over 3 years ago
Fix error message incompatibility
github.com/RustPython/RustPython - 1c96338a2a1e2235852d0356f8b79c07ff3a2fe3 authored over 3 years agoThis commit fix issue #2939.
Add self.code.obj field in error message for
remove incompatibilit...
github.com/RustPython/RustPython - 67b81c8db5283988471f724820f4456320b91baf authored over 3 years ago
github.com/RustPython/RustPython - a5e7d25dee83a599fbb083f390c1f3eccb48148d authored over 3 years ago
At 'enum.py' 223 line, there is the code to check `member_type` contains
some methods. But it wa...
github.com/RustPython/RustPython - 4b3220b8887527a25d91ac9ea6337d6a1d02b8a5 authored over 3 years ago
Fix deque repr hang if element __repr__ mutates.
github.com/RustPython/RustPython - 60edbdd427b3d552239b122b903aa89fb1501057 authored over 3 years agoFix extendleft function of deque.
github.com/RustPython/RustPython - 04d77c23be652363ac1324e1ea8814e69a99a86c authored over 3 years agogithub.com/RustPython/RustPython - fd23e4e9177e17ff11fa421c89f0a3b1f998ae38 authored over 3 years ago
Resolve list deadlock
In current list lock implementation, some methods do not unlock
readgu...
Resolve deque deadlock using state
github.com/RustPython/RustPython - bfd9e39810cfa5677b2461120ba064b6765ef73d authored over 3 years agomake dict iterator use atomic operation
github.com/RustPython/RustPython - 488e756f67e04a7f1bc0e2b062f4813342a6b3cb authored over 3 years agogithub.com/RustPython/RustPython - 19ce63720022d8e1afabe4dc2683a4137d6ceb1d authored over 3 years ago
derive __text_signature__ from method definition
github.com/RustPython/RustPython - ac98e08950a85653f81c506a6e6fd1d5ef92ba29 authored over 3 years agogithub.com/RustPython/RustPython - da166186de99c919831eac20ef1af331025751a0 authored over 3 years ago