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

Merge pull request #4367 from andersk/star-order

Prohibit starred arguments after double-starred arguments

github.com/RustPython/RustPython - 2eb87cac71ee05007cbcfa81bc69cc5cec6348c6 authored about 2 years ago
Merge pull request #4344 from moreal/base64-trailing-bits

Allow trailing bits while decoding base64

github.com/RustPython/RustPython - 27d315c3d13fe1df6863e483898258fec34e098a authored about 2 years ago
Merge pull request #4378 from yt2b/fix_opecode

`eval` doesn't raise correct exception

github.com/RustPython/RustPython - d4c0be20a4be66cea8ed919ff411c37e739cf7e9 authored about 2 years ago
Update compiler/parser/src/fstring.rs

Co-authored-by: Zgarbul Andrey <[email protected]>

github.com/RustPython/RustPython - af4a43d725878eec18f7fd8eeb97c5a4661628c7 authored about 2 years ago
Update compiler/parser/src/fstring.rs

Co-authored-by: Zgarbul Andrey <[email protected]>

github.com/RustPython/Parser - b707f53f23372744a0f7e7db485a62b8ac1f218b authored about 2 years ago
Allow named expression in set comprehension: `{a := b for c in d}`

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/Parser - 6439867f7853e012b0ee75e0f21e051464742c97 authored about 2 years ago
Allow named expression in subscript: `a[b := c]`

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/Parser - 1904d095f974fb79c4681433142b68871b90f15f authored about 2 years ago
Allow named expression in subscript: `a[b := c]`

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/RustPython - 71a278c086313ab6750889a269be9b7a819bd303 authored about 2 years ago
Allow named expression in set comprehension: `{a := b for c in d}`

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/RustPython - 6b12aeef6af1370cfbb16ee5d7483ab620f5b7f3 authored about 2 years ago
Use fast_isinstance

github.com/RustPython/RustPython - 942dccfaae44c0837c425954915e0239dd5965a8 authored about 2 years ago
Clean up FStringParser

github.com/RustPython/Parser - 37b1894834ffc1be2aa198ebe77eaf6b8d585139 authored about 2 years ago
Clean up FStringParser

github.com/RustPython/RustPython - f8da501ba33b54e23508d0ba5c1bc4ee710c2180 authored about 2 years ago
Remove the decorator

github.com/RustPython/RustPython - 42e6eecf7fa1ccf1a952eb7e40f39a24f55227e6 authored about 2 years ago
Fix LoadNameAny opecode

github.com/RustPython/RustPython - 03eb2dd11bed04f2dc5257901090490bb79451f8 authored about 2 years ago
Merge pull request #4377 from andersk/duplicate-from

Remove duplicate declaration of "from" token

github.com/RustPython/RustPython - b1db1be031cfa69604d05dde187932ab94edb503 authored about 2 years ago
Merge pull request #4377 from andersk/duplicate-from

Remove duplicate declaration of "from" token

github.com/RustPython/Parser - 201d08583a9f6b2ebe58bfa5a0a3dda9c54ec7f7 authored about 2 years ago
Merge pull request #4376 from fanninpm/test-named-expressions-3.11

Update test_named_expressions.py to CPython 3.11

github.com/RustPython/RustPython - 73cbfb2ede79b7b7bc81872f44836f4238566743 authored about 2 years ago
Merge pull request #4372 from harupy/refactor-parse_formatted_value

Refactor `FStringParser.parse_formatted_value`

github.com/RustPython/RustPython - f97a80ef0740e46a0e65da3116c994ce9d6e3620 authored about 2 years ago
Remove duplicate declaration of "from" token

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/RustPython - b44a660e4b420b894d226e5eef5435a6c7632db9 authored about 2 years ago
Remove duplicate declaration of "from" token

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/Parser - 107b2e11ae52ce63433cef6f6788db417364bb94 authored about 2 years ago
Mark failing tests

github.com/RustPython/RustPython - 3d903efdef40e7148b68da787b2b244e9d1334d7 authored about 2 years ago
Comment out crashing tests (SyntaxError)

github.com/RustPython/RustPython - 4ed49e360eab423435677e4cc86e38f4a6c5788a authored about 2 years ago
Update test_named_expressions.py to CPython 3.11

github.com/RustPython/RustPython - 67b9300f746cd481ea74eb42ca7e64564b5e3a26 authored about 2 years ago
Prohibit starred arguments after double-starred arguments

CPython prohibits ‘f(**kwargs, *args)’; we should too.

