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

Move tests

b37a18e0e3576bc01e2262503095041b91c10a73 authored almost 2 years ago by harupy <[email protected]>
fixed formatting problems

4afcf76b62464f68efae51cf624a58b2c7bc353b authored almost 2 years ago by Bijan Naimi <[email protected]>
Merge pull request #4386 from yt2b/fix_character_format

Fix character format

8cb2b8292062adf13bde1b863a9b02c9f0bda3dd authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4373 from andersk/named

Allow named expression in subscript and set comprehension

cb4bd51489188cb37010db26902b42b8948e7213 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4379 from harupy/refactor-FStringParser

Refactor `FStringParser`

dee13376005540e75ebc6f9d09941d280098d8f5 authored almost 2 years ago by Jeong YunWon <[email protected]>
added quiet arg and stdin pipe check

19e5590824ff0045c3ef2e7462b3805b207d294e authored almost 2 years ago by Bijan Naimi <[email protected]>
Merge pull request #4384 from harupy/parse-formatted-value

Fix the location of `FormattedValue`

b7eb46abadb2f59b0dd97ef3827e2b54e181521e authored almost 2 years ago by Jeong YunWon <[email protected]>
Remove test

24c2b8842b1c7215121f645b9178242426059e67 authored almost 2 years ago by yt2b <[email protected]>
Add test

3741321b29b7ae6fd8fa0165434cc2c09427a545 authored almost 2 years ago by yt2b <[email protected]>
Fix character format

e4244d62d8c75025af05286e9ada248d74090070 authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4383 from yt2b/fix_hex_prefix

Fix hex prefix

2c8af125e396f9dee73bd426a0bc088b60c30969 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Fix tests

d39269405bf12b9d12b1db68bfa107ec57027d72 authored almost 2 years ago by harupy <[email protected]>
Fix FormattedValue location

17f7efedc577d860476ec17040d8516c429bc31b authored almost 2 years ago by harupy <[email protected]>
Add test

f07e03cde7a8452f9711da23602b12db37bcfa8b authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4382 from anilbey/duplicate-keyword-arg

arg name to be written upon duplicate kwargs error #4381

bdb9c1dbe465b18d66dec1f890ecbb2e3266beb0 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Fix hex prefix

779d05dc02ac187729dda3431547f48994586029 authored almost 2 years ago by yt2b <[email protected]>
Update compiler/parser/src/error.rs

Co-authored-by: fanninpm <[email protected]>

b76441b35f9d39b5e57d86f677c038a1227e0342 authored almost 2 years ago by anilbey <[email protected]>
format using cargo fmt

ce9e64a6427cbcb1342eb302f2590aa922e6a555 authored almost 2 years ago by Anil Tuncel <[email protected]>
arg name to be written upon duplicate kwargs error #4381

9e2b6800904debc96288184a94b93d87a52ba2f9 authored almost 2 years ago by Anil Tuncel <[email protected]>
Merge pull request #4380 from nicku12345/lex_error_duplicate_function_args

add lex error for function args

3a5716da2ac26ebebe40a1de2b9bfd63b0508519 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
remove expectedFailure decorators

7e3c59d21d2149b83db32d630d5e42f9ea6d7eda authored almost 2 years ago by Nick Liu <[email protected]>
added lex error: DuplicateArguments

62fd967cd4c4f83fddfa26f7f228542434725519 authored almost 2 years ago by Nick Liu <[email protected]>
format code

2d5e0449933d98c0fd44fb0e52a2ce6fe5254b9a authored almost 2 years ago by Nick Liu <[email protected]>
use is_none

c7c9602ea44e577728ac40526c6585b946b8f1ee authored almost 2 years ago by Nick Liu <[email protected]>
remove expectedFailure decorator in test_argument_handling

58ff3e8aaff92beba9a8713444a7c79f05beee06 authored almost 2 years ago by Nick Liu <[email protected]>
added check: named arguments must follow bare star

0e66e143fdb6b019d2cc8334cf7c5fb4a1f042ea authored almost 2 years ago by Nick Liu <[email protected]>
add arg_name in duplicate argument error msg

