[issue33610] IDLE: Make multiple improvements to CodeContext

2018-12-21 Thread Cheryl Sabella
Cheryl Sabella added the comment: For M3 - #3. -- dependencies: +IDLE: Gray out Code Context on non-editor windows ___ Python tracker <https://bugs.python.org/issue33

[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2018-12-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: The PR was closed as not needed, so should this ticket also be closed? Thanks! -- nosy: +cheryl.sabella __ Python tracker <https://bugs.python.org/issue32

[issue35563] Doc: warnings.rst - add links to references

2018-12-22 Thread Cheryl Sabella
New submission from Cheryl Sabella : In the docs for the warnings module, there is some text referencing other areas of the documentation that would be more helpful as links. -- assignee: docs@python components: Documentation messages: 332362 nosy: cheryl.sabella, docs@python priority

[issue35563] Doc: warnings.rst - add links to references

2018-12-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: I created a pull request for this, but it didn't attach it: https://github.com/python/cpython/pull/11289 -- ___ Python tracker <https://bugs.python.org/is

[issue35563] Doc: warnings.rst - add links to references

2018-12-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: @xtreak, thanks for adding the PR link. I was going to ask you how to do it, but I see it now. Completely missed it before. -- ___ Python tracker <https://bugs.python.org/issue35

[issue35563] Doc: warnings.rst - add links to references

2018-12-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: @xtreak, maybe it's related to the maintenance Ernest did yesterday on the bugs.python.org server? Not sure the best way to ping him. -- ___ Python tracker <https://bugs.python.org/is

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10515 ___ Python tracker <https://bugs.python.org/issue3> ___ ___ Python-bugs-list mailin

[issue35559] Optimize base64.b16decode to use compiled regex

2018-12-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10516 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35559> ___ ___ Py

[issue35559] Optimize base64.b16decode to use compiled regex

2018-12-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10516 ___ Python tracker <https://bugs.python.org/issue35559> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35559] Optimize base64.b16decode to use compiled regex

2018-12-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10517 ___ Python tracker <https://bugs.python.org/issue35559> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35514] Docs on reference count detail. enhancement.

2018-12-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10518 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35514> ___ ___ Py

[issue23057] [Windows] asyncio: support signal handlers on Windows (feature request)

2018-12-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10519 ___ Python tracker <https://bugs.python.org/issue23057> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24390] Python 3.4.3 64 bits is not "high dpi aware"

2018-12-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: IDLE added a call to the Windows API in #33656. Other than that, as Amaury stated, there isn't any UI in Python, so closing this as not a bug. -- nosy: +cheryl.sabella resolution: -> not a bug stage: -> resolved status: ope

[issue35566] DOC: Add links to annotation glossary term

2018-12-22 Thread Cheryl Sabella
New submission from Cheryl Sabella : Add links to glossary term when `annotation` is used. -- assignee: docs@python components: Documentation messages: 332379 nosy: cheryl.sabella, docs@python priority: normal severity: normal status: open title: DOC: Add links to annotation glossary

[issue35566] DOC: Add links to annotation glossary term

2018-12-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10521 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35566> ___ ___ Py

[issue35565] Add detail to an assertion failure message in wsgiref

2018-12-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10523 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35565> ___ ___ Py

[issue35567] Convert membership test from dict-of-constants to a set

2018-12-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10526 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35567> ___ ___ Py

[issue24814] Idle: Disable menu items when not applicable

2018-12-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: #3 - Show/Hide Code Context -- dependencies: +IDLE: Gray out Code Context on non-editor windows nosy: +cheryl.sabella versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.5, Python 3.6 ___ Python tracker

[issue23864] issubclass without registration only works for "one-trick pony" collections ABCs.

2018-12-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: This isn't meant as a comment from any previous posts. It's simply meant to correct a statement (based on new information in the past 2 years) from the original post. Since this original report, some ABCs that are not "One Trick Ponies&qu

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-24 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10543 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-24 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10543, 10544 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-24 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch, patch pull_requests: +10543, 10544, 10545 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: This code in editor.py controls the text that is parsed for smart indenting: if not self.context_use_ps1: for context in self.num_context_lines: startat = max(lno - context, 1) startatindex

[issue35591] IDLE: Traceback on Find Selection

2018-12-26 Thread Cheryl Sabella
New submission from Cheryl Sabella : This probably isn't a traceback that's likely to happen, but I wanted to document it since I was able to recreate it. To recreate: In a new shell, do Select All, then Find Selection. Exception in Tkinter callback Traceback (most recent call las

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch, patch pull_requests: +10588, 10589, 10590 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10588, 10589 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10588 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: PR11325 adds Previous/Next History to the Shell menu. -- nosy: +cheryl.sabella stage: patch review -> needs patch ___ Python tracker <https://bugs.python.org/issu

[issue26537] ConfigParser has optionxform, but not sectionxform

2018-12-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: Would it be worthwhile to convert this patch to a PR for 3.8? -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue26

[issue35598] IDLE: Modernize config_key module

2018-12-27 Thread Cheryl Sabella
New submission from Cheryl Sabella : * Apply PEP8 naming convention. * Add additional tests to get coverage (close?) to 100%. * Update to more meaningful names. * Switch to ttk widgets and revise imports. * Split toplevel class into a window class and frame class(es). -- assignee

[issue35598] IDLE: Modernize config_key module

2018-12-27 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10597 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Py

[issue35598] IDLE: Modernize config_key module

2018-12-27 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10597, 10598 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35598] IDLE: Modernize config_key module

2018-12-27 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch, patch pull_requests: +10597, 10598, 10599 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35598] IDLE: Modernize config_key module

