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

Add test in syntax_comprehension.py

65d2aca88f2e4ff78e72563292a68ce19a5778d3 authored almost 2 years ago by yt2b <[email protected]>
Fix symbol scope

0719231bb9edbc57d826fbbb9702af64086c1a2a authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4334 from fanninpm/clippy-1.66

154b72c4e283526ed84a0ced701f4174a0968478 authored almost 2 years ago by fanninpm <[email protected]>
Fix macOS compilation error (v1.66)

1b5133350b760c8530d366cc1877d17e35f093f0 authored almost 2 years ago by Padraic Fanning <[email protected]>
Fix new (v1.66) Clippy warnings on Windows

268bbd8414059c16886c600c08d803a2ba76341f authored almost 2 years ago by Padraic Fanning <[email protected]>
Fix new (v1.66) Clippy warnings

5701061e63f5652e76611cc5d797ac8c0bee0d88 authored almost 2 years ago by Padraic Fanning <[email protected]>
Merge pull request #4328 from andersk/asdl-box

Remove unnecessary boxing of ASDL product children

ee4a51c512953eb16fb52fc061934ce2f5458595 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Remove unnecessary boxing of ASDL product children

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

316c4858e23f823712a05829bc210fb43e2a1aa2 authored almost 2 years ago by Anders Kaseorg <[email protected]>
Merge pull request #4331 from DimitrisJim/fix_locations_with

Fix end location in with statements.

c48c2290f44eabcae85fd6d056776f53cea10a30 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Fix end location in with statements.

609ac2754cd7c97edc57c58eb59a2b86703e6971 authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Merge pull request #4327 from harupy/fix-end-location-body

Fix end location of compound statements

8d879a53197f9c73062f6160410bdba796a71cbf authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4330 from charliermarsh/charlie/store

Set `ExprContext::Store` on parenthesized with expressions

cbf2ec9312032ea57983c648b430e87803d9e4ad authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Set ExprContext::Store on parenthesized with expressions

75a9b4a3529ab84ac72c56517294f7cb315c6681 authored almost 2 years ago by Charlie Marsh <[email protected]>
Refactor

7a40d9c876437046effb4e8a4207be6f0102c7f4 authored almost 2 years ago by harupy <[email protected]>
Update snapshot

337b0ead4a4ad0460579f850d5b23aaadcbea660 authored almost 2 years ago by harupy <[email protected]>
Format

c906e431be895e349d944e70a1584734c8311d84 authored almost 2 years ago by harupy <[email protected]>
Resolve conflict

fbb409b7552f1cb58d1a5c0373eda25fa1c32cb4 authored almost 2 years ago by harupy <[email protected]>
Address comments

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

05e1a7a0aa6137232f4ea31a9f0b3f0175b79645 authored almost 2 years ago by harupy <[email protected]>
Merge pull request #4329 from andersk/paren-contexts

Parse Python 3.9+ parenthesized context managers

29391eb7c125373d6061ba3e569e2208d706b60c authored almost 2 years ago by Jeong YunWon <[email protected]>
Parse Python 3.9+ parenthesized context managers

Since the upstream grammar for this is not LR(1), we abuse LALRPOP
macros and the Into/TryInto t...

b7f4ff7283c1629005dc1667c48ece4b29842f6d authored almost 2 years ago by Anders Kaseorg <[email protected]>
Split and simplify some LALRPOP rules

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

78ca48cd7959b60ec9cf13c2661309764d6600bc authored almost 2 years ago by Anders Kaseorg <[email protected]>
Use method chaining

7e315c16c657d9bd37c4be70b21205f4cd64142c authored almost 2 years ago by harupy <[email protected]>
Remove expectedFailure decorator

4080b020cf5df8c5b011a1720b0b59b86f267f41 authored almost 2 years ago by harupy <[email protected]>
Fix other compound statements

91f1fc73ab1fb55b145f0db4730eef0f0a31f7ca authored almost 2 years ago by harupy <[email protected]>
Fix end location of nodes containing body

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

