[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: Thanks for the PR, Matthias Bussonnier! -- nosy: +mbussonn resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7 ___ Python tracker <https://bugs.python.or

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: New changeset 4e166ffd29b675238ccd94964743f6cb206d2235 by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8425) https://github.com/python/cpython/commit

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: New changeset 5b3643d1a5114551350a9d17fb0aaab2d503c290 by Tal Einat (Miss Islington (bot)) in branch '3.6': bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8426) https://github.com/python/cpython/commit

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: New changeset f7e60a69485097dc28f000c55615038278f84333 by Tal Einat in branch '2.7': [2.7] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8427) https://github.com/python/cpython/commit/f7e60a69485097dc28f000c55615038278f84333

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7953 ___ Python tracker <https://bugs.python.org/issue33468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: New changeset bde782bb594edffeabe978abeee2b7082ab9bc2a by Tal Einat (Matthias Bussonnier) in branch 'master': bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) https://github.com/python/cpython/commit/bde782bb594edffeabe978abeee2b7082ab9bc2a

[issue34047] IDLE: on macOS, scroll slider 'sticks' at bottom of file

2018-07-19 Thread Tal Einat
Tal Einat added the comment: The reported scrolling issues do happen for me with the Python 3.7.0 installed from python.org, which does use Tk 8.6.8. -- ___ Python tracker <https://bugs.python.org/issue34

[issue34047] IDLE: on macOS, scroll slider 'sticks' at bottom of file

2018-07-19 Thread Tal Einat
Tal Einat added the comment: With Python 3.7.0 installed from python.org, I can't see any of the scrolling issues with tk_scroll2.py either. -- ___ Python tracker <https://bugs.python.org/issue34

[issue34031] [EASY] Incorrect usage of unittest.TestCase in test_urllib2_localnet

2018-07-10 Thread Tal Einat
Tal Einat added the comment: Thanks for the PR, stoksc! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34031] [EASY] Incorrect usage of unittest.TestCase in test_urllib2_localnet

2018-07-10 Thread Tal Einat
Tal Einat added the comment: New changeset 6f036bb67d5a20c86c29ea5aeace563e3751baab by Tal Einat in branch '2.7': [2.7] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) (#8225) https://github.com/python/cpython/commit/6f036bb67d5a20c86c29ea5aeace563e3751baab

[issue34031] [EASY] Incorrect usage of unittest.TestCase in test_urllib2_localnet

2018-07-10 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7763 ___ Python tracker <https://bugs.python.org/issue34031> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34031] [EASY] Incorrect usage of unittest.TestCase in test_urllib2_localnet

2018-07-10 Thread Tal Einat
Tal Einat added the comment: New changeset 6b490b5db40fc29588e8e6cc23bb89c4fed74ad5 by Tal Einat (Bradley Laney) in branch 'master': bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) https://github.com/python/cpython/commit/6b490b5db40fc29588e8e6cc23bb89c4fed74ad5

[issue16822] execv (et al.) should invoke atexit handlers before executing new code

2018-07-08 Thread Tal Einat
Tal Einat added the comment: Seems like a decision needs to be made: Add support for `atexec` handlers, close this issue, or something else? -- ___ Python tracker <https://bugs.python.org/issue16

[issue34047] IDLE: on macOS, scroll slider 'sticks' at bottom of file

2018-07-07 Thread Tal Einat
Tal Einat added the comment: Terry, with your minimal scrolling frame with text, everything works fine for me on OSX, regardless of whether the frame/scrollbar are tk/ttk, including using the ttk scrollbar on a tk frame. So this does seem to be an issue with IDLE

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-07 Thread Tal Einat
Tal Einat added the comment: Thanks for reporting the issue and the PR, Bumsik Kim! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue29750] smtplib doesn't handle unicode passwords

2018-07-06 Thread Tal Einat
Tal Einat added the comment: I have worked on this, almost ready for a PR. -- ___ Python tracker <https://bugs.python.org/issue29750> ___ ___ Python-bugs-list m

[issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files

2018-07-06 Thread Tal Einat
Tal Einat added the comment: Now that transmogrify is done, the only open question is about itertools and collections. 1. Should collections be converted? 2. How to proceed with itertools? There are two PRs ready, with the one just for groupby() approved, but not yet reviewed by Raymond

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-07-06 Thread Tal Einat
Tal Einat added the comment: Thanks for all of your work on this, Ammar! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7, Python 3.6, Python 3.7 ___ Python tracker <https://bug

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-07-06 Thread Tal Einat
Tal Einat added the comment: New changeset 7829bba45d0e2446f3a0ca240bfe46959f01071e by Tal Einat (Ammar Askar) in branch '2.7': [2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (#8133) https://github.com/python/cpython/commit

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-07-06 Thread Tal Einat
Tal Einat added the comment: New changeset 11c36a3e16f7fd4e937466014e8393ede4b61a25 by Tal Einat (Ammar Askar) in branch '3.6': [3.6] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (GH-8134) https://github.com/python/cpython/commit

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-07-06 Thread Tal Einat
Tal Einat added the comment: New changeset ab75d9e4244ee24bc96ea9d52362899e3bf365a2 by Tal Einat (Ammar Askar) in branch '3.7': [3.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (GH-8132) https://github.com/python/cpython/commit

[issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files

2018-07-06 Thread Tal Einat
Tal Einat added the comment: New changeset c929df3b96c8d7e7977e581431192be21cdafd19 by Tal Einat in branch 'master': bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039) https://github.com/python/cpython/commit/c929df3b96c8d7e7977e581431192be21cdafd19

[issue16822] execv (et al.) should invoke atexit handlers before executing new code

2018-07-06 Thread Tal Einat
Tal Einat added the comment: > we could definitely have a separate "atexec" handler Couldn't coverage.py and similar apps can just invoke the atexit handlers before calling os.execv() or similar? If so, perhaps a mention of this in the docs would suffice? -- no

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-07-06 Thread Tal Einat
Tal Einat added the comment: New changeset c4ef4896eac86a6759901c8546e26de4695a1389 by Tal Einat (Ammar Askar) in branch 'master': bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) https://github.com/python/cpython/commit

[issue34047] IDLE: on macOS, scroll slider 'sticks' at bottom of file

2018-07-06 Thread Tal Einat
Tal Einat added the comment: With Python 3.6.5 on OSX, I'm seeing all of the issues (including the originally reported one) except the issue with the scroll direction inversion on two-finger swipe. -- versions: +Python 3.6 ___ Python tracker

[issue34047] IDLE: on macOS, scroll slider 'sticks' at bottom of file

2018-07-06 Thread Tal Einat
Tal Einat added the comment: On OSX with Python 3.7.0 behavior is the same as current master. -- ___ Python tracker <https://bugs.python.org/issue34047> ___ ___

[issue34047] IDLE: on macOS, scroll slider 'sticks' at bottom of file

2018-07-06 Thread Tal Einat
Tal Einat added the comment: Confirmed on latest master on OSX. I'm also experiencing many other kinds of erratic scrolling behavior: 1. Dragging the scrollbar isn't possible immediately after opening the file Lib/idlelib/editor.py. Also later after scrolling to the top. 2. Scrolling via

[issue34029] tkinter.filedialog.askdirectory() crashing before dialog opens when importing pywinauto

2018-07-05 Thread Tal Einat
Tal Einat added the comment: Confirmed with Python 3.6.3 on Windows 10 64-bit: It hangs showing an empty window. Debugging a bit, the hang happens in Lib/tkinter/commondialog.py, line 43: s = w.tk.call(self.command, *w._options(self.options)) The value of self.command

[issue34019] webbrowser: wrong arguments for Opera browser.

2018-07-04 Thread Tal Einat
Tal Einat added the comment: Shouldn't this be backported to 2.7 as well? -- nosy: +taleinat versions: -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue34

[issue34018] SQLite converters are documented to be sensitive to the case of type names, but they're not

2018-07-03 Thread Tal Einat
Change by Tal Einat : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34018] SQLite converters are documented to be sensitive to the case of type names, but they're not

2018-07-03 Thread Tal Einat
Tal Einat added the comment: New changeset 6699386231d326c50439b9e1df752e1aed7ca6b4 by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8065) https://github.com/python/cpython/commit

[issue34018] SQLite converters are documented to be sensitive to the case of type names, but they're not

2018-07-03 Thread Tal Einat
Tal Einat added the comment: New changeset f55a818954212e8e6c97e3d66cf1478120a3220f by Tal Einat (Miss Islington (bot)) in branch '3.6': bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8067) https://github.com/python/cpython/commit

