summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-27support a None value in query string parametersMichael Merickel
2013-09-26Quick Tour: shorten the setup part and point to Quick Tutorial Requirements ↵Paul Everitt
for more explanation. Cross link each Quick Tour section with its Quick Tutorial match.
2013-09-25Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ↵Paul Everitt
Python 3.
2013-09-25Add some more of the up-front packages.Paul Everitt
2013-09-25Oops, need a $VENV path to easy_installPaul Everitt
2013-09-25Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's ↵Paul Everitt
work), particularly for Windows. Change all the steps to use $VENV/bin prefixes on commands (don't presume that they have done source env/bin/activate).
2013-09-24Merge branch 'docs.quicktutorial'Paul Everitt
2013-09-24add mention of PEP 453Steve Piercy
2013-09-24Change python version to 3.3Steve Piercy
2013-09-24Added a note to CHANGES.txt, push the quick tutorial.Paul Everitt
2013-09-24Update Requirements sectionSteve Piercy
2013-09-24Merge branch 'master' of https://github.com/Pylons/pyramidPaul Everitt
2013-09-22try to clarify the docs to avoid "if '__main__'" confusionMichael Merickel
2013-09-22fix rst rendering of changesChris McDonough
2013-09-22Merge branch '1.5-branch'Chris McDonough
2013-09-22Merge branch 'master' into 1.5-branchChris McDonough
2013-09-22prep for 1.5a2Chris McDonough
2013-09-22Merge branch 'master' into 1.5-branchChris McDonough
2013-09-22run zodb scaffolding tests on py3 too (now compat) and dont use distribute everChris McDonough
2013-09-22Merge branch 'master' into 1.5-branchChris McDonough
2013-09-22better description of mako/chameleon bw incompat in changelog, update ↵Chris McDonough
whatsnew for 1.5
2013-09-22make sure that missing template renderer factories dont cause a startup time ↵Chris McDonough
error, and instead behave like other renderers which, when missing, cause pyramid to throw a valueerror at rendering time
2013-09-22Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-09-22typoChris McDonough
2013-09-22typoMichael Merickel
2013-09-20Merge branch 'master' into 1.5-branchChris McDonough
2013-09-20subrepo danceChris McDonough
2013-09-20subrepo danceChris McDonough
2013-09-20Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-09-16Merge branch 'docs.quicktutorial'Paul Everitt
2013-09-16Merge pull request #1123 from tshepang/docs.quicktutorialPaul Everitt
s/env/venv + make example links clickable
2013-09-16make example links clickable, for convenienceTshepang Lekhonkhobe
2013-09-16s/env/venv just for sake of consistencyTshepang Lekhonkhobe
2013-09-15Double 'instead' removed.Carlos de la Guardia
2013-09-15typoCarlos de la Guardia
2013-09-15typoCarlos de la Guardia
2013-09-14"useful...than" made no sense.Carlos de la Guardia
2013-09-14The sentence needed a conjunction.Carlos de la Guardia
2013-09-14rename ref mako_templates to available_template_system_bindingsSteve Piercy
2013-09-14use most recent version of themeChris McDonough
2013-09-14Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-09-14use most recent version of themeChris McDonough
2013-09-13Fix naming of virtualenv prefix.Paul Everitt
2013-09-13All the references re-wired.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt
2013-09-12Merge pull request #1122 from AdamG/masterTres Seaver
Fix broken link to tox in HACKING
2013-09-12fix broken link to toxAdam Gomaa
2013-09-12Merge pull request #1121 from agroszer/masterChris McDonough
Add doc about the top level member limitation of ``view_config``
2013-09-12Add doc about the top level member limitation of ``view_config``Adam Groszer
2013-09-11appeaseChris McDonough