2c09785b7acffc38bdc38d8094aab74c2830fd17 authored almost 2 years ago by Nick Liu <[email protected]>
Merge pull request #4367 from andersk/star-order

Prohibit starred arguments after double-starred arguments

2eb87cac71ee05007cbcfa81bc69cc5cec6348c6 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4344 from moreal/base64-trailing-bits

Allow trailing bits while decoding base64

27d315c3d13fe1df6863e483898258fec34e098a authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4378 from yt2b/fix_opecode

`eval` doesn't raise correct exception

d4c0be20a4be66cea8ed919ff411c37e739cf7e9 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Update compiler/parser/src/fstring.rs

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

af4a43d725878eec18f7fd8eeb97c5a4661628c7 authored almost 2 years ago by Harutaka Kawamura <[email protected]>
Allow named expression in subscript: `a[b := c]`

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

71a278c086313ab6750889a269be9b7a819bd303 authored almost 2 years ago by Anders Kaseorg <[email protected]>
Allow named expression in set comprehension: `{a := b for c in d}`

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

6b12aeef6af1370cfbb16ee5d7483ab620f5b7f3 authored almost 2 years ago by Anders Kaseorg <[email protected]>
Use fast_isinstance

942dccfaae44c0837c425954915e0239dd5965a8 authored almost 2 years ago by yt2b <[email protected]>
Rename

7b20223c48be7de31f0004a2f909aead53f01315 authored almost 2 years ago by harupy <[email protected]>
Clean up FStringParser

f8da501ba33b54e23508d0ba5c1bc4ee710c2180 authored almost 2 years ago by harupy <[email protected]>
Remove the decorator

42e6eecf7fa1ccf1a952eb7e40f39a24f55227e6 authored almost 2 years ago by yt2b <[email protected]>
Fix LoadNameAny opecode

03eb2dd11bed04f2dc5257901090490bb79451f8 authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4377 from andersk/duplicate-from

Remove duplicate declaration of "from" token

b1db1be031cfa69604d05dde187932ab94edb503 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4376 from fanninpm/test-named-expressions-3.11

Update test_named_expressions.py to CPython 3.11

73cbfb2ede79b7b7bc81872f44836f4238566743 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4372 from harupy/refactor-parse_formatted_value

Refactor `FStringParser.parse_formatted_value`

f97a80ef0740e46a0e65da3116c994ce9d6e3620 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Remove duplicate declaration of "from" token

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

b44a660e4b420b894d226e5eef5435a6c7632db9 authored almost 2 years ago by Anders Kaseorg <[email protected]>
Mark failing tests

3d903efdef40e7148b68da787b2b244e9d1334d7 authored almost 2 years ago by Padraic Fanning <[email protected]>
Comment out crashing tests (SyntaxError)

4ed49e360eab423435677e4cc86e38f4a6c5788a authored almost 2 years ago by Padraic Fanning <[email protected]>
Update test_named_expressions.py to CPython 3.11

67b9300f746cd481ea74eb42ca7e64564b5e3a26 authored almost 2 years ago by Padraic Fanning <[email protected]>
Prohibit starred arguments after double-starred arguments

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

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

52ce4379513f46f6a2c6ba2762004790a76b2bdf authored almost 2 years ago by Anders Kaseorg <[email protected]>
Unmark fixed tests on test_binascii

dc9e958bb3172416e6d3c7747f32778c02436e13 authored almost 2 years ago by Moreal <[email protected]>
Mark failed tests on test_binascii yet

04537b1993035f78aaab94b12edc31e03d10882e authored almost 2 years ago by Moreal <[email protected]>
Update test_binascii.py to CPython 3.11

9e9c409644634e62c0a49c73a8a75c19ca4ed6a5 authored almost 2 years ago by Moreal <[email protected]>
Complement binascii extra_tests

a3b1d2576895069543cc0b093684bc2589090a9c authored almost 2 years ago by Moreal <[email protected]>
Allow trailing bits while decoding base64

