summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Richard Barrell
ValueError.
2011-11-08fix hacking for trunk stuffChris McDonough
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
Previously it was: test, start, coverage, view.
2011-11-08We don't yet have mechanism to specify other files to monitor.Chris Shenton
So comment out the checks for the nonexistent requires_config_file. Server still runs and monitors our file changes.
2011-11-08CHANGES.txt says Pyramid no longer runs on 2.5 and earlierChris Shenton
So don't require here in HACKING
2011-11-07Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-11-07Merge pull request #345 from RichardBarrell/pcreate_abspath_testChris McDonough
Create a test to demonstrate that pcreate works with absolute paths.
2011-11-07Create a test to demonstrate that pcreate works with absolute paths.Richard Barrell
2011-11-07add self to contributorsReed O'Brien
2011-11-07Merge branch 'RichardBarrell-master'Chris McDonough
2011-11-07Merge branch 'master' of https://github.com/RichardBarrell/pyramid into ↵Chris McDonough
RichardBarrell-master
2011-11-07Merged from master, resolved conflict in CONTRIBUTORS.txt.Richard Barrell
2011-11-07pcreate scaffolds are allowed to assume that the output_dir that they have ↵Richard Barrell
been handed is an absolute path. Fix my 'fix' to pcreate.py so that it enforces this again.
2011-11-07Added myself to CONTRIBUTORS.txt.Richard Barrell
2011-11-07Merge branch 'master' of https://github.com/RichardBarrell/pyramid into ↵Chris McDonough
RichardBarrell-master
2011-11-07Have pcreate base the project name on just the basedir of the target output ↵Richard Barrell
path, and use the target output path (pretty much) as-is, so that pcreate no longer appears to go nuts when calling it with an absolute path.
2011-11-07Current Pyramid uses 'pcreate' rather than 'paster create'. Update ↵Richard Barrell
HACKING.txt to reflect this.
2011-11-07Merge branch 'kenmanheimer-klm/docs.tutorial'Chris McDonough
2011-11-07resolve conflictChris McDonough
2011-11-07Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-11-07Merge pull request #339 from ↵Chris McDonough
shentonfreude/shentonfreude/meta.contributor-agreement Added my name to contributors. Thanks.
2011-11-07Added my name to contributors. Thanks.Chris Shenton
2011-11-07Greetings.kenmanheimer
2011-11-07Correct the description to match the code.kenmanheimer
2011-11-07gardenBlaise Laflamme
2011-11-07gardenBlaise Laflamme
2011-11-02- The DummySession in ``pyramid.testing`` now generates a new CSRF token ifChris McDonough
one doesn't yet exist.
2011-11-02Merge branch 'rbu-master-fix-dummysession-csrf-token-generation'Chris McDonough
2011-11-02Merge branch 'master-fix-dummysession-csrf-token-generation' of ↵Chris McDonough
https://github.com/rbu/pyramid into rbu-master-fix-dummysession-csrf-token-generation
2011-11-02Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-11-02whateverChris McDonough
2011-11-02DummySession: Correctly implement ISession by generating CSRF token if it's ↵Robert Buchholz
missing
2011-10-26Merge pull request #326 from alexander-travov/patch-1Chris McDonough
Removed some minor misprints from documentation.
2011-10-26Removing some minor misprints in documentation.alexander-travov
2011-10-25Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-10-25Merge pull request #324 from cypha/fix.diveintopythonlinkChris McDonough
Fix.diveintopythonlink
2011-10-25updated [DEFAULT] to link to the relevant sectionCypha
2011-10-24Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-10-24rename requirements -> rtd_requirementsChris McDonough
2011-10-24readd _themesChris McDonough
2011-10-24Added _themes to the clean target to reclone the submodule.Michael Merickel
2011-10-24remove themes?Chris McDonough
2011-10-24add tests for view sortingChris McDonough
2011-10-24Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-10-24Merge pull request #323 from aodag/views_sortChris McDonough
fix for #321