summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-04garden titles of indexChris McDonough
2012-03-04backslash is an escape character in RSTChris McDonough
2012-03-03untangle impacts of python 3 compatChris McDonough
2012-03-02Merge branch '1.3-branch'Chris McDonough
2012-03-02Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-03-02Merge pull request #458 from mjpieters/contributor-agreementChris McDonough
Sign the contributor agreement.
2012-03-02Merge pull request #457 from mjpieters/doccorrectionsChris McDonough
Minor correction for narrative documentation
2012-03-02Correct section name in pshell example.Martijn Pieters
The section in the example is called 'app:main', not 'app:MyProject'.
2012-03-02Sign the contributor agreement.Martijn Pieters
2012-03-02Correct minor grammatical error.Martijn Pieters
2012-03-02Merge pull request #455 from rspivak/ae6d08b96d3a366f979719c05926dc5292d904d3Chris McDonough
Finished callbacks documentation update
2012-03-02Remove some confusion about finished callbacks.Ruslan Spivak
Rework an example code and remove an incorrect statement about request.exception being set when an exception occurs in a view. The reason for the change is issue #454: https://github.com/Pylons/pyramid/issues/454
2012-03-02Merge branch '1.3-branch'Chris McDonough
2012-03-02prep for 1.3b2Chris McDonough
2012-03-02point at sqla bugChris McDonough
2012-03-01gardenChris McDonough
2012-03-01revise stepsChris McDonough
2012-03-01Merge branch '1.3-branch'Chris McDonough
2012-03-01Merge branch 'master' into 1.3-branchChris McDonough
2012-03-01Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-03-01Merge branch 'master' into 1.3-branchChris McDonough
2012-03-01wrong class name, fixes #451Chris McDonough
2012-03-01Merge pull request #453 from mjpieters/masterChris McDonough
Fixes #452: remove mention of the `root_factory` argument from the startup narrative.
2012-03-01Remove mention of the `root_factory` argument.Martijn Pieters
The example code earlier on the page does not use the `root_factory` argument, only the `settings` argument. This is a fix for pyramid issue #452.
2012-02-29fix pserve tests under windows on python 2.6Chris McDonough
2012-02-29fix pserve tests on windows 2.6Chris McDonough
2012-02-29commentChris McDonough
2012-02-29remove rantChris McDonough
2012-02-29Merge branch '1.3-branch'Chris McDonough
2012-02-29Merge branch 'master' into 1.3-branchChris McDonough
2012-02-29gardenChris McDonough
2012-02-29Merge branch 'fix.win32'Chris McDonough
2012-02-29only do replacement on windowsChris McDonough
2012-02-29fix static_url generation for abspaths on windowsChris McDonough
2012-02-29try fixing this on windowsChris McDonough
2012-02-29fix decoratorsChris McDonough
2012-02-28prevent highorder tests from running on non-Linux platforms (these seem to ↵Chris McDonough
have issues)
2012-02-28close file before trying to reopen it on windows, preventing a test from failingChris McDonough
2012-02-28put close inside finallyChris McDonough
2012-02-28avoid coping with linefeeds on windowsChris McDonough
2012-02-28remove unused file shadowed by a packageChris McDonough
2012-02-28Fix security bug caused by __iter__ checking on strings under Python 3Chris McDonough
2012-02-28fix on windowsChris McDonough
2012-02-28fix windows test failure (trouble deleting open file)Chris McDonough
2012-02-28coverageChris McDonough
2012-02-28uncomment a testChris McDonough
2012-02-28replace the right thingChris McDonough
2012-02-28hail mary windowsChris McDonough
2012-02-28fix for windowsChris McDonough
2012-02-28another hail mary to try to get things to work on windows+unixChris McDonough