70294bca50421ec66117a092f4c82bd53d42f568 authored almost 2 years ago by yt2b <[email protected]>
Add test case in builtin_list.py

2e792e6320cb0e02c83b1562ae35c71a8068eac6 authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4325 from harupy/4324-follow-up

A follow-up for #4324

2edd0d264c50c7807bcff03a52a6509e8b7f187f authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Add index check

62d071f08878f0b9f007549081e3989503943c40 authored almost 2 years ago by yt2b <[email protected]>
Refactor

6a0f13eb4f393c88ca818438bf61751606fb0fdc authored almost 2 years ago by harupy <[email protected]>
Merge pull request #4324 from harupy/fix-end-location-of-concatenated-string

Fix the end location of an implicitly-concatenated string

0723271a3687856d2a961a5218eefd7b1ada2a3e authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Remove expectedFailure decorator

d3ba7e0d8a6efd77ef29182bee38eb9784c41ebc authored almost 2 years ago by harupy <[email protected]>
Fix

d6d50d463507716c3ab26c2b7ca665e922e60329 authored almost 2 years ago by harupy <[email protected]>
Fix plain string

991c8299f8ebec2028b6b192a0eea5f2c0501dd4 authored almost 2 years ago by harupy <[email protected]>
Fix the end location of an implicitly-concatenated string

93f3433e77f26fc273c5b2730bd6a4c64cadd7d6 authored almost 2 years ago by harupy <[email protected]>
Merge pull request #4311 from notJoon/typo-pyserde

fix typo in `py_serde`

77e5d0c8eda0c94700c48bd239021094c7fca964 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
fix typo py_serde

