summaryrefslogtreecommitdiffstats
path: root/Doc/faq/installed.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)Miss Islington (bot)2021-09-231-1/+1
| | | | | | | | | | Replace old names when they refer to actual versions of macOS. Keep historical names in references to older versions. Co-authored-by: Patrick Reader <_@pxeger.com> (cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
|
* Update test of "why is Python installed" FAQ.Antoine Pitrou2011-02-051-5/+5
|
* Merged revisions 75363 via svnmerge fromGeorg Brandl2009-10-111-0/+53
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75363 | georg.brandl | 2009-10-11 20:31:23 +0200 (So, 11 Okt 2009) | 1 line Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work. ........