[issue34018] SQLite converters are documented to be sensitive to the case of type names, but they're not

2018-07-03 Thread Tal Einat
Tal Einat added the comment: New changeset 292ce153fcc2d991164d19ad3f3deb86157898d5 by Tal Einat (Miss Islington (bot)) in branch '2.7': bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8066) https://github.com/python/cpython/commit

[issue34018] SQLite converters are documented to be sensitive to the case of type names, but they're not

2018-07-03 Thread Tal Einat
Tal Einat added the comment: I tested and indeed this is case-insensitive even on 2.7. -- versions: +Python 2.7, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue34

[issue34018] SQLite converters are documented to be sensitive to the case of type names, but they're not

2018-07-03 Thread Tal Einat
Tal Einat added the comment: New changeset 831c29721dcb1b768c6315a4b8a4059c4c97ee8b by Tal Einat (Sergey Fedoseev) in branch 'master': bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) https://github.com/python/cpython/commit

[issue34018] SQLite converters are documented to be sensitive to the case of type names, but they're not

2018-07-03 Thread Tal Einat
Tal Einat added the comment: It's worth noting that the referenced commit where this change was made is from 2006... -- nosy: +taleinat ___ Python tracker <https://bugs.python.org/issue34

[issue20304] Argument Clinic: char convertor should use default values of type bytes

2018-07-01 Thread Tal Einat
Change by Tal Einat : -- keywords: +patch pull_requests: +7649 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue20304> ___ ___ Python-

[issue20304] Argument Clinic: char convertor should use default values of type bytes

2018-07-01 Thread Tal Einat
Tal Einat added the comment: See PR GH-8039, which fixes this in order to AC convert Objects/stringlib/transmogrify.h. -- versions: +Python 3.8 -Python 3.4 ___ Python tracker <https://bugs.python.org/issue20

[issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files

2018-07-01 Thread Tal Einat
Tal Einat added the comment: See updated PR for Objects/stringlib/transmogrify.h in GH-8039. -- versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue20

[issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files

2018-07-01 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7648 ___ Python tracker <https://bugs.python.org/issue20180> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list mailing list Unsub

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -7636 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg320777 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list m

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -7637 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg320779 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list m

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Tal Einat added the comment: New changeset 6dc57e2a20c5beb99e8bf5eb04cc836d53fa9aee by Tal Einat in branch 'master': bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) https://github.com/python/cpython/commit/6dc57e2a20c5beb99e8bf5eb04cc836d53fa9aee

[issue33468] Add try-finally contextlib.contextmanager example

2018-06-30 Thread Tal Einat
Tal Einat added the comment: Nick's abstract example LGTM as well. -- ___ Python tracker <https://bugs.python.org/issue33468> ___ ___ Python-bugs-list mailin

[issue32568] Fix handling of sizehint=-1 in select.epoll()

2018-06-30 Thread Tal Einat
Tal Einat added the comment: New changeset db7ac30ef52ce35a4ead1bc1b9f0dd5331ed9779 by Tal Einat in branch '3.6': [3.6] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8025) https://github.com/python/cpython/commit/db7ac30ef52ce35a4ead1bc1b9f0dd5331ed9779

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Tal Einat added the comment: New changeset db7ac30ef52ce35a4ead1bc1b9f0dd5331ed9779 by Tal Einat in branch '3.6': [3.6] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8025) https://github.com/python/cpython/commit/db7ac30ef52ce35a4ead1bc1b9f0dd5331ed9779

