summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-01-15changelog cleanupsMichael Merickel
2017-01-15Merge pull request #2900 from stevepiercy/windows-installMichael Merickel
Windows documentation updates
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2017-01-15Update Windows installation docsSteve Piercy
2017-01-13Merge pull request #2899 from stevepiercy/masterMichael Merickel
update docs per https://github.com/Pylons/pyramid/commit/fb7a98bbdace…
2017-01-10update docs per ↵Steve Piercy
https://github.com/Pylons/pyramid/commit/fb7a98bbdacebc4edfef8fb3e6093bb9e6590111
2017-01-10fix unittests in wiki2 to work without deps on py2 and py3Michael Merickel
fixes #2882
2017-01-08Merge pull request #2885 from mmerickel/require-py36Michael Merickel
require tests to pass on py36 on travis and appveyor
2017-01-08require tests to pass on py36 on travis and appveyorMichael Merickel
2017-01-08Merge pull request #2896 from ramgoer/patch-1Michael Merickel
Update project.rst
2017-01-08Update project.rstramgoer
incorrect cookietcutter path for windows environment %VENV%\Scripts\cookiecutter
2017-01-04Merge pull request #2893 from mmerickel/document-registry-as-dictMichael Merickel
improve the registry documentation to cover usage as a dictionary
2017-01-02Merge pull request #2894 from stevepiercy/masterSteve Piercy
add changelog and whatsnew entry for #2888 and #2889
2017-01-02add changelog and whatsnew entry for #2888 and #2889Steve Piercy
2017-01-02Merge pull request #2889 from stevepiercy/docs-cookiecutter-changes-onlyMichael Merickel
Docs cookiecutter changes only - Quick Tutorial and all other files
2017-01-02Waitress dropped 2.6 and 3.2 supportSteve Piercy
2017-01-02changelog for #2893Michael Merickel
2017-01-02improve the registry documentation to cover usage as a dictionaryMichael Merickel
fixes #2891
2017-01-01Remove notes about cookiecutter installation, as they now remove sudo for ↵Steve Piercy
most systems
2016-12-28fix link targetSteve Piercy
2016-12-27update Sphinx link targetSteve Piercy
2016-12-27undo update for tutorials/modwsgiSteve Piercy
- This requires changes with virtual environments, pcreate, and possibly configuration files. Deferring.
2016-12-27narr/commandline - update for cookiecuttersSteve Piercy
2016-12-27replace pcreate with pserveSteve Piercy
2016-12-27quick_tutorial - refactor MyProject/myproject for cookiecuttersSteve Piercy
2016-12-27narr/webob - update for cookiecuttersSteve Piercy
2016-12-27narr/startup - update for cookiecuttersSteve Piercy