summaryrefslogtreecommitdiff
path: root/HACKING.txt
AgeCommit message (Collapse)Author
2024-01-28drop support for python 3.7 which was eol in 2023Michael Merickel
2023-11-30Update docs to mention Python 3.12 supportIevgen Popovych
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
2022-12-25Run tests on Python 3.11Stefano Rivera
2022-02-06Add version pinning notice to HACKING.txt.Theron Luhn
2022-02-06Add note in HACKING.txt about linting.Theron Luhn
2022-01-07Remove Python 3.6 testsMarcin Lulek
2022-01-07Update HACKING.txtSteve Piercy
2022-01-07Add support for Python 3.10Marcin Lulek
2020-11-28drop python 3.5Michael Merickel
2020-11-02Add support for Python 3.9Steve Piercy
2020-05-06remove some unnecessary flagsMichael Merickel
2020-05-06Cleanup nosetest mentions in docsBert JW Regeer
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2019-12-27Update HACKING.txtMichael Merickel
Co-Authored-By: Theron Luhn <theron@luhn.com>
2019-12-27isortMichael Merickel
2019-12-23restore py35Michael Merickel
2019-12-15set the minimum supported version at py36Michael Merickel
2019-12-04fix instructions in hacking.txt after refactoringMichael Merickel
2018-11-18Remove Python 2 and explicit mention of Python 3Steve Piercy
2018-10-31initial work removing pcreateMichael Merickel
2018-10-29Docs are built in .tox/docs/, not docs/_build/Karl O. Pinc
2018-10-15Remove by hand method. We use tox.Steve Piercy
Remove reference to hacking-tox.ini and let developer decide how to start a project. Update Coding Style for Black, removing previous style. Move nose testing instructions after tox, but before pytest. Update links.
2018-10-14get rid of sh scriptsMichael Merickel
2018-10-04Update hacking.txt to replace py.test with pytestPaul Cutler
Replace "py.test" with "pytest" to match all other documentation
2018-09-19Rewrap paragraphColin Dunklau
2018-09-19Expunge reST markup, this is a plain text fileColin Dunklau
- Rework tox URLs - Use single graves (not two) to quote literal text - Use parens for inline URLs
2018-09-18Tweak tox links in HACKING.txtColin Dunklau
Move tox doc link to top, add PyPI link, remove dead codespeak.net link.
2018-08-22Bump Python version to 3.7 in docs and project meta filesSteve Piercy
2018-05-19use correct file extension for CHANGESSteve Piercy
2018-04-24link to pypi.orgMichael Merickel
2017-06-28add a manifest and a tox step to check itMichael Merickel
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-10-22remove trailing comma on tox commandSteve Piercy
2016-10-03Update HACKING.txt for running individual testsSteve Piercy
- nose-selecttests is optional, not pre-installed - Closes #2781
2016-10-03per @mmerickel comment ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2782#pullrequestreview-2456763
2016-10-02update HACKING.txtSteve Piercy
(somehow this got overlooked back on Apr 14, 2016)
2016-09-01clean up HACKING and RELEASING for 1.8Steve Piercy
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
closes #2476
2015-12-23- Add Python compatibility to history, hacking, releasingSteve Piercy
- Use 1.X for version number
2015-11-25remove py2-docs from tox.ini and reorder so coverage is lastMichael Merickel
2015-10-01wiki2 documentation precisely matches the scaffolding outputnharringtonwasatch
2015-04-16Replace git submodule crap with new pylons-sphinx-themes package goodness. ↵Steve Piercy
See #1614.
2015-04-144 comes after 3Steve Piercy
2015-04-13change releasing and hacking docs to reflect new order of using tox to test ↵Chris McDonough
docs and scaffolds
2015-04-13make it possible to run scaffold functests using toxChris McDonough
2015-02-12fix instructions for running coverage via toxDavid Glick
2014-11-19Correct url in git remote command.Matt Russell
2014-08-17- add missing step for tox setupSteve Piercy
2014-04-20- Correct 80-column lines specification to 79 to be compliant with PEP8 and ↵Steve Piercy
consistent with doc to which this line refers.
2014-04-14Modified the way anonymous commiters configure the remote, the olderLeonardo Jimenez
version only worked for users with access to the repository as commiters.