| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-28 | drop support for python 3.7 which was eol in 2023 | Michael Merickel | |
| 2023-11-30 | Update docs to mention Python 3.12 support | Ievgen Popovych | |
| Signed-off-by: Ievgen Popovych <jmennius@gmail.com> | |||
| 2022-12-25 | Run tests on Python 3.11 | Stefano Rivera | |
| 2022-02-05 | Cleanup remnants of Py3.6 support | Bert JW Regeer | |
| 2022-01-07 | Remove Python 3.6 tests | Marcin Lulek | |
| 2022-01-07 | Update docs/narr/install.rst | Steve Piercy | |
| 2022-01-07 | Add support for Python 3.10 | Marcin Lulek | |
| 2020-11-28 | drop python 3.5 | Michael Merickel | |
| 2020-11-02 | Add support for Python 3.9 | Steve Piercy | |
| 2019-12-23 | restore py35 | Michael Merickel | |
| 2019-12-15 | Remove Python 3.4, Python 3.5, and add Python 3.8 | Steve Piercy | |
| 2018-11-16 | Remove most Python 2 mentions from docs. Exclusions: | Steve Piercy | |
| - `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential. | |||
| 2018-10-07 | Use proper case for Setuptools as a library name. | Steve Piercy | |
| Change Setuptools to a glossary term where useful. | |||
| 2018-09-16 | doc fixes | Stephen Martin | |
| 2018-09-09 | merging cookiecutters | Stephen Martin | |
| 2018-08-22 | Bump Python version to 3.7 in docs and project meta files | Steve Piercy | |
| 2018-08-19 | Standardize macOS capitalization | Steve Piercy | |
| 2018-08-19 | Standardize Unix capitalization | Steve Piercy | |
| 2018-08-18 | Clean up code-blocks in install | Steve Piercy | |
| 2018-08-18 | Clean up code-blocks in install | Steve Piercy | |
| 2017-08-14 | Fix typo in Mac OS X Python install instructinos | Paul Cutler | |
| Replace "verion" with correct spelling: version (cherry picked from commit 0bc8888) | |||
| 2017-06-27 | Update all external links per `make linkcheck` | Steve Piercy | |
| - Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes. | |||
| 2017-06-07 | explain why we prefer to avoid activate | Michael Merickel | |
| fixes #3064 | |||
| 2017-01-15 | Update Windows docs | Steve Piercy | |
| - Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher | |||
| 2017-01-15 | Update Windows installation docs | Steve Piercy | |
| 2016-12-28 | fix link target | Steve Piercy | |
| 2016-12-27 | update Sphinx link target | Steve Piercy | |
| 2016-12-27 | narr/install - update | Steve Piercy | |
| 2016-11-26 | add 3.6 support to documentation | Steve Piercy | |
| - See #2835 | |||
| 2016-09-26 | Revise Why use venv/bin/pip instead of source bin/activate then pip? | Steve Piercy | |
| - Closes #2610 | |||
| 2016-09-24 | Why use venv/bin/pip instead of source bin/activate then pip? | Steve Piercy | |
| - Closes #2610 | |||
| 2016-09-01 | drop support for python 3.3 and error on 2.6 | Michael Merickel | |
| closes #2476 | |||
| 2016-07-02 | Update Windows installation instructions and related bits. | Steve Piercy | |
| - Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer | |||
| 2016-04-23 | Fix all the stinky linkie rot via `make linkcheck ↵ | Steve Piercy | |
| SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx | |||
| 2016-04-16 | replace ps1con with doscon for lexer | Steve Piercy | |
| 2016-04-12 | Replace Python 2.6 with 2.7 | Bert JW Regeer | |
| 2016-04-12 | one does not simply "create a virtualenv". one should "create a virtual ↵ | Steve Piercy | |
| environment". - Fixes #2483 | |||
| 2016-04-12 | - replace `pyvenv` with `python3 -m venv` | Steve Piercy | |
| 2016-04-12 | - removed "now" per ↵ | Steve Piercy | |
| https://github.com/Pylons/pyramid/pull/2468#discussion_r59310317 | |||
| 2016-04-10 | - update installation.rst to use pip, pyvenv, Python 3.4 | Steve Piercy | |
| - simplify installation.rst by removing not-Pyramid things (installing Python and requirements for installing packages) while providing official external references - update cross-reference in quick_tutorial requirements.rst - add glossary entry for pyvenv | |||
| 2016-04-03 | - replace easy_install with pip | Steve Piercy | |
| - bump Python version to 3.5 or generalize to Python 3 - rewrite seealso's - use ps1con lexer for windows powershell console - add hyperlink targets | |||
| 2016-01-24 | fix indent in docs | Svintsov Dmitry | |
| 2016-01-20 | Update docs to reflect dropping Python 3.2 support | Steve Piercy | |
| 2016-01-13 | update for python 3.5 | Steve Piercy | |
| 2016-01-13 | add python 3.5 | Steve Piercy | |
| 2015-10-08 | update tested versions in sidebar | Steve Piercy | |
| 2015-10-08 | rewrapping only | Steve Piercy | |
| 2015-10-07 | Heading rst syntax, casing | Steve Piercy | |
| 2015-05-16 | cherrypick from 1.5 | Steve Piercy | |
| 2014-04-14 | Merge pull request #1291 from nnja/master | Michael Merickel | |
| Update python installation instructions for Mac OSX | |||
