summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-04-18Corrected the comment's languagethapar
2014-04-18Typo fix "not"-->"no"thapar
2014-04-17More explicit example of set_propertyflibustenet
2014-04-16minor tweaks based on toolbar changes in 2.xMichael Merickel
2014-04-16Update debugtoolbar.rsttylereaves
2014-04-16Update debugtoolbar.rsttylereaves
2014-04-15DOC: Comment re: XSS, PEP8 imports, typowesturner
2014-04-15DOC: Add cgi.escape to quick_tour/views/views.py (Fixes #1294)westurner
2014-04-15DOC: Response.content_type defaults to text/htmlwesturner
2014-04-14Merge pull request #1291 from nnja/masterMichael Merickel
2014-04-14clarify python version supportMichael Merickel
2014-04-14adding comments for python versionsNina Zakharenko
2014-04-14Change OSX to Mac OS XNina Zakharenko
2014-04-14Update the documentation for Python installation on OSX. Binaries are primary...Nina Zakharenko
2014-04-14Update python installation instructions for mac osx.Nina Zakharenko
2014-04-09Typo correction "setupy"-->"setup.py"thapar
2014-04-09Merge pull request #1288 from stevepiercy/masterSteve Piercy
2014-04-09- add name of views.pySteve Piercy
2014-04-09Merge pull request #1287 from stevepiercy/masterSteve Piercy
2014-04-09- clarify Windows setuptools instructionsSteve Piercy
2014-04-08make pdf build againChris McDonough
2014-04-08i have no idea why we do this in here, but let's make it at least correctChris McDonough
2014-04-08fix typo and update whatsnewChris McDonough
2014-04-08Drop setup.cfg from scaffoldsWichert Akkerman
2014-04-08Remove Babel from all setup.cfg filesWichert Akkerman
2014-04-08Always mention the msg* commands come from GettextWichert Akkerman
2014-04-08Remove lingua references from setup.cfg description.Wichert Akkerman
2014-04-08Fix $VENT typoWichert Akkerman
2014-04-08Keep using easy_install.Wichert Akkerman
2014-04-08Update Lingua glossary item.Wichert Akkerman
2014-04-08Update documentation for Lingua 2Wichert Akkerman
2014-04-08fix merge conflict while merging master to 1.5 branchChris McDonough
2014-03-26Merge pull request #1280 from dhaaker/patch-2Steve Piercy
2014-03-26Update hello_world.rstDaniel Haaker
2014-03-26Remove whitespace before the open parenthesisDaniel Haaker
2014-03-21- fix indentation of code blockSteve Piercy
2014-03-21- correct bad .rst syntaxSteve Piercy
2014-03-17Corrected inline markup to use * for italicsthapar
2014-03-17Added note to place login/logout route definitions before `/{pagename}` routethapar
2014-03-10Remove extra concatenation from request.static_url()sbivol
2014-03-07Minor punctuation and grammar changes to Quick IntroPaul Winkler
2014-02-16Clarify.Tres Seaver
2014-02-16Trailing commas are good.Tres Seaver
2014-02-16EC: break the page and see the DBT traceback display.Tres Seaver
2014-02-16Don't leave the page broken.Tres Seaver
2014-02-16Match optional reqs on Windows to those on POSIX.Tres Seaver
2014-02-16EC: why not add 'pyramid_debugtoolbar' to our 'install_requires'?Tres Seaver
2014-02-16Clarifications.Tres Seaver
2014-02-16Avoid re-ambiguating 'project' vs. 'package.Tres Seaver
2014-02-16Clarify vs. import time.Tres Seaver