summaryrefslogtreecommitdiff
path: root/HACKING.txt
AgeCommit message (Collapse)Author
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.
2014-02-09- Add more git submodule instructionsSteve Piercy
- Add steps to fork and clone Pyramid to GitHub repo, then clone user GitHub repo to local machine.
2013-11-20improve grammar and remove slangSteve Piercy
2013-11-20Fixed typo - removed 'hair'.Ole Morten Halvorsen
2013-10-11docs: typosTshepang Lekhonkhobe
2013-10-11docs: capitaliseTshepang Lekhonkhobe
2013-10-11docs: rm redundancyTshepang Lekhonkhobe
2013-10-04normalize tox-vs-byhand, add note about --no-site-packages, tell folks to ↵Chris McDonough
use 'setup.py docs' and not 'setup.py dev docs' based on report from karlping
2013-09-12fix broken link to toxAdam Gomaa
2013-09-05update HACKINGChris McDonough
2013-08-17Merge pull request #1100 from tomster/nose-selecttestsChris McDonough
include nose-selecttests
2013-08-17include and mention the `nose-selecttests ↵Tom Lazar
<https://pypi.python.org/pypi/nose-selecttests/>`_ plugin
2013-08-17adjust the checkout path to the new value set above in a previous commitTom Lazar
2013-08-17provide the tox url when mentioning it first.Tom Lazar
2013-08-16recommend easy_install until we don'tMichael Merickel
2013-08-16add info how to run the tests using pytest (http://pytest.org/)Andreas Zeidler
2013-08-16add custom tox config that creates a development environmentTom Lazar
2013-07-12Make abstraction consistent.Steve Piercy
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-01-15fix #788Tshepang Lekhonkhobe
2013-01-12grammarTshepang Lekhonkhobe
2012-08-15note whitespace rules, explain setup.py devChris McDonough
2012-07-04Include instructions for recursive submodule checkout of Sphinx themes.Jeff Cook
2012-06-11consolidateChris McDonough
2012-06-11how to build HTML docsChris McDonough
2011-11-18remove jythonChris McDonough
2011-11-18paster template -> scaffoldChris McDonough
2011-11-18add instructions about how to build docs (closes #348)Chris McDonough
2011-11-08fix hacking for trunk stuffChris McDonough
2011-11-08CHANGES.txt says Pyramid no longer runs on 2.5 and earlierChris Shenton
So don't require here in HACKING
2011-11-07Current Pyramid uses 'pcreate' rather than 'paster create'. Update ↵Richard Barrell
HACKING.txt to reflect this.
2011-01-30Explain how to install nose and coverage.Chris McDonough
2010-10-30Remove setuptools-git setup_requires (inappropriate for deployment), add ↵Chris McDonough
instructions about how to set up a development checkout to HACKING.txt
2010-10-29gardeningChris McDonough
2010-10-26make sure mako is presentChris McDonough
2010-10-26add HACKING documentChris McDonough