summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Collapse)Author
2013-03-29grammarTshepang Lekhonkhobe
2013-03-23no need to qualify Python interactive sessionsTshepang Lekhonkhobe
Sphinx automatically notices them as Python snippets and gives them syntax highlighting. These snippets are also too short to deserve linenos.
2013-03-20add some tests for options within ini filesMichael Merickel
2013-03-19Merge branch 'master' of madjar/pyramid into pull.911Michael Merickel
2013-03-19enhance the docstring on include_ip in auth tkt to explain compatabilityMichael Merickel
2013-03-19Merge branch 'bugfix/ipv6_compat' of bertjwregeer/pyramid into fix.831Michael Merickel
2013-03-19Merge branch 'fix.798' of wosc/pyramid into pull.922Michael Merickel
2013-03-19remove files with higher order characters from the repo and fix testsMichael Merickel
the 2 tests that use these files now generate them on the fly, this should work on non-linux systems
2013-03-19Fixes #798: Allow a protocol-relative URL to be passed to add_static_view, ↵Wolfgang Schnerring
generate URLs using the current protocol.
2013-03-19Merge pull request #920 from msabramo/accept-testsMichael Merickel
Add some tests for how content types and HTTP "Accept" header handling behave.
2013-03-19add test to ensure unrelated views are not invoked after PredicateMismatchMichael Merickel
2013-03-19Merge branch 'master' of latteier/pyramid into pull.786Michael Merickel
2013-03-18support acl as a callableMichael Merickel
2013-03-18add failing test for callable aclMichael Merickel
2013-03-16Fix typo in docstring.Kamal Gill
2013-03-14Added support for config file variables to the scaffold script initializedb.Georges Dubus
2013-03-14Added 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-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-03-12Merge pull request #893 from stevepiercy/masterMichael Merickel
traversal wiki tutorial docs updates
2013-03-12Merge pull request #896 from tshepang/consistencyMichael Merickel
consistency fixes
2013-03-12Merge pull request #885 from tshepang/hyperlinksMichael Merickel
fix/update hyperlinks
2013-03-12Merge pull request #906 from tshepang/patch-2Michael Merickel
capitalize
2013-03-12capitalizeTshepang Lekhonkhobe
2013-03-12capitalizeTshepang Lekhonkhobe
2013-03-09consistencyTshepang Lekhonkhobe
2013-03-09capitalize; add term roleTshepang Lekhonkhobe
2013-03-06remove stray ' from docstringSteve Piercy
2013-03-05update some links and fix othersTshepang Lekhonkhobe
2013-03-05use 'rfc' role to link to the RFCs; this fixes one link, for freeTshepang Lekhonkhobe
2013-03-04fix #311Tshepang Lekhonkhobe
2013-02-25grammarTshepang Lekhonkhobe
2013-02-12Add some tests for how content types and HTTP "Accept" header handlingMarc Abramowitz
behave.
2013-02-09Merge pull request #836 from davidjb/public-predicate-mismatchChris McDonough
Document PredicateMismatch for exception contexts
2013-02-09Merge pull request #854 from tshepang/diffChris McDonough
some doc improvements
2013-02-10remove the tedious/needless "if passed" phrasesTshepang Lekhonkhobe
Also, improve a statement that can be mistaken to mean that assigning None to some argument does not count as "passed".
2013-02-09use simpler languageTshepang Lekhonkhobe
This likely fixes the grammar, but am not sure.
2013-02-09use a more suitable Sphinx directiveTshepang Lekhonkhobe
2013-02-03simplify and shorten an overlong sentenceTshepang Lekhonkhobe
2013-02-02Fix 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-02Add tests for AuthTicket/parse_ticket for IPv6 compatBert JW Regeer
Add some simple tests that test IPv6 compatibility with the AuthTicket class and the parse_ticket function.
2013-02-02Add test for AuthTktCookieHelper for IPv6 compatBert JW Regeer
Add an extra test that sets environ['REMOTE_ADDR'] to an IPv6 address "::1".
2013-02-02Update documentation for include_ipBert 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-31Document PredicateMismatch for exception contextsDavid\ Beitey
2013-01-30use the more appropriate directivesTshepang Lekhonkhobe
2013-01-29Merge pull request #815 from tshepang/tempTres Seaver
some pyramid.config API documentation improvements
2013-01-29Merge pull request #820 from tshepang/masterTres Seaver
some renderers and view API doc improvements
2013-01-29Merge pull request #821 from tshepang/pathTres Seaver
some pyramid.path API doc improvements
2013-01-29Merge pull request #822 from tshepang/sessionTres Seaver
some pyramid.session API doc improvements
2013-01-29replace 'note' with the more correct 'versionadded' directiveTshepang Lekhonkhobe
2013-01-27avoid needless repetitionTshepang Lekhonkhobe
These are already stated on the function definition.