Ecosyste.ms: OpenCollective

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

github.com/PyCQA/redbaron

Bottom-up approach to refactoring in python
https://github.com/PyCQA/redbaron

Merge pull request #140 from duncf/master

Fix to_python() when strings are indented by stripping whitespace before evaluating.

9082c8c295e3b7f40880b241cd27242af3c8c760 authored over 7 years ago by Laurent Peuch <[email protected]>
Fix to_python() when strings are indented by stripping whitespace before evaluating.

fa245696a5dd2c73b6d1c550399b84caf6970d47 authored over 7 years ago by Duncan Findlay <[email protected]>
Merge pull request #133 from jwilk/spelling

[doc] fix typos

8fecf13cd564c186706d41747ffcd6471750e6ef authored over 7 years ago by Laurent Peuch <[email protected]>
[doc] fix typos

e3576c90c3f953d7c33e8e64a0bef19b1bdb7f00 authored over 7 years ago by Jakub Wilk <[email protected]>
[enh] release 0.6.3

6a109696659185e5167ab2ce2044f2d930e1edb8 authored almost 8 years ago by Laurent Peuch <[email protected]>
Merge pull request #126 from PyCQA/feature/find_iter

Issue #117: Fix bug with finding comment node

b0d4b1c0bb8aaead7f27edf8fe43f232399e5c0c authored almost 8 years ago by Pierre Penninckx <[email protected]>
Merge remote-tracking branch 'origin/master' into feature/find_iter

2866320e0e61a61064723055b71fa39f1734eeb1 authored almost 8 years ago by Pierre Penninckx <[email protected]>
Merge branch 'pull/115'

ee74b0dacc34c43c024abf09dddedad874bb1ae0 authored almost 8 years ago by Pierre Penninckx <[email protected]>
Merge pull request #122 from rojaster/repr_recursion_fix

Unsynchronized tree: __repr__ recursion fix for #119, #121

e422c99cba7fb25679191767a2399d05362b7c54 authored almost 8 years ago by Pierre Penninckx <[email protected]>
added PR's description into CHANGELOG for 0.6.3

990eebd25f9d0187634af4ecaba23a024ae4aee4 authored almost 8 years ago by alekum <[email protected]>
Merged branch master into repr_recursion_fix

ea5f0925320643026d1357225c97f5e22c738104 authored almost 8 years ago by alekum <[email protected]>
Merge branch 'repr_recursion_fix'

Conflicts:
.gitignore

beac9556df2c4442c05c6650fa14534e43661a49 authored almost 8 years ago by alekum <[email protected]>
added .idea folder into .gitignore

9b064db1b7ccc88586ab8d9683aabe0e70f520e5 authored almost 8 years ago by alekum <[email protected]>
Merged branch master into repr_recursion_fix

30348230250d51d40cce2c5bda933530b5e10aa6 authored almost 8 years ago by alekum <[email protected]>
Merge remote-tracking branch 'upstream/master'. Add changelog.

# Conflicts:
# redbaron/base_nodes.py

c083de454d856b8ca7c5542217ef60bfd5351e4c authored almost 8 years ago by Mehti Musayev <[email protected]>
Merge remote-tracking branch 'upstream/master'

# Conflicts:
# redbaron/base_nodes.py

15388c910ddd6e06aa32565c3e42af02ed126e1e authored almost 8 years ago by Mehti Musayev <[email protected]>
Merge pull request #125 from PyCQA/fix_append_call_break_help

Fix append call breaks help

782ada18d5beb693490c996bfe650f9b6d8325cf authored almost 8 years ago by Pierre Penninckx <[email protected]>
[mod] update CHANGELOG

bf754af418f18baa66c24714159c35c937aae871 authored almost 8 years ago by Pierre Penninckx <[email protected]>
[mod] sort get helpers' name list

74066e5f40c792103089537d83dd6e94632841d9 authored almost 8 years ago by Pierre Penninckx <[email protected]>
[fix] handle getting attribute on NodeList

7de730dc19326e12a6c50ad175435f835a30b99e authored almost 8 years ago by Pierre Penninckx <[email protected]>
[fix] add test showing .append() breaks help

refs #120

b4e82be96192a42f17c99e8577af203aeab75a31 authored almost 8 years ago by Pierre Penninckx <[email protected]>
Merge pull request #113 from mineo/patch-1

