[issue28994] Misc fixes and cleanups in error handling C code

2017-06-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2135 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30290] IDLE: add tests for help_about.py

2017-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 12cbd87ac0bb826d653040044c6b526dcdb6f6d1 by terryjreedy in branch '3.6': [3.6] bpo-30290: IDLE - pep8 names and tests for help-about (#2070) https://github.com/python/cpython/commit/12cbd87ac0bb826d653040044c6b526dcdb6f6d1 -- __

[issue28595] shlex.shlex should not augment wordchars

2017-06-09 Thread Evan Andrews
Changes by Evan Andrews : -- pull_requests: +2134 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue30547] [Windows] SubinterpreterTest.test_callbacks_leak() of test_atexit leaks references

2017-06-09 Thread Eric Snow
Eric Snow added the comment: Thanks for taking care of this, Victor, Stéphane & Louie! -- ___ Python tracker ___ ___ Python-bugs-list

[issue30290] IDLE: add tests for help_about.py

2017-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2133 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30290] IDLE: add tests for help_about.py

2017-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2132 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue19180] some RFC references could be updated

2017-06-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Needed to regenerate Argument Clinic code. -- status: closed -> open ___ Python tracker ___ ___ Py

[issue30605] re.compile fails when compiling bytes under `-bb` mode

2017-06-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: patch review -> backport needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue30605] re.compile fails when compiling bytes under `-bb` mode

2017-06-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 171b9a354e816eebc6d4c3a8553303942e9c5025 by Serhiy Storchaka (Roy Williams) in branch 'master': bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016) https://github.com/python/cpython/commit/171b9a354e816eebc6d4c3a8553303942

[issue30600] Error message incorrect when index is called with keyword argument ("[].index(x=2)")

2017-06-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The PR LGTM. Thank you for your contribution SylvainDe! -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker _

[issue30600] Error message incorrect when index is called with keyword argument ("[].index(x=2)")

2017-06-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 7445381c606faf20e253da42656db478a4349f8e by Serhiy Storchaka (Sylvain) in branch 'master': bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) https://github.com/python/cpython/commit/7445381c606faf20e253da42656db478a4349f

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2131 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2130 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e5f6e86c48c7b2eb9e1d6a0e72867b4d8b4720f3 by Mariatta (csabella) in branch 'master': bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) https://github.com/python/cpython/commit/e5f6e86c48c7b2eb9e1d6a0e72867b4d8b4720f3 --

[issue25409] fnmatch.fnmatch normalizes slashes/backslashes on Windows

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2129 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30266] AbstractContextManager should support __method__ = None

2017-06-09 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Thanks for doing the merge and backport! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue30603] textwrap: declining indent level has no test case

2017-06-09 Thread Jonathan Eunice
Changes by Jonathan Eunice : -- pull_requests: +2128 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30620] textwrap: dedent contains logic that can never execute

2017-06-09 Thread Jonathan Eunice
Changes by Jonathan Eunice : -- pull_requests: +2126 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30591] textwrap: placeholder backtracking special case lacks test coverage

2017-06-09 Thread Jonathan Eunice
Changes by Jonathan Eunice : -- pull_requests: +2127 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30266] AbstractContextManager should support __method__ = None

2017-06-09 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks Mariatta! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2125 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30620] textwrap: dedent contains logic that can never execute

2017-06-09 Thread Jonathan Eunice
New submission from Jonathan Eunice: textwrap.dedent contains a bit of code that appears logical at first blush, but in fact can never execute under any input conditions. Not only are the lines "dead code," they are the only thing (i.e. only non-debugging lines) now standing in the way of text

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2124 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-09 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset a608d2d5a7f1aabe9bcbfc220135c5e126189390 by Yury Selivanov (Nikolay Kim) in branch 'master': bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409) https://github.com/python/cpython/commit/a608d2d5a7f1aabe9bc

[issue25958] Implicit ABCs have no means of "anti-registration"

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: -2123 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30266] AbstractContextManager should support __method__ = None

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: PR has been backported to 3.6. Thanks :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___

[issue30266] AbstractContextManager should support __method__ = None

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 753422f6e32e13d96319b090788f0474f1e21fc4 by Mariatta in branch '3.6': bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054) https://github.com/python/cpython/commit/753422f6e32e13d96319b090788f0474f1e21fc4 -

