[issue30881] IDLE: add docstrings to browser.py

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 675c1adfe5c87573e81fb295ccad7b6cfa03a3ee by terryjreedy in branch '3.6': [3.6] bpo-30881: IDLE: add docstrings to browser.py (GH-2638) (#2663) https://github.com/python/cpython/commit/675c1adfe5c87573e81fb295ccad7b6cfa03a3ee --

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Louie Lu
Louie Lu added the comment: It seem setUpModule will smash out the test, I've add a trust-will-work test inside the test_configdialog.py: class Test(unittest.TestCase): def setUp(self): self.root = tkinter.Tk() def test_test(self): self.root.bind('', lambda x: print('te

[issue30881] IDLE: add docstrings to browser.py

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker ___ _

[issue30881] IDLE: add docstrings to browser.py

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2728 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30881] IDLE: add docstrings to browser.py

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset ba352270b724d67fc938c335c605acdee7474308 by terryjreedy (csabella) in branch 'master': bpo-30881: IDLE: add docstrings to browser.py (#2638) https://github.com/python/cpython/commit/ba352270b724d67fc938c335c605acdee7474308 -- __

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Louie Lu
Louie Lu added the comment: It just get wierd, I can't do event_generate with Terry, too. Attach poc.py that should print out a 'testing', but it didn't. -- Added file: http://bugs.python.org/file47006/tests.py ___ Python tracker

[issue30899] IDLE: Add idle config parser unittest

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> patch review type: -> enhancement versions: +Python 3.6 ___ Python tracker ___ ___ Python-b

[issue30899] IDLE: Add idle config parser unittest

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I plan to review tomorrow afternoon. -- nosy: +csabella ___ Python tracker ___ ___ Python-bugs-list

[issue28812] Deadlock between GIL and pystate head_mutex.

2017-07-10 Thread Pádraig Brady
Pádraig Brady added the comment: This can probably closed as a dupe of #30395 -- nosy: +pixelbeat ___ Python tracker ___ ___ Python-bu

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 953e527763f5af293668135acdf5f0a20c3f6f4f by terryjreedy in branch '3.6': [3.6] bpo-30870: IDLE -- fix logic error in eae2537. (GH-2660) (#2661) https://github.com/python/cpython/commit/953e527763f5af293668135acdf5f0a20c3f6f4f -- ___

[issue30899] IDLE: Add idle config parser unittest

2017-07-10 Thread Louie Lu
Changes by Louie Lu : -- pull_requests: +2727 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue30899] IDLE: Add idle config parser unittest

2017-07-10 Thread Louie Lu
New submission from Louie Lu: Add IdleConfParser and IdleUserConfParser unittest. -- assignee: terry.reedy components: IDLE messages: 298126 nosy: louielu, terry.reedy priority: normal severity: normal status: open title: IDLE: Add idle config parser unittest versions: Python 3.7 __

[issue30898] SSL cert failure running make test during Python 3.6 install

2017-07-10 Thread Ben Johnston
New submission from Ben Johnston: Installing Python 3.6.1 from Python-3.6.1.tar.xz on Ubuntu 16.04.2 LTS, the following tests are failing: ERROR: test_logincapa_with_client_certfile (test.test_imaplib.RemoteIMAP_SSLTest) ERROR: test_logincapa_with_client_ssl_context (test.test_imaplib.Remote

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2726 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 5b62b35e6fcba488da2f809965a5f349a4170b02 by terryjreedy in branch 'master': bpo-30870: IDLE -- fix logic error in eae2537. (#2660) https://github.com/python/cpython/commit/5b62b35e6fcba488da2f809965a5f349a4170b02 --

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe I read somewhere (SO?) that root.withdraw sometimes affects the effectiveness of event_generate. I will try de-iconifying for just this. -- ___ Python tracker _

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: My manual test procedure was faulty. Without a unit test, I should have asked for another person to verify. -- ___ Python tracker ___

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2725 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I don't know how to make the testing code working. -- ___ Python tracker ___ ___ Python-bugs-list

[issue30881] IDLE: add docstrings to browser.py

2017-07-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue30714] test_ssl fails with openssl 1.1.0f

2017-07-10 Thread Gregory P. Smith
Gregory P. Smith added the comment: I updated to PGO buildbot from Debian 8 "jessie" to Debian 9 "stretch" which revealed the failures. -- nosy: +gregory.p.smith ___ Python tracker

[issue22207] Test for integer overflow on Py_ssize_t: explicitly cast to size_t

2017-07-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue30879] os.listdir(bytes) gives a list of bytes, but os.listdir(buffer) gives a list of unicodes

2017-07-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue22207] Test for integer overflow on Py_ssize_t: explicitly cast to size_t

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 44eb51e6fcf45f3c2bf21c16e18c4da48a23d2d3 by Serhiy Storchaka in branch '3.5': [3.5] bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (GH-2623) (#2659) https://github.com/python/cpython/commit/44eb51e6fcf45f3c2bf21c16e18c

[issue30879] os.listdir(bytes) gives a list of bytes, but os.listdir(buffer) gives a list of unicodes

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 7527c32f5fedc3260d767900f1014495c0a1b7a5 by Serhiy Storchaka in branch '3.5': [3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2657) https://github.com/python/cpython/commit/7527c32f5fedc3260d767900f1014495c0

[issue22207] Test for integer overflow on Py_ssize_t: explicitly cast to size_t

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 82a907560011c7b784badccc78082cef70ea7128 by Serhiy Storchaka in branch '3.6': [3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (GH-2623) (#2658) https://github.com/python/cpython/commit/82a907560011c7b784badccc7808

[issue30879] os.listdir(bytes) gives a list of bytes, but os.listdir(buffer) gives a list of unicodes

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset ecfe4f678bfb0e3c19c90fd7db79c5f3c76023e4 by Serhiy Storchaka in branch '3.6': [3.6] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2656) https://github.com/python/cpython/commit/ecfe4f678bfb0e3c19c90fd7db79c5f3c7

[issue27364] Deprecate invalid escape sequences in str/bytes

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, this was the intention. One of often errors is using "\n" in non-raw docstrings. This change doesn't prevent this error, but increases chances of catching it when there are other backslashes in the docstring. --

[issue27364] Deprecate invalid escape sequences in str/bytes

2017-07-10 Thread Guido van Rossum
Guido van Rossum added the comment: Yes. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue22207] Test for integer overflow on Py_ssize_t: explicitly cast to size_t

2017-07-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2724 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue22207] Test for integer overflow on Py_ssize_t: explicitly cast to size_t

