| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-29 | grammar | Tshepang Lekhonkhobe | |
| 2013-03-23 | no need to qualify Python interactive sessions | Tshepang Lekhonkhobe | |
| Sphinx automatically notices them as Python snippets and gives them syntax highlighting. These snippets are also too short to deserve linenos. | |||
| 2013-03-20 | add some tests for options within ini files | Michael Merickel | |
| 2013-03-19 | Merge branch 'master' of madjar/pyramid into pull.911 | Michael Merickel | |
| 2013-03-19 | enhance the docstring on include_ip in auth tkt to explain compatability | Michael Merickel | |
| 2013-03-19 | Merge branch 'bugfix/ipv6_compat' of bertjwregeer/pyramid into fix.831 | Michael Merickel | |
| 2013-03-19 | Merge branch 'fix.798' of wosc/pyramid into pull.922 | Michael Merickel | |
| 2013-03-19 | remove files with higher order characters from the repo and fix tests | Michael Merickel | |
| the 2 tests that use these files now generate them on the fly, this should work on non-linux systems | |||
| 2013-03-19 | Fixes #798: Allow a protocol-relative URL to be passed to add_static_view, ↵ | Wolfgang Schnerring | |
| generate URLs using the current protocol. | |||
| 2013-03-19 | Merge pull request #920 from msabramo/accept-tests | Michael Merickel | |
| Add some tests for how content types and HTTP "Accept" header handling behave. | |||
| 2013-03-19 | add test to ensure unrelated views are not invoked after PredicateMismatch | Michael Merickel | |
| 2013-03-19 | Merge branch 'master' of latteier/pyramid into pull.786 | Michael Merickel | |
| 2013-03-18 | support acl as a callable | Michael Merickel | |
| 2013-03-18 | add failing test for callable acl | Michael Merickel | |
| 2013-03-16 | Fix typo in docstring. | Kamal Gill | |
| 2013-03-14 | Added support for config file variables to the scaffold script initializedb. | Georges Dubus | |
| 2013-03-14 | Added an options argument to pyramid.paste.get_appsettings, just like ↵ | Georges Dubus | |
| get_app, that can be used to get the settings when interpolation is used in the config file. | |||
| 2013-03-13 | consistency: use $VENV whenever virtualenv binaries are used | Tshepang Lekhonkhobe | |
| 2013-03-12 | Merge pull request #893 from stevepiercy/master | Michael Merickel | |
| traversal wiki tutorial docs updates | |||
| 2013-03-12 | Merge pull request #896 from tshepang/consistency | Michael Merickel | |
| consistency fixes | |||
| 2013-03-12 | Merge pull request #885 from tshepang/hyperlinks | Michael Merickel | |
| fix/update hyperlinks | |||
| 2013-03-12 | Merge pull request #906 from tshepang/patch-2 | Michael Merickel | |
| capitalize | |||
| 2013-03-12 | capitalize | Tshepang Lekhonkhobe | |
| 2013-03-12 | capitalize | Tshepang Lekhonkhobe | |
| 2013-03-09 | consistency | Tshepang Lekhonkhobe | |
| 2013-03-09 | capitalize; add term role | Tshepang Lekhonkhobe | |
| 2013-03-06 | remove stray ' from docstring | Steve Piercy | |
| 2013-03-05 | update some links and fix others | Tshepang Lekhonkhobe | |
| 2013-03-05 | use 'rfc' role to link to the RFCs; this fixes one link, for free | Tshepang Lekhonkhobe | |
| 2013-03-04 | fix #311 | Tshepang Lekhonkhobe | |
| 2013-02-25 | grammar | Tshepang Lekhonkhobe | |
| 2013-02-12 | Add some tests for how content types and HTTP "Accept" header handling | Marc Abramowitz | |
| behave. | |||
| 2013-02-09 | Merge pull request #836 from davidjb/public-predicate-mismatch | Chris McDonough | |
| Document PredicateMismatch for exception contexts | |||
| 2013-02-09 | Merge pull request #854 from tshepang/diff | Chris McDonough | |
| some doc improvements | |||
| 2013-02-10 | remove the tedious/needless "if passed" phrases | Tshepang Lekhonkhobe | |
| Also, improve a statement that can be mistaken to mean that assigning None to some argument does not count as "passed". | |||
| 2013-02-09 | use simpler language | Tshepang Lekhonkhobe | |
| This likely fixes the grammar, but am not sure. | |||
| 2013-02-09 | use a more suitable Sphinx directive | Tshepang Lekhonkhobe | |
| 2013-02-03 | simplify and shorten an overlong sentence | Tshepang Lekhonkhobe | |
| 2013-02-02 | Fix IPv6 compatibility in calculate_digest() | Bert JW Regeer | |
| This is a quick fix for adding IPv6 compatibility so that if the AuthTktAuthenticationPolicy is used with include_ip enabled then it won't throw an error. | |||
| 2013-02-02 | Add tests for AuthTicket/parse_ticket for IPv6 compat | Bert JW Regeer | |
| Add some simple tests that test IPv6 compatibility with the AuthTicket class and the parse_ticket function. | |||
| 2013-02-02 | Add test for AuthTktCookieHelper for IPv6 compat | Bert JW Regeer | |
| Add an extra test that sets environ['REMOTE_ADDR'] to an IPv6 address "::1". | |||
| 2013-02-02 | Update documentation for include_ip | Bert JW Regeer | |
| Add a note that using the include_ip functionality with IPv6 is not a good idea due to the users network expiring IPv6 addresses quickly. See preferred lifetime/valid lifetime for routers doing SLAAC in IPv6 for more information. | |||
| 2013-01-31 | Document PredicateMismatch for exception contexts | David\ Beitey | |
| 2013-01-30 | use the more appropriate directives | Tshepang Lekhonkhobe | |
| 2013-01-29 | Merge pull request #815 from tshepang/temp | Tres Seaver | |
| some pyramid.config API documentation improvements | |||
| 2013-01-29 | Merge pull request #820 from tshepang/master | Tres Seaver | |
| some renderers and view API doc improvements | |||
| 2013-01-29 | Merge pull request #821 from tshepang/path | Tres Seaver | |
| some pyramid.path API doc improvements | |||
| 2013-01-29 | Merge pull request #822 from tshepang/session | Tres Seaver | |
| some pyramid.session API doc improvements | |||
| 2013-01-29 | replace 'note' with the more correct 'versionadded' directive | Tshepang Lekhonkhobe | |
| 2013-01-27 | avoid needless repetition | Tshepang Lekhonkhobe | |
| These are already stated on the function definition. | |||
