summaryrefslogtreecommitdiff
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* issue26149 - Point to Wiki for Editors and Python IDEs on Unix.Senthil Kumaran2017-01-251-12/+7
* Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+8
* Issue #28532: Add what's new entry for python -VV optionINADA Naoki2016-11-241-0/+2
* Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-211-1/+6
* Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-306-104/+235
|\
| * Close #28479: Fix reST syntax in windows.rstVictor Stinner2016-10-201-4/+4
| * Issue #28218: Fixes versionadded description in using/windows.rstSteve Dower2016-10-031-1/+1
| * Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-11/+21
| * Add links from whatsnew to Windows docs.Steve Dower2016-09-091-1/+1
| * Adds documentation for pythonXX.zip as a landmark.Steve Dower2016-09-091-8/+13
| * Switch to using |version| substitition in Windows docs.Steve Dower2016-09-091-9/+9
| * Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-23/+30
| * Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-0/+17
| * Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-081-0/+14
| * Issue #27731: Opt-out of MAX_PATH on Windows 10Steve Dower2016-09-061-0/+25
| * Issue #12982: Merge from 3.5Berker Peksag2016-08-206-71/+124
| |\
| | * Merge with 3.5Zachary Ware2016-08-041-1/+1
| | |\
| | * \ Merge with 3.5Zachary Ware2016-07-281-1/+1
| | |\ \
| | * | | Issue #27285: Document the deprecation of the pyvenv script.Brett Cannon2016-07-083-55/+53
| | * | | Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,Serhiy Storchaka2016-07-031-0/+5
| | * | | Issue #27393: Merge from 3.5Berker Peksag2016-06-271-2/+2
| | |\ \ \
| | * \ \ \ Issue #27393: Merge from 3.5Berker Peksag2016-06-273-16/+66
| | |\ \ \ \
| | | * | | | Issue #27064: The py.exe launcher now defaults to Python 3.Paul Moore2016-05-221-7/+15
| | | * | | | merge from 3.5Senthil Kumaran2016-05-171-2/+2
| | | |\ \ \ \
| | | * \ \ \ \ Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-073-9/+9
| | | |\ \ \ \ \
| | | * | | | | | PyMem_Malloc() now uses the fast pymalloc allocatorVictor Stinner2016-04-221-6/+5
| | | * | | | | | Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-112-9/+52
| | | |\ \ \ \ \ \
| | | | * | | | | | Fix typo in doc: avoid the french "& cie" :-)Victor Stinner2016-03-231-4/+4
| | | | * | | | | | Doc: fix typos, patch written by Stefan BehnelVictor Stinner2016-03-181-4/+4
| | | | * | | | | | Enhance documentation on malloc debug hooksVictor Stinner2016-03-181-6/+10
| | | | * | | | | | Add PYTHONMALLOC env varVictor Stinner2016-03-141-6/+45
| | | | * | | | | | merge with 3.5Georg Brandl2016-02-261-3/+3
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ merge with 3.5Georg Brandl2016-02-261-3/+3
| | | | | |\ \ \ \ \ \
* | | | | | | | | | | | Issue #26638: Work around more CLI options that can?t be linkedMartin Panter2016-10-301-0/+1
* | | | | | | | | | | | Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Issue #12982: Thanks to PEP 488, Python no longer creates .pyo filesBerker Peksag2016-08-201-3/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix half-finished sentence.Zachary Ware2016-08-041-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Correct typo in Windows docs.Zachary Ware2016-07-281-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #27393: Fix escaping of C:\ tooBerker Peksag2016-06-271-2/+2
|/ / / / / / /
* | | | | | | Issue #27393: Fix escaping of venv activate commands on WindowsBerker Peksag2016-06-271-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | issue27045 - Use backslash in windows path to script file.Senthil Kumaran2016-05-171-2/+2
| |_|_|_|/ |/| | | |
* | | | | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-073-9/+9
|/ / / /
* | | | Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-111-2/+2
|/ / /
* | | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-263-19/+19
|/ /
* | Fix version.Georg Brandl2016-02-261-3/+3
|/
* Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-1/+1
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
* Update "Creating Virtual Environments" link in venv documentationBerker Peksag2016-01-301-1/+1
* Update output of venv -hBerker Peksag2016-01-301-4/+5
* Issue #26034: Sync documentation of --clear with its behaviorBerker Peksag2016-01-281-3/+2