[issue25958] Implicit ABCs have no means of "anti-registration"

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 753422f6e32e13d96319b090788f0474f1e21fc4 by Mariatta in branch '3.6': bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054) https://github.com/python/cpython/commit/753422f6e32e13d96319b090788f0474f1e21fc4 -

[issue25958] Implicit ABCs have no means of "anti-registration"

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2123 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 3c7b67bb34bc537b6c0dd9c6e1e4a07dc227b467 by Zachary Ware in branch '2.7': [2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/3c7b67bb34bc537b6c0dd9c6e1e4a07dc227b467 -- _

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 91581d4225e91e581f44d60d0b87c80778c36d1d by Zachary Ware in branch '3.5': [3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/91581d4225e91e581f44d60d0b87c80778c36d1d -- _

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset e380c19b7e88d97d3497016f1065d6922415db1c by Zachary Ware in branch '3.6': [3.6] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/e380c19b7e88d97d3497016f1065d6922415db1c -- _

[issue29905] TypeErrors not formatting values correctly

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2122 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29905] TypeErrors not formatting values correctly

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2121 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: A1: yes, add if __name__ == '__main__': import unittest unittest.main('idlelib.idle_test.test_outwin', verbosity=2, exit=False) I will have to think about whether and how to add an htest. The grep (find in files) test actually displays greps results in

[issue25958] Implicit ABCs have no means of "anti-registration"

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: -2115 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___ _

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2120 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cabdba24b5cee036bd4963d2dcf5bf667e6d63c9 by Mariatta in branch '3.5': [3.5] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2056) https://github.com/python/cpython/commit/cabdba24b5cee036bd4963d2dcf5bf667e6d63c9

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 10c9a09ef4810f0235f5f585dcce70eca049604a by Mariatta in branch '3.6': [3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2055) https://github.com/python/cpython/commit/10c9a09ef4810f0235f5f585dcce70eca049604a

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2119 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2118 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 42e3acda86829def9adc354fbee77597b849bf9e by Zachary Ware in branch 'master': bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/42e3acda86829def9adc354fbee77597b849bf9e --

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2117 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2116 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue25958] Implicit ABCs have no means of "anti-registration"

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2115 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30266] AbstractContextManager should support __method__ = None

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2114 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-09 Thread khyox
New submission from khyox: In https://docs.python.org/3.6/library/typing.html#typing.Union, when giving details for Union and in the case when a class and its subclass are present, the doc states: When a class and its subclass are present, the former is skipped, e.g.: Union[int, o

[issue30618] readlink for pathlib paths

2017-06-09 Thread smheidrich
New submission from smheidrich: Is there any reason why there is no equivalent of os.readlink in pathlib.Path? Note that Path.resolve does *not* fit the bill, as it always produces an absolute path, whereas readlink just spits out the symlink target exactly the way it is stored, which may be r

[issue30600] Error message incorrect when index is called with keyword argument ("[].index(x=2)")

2017-06-09 Thread SylvainDe
Changes by SylvainDe : -- pull_requests: +2113 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue30508] "Task exception was never retrieved" reported for a canceled task

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2112 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29870] ssl socket leak

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2110 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29870] ssl socket leak

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2111 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29743] Closing transport during handshake process leaks open socket

2017-06-09 Thread Yury Selivanov
Yury Selivanov added the comment: Merged. Thank you Nikolay! -- nosy: +yselivanov resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-09 Thread Yury Selivanov
Yury Selivanov added the comment: > It sounds like a bug to me, and thus suitable to backport, but it certainly > would be worth getting other opinions since this is a tricky and critical > area. I think it's safe to merge this in 3.6. -- ___ Pytho

[issue29870] ssl socket leak

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2109 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-09 Thread Yury Selivanov
Yury Selivanov added the comment: > There are two PRs for this issue. Is one depending on the other? No, they all address slightly different bugs. All need to be merged though. > PR 409 has merge conflict that needs to be resolved. Yes, it seems that it's based on 3.6 branch. I asked the autho

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: There are two PRs for this issue. Is one depending on the other? PR 409 has merge conflict that needs to be resolved. -- nosy: +Mariatta ___ Python tracker __

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-09 Thread Cheryl Sabella
Cheryl Sabella added the comment: Questions about outwin.py: 1. Should a main() be added for htest and unittest? 2. In _file_line_helper, to test if the file exists, the file is opened, then closed. Would os.path.isfile work here? Questions about tests: 1. OutputWindow is an EditorWindow and

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-09 Thread Cheryl Sabella
New submission from Cheryl Sabella: For issue 30422. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-09 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2108 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30617] IDLE: Add docstrings and unittests to outwin.py