Fix the links to the documentation

ded6209dfe043f2e8c49b4ccedfbfdc1cd2d29ba authored almost 8 years ago by Laurent Peuch <[email protected]>
[enh] release 0.6.2

1b4d78f2069a4ec24b098f3fa2f696f91eec4aba authored about 8 years ago by Laurent Peuch <[email protected]>
Delete my TODOs after fix

ba957e3fad861879f7f8d27f1520bdf64dff311c authored about 8 years ago by alekum <[email protected]>
Fix implicit recursion via __repr__ call for unsync changes

5217b9c5a2cd136213573a35937d0513c4cb0e87 authored about 8 years ago by alekum <[email protected]>
Issue #117: Fix bug with finding comment node

Added `find_iter` method, which is became base for `find` and
`find_all` methods.

22cdfd6417a3f86de162ffd0e3716868c5b5c25d authored about 8 years ago by gtors <[email protected]>
Merge remote-tracking branch 'origin/master'

# Conflicts:
# redbaron/base_nodes.py
# tests/test_at.py

61c9784ee6782bb22242a0fb998f3e72b9698fd8 authored about 8 years ago by bey <[email protected]>
Fix bugs in at method. Update test case

05ea50dc6882c9fed76459caceca648ab4bd8590 authored about 8 years ago by bey <[email protected]>
Remove task with at method.

2e1f2c23c97815fba1aeff71a90f723f8b28c937 authored about 8 years ago by bey <[email protected]>
Refactor find_by_position and at methods.

4e06dacf80b772ca165995f1092d51c570cfa740 authored about 8 years ago by bey <[email protected]>
Remove useful tests. Make code clear.

b3025ae93019037a7dc69fdfd3823caaa5eba68e authored about 8 years ago by bey <[email protected]>
Optimize at method. Add more tests.

59d52e1d9fafe6db96a62073ff8be1e2febfe2c6 authored about 8 years ago by bey <[email protected]>
Add more tests for at method. Fix bug. Update CHANGELOG and documentation.

4b72bad73b1629671200af6056908927b8638ea0 authored about 8 years ago by bey <[email protected]>
Add at method to find item on specific line. Add test for at method. Update TODO list.

dbb9bc951a6d6a7830af818a151762cefcd67b71 authored about 8 years ago by bey <[email protected]>
Remove task with at method.

6cfc14178b7640e0fc30745cbb2fcf4e96677c8d authored about 8 years ago by bey <[email protected]>
Refactor find_by_position and at methods.

c241c9b95353282fdd0b3207f67e7465feb2e17d authored about 8 years ago by bey <[email protected]>
Remove useful tests. Make code clear.

90c212f81a5c483d5c279409f86b6ff954e2e743 authored about 8 years ago by bey <[email protected]>
Optimize at method. Add more tests.

6c3e17e8233274b6f002b0dcb16838965a59d050 authored about 8 years ago by bey <[email protected]>
Add more tests for at method. Fix bug. Update CHANGELOG and documentation.

aee32b8773cf25832317f946c0d1901ed92b0d70 authored about 8 years ago by bey <[email protected]>
Add at method to find item on specific line. Add test for at method. Update TODO list.

eebeaf72d7eb1809ad57e5223ac61b8a3d5c5151 authored about 8 years ago by bey <[email protected]>
Merge pull request #114 from b5y/master

Remove dead code in NodeList class

497a55f51a1902f67b30519c126469e60b4f569f authored about 8 years ago by Laurent Peuch <[email protected]>
Remove dead code in NodeList class (next_generator and previous_generator methods).

ad1044875bd44d204a6d1c401fa600e897b54c3f authored about 8 years ago by bey <[email protected]>
Fix the links to the documentation

d88ae790b64be02e8895256177eeefd9421d409e authored about 8 years ago by Wieland Hoffmann <[email protected]>
Merge pull request #112 from b5y/master

Remove dead code in NodeList class

1cb304eb1f92632fb258f42acb3730810b83fa4a authored about 8 years ago by Laurent Peuch <[email protected]>
Remove dead code in NodeList class

4512832b319f3122b1a542c53fffb3f6f88d4474 authored about 8 years ago by bey <[email protected]>
Merge pull request #111 from b5y/master

Update important list in TODO

