summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-09Make code more readable by using namedtuple attributedrnextgis
2017-02-05Merge pull request #2948 from stevepiercy/masterSteve Piercy
update Quick Tutorial templates per deform 2.0 migration notes
2017-02-05update templates per deform 2.0 migration notesSteve Piercy
- See https://github.com/Pylons/pyramid/issues/2897#issuecomment-277494816 - Closes #2897
2017-02-04Merge pull request #2945 from stevepiercy/masterSteve Piercy
configuration should not be quoted
2017-02-04configuration should not be quotedSteve Piercy
- closes #2944
2017-02-03Merge pull request #2941 from stevepiercy/masterSteve Piercy
update links and reST syntax for mod_wsgi
2017-02-03update links and reST syntax for mod_wsgiSteve Piercy
2017-01-31Merge pull request #2938 from PavloKapyshin/masterSteve Piercy
Fix typo
2017-01-31Fix typoPavlo Kapyshin
2017-01-28Merge pull request #2936 from stevepiercy/masterSteve Piercy
minor grammar fixes
2017-01-28Minor changeJohn Jimenez
"functions, classes or any callable that accept" was messing with the flow while reading. Proposed change flows a little better for me. (cherry picked from commit 87d8aba)
2017-01-28Minor changeJohn Jimenez
distinguish between Pyramid itself and view code raising the exception as in previous exception listing. (cherry picked from commit eb166fb)
2017-01-28Merge pull request #2934 from stevepiercy/masterSteve Piercy
scaffold starter now uses Jinja2
2017-01-28scaffold starter now uses Jinja2Steve Piercy
- Closes misplaced issue https://github.com/Pylons/pyramid-cookiecutter-starter/issues/13
2017-01-27Merge pull request #2929 from stevepiercy/masterSteve Piercy
Minor change
2017-01-27Minor changeJohn Jimenez
minor change to flow better (cherry picked from commit 0c705c9)
2017-01-27Merge pull request #2923 from stevepiercy/masterSteve Piercy
undo borkage: wsgiref does not use listen, it uses port
2017-01-26undo borkage: wsgiref does not use listen, it uses portSteve Piercy
- ref: #2919
2017-01-26Merge pull request #2921 from stevepiercy/masterSteve Piercy
grammar fix
2017-01-26grammar fixesSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26grammar fixSteve Piercy
2017-01-24Merge pull request #2917 from mmerickel/fix-2916Michael Merickel
restore the registry signature and add tests to show why
2017-01-24restore the registry signature and add tests to show whyMichael Merickel
fixes #2916
2017-01-23update manifest checksMichael Merickel
2017-01-23update todoMichael Merickel
2017-01-22Merge pull request #2915 from stevepiercy/masterSteve Piercy
save a redirect
2017-01-22save a redirectSteve Piercy
(cherry picked from commit 981869a)
2017-01-22Merge pull request #2912 from stevepiercy/masterSteve Piercy
remove pylonshq - HUZZAH!
2017-01-21remove pylonshq - HUZZAH!Steve Piercy
2017-01-21Merge pull request #2909 from stevepiercy/masterSteve Piercy
forward port item for pylons_sphinx_latesturl
2017-01-21forward port item for pylons_sphinx_latesturlSteve Piercy
2017-01-21switch to 1.9.dev0Michael Merickel
2017-01-21typoMichael Merickel
2017-01-21swap back to master travis-ci on master branchMichael Merickel
2017-01-20Merge pull request #2905 from stevepiercy/masterSteve Piercy
Fix typo to be consistent with API docs
2017-01-20Fix typo to be consistent with API docsSteve Piercy
- Closes #2904
2017-01-17link to method in whatsnewMichael Merickel
2017-01-17prep 1.8b1Michael Merickel
2017-01-17fix rst syntax in changelogMichael Merickel
2017-01-17changelog for #2902Michael Merickel
2017-01-17Merge pull request #2902 from mmerickel/allow-add-translation-dirs-overrideMichael Merickel
add ``override`` option to ``add_translation_dirs``
2017-01-17add ``override`` option to ``add_translation_dirs``Michael Merickel
fixes #1474
2017-01-17fix the add_translation_dirs documentation to reflect the current implMichael Merickel
fixes #1473
2017-01-16avoid doing lookup in loopMichael Merickel
2017-01-15changelog for #2901Michael Merickel
2017-01-15Merge pull request #2901 from mmerickel/mod-wsgi-cookiecutterMichael Merickel
update mod_wsgi tutorial to use a cookiecutter
2017-01-15update mod_wsgi tutorial to use a cookiecutterMichael Merickel
closes #2890
2017-01-15Fix typo and add PR referenceSteve Piercy