16804297ab8ba5ccc79a2092a2e585a3f1b01d03 authored almost 2 years ago by not_joon <[email protected]>
Refactor `ExecutingFrame` (#4308)

* Add jump_if function

* Add jump_if_or_pop function

f70b8bfdf947e9bc3aab5b8d23f63de6fbb21629 authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4310 from youknowone/fix-clippy

Fix nightly clippy warnings

5fed6a35af2f1ffec4e6906df5d7d59b24f7d147 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4309 from DimitrisJim/openssl_update

Bump openssl

388e32587bffc356d1ea2deaf55eb84642edb923 authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix nightly clippy warnings

d935fbc445815e1df3f34a2817ffc61578ffaad3 authored almost 2 years ago by Jeong YunWon <[email protected]>
Bump openssl

a6bb9da6fe4ee703fb48f348d6b762aee13ce56d authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Merge pull request #4306 from harupy/fix-boolop-location

Fix `ExprKind::BoolOp` location

28f9f65ccc625f00835d84bbb5fba274dce5aa89 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Remove decorator on test_boolop

18293dc80c2cc304d0c4a496d9ab3fd42d564fee authored almost 2 years ago by harupy <[email protected]>
add tests

5c63109f4ade0f98a928beae50efad9d7cfe1d90 authored almost 2 years ago by harupy <[email protected]>
Fix location

adec9e94fa4fe84109a6c510bae9fff3b678b5e1 authored almost 2 years ago by harupy <[email protected]>
Merge pull request #4304 from yt2b/fix_dev

Fix `DEVELOPMENT.md`

39bed0df510770a31345f83a381217fe434692f8 authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix Python object path

b69079252121e0d5d48a5bf28f4fd0490b5cd41f authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4276 from Gelox/main

Add example for calling between rust and python

18af44b7c7410c3448df1f3b080bd358e586d265 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4298 from yt2b/use_bitflags

Use bitflags in `Symbol`

b9ed63ed326e4ab9c97d808271ddc1d7ca05fda7 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Use intersects

dd833083961bd64468598a4ca9a45db4a4364b5d authored almost 2 years ago by yt2b <[email protected]>
Replace bool variable with SymbolFlags

a5ef816c412a1d49dbd59ee2eb673d0d80d7353d authored almost 2 years ago by yt2b <[email protected]>
Fix comment

dbf27a955de4fa38e80c9559c5849603c68640ee authored almost 2 years ago by yt2b <[email protected]>
Reduce nesting of match expression

de10ce2d8971abe2f926e1fb63ffc48f9ac347cc authored almost 2 years ago by yt2b <[email protected]>
Add SymbolFlags

1ffb652adf0dae246f4d54e48745bb4248a67e50 authored almost 2 years ago by yt2b <[email protected]>
Add bitflags

f23ea5eb09cfac83fcb58dd2ae5c1fb1774a4f1e authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4293 from discord9/update_crossbeam

depend: Update crossbeam-utils to "0.8.9" instead of "=0.8.9"

ec3648981dbf165321f17eb2cee64d5fcb7b16fd authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4296 from yt2b/fix_dev_md

Change bytecode path

1a13dd94e2d67e13474b5b96a14d84861e3aadcb authored almost 2 years ago by Jeong YunWon <[email protected]>
Change bytecode path

f0759944c2062bf526461a6121996b61b9db9a81 authored almost 2 years ago by yt2b <[email protected]>
Add Supporting for PyAtomicRef<Option<_>> and PyAtomicRef<PyObject> (#4286)

* introduce PyObjectAtomicRef

* impl Debug for PyObjectAtomicRef

* add supporting for PyAt...

f54b5556e28256763c5506813ea977c9e1445af0 authored almost 2 years ago by Steve Shi <[email protected]>
Merge pull request #4288 from yt2b/refactor_lexer

Refactor lexer functions

00ba73d2e7aec4d2d9c298514224373ca199bc7e authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4290 from DimitrisJim/flame_it

Fix issues with flame-it.

3660ac20cff4152af3281040b5949eef9667493f authored almost 2 years ago by Jeong YunWon <[email protected]>
depend: move `once_cell` to common depend

e53693b3b386f87ae9d9519ef57ebca65ef16e57 authored almost 2 years ago by Discord9 <[email protected]>
depend: update `crossbeam-utils`

290e8e077be82db9070fd12dbbf01b7c893189c8 authored almost 2 years ago by Discord9 <[email protected]>
refactor: use `Lazy` for static

754b28c086df9a0cb7732f594e031fac3b271f68 authored almost 2 years ago by Discord9 <[email protected]>
use bool.then

a79fb0195fc06c56dd95ba93e33bdfe01c095b7e authored almost 2 years ago by yt2b <[email protected]>
Fix issues with flame-it.

d07547860b271093d7004c5ee8bfc6d25b10c065 authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
restore if expression

81b7c41f3e43d558c82b538aefa6fddee7cd0dd8 authored almost 2 years ago by yt2b <[email protected]>
Refactor lexer functions

683a3e5740cb49cd7b11f8453cde39d128ab0e1c authored almost 2 years ago by yt2b <[email protected]>
Add direct member access to example

In the example demonstrating how to call between rust and python add
direct member access.

340816d4351a94d089568981ed63306c43b8df45 authored almost 2 years ago by gelox <[email protected]>
Format

445cb6cc8bd45e5f31a964fad3ebd65797958c07 authored almost 2 years ago by gelox <[email protected]>
Fix review comments

88299ef0bba85796267592b55a7d2cfb8de79096 authored almost 2 years ago by gelox <[email protected]>
Add example for calling between rust and python

Add an example which illustrates how to call between rust and python.
Most importantly there no ...

357cf7863c776f69040a2f0e7b15f187d6c0fea5 authored almost 2 years ago by gelox <[email protected]>
Merge pull request #4285 from yt2b/add_test

Add test in test_numbers

f885db8c61514f069979861f6b3bd83292086231 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Add test

592e9b49b791dfb8480aa0b292efafa19814fac2 authored almost 2 years ago by yt2b <[email protected]>
Merge pull request #4284 from youknowone/discord

Gitter -> Discord

620af0a5db162440df9eaae2f8a719c353edb8be authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Gitter -> Discord

e7064049d14c220303eff162aa6484f0b7bb1990 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4283 from charliermarsh/charlie/perf

Implement some minor performance optimizations

42b304ae0a46d8270ab9590ccc96cbb37e19e64b authored almost 2 years ago by Jeong YunWon <[email protected]>
Use match

3a6729eedda387d9e8f1f3100594e005339b135d authored almost 2 years ago by Charlie Marsh <[email protected]>
Use rustc-hash

ebeb0904d48c5f1471e63e9f3240098f0c1bd66d authored almost 2 years ago by Charlie Marsh <[email protected]>
Implement some minor performance optimizations

3de87f9828beb6e0b7bf2c4e6a9f025ab33825b7 authored almost 2 years ago by Charlie Marsh <[email protected]>
Merge pull request #4281 from MisileLab/main

change itertools::zip to std::iter::zip because deprecated

b9c62ed8916c720e98026a40fce5c73a2de04ac6 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
fix: cargo fmt

270b2ba98f02d29f3e801590f51c0f34b855b45e authored almost 2 years ago by misilelaboratory <[email protected]>
Refactor lexer struct (#4257)

e72f01773d344d3810095e950ba3ee041e389dc1 authored almost 2 years ago by Bongjun Jang <[email protected]>
fix: deprecated function

80404d3bd505a4b625c66986f800375f15784148 authored almost 2 years ago by misilelaboratory <[email protected]>
Merge pull request #4272 from oow214/iter_combi_reduce

Add `combinations.__reduce__ `

17944d3eaedd0ad96bc819626446f4f79d16fea8 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4278 from evilpie/jit-none

JIT: add internal support for None

56b97fb50083d277c8455f41d6472d945f1d9cfc authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4277 from discord9/update_readme

doc: add greptimedb's use case to README

21f6c598a4eb59addb5b6efe652e0432ff01528a authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
JIT: add internal support for None

9e3f8644103bbce783a705a361e2aa4c33518398 authored almost 2 years ago by Tom Schuster <[email protected]>
doc: add usecase

87fd65553fdcdbfb0e3397e726de8db43642cf96 authored almost 2 years ago by discord9 <[email protected]>
Merge pull request #4275 from evilpie/general-unary-not

JIT: Use boolean_val helper for unary not.

ab47293c0b10ec1cf1e3671a38957efef794e3e7 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Use boolean_val helper for unary not.

8f5ae4bd00fbba4f969e1780fc989cf58de54e92 authored almost 2 years ago by Tom Schuster <[email protected]>
Merge pull request #4273 from discord9/fix_dict

Allow retry if `as_mut` fail when insert Dict

eb337e564f2e7c8de074fa3e1fda28f538703b53 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
refactor: use `let-else`

6a66ae20b59e5c9796e0bd79df8f979e57019fa6 authored almost 2 years ago by Discord9 <[email protected]>
log: remove warning

4b92ff5fffa98fa8c17e7ec27a681143d12262d3 authored almost 2 years ago by Discord9 <[email protected]>
Add combinations.__reduce__

dd93ec3c415ece053877518af92d1b3b4417c709 authored almost 2 years ago by Kim, YeonWoo <[email protected]>
Add itertool.combinations.__reduce__ method

Add result in struct PyItertoolsCombinations

5608808d0fb8c121591c3a986ba716e0581843c7 authored almost 2 years ago by seryoungshim17 <[email protected]>
Merge pull request #4274 from youknowone/let-else

Apply let-else statements

cac99185f5eeba71a0acc163a4335bb57da547a8 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Occasional README update for minimal rust version requirements

ff605a6cf1e2dae065b72a4f5ff2570989618a94 authored almost 2 years ago by Jeong YunWon <[email protected]>
no return

9b109962a6cda5cd2419d8f9bb2185ceb497d9ce authored almost 2 years ago by Jeong YunWon <[email protected]>