summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-18Merge branch 'kdienes-master'Chris McDonough
2011-11-18add tests for content encoding featureChris McDonough
2011-11-18fix conflictsChris McDonough
2011-11-18Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-11-17Merge branch 'fix.328'Michael Merickel
2011-11-17Allow creating Configurator in an interpreter. Fixes #328.Michael Merickel
2011-11-17Merge branch 'fix.353'Michael Merickel
2011-11-17Fixed issue #353.Michael Merickel
2011-11-17added tests so I don't get yelled atMichael Merickel
2011-11-17Made pyramid.settings.aslist public.Michael Merickel
2011-11-12- The ``alchemy`` scaffold has been removed.Chris McDonough
2011-11-12make myproject project relocatable (as per Ken's changes)Chris McDonough
2011-11-12make relocatable (as per Ken's changes)Chris McDonough
2011-11-12this is no longer dynamicChris McDonough
2011-11-12Fix ZODB scaffolding to match ZODB tutorial docs (Ken made relocatable).Chris McDonough
2011-11-12Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-11-12rejigger jsonChris McDonough
2011-11-11Add link to renderer dict globals from BeforeRender event (#351)Carlos de la Guardia
2011-11-11typoCarlos de la Guardia
2011-11-11Fix some typos and restructure text a bitCarlos de la Guardia
2011-11-11gardenChris McDonough
2011-11-11gardenChris McDonough
2011-11-11readd json back, but not as an API (only because older versions of debug tool...Chris McDonough
2011-11-11make more relocatableChris McDonough
2011-11-11alphabetizeChris McDonough
2011-11-11- New ``pyramid.compat`` module and API documentation which provides PythonChris McDonough
2011-11-11Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-11-10Merge pull request #350 from kenmanheimer/klm/docs.tutorialCarlos de la Guardia
2011-11-10Remove gratuitous whitespace.kenmanheimer
2011-11-10Convert absolute 'tutorial' package references that are from within thekenmanheimer
2011-11-08Add a note flagging the only case where we might mislead the student tokenmanheimer
2011-11-08Remove unnecessary whitespace.kenmanheimer
2011-11-08Convert absolute 'tutorial' package references that are from within thekenmanheimer
2011-11-08Merge branch 'RichardBarrell-issue330'Chris McDonough
2011-11-08the with statement doesnt work under py26; unit tests shouldnt show commentsChris McDonough
2011-11-08Rewrite my unit test to behave correctly w.r.t. different exception types.Richard Barrell
2011-11-08Raise a ValueError from HTTPFound.__init__() if location is None.Richard Barrell
2011-11-08Added a unit test that asserts that HTTPFound(location=None) throws a ValueEr...Richard Barrell
2011-11-08Use active ("Run the Tests") rather than passive ("Running the Tests")kenmanheimer
2011-11-08fix hacking for trunk stuffChris McDonough
2011-11-08No longer using request.static_url() in the demos.kenmanheimer
2011-11-08Track change of the scaffolding file names, removing 'pyramid_' prefix.kenmanheimer
2011-11-08Remove 'pyramid_' from scaffolding name used for pcreate now.Chris Shenton
2011-11-08Move test, coverage together; start and view too.Chris Shenton
2011-11-08We don't yet have mechanism to specify other files to monitor.Chris Shenton
2011-11-08CHANGES.txt says Pyramid no longer runs on 2.5 and earlierChris Shenton
2011-11-08Note that firewalls may ask for network connection authorization.kenmanheimer
2011-11-08Use active ("Run the Tests") rather than passive ("Running the Tests")kenmanheimer
2011-11-08Swap order of the test-coverage and starting-application sections, sokenmanheimer
2011-11-08Explain relative naming policies necessary to allow varying the packagekenmanheimer