67f2dc2625fa44109e599940b8f7e67781b217aa authored over 8 years ago by Laurent Peuch <[email protected]>
Update important list in TODO

3067b482d67457dccc8f1cceb208eae5987c6257 authored over 8 years ago by Mehti Musayev <[email protected]>
Merge pull request #110 from b5y/master

Update TODO list

c8dabc917fdad53bb29f0ab95cfd90d9d302a38c authored over 8 years ago by Laurent Peuch <[email protected]>
Update TODO list

620e7d3d693e686d8d5c697c3239fcf2874d13ac authored over 8 years ago by Mehti Musayev <[email protected]>
Merge pull request #109 from b5y/master

Update TODO list

461200787af2865d068ad4fe67d2894b1be600fd authored over 8 years ago by Laurent Peuch <[email protected]>
Update TODO list

aff3e0ad08e7b3cf5042c0d6eb5c75879d234aa9 authored over 8 years ago by Mehti Musayev <[email protected]>
Revert "Merged develop into master"

This reverts commit d645984e83b53a09a20248277bbe180a4595d75a.

b47919448bad38f7c89d8cf1b18c929e8e57c7d9 authored over 8 years ago by Mehti Musayev <[email protected]>
Merged develop into master

d645984e83b53a09a20248277bbe180a4595d75a authored over 8 years ago by Mehti Musayev <[email protected]>
Add enhancement list in TODO list for further development

c0881513f4bf13892d3035cb503c6c87c40d9d67 authored over 8 years ago by Mehti Musayev <[email protected]>
Add NodeTransformer class

f4f0cc4ddacfa110f435649b547d1b0952f107da authored over 8 years ago by Mehti Musayev <[email protected]>
Add NodeTransformer class

7caa5a6996e8562895d3e78770bb47dbebcde265 authored over 8 years ago by Mehti Musayev <[email protected]>
Add drafted variant of NodeVisitor

3f52ab967dcad15e44f7611d9b23ad9f076e1d94 authored over 8 years ago by Mehti Musayev <[email protected]>
First commit to develop branch

b2b54cff725b9d5cde407983e2cf7ba1fbec2fb1 authored over 8 years ago by Mehti Musayev <[email protected]>
Merge pull request #108 from b5y/master

Update _iter_in_rendering_order by #107 issue

fd39a84ac3b3eddbc20ce9ab7f400ca5762dca54 authored over 8 years ago by Laurent Peuch <[email protected]>
Make code compatible with Python 3.x.

332e21b2fa30646aeb9ea0536ce86867c677b3e9 authored over 8 years ago by bey <[email protected]>
Update _iter_in_rendering_order by #107 issue

9e9be1446068dbbd5ca8218d2c25c0b83cc6e83b authored over 8 years ago by bey <[email protected]>
Merge pull request #106 from adamchainz/readthedocs.io

Convert readthedocs links for their .org -> .io migration for hosted projects

7f7837e9a8b58c2885a119216de9e77a11f24823 authored over 8 years ago by Laurent Peuch <[email protected]>
Convert readthedocs links for their .org -> .io migration for hosted projects

As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘S...

6c76bab90a9c1a9ce18e188f215682592edbd213 authored over 8 years ago by Adam Chainz <[email protected]>
Merge remote-tracking branch 'cbenz/patch-3'

Conflicts:
README.md

c7ab062676ddba43a2d2baebf0ed576255596a98 authored over 8 years ago by Laurent Peuch <[email protected]>
Merge pull request #103 from cbenz/patch-2

Fix link

8909b9ce38dcc925649c9e8dce14629e2a3ee6fe authored over 8 years ago by Laurent Peuch <[email protected]>
Fix doc link

047f25aae81241ff3f7c4c1daa9cc7168e2f22b1 authored over 8 years ago by Christophe Benz <[email protected]>
Fix link

9bb41a8a317810bc64558d814d7e88eb36a1f873 authored over 8 years ago by Christophe Benz <[email protected]>
[doc] update CHANGELOG

16b4d8f5b2ab0b6ba0373b13d9347d129feeb165 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] some log called weren't lazy, that could cause an infinite recursion call

725d9850615674ddd21c79e1d8079bf8c63752a6 authored over 8 years ago by Laurent Peuch <[email protected]>
Merge pull request #102 from cbenz/spellcheck

Fix spelling