[issue32568] Fix handling of sizehint=-1 in select.epoll()

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32568] Fix handling of sizehint=-1 in select.epoll()

2018-06-30 Thread Tal Einat
Tal Einat added the comment: New changeset fd1c092bb9fee46d8d543710973c69a0e93a697a by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024) https://github.com/python/cpython/commit

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Tal Einat added the comment: New changeset fd1c092bb9fee46d8d543710973c69a0e93a697a by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024) https://github.com/python/cpython/commit

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7636 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32568] Fix handling of sizehint=-1 in select.epoll()

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7635 ___ Python tracker <https://bugs.python.org/issue32568> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg320775 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list m

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -7634 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -7450 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread Tal Einat
Tal Einat added the comment: New changeset 0cdf5f42898350261c5ff65d96334e736130780f by Tal Einat in branch 'master': bpo-32568: make select.epoll() and its docs consistent (#7840) https://github.com/python/cpython/commit/0cdf5f42898350261c5ff65d96334e736130780f

[issue32568] Fix handling of sizehint=-1 in select.epoll()

2018-06-30 Thread Tal Einat
Tal Einat added the comment: New changeset 0cdf5f42898350261c5ff65d96334e736130780f by Tal Einat in branch 'master': bpo-32568: make select.epoll() and its docs consistent (#7840) https://github.com/python/cpython/commit/0cdf5f42898350261c5ff65d96334e736130780f

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-25 Thread Tal Einat
Tal Einat added the comment: When ready, should this (and other AC conversions) be backported to the relevant 3.x branches? -- ___ Python tracker <https://bugs.python.org/issue31

[issue33573] statistics.median does not work with ordinal scale, add doc

2018-06-25 Thread Tal Einat
Change by Tal Einat : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33573] statistics.median does not work with ordinal scale, add doc

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset 8fd8cfa369fe4b6d6ac430cd28ead32717df7bee by Tal Einat (Miss Islington (bot)) in branch '3.6': [3.6] bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) (GH-7907) https://github.com/python/cpython/commit

[issue33573] statistics.median does not work with ordinal scale, add doc

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset 150cd3cb272021e9a2d865dd28486b00199fe77d by Tal Einat (Miss Islington (bot)) in branch '3.7': [3.7] bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) (GH-7906) https://github.com/python/cpython/commit

[issue33573] statistics.median does not work with ordinal scale, add doc

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset fdd6e0bf18517c3dc5e24c48fbfe890229fad1b5 by Tal Einat in branch 'master': bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) https://github.com/python/cpython/commit/fdd6e0bf18517c3dc5e24c48fbfe890229fad1b5

[issue33952] doc Fix typo in str.upper() documentation

2018-06-25 Thread Tal Einat
Tal Einat added the comment: Thanks for the PR, Andrés! Merged and backported. -- ___ Python tracker <https://bugs.python.org/issue33952> ___ ___ Python-bug

[issue33952] doc Fix typo in str.upper() documentation

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset 78209734a0ecd1567f819d95314b1c7c9b26f48a by Tal Einat in branch '2.7': [2.7] bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7905) https://github.com/python/cpython/commit/78209734a0ecd1567f819d95314b1c7c9b26f48a

[issue33952] doc Fix typo in str.upper() documentation

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset ac5a6e35ef4a73846136804fff924760ec67ebbd by Tal Einat (Miss Islington (bot)) in branch '3.6': bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7904) https://github.com/python/cpython/commit/ac5a6e35ef4a73846136804fff924760ec67ebbd

[issue33952] doc Fix typo in str.upper() documentation

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset 80f1a908a87e55c318776fb8e6f8c21d8a8664ef by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7903) https://github.com/python/cpython/commit/80f1a908a87e55c318776fb8e6f8c21d8a8664ef

[issue33952] doc Fix typo in str.upper() documentation

