summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)Miss Islington (bot)2017-09-062-3/+3
| | | | Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org (cherry picked from commit 384899dfaeb83db38a6d3846d3cbc2f58a6605cd)
* Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)csabella2017-06-141-1/+1
| | | | Replace platform with platforms. (cherry picked from commit 4ebf03d109f827c91a23256a447c1d74a203dfee)
* bpo-29898: Fix incorrect env variable name (GH-1576)Berker Peksag2017-05-161-2/+2
| | | | | | It should read PYTHONLEGACYWINDOWSSTDIO as stated in section "Add legacy mode" in PEP 528. (cherry picked from commit 87fa8a780e9045a26c735f085c07bba4b2d0be60)
* [3.6] Improve the grammar in windows.rst (GH-1330) (GH-1360)Mariatta2017-04-301-3/+3
| | | (cherry picked from commit 80a3da4d4aad0b51893e1e2f696b6252eca80e07)
* [3.6] Correct the README link in Unix install docs (GH-1245) (GH-1248)Mariatta2017-04-221-1/+1
| | | (cherry picked from commit d1ae24e8880fe00d006eb2996af815c35fbcfb33)
* bpo-29770: remove outdated PYO related info (GH-590) (GH-612)Xiang Zhang2017-03-111-2/+2
|
* massage English for -X descriptions a bitBenjamin Peterson2017-02-101-5/+7
|
* issue26149 - Point to Wiki for Editors and Python IDEs on Unix.Senthil Kumaran2017-01-251-12/+7
| | | | Patch contributed by Mariatta Wijaya.
* 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-301-2/+3
|\
| * Issue #26638: Work around more CLI options that can’t be linkedMartin Panter2016-10-301-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 warningsMartin Panter2016-10-301-2/+2
| |
* | Close #28479: Fix reST syntax in windows.rstVictor Stinner2016-10-191-4/+4
| | | | | | | | Patch written by Julien Palard.
* | 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
| | | | | | | | Issue #28138: Windows ._pth file should allow import site
* | 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-311-0/+17
| | | | | | | | Closes #17602: Adds a readline implementation for the Windows console
* | 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-071-0/+25
| |
* | Issue #12982: Merge from 3.5Berker Peksag2016-08-201-3/+1
|\ \ | |/
| * Issue #12982: Thanks to PEP 488, Python no longer creates .pyo filesBerker Peksag2016-08-201-3/+1
| |
* | Merge with 3.5Zachary Ware2016-08-041-1/+1
|\ \ | |/
| * Fix half-finished sentence.Zachary Ware2016-08-041-1/+1
| | | | | | | | Reported by Linda Pescatore on docs@.
* | Merge with 3.5Zachary Ware2016-07-291-1/+1
|\ \ | |/
| * Correct typo in Windows docs.Zachary Ware2016-07-291-1/+1
| | | | | | | | Found by Jack Copper on docs@
* | Issue #27285: Document the deprecation of the pyvenv script.Brett Cannon2016-07-083-55/+53
| | | | | | | | | | | | | | | | | | As part of the update, the documentation was updated to normalize around the term "virtual environment" instead of relying too heavily on "venv" for the same meaning and leading to inconsistent usage of either. Thanks to Steve Piercy for the patch.
* | Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,Serhiy Storchaka2016-07-031-0/+5
| | | | | | | | | | | | SHOW_ALLOC_COUNT or SHOW_TRACK_COUNT macros is now off by default. It can be re-enabled using the "-X showalloccount" option. It now outputs to stderr instead of stdout.
* | Issue #27393: Merge from 3.5Berker Peksag2016-06-271-2/+2
|\ \ | |/
| * Issue #27393: Fix escaping of C:\ tooBerker Peksag2016-06-271-2/+2
| |
* | Issue #27393: Merge from 3.5Berker Peksag2016-06-271-2/+2
|\ \ | |/
| * Issue #27393: Fix escaping of venv activate commands on WindowsBerker Peksag2016-06-271-2/+2
| | | | | | | | Patch by Manuel Kaufmann.
* | Issue #27064: The py.exe launcher now defaults to Python 3.Paul Moore2016-05-221-7/+15
| | | | | | | | | | The Windows launcher ``py.exe`` no longer prefers an installed Python 2 version over Python 3 by default when used interactively.
* | merge from 3.5Senthil Kumaran2016-05-181-2/+2
|\ \ | |/ | | | | issue27045 - Use backslash in windows path to script file.
| * issue27045 - Use backslash in windows path to script file.Senthil Kumaran2016-05-181-2/+2
| |
* | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-073-9/+9
|\ \ | |/
| * 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 #26249: PyMem_Malloc() allocator family now uses the pymalloc allocator rather than system malloc(). Applications calling PyMem_Malloc() without holding the GIL can now crash: use PYTHONMALLOC=debug environment variable to validate the usage of memory allocators in your application.
* | Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-111-2/+2
|\ \ | |/
| * Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-111-2/+2
| |
* | 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
| | | | | | | | Issue #26564, #26516, #26563.
* | Add PYTHONMALLOC env varVictor Stinner2016-03-141-6/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | Issue #26516: * Add PYTHONMALLOC environment variable to set the Python memory allocators and/or install debug hooks. * PyMem_SetupDebugHooks() can now also be used on Python compiled in release mode. * The PYTHONMALLOCSTATS environment variable can now also be used on Python compiled in release mode. It now has no effect if set to an empty string. * In debug mode, debug hooks are now also installed on Python memory allocators when Python is configured without pymalloc.
* | merge with 3.5Georg Brandl2016-02-263-19/+19
|\ \ | |/
| * Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-263-19/+19
| | | | | | | | to SilentGhost for the patch.