Changes by Cheryl Sabella :
--
pull_requests: +1998
___
Python tracker
<http://bugs.python.org/issue30538>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Submitted a PR, thank you.
I changed added the argument for count(). Also I noticed that the link to
accumulate() was broken, so I fixed that and I added a link to functools in the
references at the end of the page.
One other thing I noticed was that
Cheryl Sabella added the comment:
Sorry, Mariatta. I didn't realize this was waiting for a backport.
--
___
Python tracker
<http://bugs.python.org/is
Cheryl Sabella added the comment:
Thank you. I've added that.
This may seem like an odd question, but should I assume that the docs should
always match the code? For example, in the Functional HOWTO, I wasn't sure if
the arguments were left off purposely or if it was just some
Cheryl Sabella added the comment:
Thank you. And thank you for explaining about the strings. That's what I
suspected, so I appreciate you confirming it.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Cheryl Sabella :
--
pull_requests: +2021
___
Python tracker
<http://bugs.python.org/issue30538>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +2022
___
Python tracker
<http://bugs.python.org/issue30538>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Would it be OK for me to tackle this?
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue18280>
___
___
Pytho
New submission from Cheryl Sabella:
https://docs.python.org/3.7/tutorial/interpreter.html
The first lines for the location/command have been updated for 3.7, but next
paragraph for Windows has not been updated.
--
assignee: docs@python
components: Documentation
messages: 295142
nosy
Cheryl Sabella added the comment:
I had made the same suggestion a few months ago and found that it had already
been discussed. :-)
Duplicate of http://bugs.python.org/issue29555.
--
nosy: +csabella
___
Python tracker
<http://bugs.python.
Cheryl Sabella added the comment:
If it helps at all, I first learned about argparse a few weeks ago. I first
went to the doc page and then immediately went to the tutorial, as suggested.
I didn't find it difficult or off-putting at all. In fact, I loved that there
was a tutorial th
Cheryl Sabella added the comment:
It appears all the patches for this issue have been applied. Is the only open
item the changes to test_compare?
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue12
Changes by Cheryl Sabella :
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue30571>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Adding benjamin.peterson as he is listed as the expert for 2to3.
--
nosy: +benjamin.peterson, csabella
___
Python tracker
<http://bugs.python.org/issue27
Cheryl Sabella added the comment:
Added the names from the experts list to this ticket.
--
nosy: +amaury.forgeotdarc, belopolsky, csabella, meador.inge
___
Python tracker
<http://bugs.python.org/issue10
Cheryl Sabella added the comment:
This PR appears to have been approved, perhaps pending input from michael.foord?
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue29
Cheryl Sabella added the comment:
This bug report has been closed, but the PR is still open. Please close the
PR. Thank you.
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue29
Changes by Cheryl Sabella :
--
pull_requests: +2050
___
Python tracker
<http://bugs.python.org/issue1207613>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
I hope you don't mind that I made a change for this. I was working with 'Find
in files' and couldn't see the full line, so I figured out where to add the
scroll bar. I only found this ticket after the fact.
If it's not appropria
Cheryl Sabella added the comment:
Terry,
I've applied this patch to 3.7 and made a pull request. This seemed like a fix
you wanted to move forward with, so I hope that's helpful.
--
nosy: +csabella
___
Python tracker
<http://bu
Changes by Cheryl Sabella :
--
pull_requests: +2077
___
Python tracker
<http://bugs.python.org/issue27534>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Yes, I ran test_idle before I submitted the pull request. I wasn't sure if I
was missing something based on your comments of the test failing.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Cheryl Sabella :
--
assignee: terry.reedy
components: IDLE
nosy: csabella, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: Add docstrings and unittests to outwin.py
type: enhancement
versions: Python 3.7
___
Python
Changes by Cheryl Sabella :
--
pull_requests: +2108
___
Python tracker
<http://bugs.python.org/issue30617>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Cheryl Sabella:
For issue 30422.
--
___
Python tracker
<http://bugs.python.org/issue30617>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Questions about outwin.py:
1. Should a main() be added for htest and unittest?
2. In _file_line_helper, to test if the file exists, the file is opened, then
closed. Would os.path.isfile work here?
Questions about tests:
1. OutputWindow is an EditorWindow
Cheryl Sabella added the comment:
Thanks!
I've added more unittests. They are passing, but I'm getting a callback error
that I don't understand. The same _utest flag that's on the textview dialog
didn't seem to work and I was just blindly trying things without succe
Cheryl Sabella added the comment:
This has been brought up in the past, for example, see #12286.
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.org/issue36
Cheryl Sabella added the comment:
Thanks for the report, Miro! Adding Benjamin Peterson to the nosy, since that
was his commit. I'd wait until he comments before making a PR.
--
nosy: +benjamin.peterson, cheryl.sabella
___
Python tracker
&
Cheryl Sabella added the comment:
tyrone-zhao, thank you for the report and the detail on the commit.
Adding @christian.heimes to the nosylist as he added change this under
issue19785 and @dstufft as he modified it to be `self._host`.
--
nosy: +cheryl.sabella, christian.heimes
Cheryl Sabella added the comment:
Yes, 景云鹏, Karthikeyan, or Joannah, please open an issue on the PEPs repo and
then add the link here and close this issue. 景云鹏, if you're interested in
submitting a PR, the process is similar on the PEPs repo, so feel free to work
on this issue there.
New submission from Cheryl Sabella :
>From Terry's comment on PR11472 for issue 35689:
> I don't like the use of class variables to initialize volatile instance state
> variables. I think it confuses the code a bit. Better, I think, to put them
> in an `init_sta
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +12033
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36096>
___
___
Py
Cheryl Sabella added the comment:
Great! Thank you, Steven.
--
___
Python tracker
<https://bugs.python.org/issue36099>
___
___
Python-bugs-list mailin
Cheryl Sabella added the comment:
@mikehoy, would you be interested in converting your patch to a GitHub pull
request?
For others, please give Mike at least a week to respond before opening a PR
with his changes.
Thank you!
--
nosy: +cheryl.sabella
versions: +Python 3.7
Cheryl Sabella added the comment:
Thanks, @nanjekyejoannah!
--
resolution: -> third party
___
Python tracker
<https://bugs.python.org/issue36090>
___
___
Py
Cheryl Sabella added the comment:
Sure, thanks. grep was on list to add tests to, so I'll take a look at this as
well. Thanks!
--
assignee: -> cheryl.sabella
___
Python tracker
<https://bugs.python.org
Change by Cheryl Sabella :
--
assignee: -> cheryl.sabella
___
Python tracker
<https://bugs.python.org/issue23216>
___
___
Python-bugs-list mailing list
Un
Cheryl Sabella added the comment:
The docs for asyncio were rewritten in September 2018.
@socketpair, please take a look at the new documentation and update this ticket
if any of your requests are now explained. If not, would you be able to
provide more specific suggestions of what you
Cheryl Sabella added the comment:
Assigning to @Mariatta for the CPython mentored sprint.
--
assignee: docs@python -> Mariatta
nosy: +Mariatta, cheryl.sabella
stage: patch review -> needs patch
versions: +Python 3.7, Python 3.8 -Python 3.5, Pyth
Cheryl Sabella added the comment:
Closing as a duplicate as Luiz suggested.
--
nosy: +cheryl.sabella
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> abstract class instantiable when subclassing bu
Cheryl Sabella added the comment:
Adding @pitrou to the nosylist as he implemented PEP442 in issue 18112. If he
agrees with the proposed change, then I believe this can be marked as 'easy'.
--
nosy: +cheryl.sabella, pitrou
versions: +Python 3.7, Python 3.8 -Python 3.4,
Cheryl Sabella added the comment:
> https://github.com/sphinx-doc/sphinx/pull/5559 has been merged, let's wait
> for a release of Sphinx and we'll be able to build Python 3.8 documentation
> as text again.
I tried running the sphinx-build command using Sphinx 1.8.4
Cheryl Sabella added the comment:
Apologies, I didn't realize it would be in the major version; I checked since
there had been minor release versions since this ticket. I'll check again once
the major release is out.
Thanks!
--
Cheryl Sabella added the comment:
Thank you for the report. Please add a script that contains the least amount
of code that would replicate the error. Thanks!
>From the devguide:
> last but not least, you have to describe the problem in detail, including
> what you expected
Cheryl Sabella added the comment:
Closing as third-party as @yan12125's report pinpoints the cause of the issue
as part of pip.
--
nosy: +cheryl.sabella
resolution: -> third party
stage: -> resolved
status: open -> closed
___
Cheryl Sabella added the comment:
Thank you. I just tried running the example and it worked OK for me in the 3.8
master build. I believe your report is a duplicate of issue 35797.
--
resolution: -> duplicate
stage: test needed -> resolved
status: open -> closed
s
Cheryl Sabella added the comment:
New changeset ed1deb0719f0ac1b08a374e30ad26a701d4d51a2 by Cheryl Sabella in
branch 'master':
bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002)
https://github.com/python/cpython/commit/ed1deb0719f0ac1b08a374e30ad26a
Cheryl Sabella added the comment:
I believe this issue has been resolved under the new Github workflow. I ran
`make patchcheck` on a commit that had been pushed and it identified the
changes.
--
nosy: +cheryl.sabella
___
Python tracker
<ht
New submission from Cheryl Sabella :
Remove the unused `close_when_done` parameter from `close()` in
`colorizer.ColorDelegator()`.
* The second parameter to close() is called `close_when_done` and it is
expected to contain a toplevel widget that has a destroy() method.
* Originally, the
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +12116
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36152>
___
___
Py
Change by Cheryl Sabella :
--
assignee: cheryl.sabella -> terry.reedy
___
Python tracker
<https://bugs.python.org/issue36152>
___
___
Python-bugs-list mai
Cheryl Sabella added the comment:
New changeset b9f0354efce95b7557bc43ea193c4b652cd28392 by Cheryl Sabella in
branch 'master':
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)
https://github.com/python/cpython/commit/b9f0354efce95b7557bc43ea193c4b
Change by Cheryl Sabella :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Cheryl Sabella added the comment:
@r.david.murray, it appears that all your requested changes have been addressed
on the PR. Please re-review this when you get a chance. Thanks!
--
nosy: +cheryl.sabella
versions: -Python 3.6
___
Python tracker
New submission from Cheryl Sabella :
In `ssl.rst`, formatting for two data links is missing the leading `:`
1. ssl.PROTOCOL_SSLv23¶
Alias for ---> data:PROTOCOL_TLS. <---
2. Wrap the BIO objects incoming and outgoing and return an instance of --->
attr:SSLContext.sslobj
New submission from Cheryl Sabella :
In `datamodel.rst`, fix formatting on the format_spec argument in the text
paragraph of object.__format__() to be italicized instead of marked as a code
sample.
object.__format__(self, format_spec)
The ---> ``format_spec`` <--- argument is a
New submission from Cheryl Sabella :
In Programming FAQ under question "How can my code discover the name of an
object?", in the second sentence, the word 'The' shouldn't be capitalized after
the semi-colon.
Essentially, assignment always binds a name to a value; --
New submission from Cheryl Sabella :
In `string.rst`, under get_value(), `Subsequent` shouldn't be capitalized after
the semi-colon.
For compound field names, these functions are only called for the first
component of the field name; ---> Subsequent <--- components are handl
Change by Cheryl Sabella :
--
pull_requests: +12142
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue23216>
___
___
Python-
Cheryl Sabella added the comment:
I've created the first PR for docstrings on replace. Saimadhav Heblikar had
added some docstrings under issue 21676, so I expanded on what he did. I
referred to Al's diff, but didn't use it much since there were already some
docstrings.
For
Change by Cheryl Sabella :
--
pull_requests: +12144
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue33329>
___
___
Python-
Change by Cheryl Sabella :
--
pull_requests: +12145
___
Python tracker
<https://bugs.python.org/issue33329>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
You need to use the ttk Scrollbar to access state. The standard tk Scrollbar
doesn't have it.
Take a look at the doc page for ttk:
https://docs.python.org/3/library/tkinter.ttk.html
And the New Mexico Institute pages for ttk:
https://infohost.nmt.ed
Cheryl Sabella added the comment:
That's because state isn't an option. :-)
I should have included the link to the ttk scrollbar manpage.
https://www.tcl.tk/man/tcl/TkCmd/ttk_scrollbar.htm
You'll see on that page that 'state' is listed as a Widget Command and not
Cheryl Sabella added the comment:
You're welcome.
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.pyth
New submission from Cheryl Sabella :
In the tutorial introduction, under section 3.1.3 for Lists, 'sequence type'
should be 'sequence types'.
> Like strings (and all other built-in sequence ---> type <---)
Assigning to @Mariatta for the sprints.
--
Cheryl Sabella added the comment:
Assigning to Raymond regarding the question about the backport.
--
assignee: cheryl.sabella -> rhettinger
___
Python tracker
<https://bugs.python.org/issu
Change by Cheryl Sabella :
--
pull_requests: +12198
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue23205>
___
___
Python-
Cheryl Sabella added the comment:
I've opened a PR with the changes. I did several commits, one for each stage.
That is, the first one adds the test, then the second one moves `findfiles` to
the module level, etc.
I added the `onerror` function because if a directory that doesn'
Cheryl Sabella added the comment:
Would it be worthwhile to automatically convert the text when it's being pasted
or would there be a scenario where it would be desirable to keep these
characters in the text? It seems the point here is that the user wouldn't even
realize that
Cheryl Sabella added the comment:
New changeset d5a70c6b0355f247931f6be80b78a0ff1869c56f by Cheryl Sabella in
branch 'master':
bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)
https://github.com/python/cpython/commit/d5a70c6b0355f247931f6be80b78a0
Change by Cheryl Sabella :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Cheryl Sabella added the comment:
I didn't see an issue with a Gnome, so I installed KDE Plasma and switched to
the dark theme. I was able to recreate the issue for autocomplete. When I
tried 'open file', I also saw it there and I've attached a screen print showing
h
Change by Cheryl Sabella :
Added file: https://bugs.python.org/file48201/searchdialogdark.png
___
Python tracker
<https://bugs.python.org/issue36176>
___
___
Python-bug
Cheryl Sabella added the comment:
multiprocessing was changed to use time.monotonic in issue 34054. Based on the
other feedback on this thread, I'm going to close this.
--
nosy: +cheryl.sabella
resolution: -> rejected
stage: -> resolved
status: ope
Cheryl Sabella added the comment:
Can this issue be closed as resolved?
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.org/issue32951>
___
___
Cheryl Sabella added the comment:
Can this issue be closed as resolved? It looks like the changes have been
merged even though the first PR still has an 'open' status. Thanks!
--
nosy: +cheryl.sabella
___
Python tracker
<https://bu
Cheryl Sabella added the comment:
There are a few other open issues about positional-only keywords (for example,
#10789 and #8350). I wasn't sure what, if anything, could be done with those
now that the '/' is available and documented.
--
nosy:
New submission from Cheryl Sabella :
In the docs for `sys.exc_info()`, the description of traceback says:
traceback gets a traceback object (see the ---> Reference Manual <---) which
encapsulates the call stack at the point where the exception originally
occurred.
It might be n
Cheryl Sabella added the comment:
I can still recreate this issue under 3.8. Should this patch be converted to a
GitHub pull request?
--
nosy: +cheryl.sabella
versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.2, Python 3.3, Python
3.4
Cheryl Sabella added the comment:
Sorry about that. I'll work on a fix and test it on the buildbots first.
There are some tests with pyvenv.cfg that are skipped if it happens in a venv
(@skipInVenv decorator), but the test right above this one (test_defaults) does
not use the deco
Change by Cheryl Sabella :
--
pull_requests: +12274
stage: resolved -> patch review
___
Python tracker
<https://bugs.python.org/issue35661>
___
___
Python-
Cheryl Sabella added the comment:
Steve, thanks for the suggestions.
Looking at the other tests, `test_prompt` was the only one (prior to the
original change) that didn't create a venv, so maybe actually creating the venv
instead of just instantiating the class were testing
New submission from Cheryl Sabella :
In the documentation for the `venv` module, there is a module-level convenience
function for `create` which is missing the `prompt` parameter and the version
added directive.
venv.create(env_dir, system_site_packages=False, clear=False, symlinks=False
Cheryl Sabella added the comment:
Thanks Steve.
The venv tests run for me from inside a venv on Windows 10 from a command
prompt. From Powershell, all the tests fail with the following when run from
inside a venv:
FileNotFoundError: [Errno 2] No such file or directory:
'N:\\pro
Cheryl Sabella added the comment:
New changeset 839b925f6347222de560cdb767924c502b4039aa by Cheryl Sabella in
branch 'master':
bpo-35661: Fix failing test on buildbot (GH-12297)
https://github.com/python/cpython/commit/839b925f6347222de560cdb767924c
Change by Cheryl Sabella :
--
stage: needs patch -> commit review
___
Python tracker
<https://bugs.python.org/issue36157>
___
___
Python-bugs-list mai
Cheryl Sabella added the comment:
Looks like the buildbot is happy now. Thank you everyone!
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<https://bugs.python.org/i
Cheryl Sabella added the comment:
Hi Rémi,
I think @r.david.murray would need to review the PR, based on his last comment.
That's why I was asking whether the patch should be converted to a PR. There
seemed to be a conflict between this and issue 12890 and I wasn't certain which
Cheryl Sabella added the comment:
I believe support has been removed for Windows Vista.
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.org/issue36
Cheryl Sabella added the comment:
New changeset 0bb5e75cf8bc9b197ffb91cba6f30543ed502708 by Cheryl Sabella in
branch 'master':
bpo-23216: IDLE: Add docstrings to search modules (GH-12141)
https://github.com/python/cpython/commit/0bb5e75cf8bc9b197ffb91cba6f305
Change by Cheryl Sabella :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Cheryl Sabella added the comment:
As no additional information has been provided, I'm going to close this as
third party. Feel free to reopen if a reproducing script can be created to
demonstrate that this is a bug in the language and not an issue with Flask or
Docker. T
Change by Cheryl Sabella :
--
nosy: +giampaolo.rodola
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issue31062>
___
___
Python-bugs-list m
Cheryl Sabella added the comment:
Issue 22449 added some tests around these environment variables. Was that
enough to satisfy this issue or does more need to be done?
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.
Cheryl Sabella added the comment:
For reference, here's the link to the Python ideas thread:
https://mail.python.org/pipermail/python-ideas/2017-September/047230.html
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.org/is
Cheryl Sabella added the comment:
@carlbordum, thank you for the PR, but the original PR already addresses the
issues. In a code review message on that PR
(https://github.com/python/cpython/pull/1034#pullrequestreview-32006381),
@rhettinger commented on the removal of the print statement
Cheryl Sabella added the comment:
I agree with @xtreak. Closing this as a duplicate.
--
nosy: +cheryl.sabella
resolution: -> duplicate
stage: needs patch -> resolved
status: open -> closed
superseder: -> Wrong signature of TextTestRunner
Cheryl Sabella added the comment:
This one is a little more complicated, but I'm going to assign to @Mariatta for
the sprints.
--
assignee: -> Mariatta
nosy: +Mariatta, cheryl.sabella
stage: -> needs patch
versions: +Python 3.8
701 - 800 of 1350 matches
Mail list logo