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
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
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
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
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
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
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10515
___
Python tracker
<https://bugs.python.org/issue3>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10516
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35559>
___
___
Py
Change by Cheryl Sabella :
--
pull_requests: -10516
___
Python tracker
<https://bugs.python.org/issue35559>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: +10517
___
Python tracker
<https://bugs.python.org/issue35559>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10518
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35514>
___
___
Py
Change by Cheryl Sabella :
--
pull_requests: +10519
___
Python tracker
<https://bugs.python.org/issue23057>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10521
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35566>
___
___
Py
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10523
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35565>
___
___
Py
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10526
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35567>
___
___
Py
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
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
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10543
stage: test needed -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Cheryl Sabella :
--
keywords: +patch, patch
pull_requests: +10543, 10544
stage: test needed -> patch review
___
Python tracker
<https://bugs.python.org/issu
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
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
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
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
Change by Cheryl Sabella :
--
keywords: +patch, patch
pull_requests: +10588, 10589
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10588
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
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
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
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
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10597
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Py
Change by Cheryl Sabella :
--
keywords: +patch, patch
pull_requests: +10597, 10598
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Cheryl Sabella :
--
keywords: +patch, patch, patch
pull_requests: +10597, 10598, 10599
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Cheryl Sabella added the comment:
PR11330 is for the PEP8 naming conventions.
--
stage: patch review ->
___
Python tracker
<https://bugs.python.org/issu
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
Change by Cheryl Sabella :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Cheryl Sabella :
--
pull_requests: +10630, 10631, 10632
___
Python tracker
<https://bugs.python.org/issue3>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
pull_requests: +10630, 10631
___
Python tracker
<https://bugs.python.org/issue3>
___
___
Python-bugs-list mailing list
Unsub
Change by Cheryl Sabella :
--
pull_requests: +10630
___
Python tracker
<https://bugs.python.org/issue3>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Thanks for looking at this one. :-)
--
___
Python tracker
<https://bugs.python.org/issue35591>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10656
___
Python tracker
<https://bugs.python.org/issue35610>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
keywords: +patch, patch
pull_requests: +10656, 10657
___
Python tracker
<https://bugs.python.org/issue35610>
___
___
Python-bug
Change by Cheryl Sabella :
--
pull_requests: +10658
___
Python tracker
<https://bugs.python.org/issue35610>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: +10679
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: +10679, 10680, 10681
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
pull_requests: +10679, 10680
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsub
Change by Cheryl Sabella :
--
pull_requests: -10680
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: -10681
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Change by Cheryl Sabella :
--
pull_requests: +10695, 10696, 10697
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
pull_requests: +10695
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: +10695, 10696
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsub
Change by Cheryl Sabella :
--
pull_requests: -10696
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: -10697
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
PR11365 revises the imports and switches to ttk widgets.
--
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Change by Cheryl Sabella :
--
pull_requests: +10721, 10722
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsub
Change by Cheryl Sabella :
--
pull_requests: +10721
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: +10721, 10722, 10723
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailin
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
Change by Cheryl Sabella :
--
pull_requests: -10722
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: -10723
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: +10761
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: +10761, 10762, 10763
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
pull_requests: +10761, 10762
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsub
Change by Cheryl Sabella :
--
Removed message: https://bugs.python.org/msg332776
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bug
Change by Cheryl Sabella :
--
pull_requests: -10762
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Change by Cheryl Sabella :
--
pull_requests: -10763
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: +10850, 10851
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsub
Change by Cheryl Sabella :
--
pull_requests: +10850, 10851, 10852
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
pull_requests: +10850
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Change by Cheryl Sabella :
--
pull_requests: -10852
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: -10851
___
Python tracker
<https://bugs.python.org/issue35598>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
Change by Cheryl Sabella :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Cheryl Sabella :
--
pull_requests: +10859
___
Python tracker
<https://bugs.python.org/issue33987>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: +10859, 10860
___
Python tracker
<https://bugs.python.org/issue33987>
___
___
Python-bugs-list mailing list
Unsub
Change by Cheryl Sabella :
--
pull_requests: +10859, 10860, 10861
___
Python tracker
<https://bugs.python.org/issue33987>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
pull_requests: -10860
___
Python tracker
<https://bugs.python.org/issue33987>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: -10861
___
Python tracker
<https://bugs.python.org/issue33987>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10862
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35660>
___
___
Py
Change by Cheryl Sabella :
--
keywords: +patch, patch
pull_requests: +10862, 10863
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Cheryl Sabella :
--
keywords: +patch, patch, patch
pull_requests: +10862, 10863, 10864
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Cheryl Sabella :
--
pull_requests: -10863
___
Python tracker
<https://bugs.python.org/issue35660>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: -10864
___
Python tracker
<https://bugs.python.org/issue35660>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +10881
stage: test needed -> patch review
___
Python tracker
<https://bugs.python.org/issu
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
Change by Cheryl Sabella :
--
keywords: +patch, patch
pull_requests: +10881, 10882
stage: test needed -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Cheryl Sabella :
--
pull_requests: -10882
___
Python tracker
<https://bugs.python.org/issue35661>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
pull_requests: -10883
___
Python tracker
<https://bugs.python.org/issue35661>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
401 - 500 of 1350 matches
Mail list logo