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

impl From<T> for ast::Ast

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
datetime().astimezone() is broken

github.com/RustPython/RustPython - xiaxinmeng opened this issue over 1 year ago
Update subprocess to CPython 3.11

github.com/RustPython/RustPython - DimitrisJim opened this pull request over 1 year ago
Update DEVELOPMENT.md

github.com/RustPython/RustPython - DimitrisJim opened this pull request over 1 year ago
Check variables in local scope in DeleteFast

github.com/RustPython/RustPython - patrickzbhe opened this pull request over 1 year ago
Give proper location for JoinedStr children

github.com/RustPython/Parser - youknowone opened this issue over 1 year ago
new ast layout for arguments

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Reduce copying during parsing

github.com/RustPython/Parser - MichaReiser opened this pull request over 1 year ago
New Arguments and Arg/ArgWithDefault AST representation

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Add `Ast` as top level enum

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Fix range field order

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
A macro to generating AST with python grammar

github.com/RustPython/Parser - youknowone opened this issue over 1 year ago
Upgrade bitflags to remove clippy wanrings

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
More flexible map_user and fold for new constructor nodes

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Use of abbreviations and jargon

github.com/RustPython/Parser - MichaReiser opened this issue over 1 year ago
Add a benchmarking suite

github.com/RustPython/Parser - DimitrisJim opened this issue over 1 year ago
Include decorators in `Class` and `FunctionDef` range

github.com/RustPython/Parser - MichaReiser opened this pull request over 1 year ago
Add `Node` union

github.com/RustPython/Parser - MichaReiser opened this issue over 1 year ago
Add README

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
LinearLocator

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Fix build

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Update parser with ConversionFlag specialization

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Add utilities to enum

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
specialize ConversionFlag

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Add experimental pyo3-wrapper feature

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Add all node classes to ast module

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Add is_* methods to Tok

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Fix full-lexer feature

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Improvement: Add `is_*` methods to `Tok`

github.com/RustPython/Parser - MichaReiser opened this issue over 1 year ago
Add full-lexer feature

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Avoid copying elements when parsing

github.com/RustPython/Parser - MichaReiser opened this pull request over 1 year ago
Try `ThinVec` crate to reduce AST size

github.com/RustPython/Parser - MichaReiser opened this pull request over 1 year ago
draft of parser-pyo3

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Add Node trait for node type information

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Generic types to generic

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Implement `PartialEq<Builtin> for str/String`

github.com/RustPython/Parser - MichaReiser opened this issue over 1 year ago
Always emit non-logical newlines for 'empty' lines

github.com/RustPython/Parser - charliermarsh opened this pull request over 1 year ago
Add fork support functions

github.com/RustPython/RustPython - itsankitkp opened this pull request over 1 year ago
Add fork support functions

github.com/RustPython/RustPython - itsankitkp opened this issue over 1 year ago
Move `range` to each Node

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Use `format` and `cformat` from `rustpython-literal`

github.com/RustPython/RustPython - MichaReiser opened this pull request over 1 year ago
Add `format` and `cformat` modules from `RustPython`

github.com/RustPython/Parser - MichaReiser opened this pull request over 1 year ago
Fix repr(bytearray) in debug

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Move range to node

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Panic repr bytearray with debug build

github.com/RustPython/RustPython - qingshi163 opened this issue over 1 year ago
Allow uuid on wasm32 and wasi

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
_signal does not exist for wasm32

github.com/RustPython/RustPython - lastmjs opened this issue over 1 year ago
Move `range` from `Attributed` to `Node`s

github.com/RustPython/Parser - MichaReiser opened this pull request over 1 year ago
zero-copy parser

github.com/RustPython/Parser - youknowone opened this issue over 1 year ago
Field accessor and utilities

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
A few more Identifier utilities

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Set trace_func / profile_func to none on error

github.com/RustPython/RustPython - matthew-hagemann opened this pull request over 1 year ago
Replace num-bigint with malachite-bigint

github.com/RustPython/Parser - qingshi163 opened this pull request over 1 year ago
Revert a few .as_str() calls by adding it to ast

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
ruff integration support

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Give identifier and int ast types

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Setup spell checker

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Split parser core / compiler core

github.com/RustPython/Parser - youknowone opened this issue over 1 year ago
location to byte offset (TextSize)

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Python location transform and related refactoring

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Report overflow error

github.com/RustPython/RustPython - bjoroen opened this pull request over 1 year ago
Visitor

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Refactor ast to hold data as seperated type

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Refactor ast to hold data as seperated type

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
more location -> start()

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Remove compiler_core::CompileError

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Remove CompileError

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Replace row/column based Location with byte-offsets.

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Add python lint

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Embed generated parser + update lalrpop

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Recover update_asdl and related test

github.com/RustPython/Parser - youknowone opened this issue over 1 year ago
Add CI

github.com/RustPython/Parser - youknowone opened this pull request over 1 year ago
Split parser to new repository

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Licencing parser

github.com/RustPython/Parser - DimitrisJim opened this issue over 1 year ago
Add README

github.com/RustPython/Parser - DimitrisJim opened this issue over 1 year ago
Enable CI

github.com/RustPython/Parser - youknowone opened this issue over 1 year ago
Forked from RustPython main repository

github.com/RustPython/Parser - youknowone opened this issue over 1 year ago
Remove rustpython-common dependency from parser

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Replace num-bigint with malachite-bigint

github.com/RustPython/RustPython - qingshi163 opened this pull request over 1 year ago
Replace row/column based Location with byte-offsets.

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Format d bool support

github.com/RustPython/RustPython - JazzGlobal opened this pull request over 1 year ago