2017-07-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2723 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue22207] Test for integer overflow on Py_ssize_t: explicitly cast to size_t

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 64e461be09e23705ecbab43a8b01722186641f71 by Serhiy Storchaka in branch 'master': bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (#2623) https://github.com/python/cpython/commit/64e461be09e23705ecbab43a8b01722186641f71

[issue30879] os.listdir(bytes) gives a list of bytes, but os.listdir(buffer) gives a list of unicodes

2017-07-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2722 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30879] os.listdir(bytes) gives a list of bytes, but os.listdir(buffer) gives a list of unicodes

2017-07-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2721 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue27364] Deprecate invalid escape sequences in str/bytes

2017-07-10 Thread Jason R. Coombs
Jason R. Coombs added the comment: One consequence of this change is that now any string that has a backslash needs to be escaped or raw, leading to changes like this on (https://github.com/cherrypy/cherrypy/pull/1610/commits/1d8c03ea8c5fe90f29bbea267300b97c78391c24#diff-be33a4f55d59dfc70fc6452

[issue30879] os.listdir(bytes) gives a list of bytes, but os.listdir(buffer) gives a list of unicodes

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 1180e5a51871fa53ca6892e83fd2e69dc2600447 by Serhiy Storchaka in branch 'master': bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634) https://github.com/python/cpython/commit/1180e5a51871fa53ca6892e83fd2e69dc2600447 -

[issue30897] Add a is_mount() to pathlib

