Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

redbaron

Redbaron (with Baron) is a python library that allows you to parse and modify your python source code files to be able to write custom refactoring script, tooling, code analysis and so on.
Collective - Host: opensource - https://opencollective.com/redbaron - Code: https://github.com/PyCQA/redbaron

Fix grammar and phrasing

github.com/PyCQA/redbaron - ikamensh opened this pull request about 2 months ago
bug: remove() doesn't perform well.

github.com/PyCQA/redbaron - yhm138 opened this issue 10 months ago
Sort functions by their usage?

github.com/PyCQA/redbaron - stefaneidelloth opened this issue over 1 year ago
Indent of function docstrings always four spaces

github.com/PyCQA/redbaron - JohannesBuchner opened this issue over 1 year ago
Unsupported positional-only argument syntax

github.com/PyCQA/redbaron - hydrargyrum opened this issue almost 2 years ago
support for context manager tuple

github.com/PyCQA/redbaron - elijahr opened this issue about 2 years ago
support for walrus operator

github.com/PyCQA/redbaron - elijahr opened this issue about 2 years ago
py.test tests failing

github.com/PyCQA/redbaron - yilabs opened this issue over 2 years ago
GroupingError on await expression

github.com/PyCQA/redbaron - Aluriak opened this issue over 2 years ago
Conversion to ast ASTs

github.com/PyCQA/redbaron - KOLANICH opened this issue over 3 years ago
Some grammar tweaks

github.com/PyCQA/redbaron - brettcannon opened this pull request almost 4 years ago
Fix some links from MD to reST

github.com/PyCQA/redbaron - brettcannon opened this pull request almost 4 years ago
Fix for comment on the same line

github.com/PyCQA/redbaron - glynn-zenefits opened this pull request almost 4 years ago
Update other.rst

github.com/PyCQA/redbaron - LeMeteore opened this pull request about 4 years ago
Update other.rst

github.com/PyCQA/redbaron - LeMeteore opened this pull request about 4 years ago
Fix a string identity comparison.

github.com/PyCQA/redbaron - benjaminp opened this pull request over 4 years ago
DOC: Fix link syntax to use RST way.

github.com/PyCQA/redbaron - Carreau opened this pull request over 4 years ago
Please add a LICENSE file

github.com/PyCQA/redbaron - GadgetSteve opened this issue over 4 years ago
Feature/comma fix

github.com/PyCQA/redbaron - vibbix opened this pull request over 4 years ago
Fix CI by pinning pytest requirement

github.com/PyCQA/redbaron - wyattanderson opened this pull request almost 5 years ago
A demo of an extra LF @ EOF bug

github.com/PyCQA/redbaron - webknjaz opened this pull request about 5 years ago
[doc] Grammer and flow fixes in the intro.

github.com/PyCQA/redbaron - feanil opened this pull request about 5 years ago
[BUG] GroupingError

github.com/PyCQA/redbaron - xiaoyao1949 opened this issue about 5 years ago
python 3.8 grammar

github.com/PyCQA/redbaron - saidctb opened this issue about 5 years ago
Add funding file

github.com/PyCQA/redbaron - webknjaz opened this pull request about 5 years ago
Attribute access should not search recursively

github.com/PyCQA/redbaron - lordmauve opened this issue over 5 years ago
Fix help method escape

github.com/PyCQA/redbaron - Hanaasagi opened this pull request over 5 years ago
Feature request: Add a node.remove() method

github.com/PyCQA/redbaron - kenseehart opened this issue over 5 years ago
Fix tests under pytest 4

github.com/PyCQA/redbaron - felixonmars opened this pull request over 5 years ago
add annotation assignment node

github.com/PyCQA/redbaron - scottbelden opened this pull request almost 6 years ago
Inserting node causes `.help()` to crash

github.com/PyCQA/redbaron - jrs65 opened this issue almost 6 years ago
Include tests and docs in sdists

github.com/PyCQA/redbaron - toddrme2178 opened this pull request almost 6 years ago
Activating Open Collective

github.com/PyCQA/redbaron - monkeywithacupcake opened this pull request almost 6 years ago
Indentation of except clause changes during insertion

