Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix trivial typo in Python Setup documentation (GH-2185) (GH-2189) | csabella | 2017-06-14 | 1 | -1/+1 |
| | | | | Replace platform with platforms. (cherry picked from commit 4ebf03d109f827c91a23256a447c1d74a203dfee) | ||||
* | [3.5] Improve the grammar in windows.rst (GH-1330) (GH-1359) | Mariatta | 2017-04-30 | 1 | -3/+3 |
| | | | (cherry picked from commit 80a3da4d4aad0b51893e1e2f696b6252eca80e07) | ||||
* | bpo-29770: remove outdated PYO related info (GH-590) (GH-613) | Xiang Zhang | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | Issue #26638: Work around more CLI options that can’t be linked | Martin Panter | 2016-10-30 | 1 | -0/+1 |
| | | | | | | * Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3 | ||||
* | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 1 | -2/+2 |
| | |||||
* | Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files | Berker Peksag | 2016-08-20 | 1 | -3/+1 |
| | |||||
* | Fix half-finished sentence. | Zachary Ware | 2016-08-04 | 1 | -1/+1 |
| | | | | Reported by Linda Pescatore on docs@. | ||||
* | Correct typo in Windows docs. | Zachary Ware | 2016-07-29 | 1 | -1/+1 |
| | | | | Found by Jack Copper on docs@ | ||||
* | Issue #27393: Fix escaping of C:\ too | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
| | |||||
* | Issue #27393: Fix escaping of venv activate commands on Windows | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
| | | | | Patch by Manuel Kaufmann. | ||||
* | issue27045 - Use backslash in windows path to script file. | Senthil Kumaran | 2016-05-18 | 1 | -2/+2 |
| | |||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 3 | -9/+9 |
| | |||||
* | Issue #25910: Fixed more links in the docs. | Serhiy Storchaka | 2016-04-11 | 1 | -2/+2 |
| | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 3 | -19/+19 |
| | | | | to SilentGhost for the patch. | ||||
* | Fix version. | Georg Brandl | 2016-02-26 | 1 | -3/+3 |
| | |||||
* | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. | Georg Brandl | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -1/+1 |
| | | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear. | ||||
* | Update "Creating Virtual Environments" link in venv documentation | Berker Peksag | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | Update output of venv -h | Berker Peksag | 2016-01-30 | 1 | -4/+5 |
| | | | | | * Update description of the --system-site-packages option * Show --copies option in the usage | ||||
* | Issue #26034: Sync documentation of --clear with its behavior | Berker Peksag | 2016-01-28 | 1 | -3/+2 |
| | | | | Most of the docs has already been updated in c3c188a0325a. | ||||
* | Issue #25089: Adds short documentation section for modifying an install. | Steve Dower | 2016-01-16 | 1 | -0/+17 |
| | |||||
* | Issue #25874: Clarify platform support in the "Using Python on Windows" doc. | Brett Cannon | 2015-12-27 | 1 | -0/+8 |
| | | | | Thanks to Chris Wilcox for the initial patch. | ||||
* | Issue #14285: Do not catch exceptions initializing any ancestor package | Martin Panter | 2015-12-10 | 1 | -1/+1 |
| | | | | | | | | The previous fix only handled the case of the parent package of __main__ failing to initialize. Also make the "Error while finding spec" formatting slightly more appealing, and document and test that the module name must be absolute. | ||||
* | Closes #25078: Document InstallAllUsers installer parameter default 0 | Steve Dower | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 |
|\ | | | | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
| * | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 |
| | | | | | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
* | | Removes invalid installer options from documentation. | Steve Dower | 2015-09-11 | 1 | -2/+2 |
| | | |||||
* | | Issue #24962: Merge 3.4 | Zachary Ware | 2015-08-30 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Issue #24962: Remove space from filename | Zachary Ware | 2015-08-30 | 1 | -2/+3 |
| | | |||||
* | | Adds documentation for the new Windows embedded package. | Steve Dower | 2015-08-08 | 1 | -4/+89 |
| | | |||||
* | | Adds support for an unattend.xml file to control the Windows installer options. | Steve Dower | 2015-07-18 | 1 | -0/+14 |
| | | |||||
* | | Adds option to only install the launcher. | Steve Dower | 2015-07-18 | 1 | -0/+3 |
| | | |||||
* | | Removes my username from the documentation. | Steve Dower | 2015-07-17 | 1 | -0/+0 |
| | | |||||
* | | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 2 | -2/+10 |
| | | | | | | | | | | | | | | just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. Enables installer builds with the the text marker. Allows simple installs to include a custom description. | ||||
* | | Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup ↵ | Steve Dower | 2015-05-22 | 1 | -3/+18 |
| | | | | | | | | | | | | for generating sys.path. Also cleans up and secures getpathp.c | ||||
* | | Enables shortcuts to be deselected when installing on Windows. | Steve Dower | 2015-05-03 | 1 | -0/+3 |
| | | |||||
* | | Updates documentation for installing Python on Windows. | Steve Dower | 2015-05-03 | 2 | -24/+22 |
| | | |||||
* | | Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. | Larry Hastings | 2015-04-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 2 | -5/+3 |
| | | | | | | | | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. | ||||
* | | Issue #23681: The -b option now affects comparisons of bytes with int. | Serhiy Storchaka | 2015-03-20 | 1 | -1/+4 |
| | | |||||
* | | Add a versionadded directive for PEP 486. | Berker Peksag | 2015-03-02 | 1 | -0/+2 |
| | | |||||
* | | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual ↵ | Steve Dower | 2015-02-26 | 1 | -0/+20 |
| | | | | | | | | environments (patch by Paul Moore) | ||||
* | | Closes #23357: Updated documentation on creating venvs. | Vinay Sajip | 2015-02-07 | 1 | -4/+7 |
|\ \ | |/ | |||||
| * | Corrected typo. | Vinay Sajip | 2015-02-07 | 1 | -1/+1 |
| | | |||||
| * | Minor change to documentation on creating venvs. | Vinay Sajip | 2015-02-07 | 1 | -4/+7 |
| | | |||||
* | | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 2 | -168/+339 |
|/ | |||||
* | Updated pyvenv documentation to match its current behaviour. | Vinay Sajip | 2015-01-23 | 1 | -2/+5 |
| | |||||
* | Issue #12602: Add missing cross-references to runpy and using/cmdline docs. | Berker Peksag | 2014-12-09 | 1 | -4/+8 |
| | | | | Patch by Éric Araujo. | ||||
* | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 5 | -16/+14 |
| |