2017-07-10 Thread Cooper Lees
Cooper Lees added the comment: Mocked up a concept PR. Will try teach myself how to test + see if I need to add Windows support etc. https://github.com/cooperlees/cpython/commit/master -- ___ Python tracker __

[issue30890] IDLE: Input method error in comment with Korean language

2017-07-10 Thread DelTos
DelTos added the comment: Or it may be a problem that only happens on my PC. -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue30890] IDLE: Input method error in comment with Korean language

2017-07-10 Thread DelTos
DelTos added the comment: It doesn't occur when I'm typing comments with numbers or English. It only occurs in Korean comments. Plus, I changed the font and another problem has occured. The letters are printed in vertically.(Attached file) It seems there is a problem only in the Korean languag

[issue30890] IDLE: Input method error in comment with Korean language

2017-07-10 Thread Louie Lu
Changes by Louie Lu : -- title: Comment error in Korean language -> IDLE: Input method error in comment with Korean language ___ Python tracker ___ _

[issue30890] Comment error in Korean language

2017-07-10 Thread Louie Lu
Louie Lu added the comment: I'm using Arch Linux with HIME input method, and using 3.7a0 Python. But I can't reproduce your problem in Korean input. Could you provide how to type in the sentence in your picture? (Roman or the stroke maybe) and your environment? thanks. -- nosy: +loui

[issue30890] Comment error in Korean language

2017-07-10 Thread Louie Lu
Changes by Louie Lu : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30897] Add a is_mount() to pathlib

2017-07-10 Thread Cooper Lees
Changes by Cooper Lees : -- title: Add a ismount() to pathlib -> Add a is_mount() to pathlib ___ Python tracker ___ ___ Python-bugs-li

[issue30890] Comment error in Korean language

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: File loads normally for me. What happens when you load it as is? If you need to type something, can you produce effect with entering numbers with keypad, without using any special Korean entry method that I would not have? If so, give exact directions and sin

[issue30890] Comment error in Korean language

2017-07-10 Thread DelTos
DelTos added the comment: I attched simple main.py file. TK version is 8.6.6 and OS is Windows 10. -- Added file: http://bugs.python.org/file47003/main.py ___ Python tracker ___

[issue30897] Add a ismount() to pathlib

2017-07-10 Thread Cooper Lees
New submission from Cooper Lees: It would be nice to have pathlib.Path objects to have a ismount() function to return a bool if it is a POSIX mount point, similar to `os.path.ismount(path)` -- components: Library (Lib) messages: 298104 nosy: cooperlees priority: normal severity: normal

[issue30890] Comment error in Korean language

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I can seen that the last char is not colored correctly, but not that it is small. The white pixels seems to comprise a character that is about as big as the others. But I don't know Hangul chars. What version of Tk (see Help => About IDLE), and what OS? Ple

[issue30890] Comment error in Korean language

2017-07-10 Thread DelTos
DelTos added the comment: It was my mistake. I tested it on IDLE 3.6. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue30890] Comment error in Korean language

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Did you actually test on 3.7? If you did, and got different results, then this is not an IDLE issue, as it is unchanged in 3.7. This might be a tcl/tk issue rather than IDLE issue. -- ___ Python tracker

[issue28879] smtplib send_message should add Date header if it is missing, per RFC5322

2017-07-10 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +2720 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue30896] BytesWarning in re module when compiling certain bytes patterns

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your report Jelle, but this was fixed in issue30605. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker __

[issue30803] Truth value of sets not properly documented

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Responding here to Peter's PR comment. Peter opened this issue with the claim that the doc failed a specific test case-- document the truth value of set(). Since mappings are (or can be viewed as) a specialized type of set, I always considered that the empty

[issue30893] Expose importlib._bootstrap._ModuleLockManager in importlib.machinery

2017-07-10 Thread Nick Coghlan
Nick Coghlan added the comment: Based on https://github.com/python/cpython/pull/2646/files#r126574323, I'm actually thinking along different lines: I'm starting to think we should move the current sys.modules to sys._modules, and make sys.modules a synchronised wrapper that does the following