Signed-off-by: Anders Kaseorg <andersk@m...

github.com/RustPython/RustPython - 52ce4379513f46f6a2c6ba2762004790a76b2bdf authored about 2 years ago
Prohibit starred arguments after double-starred arguments

CPython prohibits ‘f(**kwargs, *args)’; we should too.

Signed-off-by: Anders Kaseorg <andersk@m...

github.com/RustPython/Parser - 661b21039161429dbdd201b42586ecaf77d70227 authored about 2 years ago
Unmark fixed tests on test_binascii

github.com/RustPython/RustPython - dc9e958bb3172416e6d3c7747f32778c02436e13 authored about 2 years ago
Mark failed tests on test_binascii yet

github.com/RustPython/RustPython - 04537b1993035f78aaab94b12edc31e03d10882e authored about 2 years ago
Update test_binascii.py to CPython 3.11

github.com/RustPython/RustPython - 9e9c409644634e62c0a49c73a8a75c19ca4ed6a5 authored about 2 years ago
Complement binascii extra_tests

github.com/RustPython/RustPython - a3b1d2576895069543cc0b093684bc2589090a9c authored about 2 years ago
Allow trailing bits while decoding base64

github.com/RustPython/RustPython - d41f40879c3466a27654debb74b5d67f2a86bf85 authored about 2 years ago
Merge pull request #4366 from branai/eval-whitespaces

Fix eval doesn't work correctly

github.com/RustPython/RustPython - 1d8269fb729c91fc56064e975172d3a11bd62d07 authored about 2 years ago
removing decorators for passing tests

github.com/RustPython/RustPython - 63b982bd38651994beee05685a03f987f391e9f3 authored about 2 years ago
Refactor parse_formatted_value

github.com/RustPython/RustPython - f3a9d34884428a55e4c8a201b6947d54944001f5 authored about 2 years ago
Refactor parse_formatted_value

github.com/RustPython/Parser - 9aed9143feb4d2c5d7b02e788d19b8da7da97520 authored about 2 years ago
Merge pull request #4369 from harupy/fix-make_tokenizer_located

Fix `make_tokenizer_located`

github.com/RustPython/RustPython - 68d26955b3e24198a150315e7959719b03709dee authored about 2 years ago
Fix make_tokenizer_located

github.com/RustPython/RustPython - 70ce0904763a8658819499dc128850d5cff30602 authored about 2 years ago
Fix make_tokenizer_located

github.com/RustPython/Parser - c21d0d928316aba26f5f368f0392a472aaee5c57 authored about 2 years ago
Merge pull request #4362 from rileysu/main

Fix unwrap issue causing panic

github.com/RustPython/RustPython - 64a14ec29738bf075ebb8579640b16f6cf39346c authored about 2 years ago
Enable previously failing tests

github.com/RustPython/RustPython - 83880893d59f060dca549378bbf6076ff6833c9e authored about 2 years ago
simpler fix for eval whitespaces

github.com/RustPython/RustPython - 4528889ae3ef32abcc33e05c1d940ea2f3499a1a authored about 2 years ago
removing preceding whitespaces, tabs, and newlines for evals only

github.com/RustPython/RustPython - 2fc285f5bc16ff4ebcb877a8369021e801c8020b authored about 2 years ago
Merge pull request #60 from pawelrubin/patch-1

Align installation instructions with RustPython's README

github.com/RustPython/rustpython.github.io - d0c432fdd15b7391c051dde8d4e0d94d52547e55 authored about 2 years ago
Merge pull request #4360 from jan-krecke/jan-krecke/unraisablehook_fix

Fix assertion error at unraisable exception

github.com/RustPython/RustPython - d7e1322ef949584a86ad6250ca6e9830cbfd4882 authored about 2 years ago
Merge pull request #4359 from yt2b/check_bom

Add BOM check

github.com/RustPython/RustPython - 247e815880766d556ef1ca6f0af69daf1a5fe59a authored about 2 years ago
Merge pull request #4359 from yt2b/check_bom

Add BOM check

github.com/RustPython/Parser - 313fd7d28c868f6df4b8824705dfad5caaa910ea authored about 2 years ago
Merge pull request #4358 from harupy/fix-slice-location

Fix `Slice` location

github.com/RustPython/Parser - 3aa00962121357cb0b4196b7d16c7716105dff77 authored about 2 years ago
Merge pull request #4358 from harupy/fix-slice-location

Fix `Slice` location

