summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-21prep for 1.0a4Chris McDonough
2010-11-20gardening, add twophase todoChris McDonough
2010-11-20convert stray references to colon routing syntax to squiggly syntaxChris McDonough
2010-11-20- Fix configurator to not convert ``ImportError`` to ``ConfigurationError``Chris McDonough
2010-11-20remove begin/endChris McDonough
2010-11-19reprioritizeChris McDonough
2010-11-19Merge branch 'master' of https://github.com/BiosElement/pyramid into BiosElem...Chris McDonough
2010-11-19- Remove calls to config.begin()/config.end() from startup config code inChris McDonough
2010-11-19Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2010-11-19gardeningChris McDonough
2010-11-19Fix mako default filter to use unicode. This is mako's default.William Chambers
2010-11-18There is no pattern_regexes.Ben Bangert
2010-11-18More colon references.Ben Bangert
2010-11-18Ensure the version changed info is visible.Ben Bangert
2010-11-18Merge branch 'master' of github.com:Pylons/pyramidBen Bangert
2010-11-18- URL Dispatch now uses the form ``{marker}`` to denote a replace marker inBen Bangert
2010-11-18- Make test suite pass on PyPy (Chameleon doesn't work).Chris McDonough
2010-11-18Gardening.Ben Bangert
2010-11-18Merge branch 'master' of github.com:Pylons/pyramidBen Bangert
2010-11-18- URL Dispatch now allows for replacement markers to be located anywhereBen Bangert
2010-11-18- Fix apparent failures when calling ``pyramid.traversal.find_model(root,Chris McDonough
2010-11-18we dont actually need coverage (and it fails on pypy)Chris McDonough
2010-11-18add pypyenv, change ignores for things that are directories to end in a slashChris McDonough
2010-11-18gardeningChris McDonough
2010-11-18fix race condition test failure (seen on Jython)Chris McDonough
2010-11-18- Make test suite pass on Jython (requires PasteScript trunk, presumably toChris McDonough
2010-11-18ocd break: sort importsChris McDonough
2010-11-17not BFG no moChris McDonough
2010-11-17gardeningChris McDonough
2010-11-17get rid of extraneous noteChris McDonough
2010-11-17fix route_url on JythonChris McDonough
2010-11-17suppress deprecation warnings while building docsChris McDonough
2010-11-17- Add a ``pyramid.url.route_path`` API, allowing folks to generate relativeChris McDonough
2010-11-17remove unused codeChris McDonough
2010-11-17- Replace Twill with WebTest in internal integration tests (avoid deprecationChris McDonough
2010-11-17gardeningChris McDonough
2010-11-17- Removed ``zodbsessions`` tutorial chapter. It's still useful, but we nowChris McDonough
2010-11-17gardeningChris McDonough
2010-11-17note marius' contributionsChris McDonough
2010-11-17Merge branch 'mgedmin-master'Chris McDonough
2010-11-17Make 'make -C docs html' check out the pylons sphinx theme, if needed.Marius Gedminas
2010-11-17Merge branch 'mgedmin-master'Chris McDonough
2010-11-17More ReStructuredText fixes in docstrings.Marius Gedminas
2010-11-17ReStructuredText fix in docstring of view_config.Marius Gedminas
2010-11-17paster templates now use the name "main" to represent the function that retur...d2m
2010-11-17gardeningChris McDonough
2010-11-17fix for jythonChris McDonough
2010-11-17make test pass on jythonChris McDonough
2010-11-17fix test for jythonChris McDonough
2010-11-17- The ``pyramid_alchemy`` paster template had a typo, preventing an importChris McDonough