d41f40879c3466a27654debb74b5d67f2a86bf85 authored almost 2 years ago by Moreal <[email protected]>
Merge pull request #4366 from branai/eval-whitespaces

Fix eval doesn't work correctly

1d8269fb729c91fc56064e975172d3a11bd62d07 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
removing decorators for passing tests

63b982bd38651994beee05685a03f987f391e9f3 authored almost 2 years ago by Bijan Naimi <[email protected]>
Refactor parse_formatted_value

f3a9d34884428a55e4c8a201b6947d54944001f5 authored almost 2 years ago by harupy <[email protected]>
Merge pull request #4369 from harupy/fix-make_tokenizer_located

Fix `make_tokenizer_located`

68d26955b3e24198a150315e7959719b03709dee authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix make_tokenizer_located

70ce0904763a8658819499dc128850d5cff30602 authored almost 2 years ago by harupy <[email protected]>
Merge pull request #4362 from rileysu/main

Fix unwrap issue causing panic

64a14ec29738bf075ebb8579640b16f6cf39346c authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Enable previously failing tests

83880893d59f060dca549378bbf6076ff6833c9e authored almost 2 years ago by Riley Sutton <[email protected]>
simpler fix for eval whitespaces

4528889ae3ef32abcc33e05c1d940ea2f3499a1a authored almost 2 years ago by Bijan Naimi <[email protected]>
removing preceding whitespaces, tabs, and newlines for evals only

2fc285f5bc16ff4ebcb877a8369021e801c8020b authored almost 2 years ago by Bijan Naimi <[email protected]>
Merge pull request #4360 from jan-krecke/jan-krecke/unraisablehook_fix

Fix assertion error at unraisable exception

d7e1322ef949584a86ad6250ca6e9830cbfd4882 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4359 from yt2b/check_bom

Add BOM check

247e815880766d556ef1ca6f0af69daf1a5fe59a authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4358 from harupy/fix-slice-location

Fix `Slice` location

06a815f8c7ecd49683822e1bf01545b618cff50d authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4356 from andersk/with-tuple-named

Fix parsing of tuple with named expression as context manager

647d542d387e8c1d038f1b714f927dcb73f0a63c authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix unwrap issue causing panic

401ab907f5da5bd5ee4ae175af3397349f1c953b authored almost 2 years ago by Riley Sutton <[email protected]>
Fix comment

452e3a3b36ad55b0cd886cec550567ca1d32adef authored almost 2 years ago by yt2b <[email protected]>
changed unraisable exception type to base exception

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

a442056e2420626bea71bb6a68c6c1b77002b715 authored almost 2 years ago by Jan Krecke <[email protected]>
Remove the decorators

253fcfb6c43af7477c3420d537c446439ba9dc20 authored almost 2 years ago by yt2b <[email protected]>
Add BOM check

7b830dc004d6e6a1e4f27841011e11c2622c0e8c authored almost 2 years ago by yt2b <[email protected]>
Fix slice location

d7f7fd2e21846e8f10ade44c50ad1d950fc690c8 authored almost 2 years ago by harupy <[email protected]>
Fix parsing of tuple with named expression as context manager

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

c7d03d9cb419c76a9a9e2e7d3f1332b2f39ef852 authored almost 2 years ago by Anders Kaseorg <[email protected]>
Merge pull request #4354 from harupy/fix-IfExp-locations

Fix `IfExp` location

d1811c72e72c51b849b0ad7b3f0efb2814a16bf2 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4355 from yt2b/fix_pysymbol

make `test_globals` pass

38a80071dc71b9d41a658055c55f4728f1b0fcd9 authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix IfExp location

1589072680f1d3bf718e0e1ed231877dcc7a4718 authored almost 2 years ago by harupy <[email protected]>
Merge pull request #4352 from andersk/simplify-paren-contexts

Simplify parenthesized context manager parsing with LALRPOP conditions

9acfef85a99cc8264a9009832ffa3a538eb3a519 authored almost 2 years ago by Jeong YunWon <[email protected]>
Simplify parenthesized context manager parsing with LALRPOP conditions

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