2018-06-25 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7511 ___ Python tracker <https://bugs.python.org/issue33952> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Tal Einat added the comment: Thanks for the PR, Andrés! Merged and backported. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker <https://bugs.python

[issue33952] doc Fix typo in str.upper() documentation

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset 4a6e746079441d18c30e3c4d014f106faaf7792f by Tal Einat (Andrés Delfino) in branch 'master': bpo-33952: Fix typo in str.upper() documentation (GH-7898) https://github.com/python/cpython/commit/4a6e746079441d18c30e3c4d014f106faaf7792f -- nosy

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset aa770b7096c004abdf3c27bc361d6b60a4b668af by Tal Einat in branch '2.7': [2.7] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7902) https://github.com/python/cpython/commit/aa770b7096c004abdf3c27bc361d6b60a4b668af

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7508 ___ Python tracker <https://bugs.python.org/issue33943> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset 73848e028de58e7fb2b38bddb1638ca2323561a9 by Tal Einat (Miss Islington (bot)) in branch '3.6': bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7899) https://github.com/python/cpython/commit

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7507 ___ Python tracker <https://bugs.python.org/issue33943> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset 66d77d8af8f7c3ebd604ad1e802b8e5006d79d8f by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7900) https://github.com/python/cpython/commit

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Change by Tal Einat : -- versions: +Python 3.5 ___ Python tracker <https://bugs.python.org/issue33943> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset a8ddf85a84364d2c660e6670a7e06621993d1fdc by Tal Einat (Andrés Delfino) in branch 'master': bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) https://github.com/python/cpython/commit/a8ddf85a84364d2c660e6670a7e06621993d1fdc

[issue33613] test_multiprocessing_fork: test_semaphore_tracker_sigint() fails with -W error

2018-06-24 Thread Tal Einat
Tal Einat added the comment: For the "no-op" we'll need a way to know that it was processed. To that end, I'd make the semaphore tracker recognize a new command e.g. "PING", upon which it would write something e.g. "PONG&

[issue33468] Add try-finally contextlib.contextmanager example

2018-06-24 Thread Tal Einat
Tal Einat added the comment: A possible concrete example: Capturing sys.stdout and/or sys.stderr for testing, as in test.support.captured_output. -- nosy: +taleinat ___ Python tracker <https://bugs.python.org/issue33

[issue33613] test_multiprocessing_fork: test_semaphore_tracker_sigint() fails with -W error

2018-06-24 Thread Tal Einat
Tal Einat added the comment: You can know that the semaphore tracker is running by sending it an invalid command and seeing the error written to stderr. The semaphore tracker either inherits sys.stderr from the parent process (if possible) or uses its own. This is a bit of a hack

[issue33951] IDLE test failing only when called by itself: HighPageTest.test_highlight_target_text_mouse

2018-06-24 Thread Tal Einat
New submission from Tal Einat : The issue occurs when running the following on Windows 10 Pro 64-bit on the latest master branch (ea737751b10fff752aafed0231e8a02b82ba365d): python -m test -ugui -m test_highlight_target_text_mouse test_idle (This test failed for perhaps an unrelated reason

[issue33951] IDLE test failing only when called by itself: HighPageTest.test_highlight_target_text_mouse

2018-06-24 Thread Tal Einat
Change by Tal Einat : -- keywords: +patch pull_requests: +7498 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33951> ___ ___ Python-

[issue32568] Fix handling of sizehint=-1 in select.epoll()

2018-06-22 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7470 ___ Python tracker <https://bugs.python.org/issue32568> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32568] Fix handling of sizehint=-1 in select.epoll()

2018-06-22 Thread Tal Einat
Tal Einat added the comment: >> Also sizehint=0 was rejected before >> 2fb9ae9dfc5a6830d902332ba93b13387e292ddb. Now it is accepted. Please note that by "Now it is accepted" I meant in the current codebase, before PR 7840. In this regard, that PR changes nothing. G

[issue32568] Fix handling of sizehint=-1 in select.epoll()

2018-06-21 Thread Tal Einat
Change by Tal Einat : -- keywords: +patch pull_requests: +7449 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue32568> ___ _

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-21 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7450 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33839] IDLE tooltips.py: refactor and add docstrings and tests