2017-06-09 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- assignee: terry.reedy components: IDLE nosy: csabella, terry.reedy priority: normal severity: normal status: open title: IDLE: Add docstrings and unittests to outwin.py type: enhancement versions: Python 3.7 ___ Python t

[issue29743] Closing transport during handshake process leaks open socket

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2107 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29743] Closing transport during handshake process leaks open socket

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2106 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30192] hashlib module breaks with 64-bit kernel and 32-bit user space

2017-06-09 Thread Neil Schemenauer
Changes by Neil Schemenauer : -- pull_requests: +2105 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue28907] test_pydoc fails if build is in sub-directory

2017-06-09 Thread Neil Schemenauer
Changes by Neil Schemenauer : -- pull_requests: +2104 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30609] Python 3.6.1 fails to generate 256 colors on Cygwin based 64-bit Windows 10

2017-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Richard, when replying by email, please strip quoted text except for an occasional line or two. (See example of limited in-context quote below.) A bug, for the purpose of this tracker, is a discrepancy between between the docs written by the PSF's core develo

[issue30192] hashlib module breaks with 64-bit kernel and 32-bit user space

2017-06-09 Thread Neil Schemenauer
Neil Schemenauer added the comment: Create PR 2042 for backport to 3.6 branch. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue29324] test_aead_aes_gcm fails on Kernel 4.9

2017-06-09 Thread Neil Schemenauer
Neil Schemenauer added the comment: This bug can be closed. The fix is in the master branch (commit 9764c151c51480a) and has also been backported to the "3.6" branch (git commit 4ac01f0ff3e). The fork for 3.6.1rc1 happened before the backport which is why 3.6.1 doesn't have the fix. ---

[issue30395] deadlocked child process after forking on pystate.c's head_mutex

2017-06-09 Thread Łukasz Langa
Łukasz Langa added the comment: If you'd like to fix the miniscule leak this introduces, feel free but I don't think it's worth the additional complexity. Closing this for now as it solved an issue for us internally and we haven't observed any memory-related issues due to it. -- resol

[issue30608] argparse calculates string widths incorrectly

2017-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: For future reference, small code examples should be including in the message or uploaded as a .py file. A unicode string is a sequence of codepoints. The length is defined as the number of codepoints. I cannot see that your example demonstrates a bug in arg

[issue30039] Resuming a 'yield from' stack is broken if a signal arrives in the middle

2017-06-09 Thread Yury Selivanov
Yury Selivanov added the comment: I don't think we need to. Isn't 3.5 is in security/important bug fix mode? I don't view this change as an important one (it's just a nice thing to have). -- ___ Python tracker ___

[issue30039] Resuming a 'yield from' stack is broken if a signal arrives in the middle

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: Why not backporting the fix to 3.5 as well? -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue27585] asyncio.Lock deadlock after cancellation

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.5, Python 3.7 ___ Python tracker ___ _

[issue30039] Resuming a 'yield from' stack is broken if a signal arrives in the middle

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker ___

[issue30039] Resuming a 'yield from' stack is broken if a signal arrives in the middle