[issue30895] Decimal arithmetic sum error

2017-07-10 Thread Steven D'Aprano
Steven D'Aprano added the comment: Also, for the future, please do not post screen shots of text. Copy and Paste the text from the console. Thank you. -- nosy: +steven.daprano ___ Python tracker __

[issue30894] Python 3.6.1 String Literal Error Not Going to sys.stderr

2017-07-10 Thread Steven D'Aprano
Steven D'Aprano added the comment: Before Python runs your code, it compiles it to byte-code. A SyntaxError means that the code cannot be compiled, and so it does not run. So the SyntaxError is raised *before* any of the code runs, and standard error is not re-directed. This is expected behavi

[issue30781] IDLE: configdialog -- switch to ttk widgets.

2017-07-10 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2719 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue12910] urrlib.quote quotes too many chars, e.g., '()'

2017-07-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker ___

[issue30896] BytesWarning in re module when compiling certain bytes patterns

2017-07-10 Thread Jelle Zijlstra
New submission from Jelle Zijlstra: This code in sre_parse (line 738 and down): warnings.warn( 'Flags not at the start of the expression %s%s' % ( source.string[:20], # truncate long regexes

[issue30895] Decimal arithmetic sum error

2017-07-10 Thread Zachary Ware
Zachary Ware added the comment: https://docs.python.org/3/tutorial/floatingpoint.html -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue30895] Decimal arithmetic sum error

2017-07-10 Thread Yelson Chevarrias Huaman
Changes by Yelson Chevarrias Huaman : -- versions: +Python 3.3, Python 3.4, Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-b

[issue30895] Decimal arithmetic sum error

2017-07-10 Thread Yelson Chevarrias Huaman
Changes by Yelson Chevarrias Huaman : -- type: performance -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue30895] Decimal arithmetic sum error

2017-07-10 Thread Yelson Chevarrias Huaman
New submission from Yelson Chevarrias Huaman: Decimal arithmetic sum error -- components: Interpreter Core files: csm.png messages: 298093 nosy: Yelson Chevarrias Huaman priority: normal severity: normal status: open title: Decimal arithmetic sum error type: performance versions: Python

[issue30883] test_urllib2net failed on s390x Debian 3.6: ftp.debian.org error, too many connections from your internet address

2017-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> needs patch type: -> behavior versions: +Python 3.7 ___ Python tracker ___

[issue24776] IDLE: Improve config dialog font change user interface

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Make this the master issue for improving the font tab user interface by improving components and rearranging them. With basic tests done, I am moving this up in priority. Related issues currently open. #30870 (dependency) made Up/Down change font selection; u

[issue27755] Retire DynOptionMenu with a ttk Combobox

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I did more experiments with DOM (DynamicOptionMenu) and Combobox (CB). This was partly to evaluate CB as replacement for DOM for font size; partly to consider CB for the font list. At least by default, both start closed. Font list should start open. CB has

[issue30714] test_ssl fails with openssl 1.1.0f

2017-07-10 Thread STINNER Victor
STINNER Victor added the comment: The test now fails on AMD64 Debian PGO 3.x: http://buildbot.python.org/all/builders/AMD64%20Debian%20PGO%203.x/builds/985/steps/test/logs/stdio FAIL: test_alpn_protocols (test.test_ssl.ThreadedTests) -- ___ Python t

[issue30886] multiprocessing.Queue.join_thread() does nothing if created and use in the same process

2017-07-10 Thread STINNER Victor
STINNER Victor added the comment: I'm not sure that the bug is fully fixed, I still saw a warning on: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/561/ This build tested the commit aa8d0a24694bea05061f1920ec3f944a9e6799d5 which is more recent than commit

[issue30891] importlib: _find_and_load() race condition on sys.modules[name] check

2017-07-10 Thread STINNER Victor
STINNER Victor added the comment: Backporting the fix ot Python 3.5 doesn't seem trivial, 3.5 lacks many changes. -- ___ Python tracker ___ __

[issue30891] importlib: _find_and_load() race condition on sys.modules[name] check

2017-07-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset fe6e686c27ce3a3ecdf03803cff7e230dee5530d by Victor Stinner in branch '3.6': bpo-30891: Fix importlib _find_and_load() race condition (#2646) (#2651) https://github.com/python/cpython/commit/fe6e686c27ce3a3ecdf03803cff7e230dee5530d -- __

[issue27099] IDLE: turn builting extensions into regular modules

2017-07-10 Thread Charles Wohlganger
Changes by Charles Wohlganger : -- pull_requests: +2718 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue30892] _elementtree: assertion error if stdlib copy module is overriden

2017-07-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7f567e7472dd6c3d066eec1c204301df251484b5 by Victor Stinner in branch '3.5': bpo-30892: Fix _elementtree module initialization (#2647) (#2650) https://github.com/python/cpython/commit/7f567e7472dd6c3d066eec1c204301df251484b5 -- _

[issue30892] _elementtree: assertion error if stdlib copy module is overriden

2017-07-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 044e156426825acac8b6c6d1ce14d5b7bcb20bc9 by Victor Stinner in branch '3.6': bpo-30892: Fix _elementtree module initialization (#2647) (#2649) https://github.com/python/cpython/commit/044e156426825acac8b6c6d1ce14d5b7bcb20bc9 -- _

[issue29854] Segfault when readline history is more then 2 * history size

2017-07-10 Thread Berker Peksag
Berker Peksag added the comment: Ok, I think we can finally close this one :) Thank you, everyone! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker _

[issue30894] Python 3.6.1 String Literal Error Not Going to sys.stderr

2017-07-10 Thread George Gillan
New submission from George Gillan: Python 3.6.1 String Literal Error Not Going to sys.stderr Using Windows 7 and Python 3.6.1. Attempting to redirect sys.stderr to a file. The application will be deployed via .pyw file instead of .py so the GUI application runs without a console window. Is th

[issue29854] Segfault when readline history is more then 2 * history size

2017-07-10 Thread Berker Peksag
Berker Peksag added the comment: New changeset bfa4fe4f39dd8b5ce1a0b649cedd36857859081a by Berker Peksag (Nir Soffer) in branch '2.7': [2.7] bpo-29854: Fix segfault in call_readline() (GH-728) https://github.com/python/cpython/commit/bfa4fe4f39dd8b5ce1a0b649cedd36857859081a -- __

[issue30891] importlib: _find_and_load() race condition on sys.modules[name] check

2017-07-10 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2717 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30891] importlib: _find_and_load() race condition on sys.modules[name] check

2017-07-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4f9a446f3fb42f800e73cd9414dd1eccb3ca4fa7 by Victor Stinner in branch 'master': bpo-30891: Fix importlib _find_and_load() race condition (#2646) https://github.com/python/cpython/commit/4f9a446f3fb42f800e73cd9414dd1eccb3ca4fa7 -- ___

[issue30892] _elementtree: assertion error if stdlib copy module is overriden

2017-07-10 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2716 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30892] _elementtree: assertion error if stdlib copy module is overriden

2017-07-10 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2715 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30892] _elementtree: assertion error if stdlib copy module is overriden

