summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Collapse)Author
2011-10-09close nativeioChris McDonough
2011-10-09first few copydir testsChris McDonough
2011-10-09get options vs. command attrs rightChris McDonough
2011-10-0879 charsChris McDonough
2011-10-08more lameass testsChris McDonough
2011-10-07fix on py32Chris McDonough
2011-10-07more testing (and decisions to not test) for pserveChris McDonough
2011-10-07add some more pserve testsChris McDonough
2011-10-07docstring fixesChris McDonough
2011-10-06make all tests pass; coverageChris McDonough
2011-10-06Merge branch 'feature.glue'Chris McDonough
2011-10-06test logging_file_configChris McDonough
2011-10-06add tests for scaffold init stuffChris McDonough
2011-10-06make tests pass on py3Chris McDonough
2011-10-06add tests for template.pyChris McDonough
2011-10-06remove all reference to the paster command-line utilityChris McDonough
2011-10-06coverage, better error messagesChris McDonough
2011-10-06move some common code into common; decide what to cover and what not to ↵Chris McDonough
cover in pserve
2011-10-06make --reload work under py3Chris McDonough
2011-10-06add minimal pserve testChris McDonough
2011-10-05no need for a dummy bootstrap hereChris McDonough
2011-10-05test coverage for pcreate command, reallyChris McDonough
2011-10-05test coverage for pcreate commandChris McDonough
2011-10-05break script tests into separate filesChris McDonough
2011-10-05get license headers correctChris McDonough
2011-10-05squash warning under py3Chris McDonough
2011-10-05these now run on py3Chris McDonough
2011-10-05make pass on py3Chris McDonough
2011-10-05coverageChris McDonough
2011-10-05turn all paster commands into scriptsChris McDonough
2011-10-05add pserve command and move template code out of glue; add a wsgiref ↵Chris McDonough
paste.server_runner entry point
2011-10-05add a pcreate commandChris McDonough
2011-10-03Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-10-03Merge branch 'master' of https://github.com/cameronr/pyramid into ↵Chris McDonough
cameronr-master
2011-10-02Merge pull request #309 from dairiki/masterMichael Merickel
Trival doc typo
2011-10-02make pass on 32-bit systemsChris McDonough
2011-10-02repoze->pyrammidChris McDonough
2011-10-02Trivial doc fix.Jeff Dairiki
2011-10-02match_param was missing from the view_config decoratorCameron Ring
2011-09-29glue it upChris McDonough
2011-09-29experimental use of glueChris McDonough
2011-09-29fix #297Chris McDonough
2011-09-28fix for py32, avoid setup.py conflictChris McDonough
2011-09-28Accept unicode token instances with ascii contentWichert Akkerman
This is required when reissueing cookies which include a token: WebOb returns the tokens from a cookie as unicode instances, so remember() must be able to deal with them when refreshing.
2011-09-27add a test for builtinsChris McDonough
2011-09-27dont try to import zope.component at module scopeChris McDonough
2011-09-26coverageChris McDonough
2011-09-26get rid of resourcewarningsChris McDonough
2011-09-26better testChris McDonough
2011-09-25track changes to webob headChris McDonough