summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2016-08-31add extra tests for testing action discriminators across ordersMichael Merickel
2016-08-31add test cases to reproduce #2697Michael Merickel
2016-08-17Clarify that headers are ADDED to the responseMark Jones
2016-08-16Fix #2744 by reverting #2706Michael Merickel
2016-08-15fix alchemy scaffold help textMichael Merickel
2016-08-11Add this feature to chenges & small improvementDariusz Górecki
2016-08-10Add docs & explict testsDariusz Górecki
2016-08-10Merge branch 'master' into extract_http_basicDariusz Górecki
2016-07-20re.split() requires non-empty matchBert JW Regeer
2016-07-19Fix AuthTktCookieHelper so that it doesn't create bad cookiesBert JW Regeer
2016-07-19Change gendered language in examplesJon Davidson
2016-07-16Add a test that covers the no charset caseBert JW Regeer
2016-07-16JSON renderers now return bytes objectsBert JW Regeer
2016-07-16Warn if the renderer response is text_type but no charsetBert JW Regeer
2016-07-15Merge upstream masterDariusz Górecki
2016-07-15Add myself to contributors list & PEP8Dariusz Górecki
2016-07-08Merge pull request #2687 from sontek/support_classes_in_proutesSteve Piercy
2016-07-06make coverage 100%John Anderson
2016-07-06This shows the correct view when a class and `attr` is involved.John Anderson
2016-07-06updated old link to Alembic naming conventionMaksym Shalenyi
2016-07-05Remove cachebust_matchBert JW Regeer
2016-07-04Show testsetup code in rendered docs the right way.Steve Piercy
2016-07-03Show testsetup code in rendered docs.Steve Piercy
2016-07-02Remove WebOb related logicDariusz Górecki
2016-07-01ref #2659 public HTTP Basic credentials extractionDariusz Górecki
2016-06-30Merge branch 'master' into exception_onlyAmos Latteier
2016-06-30fix docs typo, expand example.Amos Latteier
2016-06-13Fix flake8's noqa directive in documentation and scaffoldsJC Bohin
2016-06-02Merge pull request #2618 from stevepiercy/masterSteve Piercy
2016-06-02fix broken decorator.Amos Latteier
2016-06-02fix broken links in msg and update summary in scaffold base class PyramidTemp...Steve Piercy
2016-06-02Add exception_view_config decorator.Amos Latteier
2016-06-02Merge branch 'master' into stip_pserve_daemon_supportzrayn
2016-06-02Add add_exception_viewAmos Latteier
2016-06-02Add route name to view deriver options. Closes: #2609Marco M
2016-06-02Removing changing user/group optionzrayn
2016-06-02Ripping daemonization out of pservezrayn
2016-06-02add exception_only argument to add_view to only register exception views.Amos Latteier
2016-05-23Merge pull request #2601 from stevepiercy/1.7-branchSteve Piercy
2016-05-21Change type to Text from Integer. See #2591Steve Piercy
2016-05-18Merge pull request #2586 from berkerpeksag/remove-duplicate-importMichael Merickel
2016-05-16Delete duplicate getargspec importsBerker Peksag
2016-05-16Simplify Windows detection codeBerker Peksag
2016-05-12add some tests for excview tweenMichael Merickel
2016-05-10fix excview tween to reraise the original exception if left unhandled by exce...Michael Merickel
2016-05-10execute scaffolds using pip and py.testMichael Merickel
2016-05-10ensure invoke_exception_view always returns a responseMichael Merickel
2016-05-06scaffolds: Allow `py.test` to be run on new project without specifying test m...Vincent Férotin
2016-05-01remove pyramid_tm from development.iniSteve Piercy
2016-04-27avoid executing the discriminator functions multiple timesMichael Merickel