2017-07-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset b136f11f3a51f9282ae992bac68f170ca5563b55 by Victor Stinner in branch 'master': bpo-30892: Fix _elementtree module initialization (#2647) https://github.com/python/cpython/commit/b136f11f3a51f9282ae992bac68f170ca5563b55 -- __

[issue20917] Idle: Enhance font change notification system

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe I saw somewhere that the 'somehow' in the opening post is looping through the windows listed under the Window tab. This issue was inspired by #17642, which allows hotkeys (^-, ^+) and wheel to change font size in editor window. If the size change on

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- dependencies: -IDLE: configdialog - add tests for ConfigDialog GUI. resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue30893] Expose importlib._bootstrap._ModuleLockManager in importlib.machinery

2017-07-10 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +eric.snow, ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 8e3f73e5499a5bc575a5e7ad4ee0f16b1aaae829 by terryjreedy in branch '3.6': [3.6] bpo-30851: IDLE: Remove unused tk variables in configdialog. (GH-2626) (#2648) https://github.com/python/cpython/commit/8e3f73e5499a5bc575a5e7ad4ee0f16b1aaae829

[issue30893] Expose importlib._bootstrap._ModuleLockManager in importlib.machinery

2017-07-10 Thread Brett Cannon
Changes by Brett Cannon : -- dependencies: +importlib: _find_and_load() race condition on sys.modules[name] check ___ Python tracker ___

[issue30893] Expose importlib._bootstrap._ModuleLockManager in importlib.machinery

2017-07-10 Thread Brett Cannon
New submission from Brett Cannon: Based on all the work currently going into fixing the locking situation for imports, it's probably a good idea to expose it publicly so others can use it. -- components: Library (Lib) messages: 298077 nosy: brett.cannon priority: normal severity: normal

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It isn't my. It was added by Guilherme in r69050. I'll take a look at code tomorrow. -- ___ Python tracker ___ __

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- dependencies: +IDLE: configdialog/fonts: change font when select by key up/down ___ Python tracker ___

[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Serhiy, I tried tkinter.test.support.simulate_mouse_click to test this patch but it seems not to work. Code at end of previous message. Any idea on how to fix? -- nosy: +serhiy.storchaka stage: patch review -> test needed

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2714 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset aa8d0a24694bea05061f1920ec3f944a9e6799d5 by terryjreedy (csabella) in branch 'master': bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626) https://github.com/python/cpython/commit/aa8d0a24694bea05061f1920ec3f944a9e6799d5 ---

[issue30892] _elementtree: assertion error if stdlib copy module is overriden

2017-07-10 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2713 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30892] _elementtree: assertion error if stdlib copy module is overriden

