summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-23first cut at introspection featureChris McDonough
2011-11-21Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-11-21Garden (ref commit #2cf5d28).Chris McDonough
2011-11-21typoMichael Merickel
2011-11-21Added tests for shell ordering in pshell.Michael Merickel
2011-11-21bpython doesn't actually use a factoryMichael Merickel
2011-11-21add bpython support to pshell with raydeo remarks and designJean-Philippe Camguilhem
2011-11-21add test_command_loads_bpython_shellJean-Philippe Camguilhem
2011-11-21add bpython support for pshellJean-Philippe Camguilhem
2011-11-21use reprs for py3 compat (py3 has no unicode literal syntax using u)Chris McDonough
2011-11-21rejigger alchemy scaffold as per convo with MikeChris McDonough
2011-11-21de-jythonifyChris McDonough
2011-11-21dont skip this test on pypy (chameleon 2 works on pypy)Chris McDonough
2011-11-21degenshiChris McDonough
2011-11-21vbChris McDonough
2011-11-18- Fix ZODB tutorial docs to match ZODB tutorial code (I removed program nameChris McDonough
2011-11-18remove jythonChris McDonough
2011-11-18paster template -> scaffoldChris McDonough
2011-11-18add instructions about how to build docs (closes #348)Chris McDonough
2011-11-18gardenChris McDonough
2011-11-18reference github issueChris McDonough
2011-11-18- ``request.static_url`` now generates URL-quoted URLs when fed a ``path``Chris McDonough
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