summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Expand)Author
2015-02-15[1.7.x] Added new "W503 line break before binary operator" warning to flake8 ...Tim Graham
2015-02-10[1.7.x] Ignored flake8 newly added E402 and E731.Loic Bistuer
2015-01-18[1.7.x] Removed a flake8 exclude that caused code to be missed.Tim Graham
2014-12-02[1.7.x] Added some directories on Jenkins to flake8 exclude.Tim Graham
2014-04-21[1.7.x] Appeased flake8 2.1.0.Aymeric Augustin
2014-01-12Fixed flake8 issues.Simon Charette
2014-01-03Added build to flake8.exclude.Florian Apolloner
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-08Made flake8 ignore the .git directory.Loic Bistuer
2013-11-28All the E125 errors hvae been eradicated.Alex Gaynor
2013-11-11Flake8 fixes -- including not runnign flake8 over a backported fileAlex Gaynor
2013-11-03Fixed all E251 violationsAlex Gaynor
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed flake8 E241Boryslav Larin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-21Fixed E227 pep8 warningsTim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-14Added flake8 info to setup.cfg.Tim Graham
2013-06-29Removed comment from setup.cfg which broke newer wheel versions.Florian Apolloner
2013-05-01Fixed #19252 -- Added support for wheel packages.Florian Apolloner
2012-08-29Fixed #18874 -- Updated new name of README.rst to auxiliary filesBruno ReniƩ
2010-08-05Fixed #13153 -- Removed a stale reference to the examples directory in setup....Russell Keith-Magee
2007-04-03Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick
2007-02-12Refs #3338 -- Partially fix rpm packaging problems. There is still one issueMalcolm Tredinnick
2006-08-31Added setup.cfg, with bdist_rpm doc_files specified. Thanks for the patch, du...Adrian Holovaty