2017-07-10 Thread STINNER Victor
New submission from STINNER Victor: The _elementtree fails with an assertion error if the stdlib copy module is overriden by the user. haypo@selma$ mkdir copy/ haypo@selma$ touch copy/__init__.py haypo@selma$ ./python -c 'import _elementtree' python: Objects/abstract.c:153: PyObject_GetItem: As

[issue30183] [HPUX] compilation error in pytime.c with cc compiler

2017-07-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue30891] importlib: _find_and_load() race condition on sys.modules[name] check

2017-07-10 Thread STINNER Victor
Changes by STINNER Victor : -- title: Sometimes, test_concurrency() of test_import fails with AttributeError: module 'package' has no attribute 'submodule' on AMD64 Windows8.1 Refleaks 3.6 -> importlib: _find_and_load() race condition on sys.modules[name] check versions: +Python 3.5, P

[issue30891] Sometimes, test_concurrency() of test_import fails with AttributeError: module 'package' has no attribute 'submodule' on AMD64 Windows8.1 Refleaks 3.6

2017-07-10 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2712 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30891] Sometimes, test_concurrency() of test_import fails with AttributeError: module 'package' has no attribute 'submodule' on AMD64 Windows8.1 Refleaks 3.6

2017-07-10 Thread Nick Coghlan
Nick Coghlan added the comment: I'm about to head to bed so I'll get back to this discussion tomorrow, but in the meantime: Victor, maybe it would make sense to reformulate your reproducer as a monkeypatch for _find_and_load_unlocked() that injects the 10 ms sleep from the test case if it find

[issue30891] Sometimes, test_concurrency() of test_import fails with AttributeError: module 'package' has no attribute 'submodule' on AMD64 Windows8.1 Refleaks 3.6

2017-07-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Victor tested test_concurrency on 3.5, and it is failed on slow Windows VM. Therefore the bug exists on 3.5 and is not related to recent changes. -- ___ Python tracker _

[issue30891] Sometimes, test_concurrency() of test_import fails with AttributeError: module 'package' has no attribute 'submodule' on AMD64 Windows8.1 Refleaks 3.6

2017-07-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2711 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30890] Comment error in Korean language

2017-07-10 Thread DelTos
Changes by DelTos : -- versions: +Python 3.6 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

  1   2   >