index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2018-11-18
Remove `docs/api/compat.rst`. The remaining items were moved into `pyramid.u...
Steve Piercy
2018-11-18
Unpin webtest and pytest
Steve Piercy
2018-11-17
Remove explicit mention of Python 3
Steve Piercy
2018-11-17
Remove mention of py3 compat
Steve Piercy
2018-11-17
Update Python source files in docs to use `from html import escape`, now that...
Steve Piercy
2018-11-17
Remove long type (should have been removed with other type aliases)
Steve Piercy
2018-11-17
Remove native_, rename ascii_native_ to ascii_
Steve Piercy
2018-11-17
Remove urllib.parse shims
Steve Piercy
2018-11-17
Remove is_nonstr_iter
Steve Piercy
2018-11-17
Remove reraise
Steve Piercy
2018-11-17
Remove SimpleCookie and escape shims
Steve Piercy
2018-11-17
Remove iter*, configparser, input_, map_
Steve Piercy
2018-11-17
Remove pickle and exec aliases
Steve Piercy
2018-11-17
Remove *_types per b1a257bacc1c4ac2c1401ed02c51d9c6c03685d2
Steve Piercy
2018-11-16
Remove virtualenv and explicit py3 mentions
Steve Piercy
2018-11-16
Remove most Python 2 mentions from docs. Exclusions:
Steve Piercy
2018-11-12
Merge pull request #3420 from mmerickel/bare-route-prefix-2
Michael Merickel
2018-11-11
use inherit_slash=True on add_route to opt-in to no trailing slash
Michael Merickel
2018-11-06
Merge pull request #3414 from kpinc/indexupgrade
Steve Piercy
2018-11-04
Merge branch 'pr/1639' into bare-route-prefix
Michael Merickel
2018-11-03
Add "upgrading pyramid" to the index
Karl O. Pinc
2018-11-03
fix wording
Bert JW Regeer
2018-11-03
change to use JSONSerializer for SignedCookieSessionFactory
Michael Merickel
2018-11-02
remove deprecated media range support from add_view and add_route
Michael Merickel
2018-11-01
remove deprecated security functions
Michael Merickel
2018-10-31
remove the scaffolding chapter
Michael Merickel
2018-10-31
remove docs/api/scaffolds.rst
Michael Merickel
2018-10-31
initial work removing pcreate
Michael Merickel
2018-10-31
move master to 2.0.dev0
Michael Merickel
2018-10-31
prep 1.10
Michael Merickel
2018-10-17
fix the dummy request to support the new accept apis
Michael Merickel
2018-10-16
change webtest link to https
Michael Merickel
2018-10-16
comma
Michael Merickel
2018-10-15
add route_prefix_context to api docs
Michael Merickel
2018-10-15
fix whatsnew syntax
Michael Merickel
2018-10-15
typo
Michael Merickel
2018-10-15
point cookiecutters at 1.10-branch
Michael Merickel
2018-10-15
add changes for #3387 and #3388
Michael Merickel
2018-10-15
prep 1.10a1
Michael Merickel
2018-10-14
Merge pull request #3326 from mmerickel/fix-deprecated-accept-predicate
Michael Merickel
2018-10-14
Update documentation for implementing custom authz policy
Bert JW Regeer
2018-10-10
improve the language around unspecified match ordering
Michael Merickel
2018-10-10
sentence-per-line
Michael Merickel
2018-10-10
fix up the docs
Michael Merickel
2018-10-10
deprecate range support
Michael Merickel
2018-10-09
Merge pull request #3380 from stevepiercy/docs-quick-tutorial-update
Steve Piercy
2018-10-09
Rearrange introduction of Setuptools and move to debugtoolbar.
Steve Piercy
2018-10-09
Align emphasize-lines with setup.py code
Steve Piercy
2018-10-08
Use correct invocation of `pip install - e ".[dev]"` instead of [testing]
Steve Piercy
2018-10-08
Fix comments in `setup.py`s
Steve Piercy
[next]