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
/
pyramid
Age
Commit message (
Expand
)
Author
2016-06-02
Merge pull request #2618 from stevepiercy/master
Steve Piercy
2016-06-02
fix broken links in msg and update summary in scaffold base class PyramidTemp...
Steve Piercy
2016-06-02
Merge branch 'master' into stip_pserve_daemon_support
zrayn
2016-06-02
Add route name to view deriver options. Closes: #2609
Marco M
2016-06-02
Removing changing user/group option
zrayn
2016-06-02
Ripping daemonization out of pserve
zrayn
2016-05-23
Merge pull request #2601 from stevepiercy/1.7-branch
Steve Piercy
2016-05-21
Change type to Text from Integer. See #2591
Steve Piercy
2016-05-18
Merge pull request #2586 from berkerpeksag/remove-duplicate-import
Michael Merickel
2016-05-16
Delete duplicate getargspec imports
Berker Peksag
2016-05-16
Simplify Windows detection code
Berker Peksag
2016-05-12
add some tests for excview tween
Michael Merickel
2016-05-10
fix excview tween to reraise the original exception if left unhandled by exce...
Michael Merickel
2016-05-10
execute scaffolds using pip and py.test
Michael Merickel
2016-05-10
ensure invoke_exception_view always returns a response
Michael Merickel
2016-05-06
scaffolds: Allow `py.test` to be run on new project without specifying test m...
Vincent Férotin
2016-05-01
remove pyramid_tm from development.ini
Steve Piercy
2016-04-27
avoid executing the discriminator functions multiple times
Michael Merickel
2016-04-26
do not enforce default permissions on exception views
Michael Merickel
2016-04-24
Allow Sphinx doctests to run and pass with `make doctest SPHINXBUILD=$VENV/bi...
Steve Piercy
2016-04-23
Merge pull request #2523 from int3l/master
Tres Seaver
2016-04-23
Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphin...
Steve Piercy
2016-04-23
adjustment and update docstring to be consistant
int3l
2016-04-23
import/docstring adjustments in decorator module
int3l
2016-04-19
Merge branch 'pr/2520' into feature/appveyor-ci
Michael Merickel
2016-04-19
remove vestiges of pyramid.require_default_csrf
Michael Merickel
2016-04-19
Make tests pass under Windows
Christoph Zwerschke
2016-04-19
replace pyramid.require_default_csrf setting with config.set_default_csrf_opt...
Michael Merickel
2016-04-18
disable csrf checking on all exception views unless explicitly turned on
Michael Merickel
2016-04-17
request.host_port is a str not an int
Donald Stufft
2016-04-17
fix csrf setting error message
Michael Merickel
2016-04-16
drop py27-only features at least temporarily
Michael Merickel
2016-04-16
add docs and backward incompatibility notices for #2501
Michael Merickel
2016-04-16
fix format string to work on py26
Michael Merickel
2016-04-16
In addition to CSRF token, verify the origin too
Donald Stufft
2016-04-15
Have Automatic CSRF on all unsafe HTTP methods
Donald Stufft
2016-04-15
Only Accept CSRF Tokens in headers or POST bodies
Donald Stufft
2016-04-14
Update documentation
Bert JW Regeer
2016-04-14
Remove unused import
Bert JW Regeer
2016-04-14
Switch to sha512 in AuthTktAuthenticationPolicy
Bert JW Regeer
2016-04-14
Merge branch 'master' into feature/json_exceptions
Bert JW Regeer
2016-04-14
We don't use default_match, so remove it
Bert JW Regeer
2016-04-14
Update test to verify the default is text/html
Bert JW Regeer
2016-04-14
Make text/html the preferred server return
Bert JW Regeer
2016-04-12
For */* case, MIMEAccept picks first server offer
Bert JW Regeer
2016-04-12
PEP8
Bert JW Regeer
2016-04-12
We don't need to explicitly set charset for text/*
Bert JW Regeer
2016-04-12
Test that JSON responses are actually JSON
Bert JW Regeer
2016-04-12
Add new tests to verify we get what we ask for
Bert JW Regeer
2016-04-12
Update tests to verif Content-Type header
Bert JW Regeer
[next]