Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) | Nick Coghlan | 2017-06-18 | 1 | -0/+5 |
| | | | | | | | | | | | | - removes PY_WARN_ON_C_LOCALE build time flag - locale coercion and compatibility warnings are now always compiled in, but are off by default - adds PYTHONCOERCECLOCALE=warn runtime option to aid in debugging potentially locale related compatibility problems Due to not-yet-resolved test failures on *BSD systems (including Mac OS X), this also temporarily disables UTF-8 as a locale coercion target, and skips testing the interpreter's behavior in the POSIX locale. | ||||
* | Fix trivial typo in Readme (GH-2185) | csabella | 2017-06-14 | 1 | -1/+1 |
| | | | Replace platform with platforms. | ||||
* | bpo-28180: Implementation for PEP 538 (#659) | Nick Coghlan | 2017-06-11 | 1 | -0/+36 |
| | | | | | | | | | | - new PYTHONCOERCECLOCALE config setting - coerces legacy C locale to C.UTF-8, C.utf8 or UTF-8 by default - always uses C.UTF-8 on Android - uses `surrogateescape` on stdin and stdout in the coercion target locales - configure option to disable locale coercion at build time - configure option to disable C locale warning at build time | ||||
* | bpo-29898: Fix incorrect env variable name (GH-1576) | Berker Peksag | 2017-05-16 | 1 | -2/+2 |
| | | | | It should read PYTHONLEGACYWINDOWSSTDIO as stated in section "Add legacy mode" in PEP 528. | ||||
* | Improve the grammar in windows.rst (GH-1330) | Wieland Hoffmann | 2017-04-28 | 1 | -3/+3 |
| | |||||
* | Correct the README link in Unix install docs (#1245) | Sebastian Vetter | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | bpo-29770: remove outdated PYO related info (GH-590) | Xiang Zhang | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | massage English for -X descriptions a bit | Benjamin Peterson | 2017-02-10 | 1 | -5/+7 |
| | |||||
* | issue26149 - Point to Wiki for Editors and Python IDEs on Unix. | Senthil Kumaran | 2017-01-25 | 1 | -12/+7 |
| | | | | Patch contributed by Mariatta Wijaya. | ||||
* | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+8 |
| | |||||
* | Issue #28532: Add what's new entry for python -VV option | INADA Naoki | 2016-11-24 | 1 | -0/+2 |
| | |||||
* | Issue #28532: Show sys.version when -V option is supplied twice | INADA Naoki | 2016-11-21 | 1 | -1/+6 |
| | |||||
* | Issue #26638: Merge option warning fixes from 3.5 into 3.6 | Martin Panter | 2016-10-30 | 1 | -2/+3 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Close #28479: Fix reST syntax in windows.rst | Victor Stinner | 2016-10-19 | 1 | -4/+4 |
| | | | | | | | | Patch written by Julien Palard. | ||||
* | | Issue #28218: Fixes versionadded description in using/windows.rst | Steve Dower | 2016-10-03 | 1 | -1/+1 |
| | | |||||
* | | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -11/+21 |
| | | | | | | | | Issue #28138: Windows ._pth file should allow import site | ||||
* | | Add links from whatsnew to Windows docs. | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Adds documentation for pythonXX.zip as a landmark. | Steve Dower | 2016-09-09 | 1 | -8/+13 |
| | | |||||
* | | Switch to using |version| substitition in Windows docs. | Steve Dower | 2016-09-09 | 1 | -9/+9 |
| | | |||||
* | | Changes pyvenv.cfg trick into an actual sys.path file. | Steve Dower | 2016-09-09 | 1 | -23/+30 |
| | | |||||
* | | Issue #1602: Windows console doesn't input or print Unicode (PEP 528) | Steve Dower | 2016-08-31 | 1 | -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 Dower | 2016-09-08 | 1 | -0/+14 |
| | | |||||
* | | Issue #27731: Opt-out of MAX_PATH on Windows 10 | Steve Dower | 2016-09-07 | 1 | -0/+25 |
| | | |||||
* | | Issue #12982: Merge from 3.5 | Berker Peksag | 2016-08-20 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files | Berker Peksag | 2016-08-20 | 1 | -3/+1 |
| | | |||||
* | | Merge with 3.5 | Zachary Ware | 2016-08-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix half-finished sentence. | Zachary Ware | 2016-08-04 | 1 | -1/+1 |
| | | | | | | | | Reported by Linda Pescatore on docs@. | ||||
* | | Merge with 3.5 | Zachary Ware | 2016-07-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Correct typo in Windows docs. | Zachary Ware | 2016-07-29 | 1 | -1/+1 |
| | | | | | | | | Found by Jack Copper on docs@ | ||||
* | | Issue #27285: Document the deprecation of the pyvenv script. | Brett Cannon | 2016-07-08 | 3 | -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 Storchaka | 2016-07-03 | 1 | -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.5 | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #27393: Fix escaping of C:\ too | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
| | | |||||
* | | Issue #27393: Merge from 3.5 | 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. | ||||
* | | Issue #27064: The py.exe launcher now defaults to Python 3. | Paul Moore | 2016-05-22 | 1 | -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.5 | Senthil Kumaran | 2016-05-18 | 1 | -2/+2 |
|\ \ | |/ | | | | | issue27045 - Use backslash in windows path to script file. | ||||
| * | 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 #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 3 | -9/+9 |
| | | |||||
* | | PyMem_Malloc() now uses the fast pymalloc allocator | Victor Stinner | 2016-04-22 | 1 | -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 Storchaka | 2016-04-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #25910: Fixed more links in the docs. | Serhiy Storchaka | 2016-04-11 | 1 | -2/+2 |
| | | |||||
* | | Fix typo in doc: avoid the french "& cie" :-) | Victor Stinner | 2016-03-23 | 1 | -4/+4 |
| | | |||||
* | | Doc: fix typos, patch written by Stefan Behnel | Victor Stinner | 2016-03-18 | 1 | -4/+4 |
| | | |||||
* | | Enhance documentation on malloc debug hooks | Victor Stinner | 2016-03-18 | 1 | -6/+10 |
| | | | | | | | | Issue #26564, #26516, #26563. | ||||
* | | Add PYTHONMALLOC env var | Victor Stinner | 2016-03-14 | 1 | -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.5 | Georg Brandl | 2016-02-26 | 3 | -19/+19 |
|\ \ | |/ |