5c543445c372df20036f0f2c5fd441b0b13840d1 authored almost 2 years ago by Anders Kaseorg <[email protected]>
Merge pull request #4347 from qingshi163/refactor-number

Refactor Number Protocol &PyNumber -> PyNumber

31b89fc12419d0a196b966c304326520b1284c39 authored almost 2 years ago by Jeong YunWon <[email protected]>
Refactor Number Protocol

f16a48df39979515c4376e62d1179b0f452ab62f authored almost 2 years ago by Kangzhi Shi <[email protected]>
Remove the decorator

f3eb95271edc765e8693b2f3d33f6a436fbf8c20 authored almost 2 years ago by yt2b <[email protected]>
Fix PySymbol

464d92a192fc734ec6d08a3852f6c5be844bcdb3 authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4345 from coolreader18/tidy-derive

Clean up derive impl a bit

1b6cb170e925a43d605b3fed9f6b878e63e47744 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4342 from qingshi163/current-vm

Store Current VirtualMachine Pointer in LocalKey

5042230e1002b02f5605017d375362cba95a5dda authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4341 from evilpie/jit-tuple

Support variable exchange (aka basic tuple support)

d1af6b50857f9b917cadae10f612a728e7a76c3d authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4339 from DimitrisJim/ssl_android

Fix build error for ssl on android.

54764c84388cc069d3c7953d69b067cd84039124 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4348 from harupy/fix-binop-location

Fix the location of `BinOp`

3dd786fb0d821e6683363c5c3aa144cf120737fd authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4351 from yt2b/fix_pysymbol

make `test_local` pass

ac9be9feb46d4bfed0716f95c3286b90e13397f6 authored almost 2 years ago by Jeong YunWon <[email protected]>
Remove the decorator

59c6c6f7f14a7bc5387aaf8c06eac313c3671b6e authored almost 2 years ago by yt2b <[email protected]>
Fix is_local

9c81ce646a06ae4eaa2a8e206757dff87cb363c4 authored almost 2 years ago by yt2b <[email protected]>
Add member in PySymbol

85f65740c0a1cecafd84d0826846e38d06329f53 authored almost 2 years ago by yt2b <[email protected]>
Fix the location of BinOp

083191db47be45a0e4e007e6bfc94aa8e087046f authored almost 2 years ago by harupy <[email protected]>
Tidy up -derive, make use of let-else

38a735af3b8def191fb1654ba4ad4c9e83c055fa authored almost 2 years ago by Noa <[email protected]>
Split derive-impl and derive

185dd4a795cd8791cd0b2a3a76fdea9e526fddf3 authored almost 2 years ago by Noa <[email protected]>
add with_current_vm

8ad7ce54750ec92e05984f086a3115bbc6e82b72 authored almost 2 years ago by Kangzhi Shi <[email protected]>
Support variable exchange (aka basic tuple support)

85233920e534c54e5b76a0c3f64e01e0b92631c7 authored almost 2 years ago by Tom Schuster <[email protected]>
Merge pull request #4340 from harupy/fix-locations-of-parethesized-expressions

Fix the start and end locations of `Tuple`

c01f014b1269eedcf4bdb45d5fbc62ae2beecf31 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Remove expectedFailure decorators

1bebc78cf7753f8540a0543c71e3eef216c49732 authored almost 2 years ago by harupy <[email protected]>
Fix locations of parethesized expressions

fdbfe156caffc3eaaa07dd4f35ce87d9329c9c29 authored almost 2 years ago by harupy <[email protected]>
Fix build error for ssl on android.

29eaab0abffe37e372039a9b13431317e3da2f5d authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Merge pull request #4338 from yt2b/fix_symbol_scope

Fix panic about warlus operator inside mutiple comprehensions.

b4b74a873c9e7e211d2559edd95c55fdd7aea20e authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Use lock in both index and remove operation.

5fa0abdfef447eb0b702296514700133377523c7 authored almost 2 years ago by yt2b <[email protected]>