2018-12-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: PR11330 is for the PEP8 naming conventions. -- stage: patch review -> ___ Python tracker <https://bugs.python.org/issu

[issue21524] Allowing to pass pathlib.Path object in mimetypes.guess_type function

2018-12-27 Thread Cheryl Sabella
New submission from Cheryl Sabella : This was implemented in #34926. -- nosy: +cheryl.sabella resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Allow querying a Path's mime-type versions: +Pytho

[issue31440] wrong default module search path in help message

2018-12-27 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10630, 10631, 10632 ___ Python tracker <https://bugs.python.org/issue3> ___ ___ Python-bugs-list mailin

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10630, 10631 ___ Python tracker <https://bugs.python.org/issue3> ___ ___ Python-bugs-list mailing list Unsub

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10630 ___ Python tracker <https://bugs.python.org/issue3> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks for looking at this one. :-) -- ___ Python tracker <https://bugs.python.org/issue35591> ___ ___ Python-bugs-list mailin

[issue35610] IDLE: replace use of EditorWindow.context_use_ps1

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10656 ___ Python tracker <https://bugs.python.org/issue35610> ___ ___ Python-bugs-list mailin

[issue35610] IDLE: replace use of EditorWindow.context_use_ps1

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10656, 10657 ___ Python tracker <https://bugs.python.org/issue35610> ___ ___ Python-bug

[issue35610] IDLE: replace use of EditorWindow.context_use_ps1

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10658 ___ Python tracker <https://bugs.python.org/issue35610> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-29 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10679 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-29 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10679, 10680, 10681 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailin

[issue35598] IDLE: Modernize config_key module

2018-12-29 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10679, 10680 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsub

[issue35598] IDLE: Modernize config_key module

2018-12-29 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10680 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-29 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10681 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: PR11360 adds tests to increase coverage. There isn't any refactor (moving translate_key) as part of this. I also didn't add any GUI-related tests against the buttons, entry, or listbox, except for the cancel key (in case that helps with t

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10695, 10696, 10697 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailin

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10695 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10695, 10696 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsub

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10696 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10697 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: PR11365 revises the imports and switches to ttk widgets. -- ___ Python tracker <https://bugs.python.org/issue35598> ___ ___

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10721, 10722 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsub

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10721 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10721, 10722, 10723 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailin

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: PR11377 is the first refactor. It moves translate_key to the module level and also moves the definitions of the key tuples to the module level since they are used in more than one place (and they don't change). As a side note, I'll do the refact

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10722 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10723 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-31 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10761 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-31 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10761, 10762, 10763 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailin

[issue35598] IDLE: Modernize config_key module

2018-12-31 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10761, 10762 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsub

[issue35598] IDLE: Modernize config_key module

2018-12-31 Thread Cheryl Sabella
Change by Cheryl Sabella : -- Removed message: https://bugs.python.org/msg332776 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bug

[issue35598] IDLE: Modernize config_key module

2018-12-31 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10762 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2018-12-31 Thread Cheryl Sabella
Cheryl Sabella added the comment: PR11392 is the first refactor. It moves translate_key to the module level and also moves the definitions of the key tuples to the module level since they are used in more than one place (and they don't change). As a side note, I'll do the refact

[issue35598] IDLE: Modernize config_key module

2018-12-31 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10763 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2019-01-03 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10850, 10851 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsub

[issue35598] IDLE: Modernize config_key module

2019-01-03 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10850, 10851, 10852 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailin

[issue35598] IDLE: Modernize config_key module

2019-01-03 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10850 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2019-01-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: Terry, I just saw your note about waiting to split this into a Window and Frame class, which was after I had already gotten the PR ready. I've been mostly offline for the past few days, so I had been working on those changes locally with the inte

[issue35598] IDLE: Modernize config_key module

2019-01-03 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10852 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35598] IDLE: Modernize config_key module

2019-01-03 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10851 ___ Python tracker <https://bugs.python.org/issue35598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19120] shlex.shlex.lineno reports a different number depending on the previous token

2019-01-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: There was a parameter `punctuation_chars` added to the shlex.shlex class with issue 1521950 (implemented for 3.6). Although the comma is not one of the default punctuation characters (setting the parameter to punctuation_chars=True won't chang

[issue35168] shlex punctuation_chars inconsistency

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: -> docs@python components: +Documentation -Library (Lib) keywords: +easy nosy: +docs@python stage: -> needs patch versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/i

[issue33896] Document what components make up the filecmp.cmp os.stat signature.

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue12991] Python 64-bit build on HP Itanium - Executable built successfully but modules failed with HP Compiler

2019-01-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: Closed based on msg323776. -- nosy: +cheryl.sabella resolution: -> out of date status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue15457] consistent treatment of generator terminology

2019-01-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: Issue24400 changed some of the documentation wording around generators. I don't know if there is still interest in applying the other parts of this patch. -- nosy: +cheryl.sabella versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.3, Pytho

[issue32660] Solaris should support constants like termios' FIONREAD

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33987] IDLE: use ttk.Frame for ttk widgets

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10859 ___ Python tracker <https://bugs.python.org/issue33987> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33987] IDLE: use ttk.Frame for ttk widgets

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10859, 10860 ___ Python tracker <https://bugs.python.org/issue33987> ___ ___ Python-bugs-list mailing list Unsub

