Michael Merickel
2018-10-18 e4c0570d5c67ddf0ad9502169b59475ba0784d82
2018-10-17 Michael Merickel
change webtest link to https
blob@ e8a70a commitdiff | diff to current
2018-10-15 Michael Merickel
Merge pull request #3326 from mmerickel/fix-deprecated-accept-predicate
blob@ 433efe commitdiff | diff to current
2018-10-07 Steve Piercy
Use proper case for Setuptools as a library name. Change Setuptools to a gl...
blob@ 315e46 commitdiff | diff to current
2018-10-05 Steve Piercy
Merge branch 'master' into one_cc
blob@ 086198 commitdiff | diff to current
2018-09-28 Michael Merickel
Merge branch 'master' into fix-deprecated-accept-predicate
blob@ 58d2a5 commitdiff | diff to current
2018-09-22 Steve Piercy
Update links to trypyramid.com, Grok, gunicorn
blob@ 029625 commitdiff | diff to current
2018-09-18 Stephen Martin
version cleanup
blob@ 2fa1e2 commitdiff | diff to current
2018-09-17 Stephen Martin
name change
blob@ 28e688 commitdiff | diff to current
2018-09-14 Colin Dunklau
Fix tiny typo in glossary doc ("l10" -> "l10n")
blob@ b80e5c commitdiff | diff to current
2018-09-11 Stephen Martin
add unified cookiecutter heading
blob@ f1f15e commitdiff | diff to current
2018-09-10 Stephen Martin
correct versionadded/depreciation
blob@ 7c4f0b commitdiff | diff to current
2018-09-10 Stephen Martin
merging cookiecutters
blob@ 6b6d0e commitdiff | diff to current
2018-08-08 Michael Merickel
fix deprecated usage of request.accept in AcceptPredicate
blob@ 121f45 commitdiff | diff to current
2018-08-21 Michael Merickel
Merge pull request #3330 from stevepiercy/docs-code-style
blob@ 820a75 commitdiff | diff to current
2018-08-19 Steve Piercy
Fix broken links from linkcheck, exclude localhost from check
blob@ 9ce94f commitdiff | diff to current
2018-08-19 Steve Piercy
Standardize Unix capitalization
blob@ 5af300 commitdiff | diff to current
2018-06-23 Steve Piercy
Add mention of migrations and Alembic in design and glossary.
blob@ c8f3bf commitdiff | diff to current
2018-04-24 Michael Merickel
link to pypi.org
blob@ 8bd6f7 commitdiff | diff to current
2017-07-16 Steve Piercy
Add more references about context manager and `with` statement
blob@ a6aadf commitdiff | diff to current
2017-07-13 Michael Merickel
Merge pull request #3119 from stevepiercy/docs-context-manager
blob@ d45f41 commitdiff | diff to current
2017-07-10 Steve Piercy
Add pyramid.interfaces.IRouter.request_context and pyramid.paster.bootstrap...
blob@ 0958d2 commitdiff | diff to current
2017-07-09 Michael Merickel
update link to pastedeploy
blob@ 31888c commitdiff | diff to current
2017-07-04 Steve Piercy
Add term "context manager"
blob@ 83a1c2 commitdiff | diff to current
2017-06-27 Steve Piercy
Update all external links per `make linkcheck` - Most are changing http to ...
blob@ a816a8 commitdiff | diff to current
2017-06-26 Steve Piercy
change http://docs.pylonsproject.org to https - use correct URL for code st...
blob@ 19d341 commitdiff | diff to current
2017-05-24 cewing
fixes per code review, Thanks @stevepiercy.
blob@ f20a01 commitdiff | diff to current
2017-05-01 Michael Merickel
Merge pull request #2985 from mmerickel/plaster
blob@ e78aa2 commitdiff | diff to current
2017-04-26 Matthew Wilkes
Apply drafting changes to documentation.
blob@ 2ded2f commitdiff | diff to current
2017-03-31 Michael Merickel
add some simple notes about plaster in the narrative docs
blob@ f454b8 commitdiff | diff to current
2017-02-26 Bert JW Regeer
Add newline to make docs happy
blob@ 0a0916 commitdiff | diff to current
2017-02-26 Michael Merickel
add an IExecutionPolicy that can wrap the router
blob@ 0bee84 commitdiff | diff to current
2017-02-03 Steve Piercy
update links and reST syntax for mod_wsgi
blob@ ce8894 commitdiff | diff to current
2017-01-03 Steve Piercy
Waitress dropped 2.6 and 3.2 support
blob@ a36d33 commitdiff | diff to current
2016-12-27 Steve Piercy
glossary - moar updates for cookiecutters
blob@ af33f7 commitdiff | diff to current
2016-12-23 Steve Piercy
update glossary
blob@ e7b12f commitdiff | diff to current
2016-04-23 Steve Piercy
Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sph...
blob@ 1cb30e commitdiff | diff to current
2016-04-16 Steve Piercy
quick_tutorial cleanup - replace nose and coverage with pytest and pytest-c...
blob@ b61a8b commitdiff | diff to current
2016-04-13 Michael Merickel
Merge branch 'master' into feature/require-csrf
blob@ 231a53 commitdiff | diff to current
2016-04-12 Steve Piercy
- add mention of Windows and Python 3.3+ for virtual environments
blob@ 83d7d9 commitdiff | diff to current
2016-04-12 Steve Piercy
one does not simply "create a virtualenv". one should "create a virtual env...
blob@ d67566 commitdiff | diff to current
2016-04-12 Steve Piercy
- replace `pyvenv` with `python3 -m venv`
blob@ d60369 commitdiff | diff to current
2016-04-12 Michael Merickel
Merge branch 'master' into docs/easy-install-to-pip.2104
blob@ 167b77 commitdiff | diff to current
2016-04-11 Michael Merickel
rewrite csrf checks to support a global setting to turn it on
blob@ 6b35eb commitdiff | diff to current
2016-04-11 Steve Piercy
- update installation.rst to use pip, pyvenv, Python 3.4 - simplify install...
blob@ ec1bbf commitdiff | diff to current
2016-04-10 Michael Merickel
Merge pull request #2021 from Pylons/feature/configurable-view-deriver
blob@ b6187b commitdiff | diff to current
2016-03-30 Steve Piercy
update installation and glossary
blob@ a7dd05 commitdiff | diff to current
2016-03-21 Steve Piercy
polish view derivers docs, minor grammar
blob@ 890ea8 commitdiff | diff to current
2016-03-13 Michael Merickel
add examples of view derivers to the glossary
blob@ 7fc181 commitdiff | diff to current
2016-03-09 Michael Merickel
add "view deriver" to the glossary
blob@ b4147b commitdiff | diff to current
2016-03-08 Steve Piercy
rewrite renderer glossary entry to read more easily
blob@ 94bad2 commitdiff | diff to current
first | « prev | next »