summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2011-09-22ignore all dirs that start with envChris McDonough
2011-04-12ignore pycharm project turdsChris McDonough
2011-04-01Ignore virtualenv debris.Chris Rossi
2011-02-14add tox.ini and ignore derived testing turdsChris McDonough
2011-01-27ignore book envChris McDonough
2011-01-12ignore emacs backup filesRob Miller
2010-12-31ignore another subdirChris McDonough
2010-11-21- SQLAlchemy+URLDispatch tutorial updated to integrate changes toChris McDonough
``pyramid_routesalchemy`` template.
2010-11-18add pypyenv, change ignores for things that are directories to end in a slashChris McDonough
2010-11-16add ignores for jython usual suspectsChris McDonough
2010-11-05ignore dist/Chris McDonough
2010-10-31- Renderer factories now accept a *dictionary* rather than an absolute resourceChris McDonough
specification or an absolute path. The dictonary contains the following keys: ``name`` (the ``renderer=`` value), ``package`` (the 'current package' when the renderer configuration statement was found), ``type``: the renderer type, and ``registry``: the current registry. Third-party ``repoze.bfg`` renderer implementations that must be ported to Pyramid will need to account for this. This change was made to support more flexible Mako template rendering.
2010-10-30require setuptools_git experimentally to run setup.pyChris McDonough
2010-10-26add dependency on mako and configure in mako templating by defaultChris McDonough
2010-10-25docs fixesChris McDonough
2010-10-25ignore env26Chris McDonough
2010-10-25first pass at converting bfg to pyramid namespaceChris McDonough