summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2016-11-28Merge pull request #2840 from stevepiercy/masterSteve Piercy
add 3.6 support to documentation
2016-11-26only warn about py33, do not errorMichael Merickel
this is squashed by pip unfortunately but it's better than a hard error
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-11-20replace the reloader with the hupper packageMichael Merickel
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
closes #2476
2016-04-16Back to devBert JW Regeer
2016-04-12Don't force Py2.7 or higherBert JW Regeer
2016-04-12Python 2.7 is the lowest version we supportBert JW Regeer
Remove the trove classifier, and have an hard error on attempting to install Pyramid on 2.6 or lower. Blame @mmerickel for the PEP8 on this commit, pyflake put all kinds of red in my vim window..
2016-04-02update urlSteve Piercy
2016-01-24Bump sphinx to 1.3.5; revert comment syntax. Closes #2251.Steve Piercy
2016-01-20Increase lowest Py3 version to Python 3.3Bert JW Regeer
2016-01-12Try upper case "S" for SphinxSteve Piercy
2016-01-12use lower case "s" for sphinxSteve Piercy
2016-01-12bump Sphinx to 1.3.4. Fixes #2209.Steve Piercy
2015-12-20add sphinxcontrib-programoutput configuration to render command line outputSteve Piercy
2015-10-21remove ipython and bpython from coreMichael Merickel
2015-10-19add pshell --list and default_shell ini optionsMichael Merickel
2015-10-14broadcast py35 supportMichael Merickel
2015-09-06Use entry points for pshellJohn Anderson
2015-05-06bump and unpin versions. RTD uses Sphinx 1.3.1 now.Steve Piercy
2015-04-26add pylons_sphinx_latesturl to the docs extrasMichael Merickel
2015-04-16Replace git submodule crap with new pylons-sphinx-themes package goodness. ↵Steve Piercy
See #1614.
2015-04-15master is now 1.7Chris McDonough
2015-04-14prep for 1.6a1Chris McDonough
2015-02-05we like pep 440Michael Merickel
2014-12-26- establish minimum version of 1.2.3 for Sphinx. I hope this works. See ↵Steve Piercy
https://github.com/Pylons/pyramid/issues/1068
2014-06-01fix inclusion of README.rst in the package descriptiongoodwillcoding
2014-05-22fix project urlMichael Merickel
2014-04-14mature dev statusMichael Merickel
2014-04-08vb master to 1.6devChris McDonough
2014-04-08prep for 1.5 releaseChris McDonough
2014-03-27broadcast 3.4 supportMichael Merickel
2014-02-08prep for 1.5b1Chris McDonough
2014-02-08nose-selecttests is not py3 compat, so we cant really rely on it in testing ↵Chris McDonough
requirements
2014-01-28prep for 1.5a4 releaseChris McDonough
2013-12-13Depend on 1.3.1 of WebObBert JW Regeer
2013-12-10prep for 1.5a3Chris McDonough
2013-12-10use CookieProfile from webob in authentication module, add support for new ↵Chris McDonough
domain attribute on dummy request, depend on webob 1.3 or better
2013-09-22prep for 1.5a2Chris McDonough
2013-09-04Remove bfg fixers script from entry pointsBert JW Regeer
2013-09-04Remove chameleon as a dependency in setup.pyBert JW Regeer
2013-09-03Remove last references to makoBert JW Regeer
We remove the default addition of .mak/.mako files in the configuration object, and we remove the test to see if it is has been defined as a renderer.
2013-09-03Require the pyramid_mako packageBert JW Regeer
This is mainly for backwards compatibility.
2013-09-03Remove requirement from setup.pyBert JW Regeer
2013-08-30prep for 1.5a1Chris McDonough
2013-08-17include and mention the `nose-selecttests ↵Tom Lazar
<https://pypi.python.org/pypi/nose-selecttests/>`_ plugin
2013-08-13Merge remote-tracking branch 'origin/master' into docs.gettingstartedPaul Everitt
Conflicts: docs/index.rst docs/latexindex.rst setup.py
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-08-02add pdistreport commandChris McDonough
2013-07-18version bump in setup.py conf.py CHANGES.txt, rejigger changes bugs vs. featuresChris McDonough