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-09-04
refactor tween initialization to occur at config-time
Michael Merickel
2016-09-03
Merge branch 'feature/with-bootstrap'
Michael Merickel
2016-09-03
Merge branch 'fix/reentrant-deferred-discriminators'
Michael Merickel
2016-09-03
allow prepare/bootstrap to be used as a context manager
Michael Merickel
2016-08-31
rename the credentials class
Michael Merickel
2016-08-31
Merge branch 'extract_http_basic' of canni/pyramid into canni-extract_http_basic
Michael Merickel
2016-08-31
silence the warning generated by #2715 in the test suite
Michael Merickel
2016-08-31
Merge pull request #2715 from Pylons/bugfix/authtkt_bad_cookie
Michael Merickel
2016-08-31
Merge pull request #2714 from Pylons/bugfix/proutes_re_split
Michael Merickel
2016-08-31
re-enable support for resolving conflicts across orders
Michael Merickel
2016-08-31
add extra tests for testing action discriminators across orders
Michael Merickel
2016-08-31
add test cases to reproduce #2697
Michael Merickel
2016-08-16
Fix #2744 by reverting #2706
Michael Merickel
2016-08-15
fix alchemy scaffold help text
Michael Merickel
2016-08-11
Add this feature to chenges & small improvement
Dariusz Górecki
2016-08-10
Add docs & explict tests
Dariusz Górecki
2016-08-10
Merge branch 'master' into extract_http_basic
Dariusz Górecki
2016-07-20
re.split() requires non-empty match
Bert JW Regeer
2016-07-19
Fix AuthTktCookieHelper so that it doesn't create bad cookies
Bert JW Regeer
2016-07-19
Change gendered language in examples
Jon Davidson
2016-07-16
Add a test that covers the no charset case
Bert JW Regeer
2016-07-16
JSON renderers now return bytes objects
Bert JW Regeer
2016-07-16
Warn if the renderer response is text_type but no charset
Bert JW Regeer
2016-07-15
Merge upstream master
Dariusz Górecki
2016-07-15
Add myself to contributors list & PEP8
Dariusz Górecki
2016-07-08
Merge pull request #2687 from sontek/support_classes_in_proutes
Steve Piercy
2016-07-06
make coverage 100%
John Anderson
2016-07-06
This shows the correct view when a class and `attr` is involved.
John Anderson
2016-07-06
updated old link to Alembic naming convention
Maksym Shalenyi
2016-07-04
Show testsetup code in rendered docs the right way.
Steve Piercy
2016-07-03
Show testsetup code in rendered docs.
Steve Piercy
2016-07-02
Remove WebOb related logic
Dariusz Górecki
2016-07-01
ref #2659 public HTTP Basic credentials extraction
Dariusz Górecki
2016-06-13
Fix flake8's noqa directive in documentation and scaffolds
JC Bohin
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
[next]