2018-06-20 Thread Tal Einat
Tal Einat added the comment: >> If so, should it be possible for two tooltips to be shown at once, one for >> the mouse hover and one for the keyboard focus? > If we have different popup contents, I think 1 at a time would be fine. Consider the following example: A window w

[issue33839] IDLE tooltips.py: refactor and add docstrings and tests

2018-06-20 Thread Tal Einat
Tal Einat added the comment: > I just merged 2nd PR for #33907. I've merged master into the PR branch for this issue and fixed the merge issues. -- ___ Python tracker <https://bugs.python.org/issu

[issue33839] IDLE tooltips.py: refactor and add docstrings and tests

2018-06-20 Thread Tal Einat
Tal Einat added the comment: > I [...] would like the popups to respond keyboard (Tab) focus changes as well > as mouse movement focus changes. Should tooltips also be shown automatically when the keyboard focus is on a widget? Using the same delay as for the mouse hover, perhaps?

[issue33839] IDLE tooltips.py: refactor and add docstrings and tests

2018-06-20 Thread Tal Einat
Tal Einat added the comment: >> TclError from widget.destroy suggests that we *might* be able to cleanup >> better. > Any suggestions for a better cleanup mechanism? (Following up my own question with another question...) Would it be better to check self.winfo_exists() ins

[issue33839] IDLE tooltips.py: refactor and add docstrings and tests

2018-06-18 Thread Tal Einat
Tal Einat added the comment: > What do you think of changing 'ToolTip' to 'Tooltip'? +1, I'll change it. > TclError from widget.destroy suggests that we *might* be able to cleanup > better. The try/except clauses which are hard to test are used since the order in which

[issue29750] smtplib doesn't handle unicode passwords

2018-06-18 Thread Tal Einat
Tal Einat added the comment: >From reading the aforementioned discussion on Thunderbird's issue tracker, >ISTM that encoding with UTF-8 is the way to go. -- ___ Python tracker <https://bugs.python.org/i

[issue29750] smtplib doesn't handle unicode passwords

2018-06-18 Thread Tal Einat
Tal Einat added the comment: There's also some discussion there (from 3 years ago) of possibly needing to fall back to ISO-8859-1 to work with MS Exchange, despite the standards saying UTF-8 should be used. It's unclear to me whether that's actually the case

[issue29750] smtplib doesn't handle unicode passwords

2018-06-18 Thread Tal Einat
Tal Einat added the comment: This specifically seems relevant: > In order for Thunderbird to be standards-compliant-enough to interoperate > with standards-compliant servers, it should use UTF-8 for the SASL PLAIN > mechanism regardless of the underlying protocol (IMAP, POP

[issue29750] smtplib doesn't handle unicode passwords

2018-06-18 Thread Tal Einat
Tal Einat added the comment: I found the Thunderbirg bugzilla issues where they appear to have dealt precisely with this issue (for a variety of protocols, including SMTP): https://bugzilla.mozilla.org/show_bug.cgi?id=312593 -- ___ Python tracker

[issue29750] smtplib doesn't handle unicode passwords

2018-06-17 Thread Tal Einat
Tal Einat added the comment: > And yes, by binary passwords I mean that the module needs to support being > passed a bytes-like object as the password, since clearly there are servers > "in the wild" that support non-ascii passwords and the only way to be sure > o

[issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files

2018-06-14 Thread Tal Einat
Tal Einat added the comment: IMO we should create new issues for AC conversion of the collections and random modules (assuming they haven't been converted yet), and close this issue. -- ___ Python tracker <https://bugs.python.org/issue20

[issue20181] Derby #12: Convert 50 sites to Argument Clinic across 4 files

2018-06-14 Thread Tal Einat
Change by Tal Einat : -- nosy: -taleinat ___ Python tracker <https://bugs.python.org/issue20181> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    5   6   7   8   9   10   11   12   13   14   >