github.com/PyCQA/redbaron - julienrhodes opened this issue about 6 years ago
Use new method to avoid pypandoc warning

github.com/PyCQA/redbaron - felixonmars opened this pull request about 6 years ago
Fix indentation when inserting multiple indented lines

github.com/PyCQA/redbaron - sdh4 opened this pull request about 6 years ago
add new TypedName node

github.com/PyCQA/redbaron - scottbelden opened this pull request about 6 years ago
[doc] fix typo

github.com/PyCQA/redbaron - graingert opened this pull request about 6 years ago
Failure on Pandas DataFrame.set_index()

github.com/PyCQA/redbaron - zgoda-mobica opened this issue about 6 years ago
Support Python 3.7

github.com/PyCQA/redbaron - BugDiver opened this pull request over 6 years ago
Support Python 3.7

github.com/PyCQA/redbaron - BugDiver opened this issue over 6 years ago
Parsing (seemingly) normal file results in error

github.com/PyCQA/redbaron - dusktreader opened this issue over 6 years ago
Python3.6 Support: f-strings

github.com/PyCQA/redbaron - brycepg opened this issue over 6 years ago
Function call parenthesis on a new line

github.com/PyCQA/redbaron - jtamagnan opened this issue over 6 years ago
Switched broken pypip.in badges to shields.io

github.com/PyCQA/redbaron - movermeyer opened this pull request over 6 years ago
insert_after can be really slow

github.com/PyCQA/redbaron - hschilling opened this issue over 6 years ago
Fix docs content

github.com/PyCQA/redbaron - eyalev opened this pull request almost 7 years ago
Fix docs content.

github.com/PyCQA/redbaron - eyalev opened this pull request almost 7 years ago
Unclear text in documentation

github.com/PyCQA/redbaron - eyalev opened this issue almost 7 years ago
How to get line number from a node?

github.com/PyCQA/redbaron - neurosnap opened this issue almost 7 years ago
Indentation error when adding multiple lines

github.com/PyCQA/redbaron - sdh4 opened this issue almost 7 years ago
Inserting a large block is very slow

github.com/PyCQA/redbaron - sdh4 opened this issue almost 7 years ago
Fix links to badges.

github.com/PyCQA/redbaron - techdragon opened this pull request almost 7 years ago
[DOC] Fix some typos in nodes reference

github.com/PyCQA/redbaron - remram44 opened this pull request about 7 years ago
Improve and simplify the CommaProxyList algorithm.

github.com/PyCQA/redbaron - duncf opened this pull request about 7 years ago
Fix a couple of typos in function/class names

github.com/PyCQA/redbaron - duncf opened this pull request over 7 years ago
Make the handling of inserted newlines more consistent

github.com/PyCQA/redbaron - chadrik opened this pull request over 7 years ago
Comment line indentation causes ParsingError

github.com/PyCQA/redbaron - zjooji opened this issue over 7 years ago
find and find_all for StringNode appear to be broken

github.com/PyCQA/redbaron - dusktreader opened this issue over 7 years ago
How to get list of children?

github.com/PyCQA/redbaron - yabberyabber opened this issue over 7 years ago
commentNode not shown by help when next to if-statement

github.com/PyCQA/redbaron - Thijs-Riezebeek opened this issue over 7 years ago
Comments in if-statements can chrash redbaron

github.com/PyCQA/redbaron - runekaagaard opened this issue over 7 years ago
[doc] fix typos

github.com/PyCQA/redbaron - jwilk opened this pull request over 7 years ago
How to replace all occurences?

github.com/PyCQA/redbaron - kootenpv opened this issue over 7 years ago
Regression with multiline doc strings

github.com/PyCQA/redbaron - kayhayen opened this issue over 7 years ago
Add cpython test suite

github.com/PyCQA/redbaron - Psycojoker opened this issue almost 8 years ago
Crash when no new line at the end of file.

github.com/PyCQA/redbaron - kayhayen opened this issue almost 8 years ago
Can't find CommentNode via `find` method.

github.com/PyCQA/redbaron - gtors opened this issue about 8 years ago
handle indented cases in CommaProxyList

github.com/PyCQA/redbaron - Psycojoker opened this issue over 8 years ago