[issue12857] Expose called function on frame object

2016-10-31 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue27781] Change sys.getfilesystemencoding() on Windows to UTF-8

2016-10-31 Thread Steve Dower
Steve Dower added the comment: Before 3.6.0 beta 4 I need to make this change permanent. From memory, it's just an exception message that needs changing (and PEP 529 becomes final), but I'll review the changeset to be sure. -- nosy: +ned.deily priority: normal -> release blocker stage:

[issue28573] Python 3.6.0b3 64-bit has no sys._mercurial info

2016-10-31 Thread Steve Dower
New submission from Steve Dower: The release build for 3.6.0b3 64-bit is missing Mercurial info: >>> import sys >>> sys._mercurial ('CPython', '', '') >>> sys.version '3.6.0b3 (default, Nov 1 2016, 03:21:01) [MSC v.1900 64 bit (AMD64)]' The debug build and the 32-bit builds are fine. It needs

[issue28574] Update bundled pip

2016-10-31 Thread Steve Dower
Steve Dower added the comment: Also, it can go into whatever versions you'd normally insert into. I just tagged 3.6 and 3.7 because they're the ones currently broken. -- ___ Python tracker

[issue28574] Update bundled pip

2016-10-31 Thread Steve Dower
New submission from Steve Dower: I know you've already taken the fix I'm most concerned about (the new distlib version, https://github.com/pypa/pip/pull/4038), but this is a reminder that we really need a new release of pip to bundle with Python 3.6.0 beta 4. I'm not hugely concerned as to whe

[issue28575] Error 0x80070643 While installing in Win 10 32 Bit

2016-10-31 Thread Nixon
New submission from Nixon: While trying to install Python Error 0x80070643 is showing. -- components: Windows files: Python 3.6.0b3 (32-bit)_20161101112524.log messages: 279851 nosy: nixonvarghese, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: o

[issue28576] Uninstalling Py352 x86 with /uninstall option does not remove prepended paths

2016-10-31 Thread jcrmatos
New submission from jcrmatos: Hello, When uninstalling Py352 x86 with the /uninstall option, it doesn't remove the prepended paths that were added on installation (unlike the GUI uninstall which removes them). My system is a Win7ProSP1 x64. Best regards, JM -- components: Installat

[issue28568] Build files in PC/VS9.0 contain an outdated sqlite version number

2016-10-31 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report and patch! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue28568] Build files in PC/VS9.0 contain an outdated sqlite version number

2016-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f9c54a75c3d by Zachary Ware in branch '2.7': Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0 https://hg.python.org/cpython/rev/8f9c54a75c3d -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _

<    1   2