github.com/RustPython/RustPython - 06a815f8c7ecd49683822e1bf01545b618cff50d authored about 2 years ago
Merge pull request #4356 from andersk/with-tuple-named

Fix parsing of tuple with named expression as context manager

github.com/RustPython/RustPython - 647d542d387e8c1d038f1b714f927dcb73f0a63c authored about 2 years ago
Merge pull request #4356 from andersk/with-tuple-named

Fix parsing of tuple with named expression as context manager

github.com/RustPython/Parser - 53dec880295f1a284876f1683952e64e2fccc7b3 authored about 2 years ago
Fix unwrap issue causing panic

github.com/RustPython/RustPython - 401ab907f5da5bd5ee4ae175af3397349f1c953b authored about 2 years ago
changed unraisable exception type to base exception

- print exception type to screen to match cpython behaviour
- included sample script to illustra...

github.com/RustPython/RustPython - a442056e2420626bea71bb6a68c6c1b77002b715 authored about 2 years ago
Remove the decorators

github.com/RustPython/RustPython - 253fcfb6c43af7477c3420d537c446439ba9dc20 authored about 2 years ago
Add BOM check

github.com/RustPython/Parser - ce0be73841df3b4c1d280e8a0e3253cde6de64b1 authored about 2 years ago
Fix slice location

github.com/RustPython/Parser - b2ac4f60f1c8d8c29b1d7f424621a561a7ca5cba authored about 2 years ago
Fix slice location

github.com/RustPython/RustPython - d7f7fd2e21846e8f10ade44c50ad1d950fc690c8 authored about 2 years ago
Fix parsing of tuple with named expression as context manager

