| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-12 | set target versions for black | Michael Merickel | |
| 2020-05-06 | ignore .gitattributes | Bert JW Regeer | |
| 2020-05-06 | Disable coverage by default | Bert JW Regeer | |
| Use a special py38-cover testenv in tox to re-enable coverage reporting. | |||
| 2020-05-06 | Add configuration for pytest | Bert JW Regeer | |
| 2020-05-06 | fix lint check | Éric Araujo | |
| 2020-05-04 | Pyramid 2.x does not run on Python 2 | Bert JW Regeer | |
| 2019-12-04 | fix instructions in hacking.txt after refactoring | Michael Merickel | |
| 2018-10-15 | configure black and update flake8 | Michael Merickel | |
| 2018-10-15 | only check the tests folder for tests | Michael Merickel | |
| 2018-10-14 | fix up manifest | Michael Merickel | |
| 2018-10-14 | fix tests to run from the tests folder | Michael Merickel | |
| 2018-10-02 | fix lints | Michael Merickel | |
| 2017-06-28 | add a manifest and a tox step to check it | Michael Merickel | |
| 2017-05-01 | add the license file to the wheel's dist-info | Michael Merickel | |
| 2016-11-14 | Strip allegedly-smart quotes in comments. | Tres Seaver | |
| They break installing on a LANG=C system. | |||
| 2016-11-14 | Suppress E305 and E306 errors, which were newly failing. | Tres Seaver | |
| 2016-11-14 | Annotate skipped flake8 rules. | Tres Seaver | |
| 2015-04-13 | Ignore more pep8 checks and add to travis | John Anderson | |
| 2015-03-06 | Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8 | John Anderson | |
| Conflicts: pyramid/config/views.py pyramid/scaffolds/tests.py tox.ini | |||
| 2015-02-11 | fix up tests to generate coverage reports always and combine at the end | Michael Merickel | |
| 2015-02-07 | Add initial pep8 support. | John Anderson | |
| This ignores plenty of warnings and errors in pep8 and only focuses on a small subset that can easily be achieved. Ignores applying pep8 to tests for now and only enforces on the pyramid core code. | |||
| 2014-12-09 | Move coverage floor pct into 'setup.cfg'. | Tres Seaver | |
| 2014-11-21 | update tox/travis to check code coverage on py3 | Michael Merickel | |
| coverage is combined between py2 and py3 for an aggregate coverage metric. This means we can stop putting "no cover" gates around py3 code and ignoring whether it's ever tested. | |||
| 2014-04-08 | add bdist_wheel unversality | Chris McDonough | |
| 2012-04-18 | break docs stuff out of testing to hopefully appease shiningpanda | Chris McDonough | |
| 2012-03-16 | add a dev alias for develop-and-install-testing-dependencies and depend on ↵ | Chris McDonough | |
| nose and coverage in setup.py | |||
| 2010-10-25 | first cut at converting bfg to pyramid | Chris McDonough | |
| 2009-11-02 | Depend on new "Chameleon" package (rather than individual chameleon.zpt and ↵ | Chris McDonough | |
| chameleon.core packages). Somehow we also need to depend on sourcecodegen or the tests fail (even though Chameleon depends on them too). Don't run coverage tests by default when running nosetests (pass --with-coverage to "setup.py nosetests" to obtain the older behavior). Ignore .coverage in trunk/repoze/bfg Pass where=repoze/bfg to avoid running other repoze tests, for whatever reason. | |||
| 2009-05-01 | Merge "c-free" branch to trunk. | Chris McDonough | |
| 2009-05-01 | Point at new index location. | Chris McDonough | |
| 2009-02-16 | - lru cache was unstable under concurrency (big surprise) when it | Chris McDonough | |
| tried to redelete a key in the cache that had already been deleted. Symptom: line 64 in put:del data[oldkey]:KeyError: '/some/path'. Now we just ignore the key error if we can't delete the key. - add zip_safe = false to setup.cfg. | |||
| 2009-01-11 | - Tests can be run with coverage output if you've got ``nose`` | Chris McDonough | |
| installed in the interpreter which you use to run tests. Using an interpreter with ``nose`` installed, do ``python setup.py nosetests`` within a checkout of the ``repoze.bfg`` package to see test coverage output. | |||
| 2008-07-12 | Remove unused import. | Chris McDonough | |
| Use lemonade index. | |||
| 2008-07-04 | Start on bfg. | Chris McDonough | |