2017-06-09 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset e89f95bfd0881a9b80c3b1430d154a77bdf5a824 by Yury Selivanov in branch '3.6': [3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack (GH-1081) (#1640) https://github.com/python/cpython/commit/e89f95bfd0881a9b80c3b1430d154a77bd

[issue30569] Tutorial section 2.1 has *nix example at 3.7, but Windows at 3.6

2017-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: There is a lot more wrong with the Windows part: "On Windows machines, the Python installation is usually placed in C:\Python36," is no longer true. All-users install is, by default, in Program Files. Current-user install is, by default, buried somewhere fo

[issue30609] Python 3.6.1 fails to generate 256 colors on Cygwin based 64-bit Windows 10

2017-06-09 Thread Richard S. Gordon
Richard S. Gordon added the comment: > On Jun 9, 2017, at 4:41 PM, STINNER Victor wrote: > > > STINNER Victor added the comment: > > Cygwin is not currently supported by CPython, so I suggest to close this > issue. I mean: please report the issue to Cygwin, not CPython. > > -- > > _

[issue30609] Python 3.6.1 fails to generate 256 colors on Cygwin based 64-bit Windows 10

2017-06-09 Thread Masayuki Yamamoto
Masayuki Yamamoto added the comment: @rigordo Are you using mintty? If I remember rightly, mintty hasn't been set 256 colors after installation (at least in past release, I'm not sure currently). -- ___ Python tracker

[issue30594] Refcounting mistake in _ssl.c

2017-06-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, this is now resolved, thanks to Nathaniel. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker

[issue30561] sync-up gammavariate and expovariate code

2017-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30594] Refcounting mistake in _ssl.c

2017-06-09 Thread Jim Jewett
Jim Jewett added the comment: Serhiy -- do your last two messages mean that this is now resolved? -- nosy: +Jim.Jewett ___ Python tracker ___

[issue30524] iter(classmethod, sentinel) broken for Argument Clinic class methods?

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: Sorry for the regression, sadly, it wasn't catch before by any test. I added a lot of new tests, so we should cover more cases. Oh, and the bug has been fixed in 3.6 :-) -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed __

[issue27585] asyncio.Lock deadlock after cancellation

2017-06-09 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: Wait, why is this issue still open? Tests now pass on Windows on all branches. The issue can be closed, except if I missed something? -- ___ Python tracker

[issue30609] Python 3.6.1 fails to generate 256 colors on Cygwin based 64-bit Windows 10

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: Cygwin is not currently supported by CPython, so I suggest to close this issue. I mean: please report the issue to Cygwin, not CPython. -- ___ Python tracker __

[issue27585] asyncio.Lock deadlock after cancellation

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2103 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29324] test_aead_aes_gcm fails on Kernel 4.9

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: The fix was also merged to master. It should be backported to 3.6. Neil, do you want to try to backport it? -- ___ Python tracker ___ __

[issue27585] asyncio.Lock deadlock after cancellation

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2102 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue27585] asyncio.Lock deadlock after cancellation

2017-06-09 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 7be651c7aad8e4d46012205811b58ef127b08e0e by Yury Selivanov in branch 'master': bpo-27585: Add a NEWS entry for #1031 (#2036) https://github.com/python/cpython/commit/7be651c7aad8e4d46012205811b58ef127b08e0e -- __

[issue30593] sqlite3 executescript does not respect isolation_level?

2017-06-09 Thread Jim Jewett
Jim Jewett added the comment: Do you have a test case that could be used to verify a patch? (Or even a full patch?) -- nosy: +Jim.Jewett stage: -> needs patch type: -> behavior ___ Python tracker

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: docs@python -> Mariatta ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue30524] iter(classmethod, sentinel) broken for Argument Clinic class methods?

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset b7577456c430283f8b7ec4e914b701cb943cc69b by Victor Stinner in branch '3.6': bpo-30524: Write unit tests for FASTCALL (#2022) (#2030) https://github.com/python/cpython/commit/b7577456c430283f8b7ec4e914b701cb943cc69b -- __

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: -> docs@python components: +Documentation -Tests nosy: +docs@python stage: -> backport needed versions: +Python 3.5, Python 3.6 ___ Python tracker ___

[issue30335] Document deprecated alias of assertNotRegex

2017-06-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 74921ed8941fce14c2a53dc7280f43eb01fe4ed8 by Mariatta (Jim Fasarakis-Hilliard) in branch 'master': bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) https://github.com/python/cpython/commit/74921ed8941fce14c2a53dc7280f43e

[issue27585] asyncio.Lock deadlock after cancellation

2017-06-09 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +2101 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-09 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30014] Speedup DefaultSelectors.modify() by 2x

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset fbfaa6fd57f8dc8a3da808acb8422370fad2f27b by Victor Stinner (Giampaolo Rodola) in branch 'master': bpo-30014: make poll-like selector's modify() method faster (#1030) https://github.com/python/cpython/commit/fbfaa6fd57f8dc8a3da808acb8422370fad2f27b

[issue28994] Misc fixes and cleanups in error handling C code

2017-06-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2100 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

  1   2   >