summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-11-25add more introspectables, fix object_description so tests passChris McDonough
2011-11-25add rudimentary object description codeChris McDonough
2011-11-24add type name to iintrospectable constructor; rejigger responsibilities betwe...Chris McDonough
2011-11-24require a titleChris McDonough
2011-11-24fix interfaceChris McDonough
2011-11-24fix interfaceChris McDonough
2011-11-24ditch the miserable tuple-reordering stupidity of zope-style action execution...Chris McDonough
2011-11-23first cut at introspection featureChris McDonough
2011-11-21Merge branch 'master' of github.com:Pylons/pyramidChris 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-21dont skip this test on pypy (chameleon 2 works on pypy)Chris McDonough
2011-11-18- ``request.static_url`` now generates URL-quoted URLs when fed a ``path``Chris McDonough
2011-11-18add tests for content encoding featureChris McDonough
2011-11-18fix conflictsChris McDonough
2011-11-17Allow creating Configurator in an interpreter. Fixes #328.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 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-11readd json back, but not as an API (only because older versions of debug tool...Chris McDonough
2011-11-11- New ``pyramid.compat`` module and API documentation which provides PythonChris 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-08We don't yet have mechanism to specify other files to monitor.Chris Shenton
2011-11-07Create a test to demonstrate that pcreate works with absolute paths.Richard Barrell
2011-11-07pcreate scaffolds are allowed to assume that the output_dir that they have be...Richard Barrell
2011-11-07Have pcreate base the project name on just the basedir of the target output p...Richard Barrell
2011-11-02DummySession: Correctly implement ISession by generating CSRF token if it's m...Robert Buchholz
2011-10-31Properly process MIME encoding.Klee Dienes
2011-10-24add tests for view sortingChris McDonough
2011-10-24fix for #321Atsushi Odagiri
2011-10-19fix reraise case for python 3Chris McDonough
2011-10-19added mako template traceback to the tracebackBlaise Laflamme