c0baec4921bf2d5fa1a358ae94948243e911a924 authored over 8 years ago by Laurent Peuch <[email protected]>
Fix spelling

s/informations/information/

6c694b6e42ca4f61985154dd9a22bdf134f03026 authored over 8 years ago by Christophe Benz <[email protected]>
Merge pull request #101 from cbenz/patch-1

Fix spelling

3d83fb3876a966deb459b00c4c0bd0445cdeac27 authored over 8 years ago by Laurent Peuch <[email protected]>
Fix spelling

95a61ea4119513cef1df84de4f43f44ab410847e authored over 8 years ago by Christophe Benz <[email protected]>
[fix] bettor error message

0c24b8aae77db8fe311da6875b6ace4dc6bab2a4 authored over 8 years ago by Laurent Peuch <[email protected]>
[doc] update TODO

13239d432fdf7e5c43ddc1d03d09766e7283363c authored over 8 years ago by Laurent Peuch <[email protected]>
[doc] use pycqa reference everywhere

b3876d6ee2e2ace85ce3c8d48fb8e3dba8b16290 authored over 8 years ago by Laurent Peuch <[email protected]>
Merge pull request #98 from SylvainDe/master

[doc] Fix CoC link - fixes #97

7f060bff058333f3d1f09b0edbe226735706e87c authored over 8 years ago by Laurent Peuch <[email protected]>
[doc] Fix CoC link - fixes #97

7e6101621c01240302efd6c7f5aa250cf598b5ee authored over 8 years ago by Sylvain <[email protected]>
[doc] talk about PyCQA's CoC + IRC chan

ac0e1bcc84f4509339c02ecc4c27ba56997f7a31 authored over 8 years ago by Laurent Peuch <[email protected]>
[doc] install pygments for nice coloring

4dc815f4b3317b484fbb2e3c8b7bc9af5046e41b authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] overwriting of ipython_behavior was broken

c7b5e65fd2a2eb2631782aa72bba07e26b5c2d1a authored over 8 years ago by Laurent Peuch <[email protected]>
[doc] instrction without pygments were bad

9e77259ce9b52019c850f601899f0b8fcd2f633c authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] quickfix 0.6.1 release

d4c0a73272fcb24a128319f88d4e09fddb86f404 authored over 8 years ago by Laurent Peuch <[email protected]>
[doc] set date for 0.6 release in CHANGELOG

78209ab38b696c590d7bf91efa9b5219336da8be authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] really testing that I'm at the beginning here

65f54f865502aa550be11330de1c2edb7c907783 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] don't that only at beginning of the list

2228eb0874975261146f83a21e6df59a76a8b2dc authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] oups, logging broke stuff

baca4c9957a078fe380e5280015780dfe94fdef2 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] handle case of several blank lines at beginning of proxy list

11a835b7d453f370963167c69757569e1910c30e authored over 8 years ago by Laurent Peuch <[email protected]>
[mod] more explicit tests

a83e3e13222ae9487f2c977daa152f9ab346632d authored over 8 years ago by Laurent Peuch <[email protected]>
[mod] add usefull loging

0b813e9bc301d442eab9ff73eed231a17732394f authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] resynchronise proxylist list once real list is modified

9099237daccfbe10012e831e412129bd3dc70cdf authored over 8 years ago by Laurent Peuch <[email protected]>
[mod] remove anoying logs

3119d971f5070e01b4efd27d2740337cb08ebd73 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] DEBUG was broken

aec418d3b9ed5428a1fca01a18ace7042d25b458 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] no pygment cases

1535638516dcd97af5a77f5f3fca2c07f5e7bdf3 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] another python3 string weird behavior

25e5f27cc35ecf3eac1446c7137a5e9be0c65656 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] remote builded doc to rebuild it during tests

17bb9a0a4a10f84a4f457f017f6581078c0d1de8 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] more tests situations

f8c8c60988d5a3950cfa7b9948339e88e0d09bb5 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] remove broken import

176cb20031aa48721701b727a4d2afb8c41aecca authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] missing tests for no pygments

56b5e858a57ab19971f66eb39064b720896210a3 authored over 8 years ago by Laurent Peuch <[email protected]>
[fix] missing overwrite

98185ec6b12f88d89f9e80423ec88ca7116f99ff authored over 8 years ago by Laurent Peuch <[email protected]>