[issue33987] IDLE: use ttk.Frame for ttk widgets

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10859, 10860, 10861 ___ Python tracker <https://bugs.python.org/issue33987> ___ ___ Python-bugs-list mailin

[issue33987] IDLE: use ttk.Frame for ttk widgets

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10860 ___ Python tracker <https://bugs.python.org/issue33987> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33987] IDLE: use ttk.Frame for ttk widgets

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10861 ___ Python tracker <https://bugs.python.org/issue33987> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35660] IDLE: Remove import * from window.py

2019-01-04 Thread Cheryl Sabella
New submission from Cheryl Sabella : Remove use of `from tkinter import *` from windows.py. -- assignee: terry.reedy components: IDLE messages: 333028 nosy: cheryl.sabella, terry.reedy priority: normal severity: normal status: open title: IDLE: Remove import * from window.py type

[issue35660] IDLE: Remove import * from window.py

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10862 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35660> ___ ___ Py

[issue35660] IDLE: Remove import * from window.py

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10862, 10863 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35660] IDLE: Remove import * from window.py

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch, patch pull_requests: +10862, 10863, 10864 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35660] IDLE: Remove import * from window.py

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10863 ___ Python tracker <https://bugs.python.org/issue35660> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35660] IDLE: Remove import * from window.py

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10864 ___ Python tracker <https://bugs.python.org/issue35660> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35661] Store the venv prompt in pyvenv.cfg

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10881 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35661] Store the venv prompt in pyvenv.cfg

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch, patch pull_requests: +10881, 10882, 10883 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35661] Store the venv prompt in pyvenv.cfg

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10881, 10882 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35661] Store the venv prompt in pyvenv.cfg

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10882 ___ Python tracker <https://bugs.python.org/issue35661> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35661] Store the venv prompt in pyvenv.cfg

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10883 ___ Python tracker <https://bugs.python.org/issue35661> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35667] activate for venv containing apostrophe doesn't work in powershell

2019-01-05 Thread Cheryl Sabella
New submission from Cheryl Sabella : On Windows 10, when I try to activate a venv in powershell where the name contains an apostrophe, I get the following error ("don't" is the name of the venv): PS N:\projects\cpython\don't\Scripts> .\activate.ps1 At N:\project

[issue31887] docs for email.generator are missing a comment on special multipart/signed handling

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.or

[issue4696] email module does not unfold headers

2019-01-05 Thread Cheryl Sabella
Cheryl Sabella added the comment: Although email policies are marked as provisional, I believe the changes in issue14731 would fix the original request in this issue. If so, would it be possible to close this issue as resolved? Thanks. -- nosy: +cheryl.sabella

[issue33393] update config.guess and config.sub

2019-01-05 Thread Cheryl Sabella
Cheryl Sabella added the comment: Is this intended as a global ticket to be used to update these files on a regular basis? Or should a new ticket be created every time the files are updated? Thanks! -- nosy: +cheryl.sabella ___ Python tracker

<    1   2   3   4   5   6   7   8   9   10   >