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
github.com/PyCQA/redbaron - 0d0d2f700a582c33f80ecf839c3608755288acd2 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - fe242ca37fc191d554469b04f23e230f8abe2547 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - da82767ad7fc4e88f5d2a2a6718b33f35a1aed1a authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 65a9824c562aabae84443be5d58f77a686476b31 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 28fac5c541e097fb059d1f759ca37f1d093fd717 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - c8a48cf8d03d6d393be8d5cec91fd7e5b165fd92 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 0fb3b7f79f0178ec9ce95d980c81f6f952b99d2b authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 513ee8b7a6af00b418a097fdb992d1fcab446ceb authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 7f9b895d459cb9249068482e712682570c7ea640 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 7123fb478dc004e4b3993a0ebd6bcf128b55689d authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - e874d415e49ad16b54484c1c49d2b12011c342fa authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - c9c5988f4e93e6b6e3a17a09e88fcac18e34c33c authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 4cfa070267b49f5b7268ef771837cbac475b49d1 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 14689ca8b404432df7db344bde36d2b1b3fcbd0c authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 6498382a35d4ce0ccd4bb66ca8679ebf6d681de0 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 824f09a4d742aa88a0e14ee81d1f9c7bf365f4f2 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 7f7eea2f587d061d71fc671888d40819da6a8c23 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 86e73f37be9d04e225240d368cb8d4f00b1dde2d authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 7c7b55d3d2f0ade72ebf1e6c39ffa2b8286dd3db authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 6c5fa69c757fdec9f506eb500061a49d57a501e1 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - edce71290ed5fc9d21410648e233d5ac3982d3a1 authored over 9 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 441eb18dc8a8c79bc64772b830b730381cc172f7 authored over 9 years ago by Laurent Peuch <[email protected]>
Add pylintrc and pylint plugin for redbaron conventions
github.com/PyCQA/redbaron - 615cac648a77f4a2b3a20ad400f61ca0f611d31e authored over 9 years ago by Laurent Peuch <[email protected]>github.com/PyCQA/redbaron - 6efa12a5f515d9086cf325ebd6b85767fc7be4aa authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 5f70d56dd34a1609af939217a5515a4755ca0d6f authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 12f9e55e6886a9dc929f5c81126c8cd3213a3f46 authored almost 10 years ago by Laurent Peuch <[email protected]>
py3: replace "print x" with "print(x)"
github.com/PyCQA/redbaron - f38b026aa8a4d5dc53be1a31490f9bd5dcbb8f3c authored almost 10 years ago by Laurent Peuch <[email protected]>
Replace some "print 'Hello', x" with "print(x)" to have the same output
on Python 2 and Python 3.
github.com/PyCQA/redbaron - 9b6fcf27d66300c395b7772808aa59967307f1b1 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - cb40881a0653bb2d5cc9a55515cd1b3ec556b438 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 0670d9ce1ec128cc51e911c9764bc2b049848077 authored almost 10 years ago by Laurent Peuch <[email protected]>
Insert produces unwanted whitespaces and insert handles index weirdly
github.com/PyCQA/redbaron - ddb506778145cc6445f028853db3c8523ad47627 authored almost 10 years ago by Laurent Peuch <[email protected]>github.com/PyCQA/redbaron - c5d310353050644d0a83659793f9cbb9bec2f29d authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 089755d39031bf8498c78e33f552d9af2cdc3559 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - aea6f64b2f96521628c8eb710a7950a7cc7df427 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 07bf2574f19ce96fe64e5f9cf0f45d14436238dc authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 72ae2c80df51e117f1f5c45f99f0cef46d7a7479 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 1ac5233deed7dea7a31da19cf451af7d28fe1761 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 6883482be10d4193cd3343b6935e9ea96f3d162d authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 5bec64166cb41073d5efa88c3d91e998f2eaf5d8 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - c4731f52b41eff5841d540a198b4f8534f36a7a8 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 119041737b5cf7cda37bc5582e5a05510833ca8a authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 27981520f2233de760662119fbb8a4f880873788 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 49d638f19fba7c27f67dffc720fd15c50d08f686 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - cb307e5286f0b61b9cc049b654ac69b5470b65a7 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 52ec691264a1eca5e1b400b8514273a80739a12d authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 0f5112e78b2b9fd0c478f63e9f5594185f3ada0d authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 6b6406721daaf084bd1be11661201b416296016e authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - ea5ed7682ffca029a91f1d282736abfbc6296bfd authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 8ad0dbdd895e703f684933fa21eec2deff06cecd authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - c5ecdd36dd7fe22e2df99bed66a7f6dc6b6fb46d authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 6921ff86a43c527abe1ea0a348104d93eb8864ac authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 4b5a173f87f7e9c8ac5a18b00c5856d340271510 authored almost 10 years ago by Laurent Peuch <[email protected]>
Furthermore, this shows an unexpected behaviour with the index in
a LineProxyList. The .insert(2...
github.com/PyCQA/redbaron - 6a022fdfa83dd3e6a110065371b6a8cafc046137 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - a81c26375e2a59a2fe15b7465d51fcc6086c297e authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - d655c88837ad0db8121447b0a562b6536174d70e authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - eec8c2e5e93d5234c4a4a433c20f2ed99846a5ec authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 30d1436f0e509e1fdc3893dd92bff9274e5de1ef authored almost 10 years ago by Pierre Penninckx <[email protected]>
Furthermore, this shows an unexpected behaviour with the index in
a LineProxyList. The .insert(2...
github.com/PyCQA/redbaron - 5f246063d001c5d9550b0ba079e098e6426fd109 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 7aaa54264661a30b6c1c29569407198a10e61755 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - d03f1d5410b4a82d1869754c966ccd93cffd0b70 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - df43ab295d15e3fdab2f043a610cb53cc28e128d authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 5888b357330b5cf36ce3999d97373a4de437279d authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - b5a53b6f7c05edb18c41ccb05413184d952e0ada authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - a1599c590d09f013b217a84c0a1bb6d6ea8dceb1 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 3c7b7996932609c87f0085fca77f5c4360d73c28 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - eb5407107d33a623f0f380f77598adbb89d0f6f0 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 8da6b60fa41e9fa3615b418191138d8ebc79501c authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 7dd687ed3391680f713934cc58829ea7efffe5de authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 82300da77288051f6140416ed350f3c406e779f9 authored almost 10 years ago by Pierre Penninckx <[email protected]>
Fix discrepancy between indexes in a proxy list
github.com/PyCQA/redbaron - 07eeb17618b888ba37e6f1dbd1d24697331ade1e authored almost 10 years ago by Laurent Peuch <[email protected]>github.com/PyCQA/redbaron - 6b64a57ca0bf1809c1e6596353aad376190a9402 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 2085879a825df5e911b4b0a02394954478f3cdb3 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - ff8341ff1592458a53db96781835435c7bc4b7ed authored almost 10 years ago by Pierre Penninckx <[email protected]>
There is a discrepancy between the index of a proxy list and the
expected index in some functions.
github.com/PyCQA/redbaron - 6ceacba5f3d8e3397d51c558c6c6b44649c89f7a authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 95b404acb5fa96aa4e9e4ff9b1bf6ecfa0cc4b74 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 49a4949271c804e460daa57b59a304758abcef5f authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - f350f49889ef9cca2bf0c3130732407b9ecddbb3 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 13d35ddd5813e3e75ad4932334bca90122a75441 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 83956640c7bd43cf6e0411f7bf2709ec41a988a5 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 0e616ad69fdac55e66eab362ad126d880ffe5579 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - a899b5e22fe2d24571040455af8b311253d76e11 authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 0022d65fb7cf1174ee4b549ed9c576e9f0d4f6ba authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - bc34a7d4f22b19bb591aea2068d63dc82774e4ba authored almost 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 619c8db40fe0ede8ffe9b8aaba0f25a227bd9807 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 79a4e241341c03446703a23211656c9075171427 authored almost 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - ab89decf199cd63f6167bdbc3ed6c284238598f5 authored almost 10 years ago by Laurent Peuch <[email protected]>
bpython uses a FakeStream object which has no fileno attribute
fixes #44
github.com/PyCQA/redbaron - cb99e036de1fd6d9e254923964a2cd6a7bb40f6d authored about 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 5e257f2887f3f689af1c0defbcd6e7458840e04c authored about 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 0116c6a2a24b449b4f1e6d17a0e2ac9132329e9f authored about 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - d7c4913f78aeb8d9b5ed860283efe2c9d7bb87ac authored about 10 years ago by Laurent Peuch <[email protected]>
github.com/PyCQA/redbaron - 144fea0b12b0f7772bf9b28161d4bd4133e7fdcd authored about 10 years ago by Laurent Peuch <[email protected]>
Enhance proxy list documentation
github.com/PyCQA/redbaron - 1c4e2b11e1a56dce5661e8dba0639d4fecff9133 authored about 10 years ago by Laurent Peuch <[email protected]>github.com/PyCQA/redbaron - 6d51078d35c07c769cf7040d574152e4583fd027 authored about 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 860e98f999d40ffc6f49d5f768b7c98e9b45b68f authored about 10 years ago by Pierre Penninckx <[email protected]>
github.com/PyCQA/redbaron - 3451a63d9d0eb188e13b6325f8540cb37155eb09 authored about 10 years ago by Pierre Penninckx <[email protected]>