| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2014-04-14 | clarify python version support | Michael Merickel | |
| 2014-04-14 | adding comments for python versions | Nina Zakharenko | |
| 2014-04-14 | Change OSX to Mac OS X | Nina Zakharenko | |
| 2014-04-14 | Update the documentation for Python installation on OSX. Binaries are ↵ | Nina Zakharenko | |
| primary method. | |||
| 2014-04-14 | Update python installation instructions for mac osx. | Nina Zakharenko | |
| 2013-09-28 | Add versioning to branch master | Steve Piercy | |
| 2013-09-28 | minor tweaks to language | Michael Merickel | |
| 2013-09-27 | Add note about C extensions | Bert JW Regeer | |
| There was some confusion regarding the output of easy_install pyramid when the Python header files were not installed, these errors are harmless however adding a simple note would have stopped a lot of frustration. | |||
| 2013-08-16 | Another crack at the note for venv options | Steve Piercy | |
| 2013-08-16 | remove --no-site-packages and add usage note | Steve Piercy | |
| 2013-08-16 | restore earlier fixes on latexindex | Steve Piercy | |
| don't make up funny words and use explicit 32- or 64-bit phrase | |||
| 2013-08-16 | undoing bash highlighting to just text. bash prepends a $ which makes ↵ | Steve Piercy | |
| copy/paste of commands annoying, and for Windows with \ in the path, it is an escape character and does weird colorization. | |||
| 2013-08-16 | merge changes from kusut PR#1085 and stevepiercy PR#1084 | Steve Piercy | |
| wrap to 79 columns remove duplicate link of Windows extensions at top of file to prevent early clickage | |||
| 2013-08-16 | and fix 79 cols | Steve Piercy | |
| 2013-08-16 | Sphinx: WAAAAAAH! Just shut up and duplicate the link already. | Steve Piercy | |
| 2013-08-16 | Clean up directions for install Python 2 and 3 and Python extensions on ↵ | Steve Piercy | |
| Windows, per feedback from Windows guinea pigs at SFPython Hack Night. | |||
| 2013-08-15 | fix some rST issues | Tshepang Lekhonkhobe | |
| 2013-08-15 | Update install.rst | kusut | |
| - simplify installation by removing distribute (merge with setuptools) - update setuptools link - simplify windows tutorial by dropping 3.2, latest python version only (2.7 and 3.3) | |||
| 2013-03-23 | remove 'or find' | Steve Piercy | |
| 2013-03-21 | Generalize Python versions in Windows section. | Steve Piercy | |