Because the ‘with’ item grammar disallows named expressions, CPython
parses ‘with (a := 0, b := ...

github.com/RustPython/RustPython - c7d03d9cb419c76a9a9e2e7d3f1332b2f39ef852 authored about 2 years ago
Fix parsing of tuple with named expression as context manager

Because the ‘with’ item grammar disallows named expressions, CPython
parses ‘with (a := 0, b := ...

github.com/RustPython/Parser - 1fdfa5fe1b6de1d74bd87a3002589b4e6c2c9a50 authored about 2 years ago
Merge pull request #4354 from harupy/fix-IfExp-locations

Fix `IfExp` location

github.com/RustPython/RustPython - d1811c72e72c51b849b0ad7b3f0efb2814a16bf2 authored about 2 years ago
Merge pull request #4355 from yt2b/fix_pysymbol

make `test_globals` pass

github.com/RustPython/RustPython - 38a80071dc71b9d41a658055c55f4728f1b0fcd9 authored about 2 years ago
Fix IfExp location

github.com/RustPython/RustPython - 1589072680f1d3bf718e0e1ed231877dcc7a4718 authored about 2 years ago
Fix IfExp location

github.com/RustPython/Parser - c0f390ebc6f5cda486f908ecf80dd03ec010112e authored about 2 years ago
Merge pull request #4352 from andersk/simplify-paren-contexts

Simplify parenthesized context manager parsing with LALRPOP conditions

github.com/RustPython/RustPython - 9acfef85a99cc8264a9009832ffa3a538eb3a519 authored about 2 years ago
Simplify parenthesized context manager parsing with LALRPOP conditions

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/RustPython - 5c543445c372df20036f0f2c5fd441b0b13840d1 authored about 2 years ago
Simplify parenthesized context manager parsing with LALRPOP conditions

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/Parser - c387b5d523eab356ebc12750042b096c4d723947 authored about 2 years ago
Merge pull request #4347 from qingshi163/refactor-number

Refactor Number Protocol &PyNumber -> PyNumber

github.com/RustPython/RustPython - 31b89fc12419d0a196b966c304326520b1284c39 authored about 2 years ago
Refactor Number Protocol

github.com/RustPython/RustPython - f16a48df39979515c4376e62d1179b0f452ab62f authored about 2 years ago
Remove the decorator

github.com/RustPython/RustPython - f3eb95271edc765e8693b2f3d33f6a436fbf8c20 authored about 2 years ago
Merge pull request #4345 from coolreader18/tidy-derive

Clean up derive impl a bit

github.com/RustPython/RustPython - 1b6cb170e925a43d605b3fed9f6b878e63e47744 authored about 2 years ago
Merge pull request #4342 from qingshi163/current-vm

Store Current VirtualMachine Pointer in LocalKey

github.com/RustPython/RustPython - 5042230e1002b02f5605017d375362cba95a5dda authored about 2 years ago
Update regression test results

github.com/RustPython/rustpython.github.io - fd215e1316f1143edfe36786ddf083226ecda25d authored about 2 years ago
Merge pull request #4341 from evilpie/jit-tuple

Support variable exchange (aka basic tuple support)

github.com/RustPython/RustPython - d1af6b50857f9b917cadae10f612a728e7a76c3d authored about 2 years ago
Merge pull request #4339 from DimitrisJim/ssl_android

Fix build error for ssl on android.

github.com/RustPython/RustPython - 54764c84388cc069d3c7953d69b067cd84039124 authored about 2 years ago
Merge pull request #4348 from harupy/fix-binop-location

Fix the location of `BinOp`

github.com/RustPython/RustPython - 3dd786fb0d821e6683363c5c3aa144cf120737fd authored about 2 years ago
Merge pull request #4351 from yt2b/fix_pysymbol

make `test_local` pass

github.com/RustPython/RustPython - ac9be9feb46d4bfed0716f95c3286b90e13397f6 authored about 2 years ago
Remove the decorator

github.com/RustPython/RustPython - 59c6c6f7f14a7bc5387aaf8c06eac313c3671b6e authored about 2 years ago
Add member in PySymbol

github.com/RustPython/RustPython - 85f65740c0a1cecafd84d0826846e38d06329f53 authored about 2 years ago
Align installation instructions with RustPython's README

The current `cargo install rustpython` was outdated.

github.com/RustPython/rustpython.github.io - 35fb87c67f472f7a784d0de53bc66becb9bf6651 authored about 2 years ago
Fix the location of BinOp

github.com/RustPython/Parser - ea95e1a71529d9f0a70023b075a2c055c5061758 authored about 2 years ago
Fix the location of BinOp

github.com/RustPython/RustPython - 083191db47be45a0e4e007e6bfc94aa8e087046f authored about 2 years ago
Tidy up -derive, make use of let-else

github.com/RustPython/RustPython - 38a735af3b8def191fb1654ba4ad4c9e83c055fa authored about 2 years ago
Split derive-impl and derive

github.com/RustPython/RustPython - 185dd4a795cd8791cd0b2a3a76fdea9e526fddf3 authored about 2 years ago
add with_current_vm

github.com/RustPython/RustPython - 8ad7ce54750ec92e05984f086a3115bbc6e82b72 authored about 2 years ago
Support variable exchange (aka basic tuple support)

github.com/RustPython/RustPython - 85233920e534c54e5b76a0c3f64e01e0b92631c7 authored about 2 years ago
Merge pull request #4340 from harupy/fix-locations-of-parethesized-expressions

Fix the start and end locations of `Tuple`

github.com/RustPython/RustPython - c01f014b1269eedcf4bdb45d5fbc62ae2beecf31 authored about 2 years ago
Merge pull request #4340 from harupy/fix-locations-of-parethesized-expressions

Fix the start and end locations of `Tuple`

github.com/RustPython/Parser - c16e08d59bc1a0e7d71906bf68b1d5e97a59916b authored about 2 years ago
Remove expectedFailure decorators

github.com/RustPython/RustPython - 1bebc78cf7753f8540a0543c71e3eef216c49732 authored about 2 years ago
Fix locations of parethesized expressions

github.com/RustPython/RustPython - fdbfe156caffc3eaaa07dd4f35ce87d9329c9c29 authored about 2 years ago
Fix locations of parethesized expressions

github.com/RustPython/Parser - ff00460ff43e3eff93a9675ee780bd97aeca5560 authored about 2 years ago
Fix build error for ssl on android.

github.com/RustPython/RustPython - 29eaab0abffe37e372039a9b13431317e3da2f5d authored about 2 years ago
Merge pull request #4338 from yt2b/fix_symbol_scope

Fix panic about warlus operator inside mutiple comprehensions.

github.com/RustPython/RustPython - b4b74a873c9e7e211d2559edd95c55fdd7aea20e authored about 2 years ago
Use lock in both index and remove operation.

github.com/RustPython/RustPython - 5fa0abdfef447eb0b702296514700133377523c7 authored about 2 years ago
Add test in syntax_comprehension.py

github.com/RustPython/RustPython - 65d2aca88f2e4ff78e72563292a68ce19a5778d3 authored about 2 years ago
Fix symbol scope

github.com/RustPython/RustPython - 0719231bb9edbc57d826fbbb9702af64086c1a2a authored about 2 years ago