Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 4 | -11/+11 |
| | |||||
* | Fix link to ABOP install chapter. | Georg Brandl | 2014-10-28 | 1 | -2/+2 |
| | |||||
* | Update Opensolaris advice to OpenCSW instead of defunct Blastwave. | Georg Brandl | 2014-10-28 | 1 | -3/+2 |
| | |||||
* | PYTHONY2K is long gone. Remove traces from the docs and manpage. | Georg Brandl | 2014-10-28 | 1 | -8/+0 |
| | |||||
* | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -5/+1 |
| | |||||
* | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -1/+5 |
| | |||||
* | asyncio: document the debug mode | Victor Stinner | 2014-06-22 | 1 | -2/+2 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 3 | -1/+15 |
| | |||||
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 1 | -0/+8 |
| | | | | | | Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since Python startup, to be able to debug coroutines defined directly in the asyncio module. | ||||
* | whatsnew: -m <namespace package>, plus 'using' doc updates. | R David Murray | 2014-02-02 | 1 | -1/+5 |
| | |||||
* | Issue #20265: Merge with 3.3 | Zachary Ware | 2014-01-17 | 1 | -13/+10 |
|\ | |||||
| * | Issue #20265: Updated some parts of the Using Windows document. | Zachary Ware | 2014-01-17 | 1 | -13/+10 |
| | | | | | | | | | | | | | | Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS) | ||||
* | | shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. | R David Murray | 2013-12-26 | 1 | -0/+2 |
| | | | | | | | | | | | | Also added versionadded for for fish/csh, fixed indentation of versionadded for ElementTree.write, and make the behavior of shelf as a context manager explicit in the docs. | ||||
* | | Issue #19845: Updated the Compiling Python on Windows docs. | Zachary Ware | 2013-11-30 | 1 | -13/+9 |
|\ \ | |/ | |||||
| * | Issue #19845: Updated the Compiling Python on Windows docs. | Zachary Ware | 2013-11-30 | 1 | -8/+10 |
| | | |||||
* | | Issue #18874: Remove tracemalloc.set_traceback_limit() | Victor Stinner | 2013-11-23 | 1 | -8/+10 |
| | | | | | | | | tracemalloc.start() now has an option nframe parameter | ||||
* | | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 1 | -2/+16 |
| | | |||||
* | | Close #19552: venv and pyvenv ensurepip integration | Nick Coghlan | 2013-11-22 | 1 | -1/+9 |
| | | |||||
* | | Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. | Serhiy Storchaka | 2013-09-13 | 1 | -3/+6 |
| | | |||||
* | | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the | Victor Stinner | 2013-09-08 | 1 | -8/+8 |
| | | | | | | | | | | faulthandler module if the variable is non-empty. Same behaviour than other variables like PYTHONDONTWRITEBYTECODE. | ||||
* | | Issue #16400: Add command line option for isolated mode. | Christian Heimes | 2013-08-10 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | -I Run Python in isolated mode. This also implies -E and -s. In isolated mode sys.path contains neither the script’s directory nor the user’s site-packages directory. All PYTHON* environment variables are ignored, too. Further restrictions may be imposed to prevent the user from injecting malicious code. | ||||
* | | (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag | Victor Stinner | 2013-07-28 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag | Victor Stinner | 2013-07-28 | 1 | -0/+2 |
| | |