summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Collapse)Author
2016-01-14add comment about PY2 vs PY3Michael Merickel
2016-01-12expect py3 and special-case py2 behaviorMichael Merickel
previously py3 was the special case, but as we move toward the future we want the py2 codebase to be considered legacy with py3 as the default
2015-12-23Merge branch 'master' of https://github.com/Pylons/pyramidSteve Piercy
2015-12-22Update prequest.pykpinc
2015-12-18deprecate pserve --user and --group optionsMichael Merickel
This completes the deprecation of all process management options from pserve.
2015-12-17ensure IAssetDescriptor.abspath always returns an abspathMichael Merickel
fixes #2184
2015-12-17Merge pull request #2171 from mmerickel/feature/add-cache-busterMichael Merickel
config.add cache buster
2015-12-16defer prevent check until registerMichael Merickel
2015-12-14new default behavior matches virtual specs, old behavior hidden behind ↵Michael Merickel
explicit=True
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-09remove unused importMichael Merickel
2015-12-09fix broken testsMichael Merickel
2015-12-08support cache busting only full foldersMichael Merickel
2015-12-08update docs on pathspec arg to ICacheBusterMichael Merickel
2015-12-08tweak ManifestCacheBuster to allow overriding parse_manifest without ↵Michael Merickel
touching the file loading logic
2015-12-08pass the raw asset spec into the cache busterMichael Merickel
2015-12-08allow disabling the cache busterMichael Merickel
2015-12-07support os.sep on windowsMichael Merickel
2015-12-07sort by length such that longer paths are tested firstMichael Merickel
2015-12-07add a first cut at an add_cache_buster apiMichael Merickel
2015-12-07support getting the file path from a FSAssetSource even if it doesn't existMichael Merickel
2015-12-07Fix minor typoIsmail
2015-12-01initial work on config.add_cache_busterMichael Merickel
2015-11-23expose the PickleSerializerMichael Merickel
2015-11-20spell out "specification" so that sphinx will not emit a warning for not ↵Steve Piercy
being able to find "asset spec"
2015-11-15support asset specs in ManifestCacheBusterMichael Merickel
2015-11-15add .exe to the script being invoked if missing on windowsMichael Merickel
fixes #2126
2015-11-13daemon option may not be set on windowsMichael Merickel
2015-11-13Merge pull request #2044 from Pylons/pserve_reload_syntaxerror_handlerMichael Merickel
pserve: track files with SyntaxError and skip reload
2015-11-13print out every file that has a syntax errorMichael Merickel
2015-11-12fix bug in docstringMichael Merickel
2015-11-12Merge branch 'master' into feature/int_conversion_checkBert JW Regeer
2015-11-12Merge pull request #2120 from mmerickel/fix/pserve-deprecation-messagesBert JW Regeer
improve pserve deprecation messages
2015-11-12Add AuthTkt test to test ticket timeoutsBert JW Regeer
Previous tests did not actually test the code, other than by chance, which meant future changes could regress, which is bad.
2015-11-12abort when using reload with daemonMichael Merickel
2015-11-12improve pserve deprecation messagesMichael Merickel
2015-11-12fix usage of --monitor-restart with --daemonMichael Merickel
Fixes #1216
2015-11-12Simplify testsBert JW Regeer
2015-11-12Merge pull request #2050Bert JW Regeer
2015-11-12update cache buster prose and add ManifestCacheBusterMichael Merickel
redux of #2013
2015-11-12Revert "fix/remove-default-cachebusters"Michael Merickel
This reverts commit 7410250313f893e5952bb2697324a4d4e3d47d22. This reverts commit cbec33b898efffbfa6acaf91cae45ec0daed4d7a. This reverts commit 345ca3052c395545b90fef9104a16eed5ab051a5, reversing changes made to 47162533af84bb8d26db6d1c9ba1e63d70e9070f.
2015-11-12support asset specs in ManifestCacheBusterMichael Merickel
2015-11-12Merge branch 'fix/remove-default-cachebusters'Michael Merickel
2015-11-12add manifest cache busterMichael Merickel
2015-11-11Revert "update wiki2/src/basiclayout/tutorial"Steve Piercy
2015-11-11Merge pull request #2109 from mmerickel/fixes-from-quantified-codeMichael Merickel
apply some suggestions from quantified code analysis
2015-11-11apply some suggestions from quantified code analysisMichael Merickel