Cheryl Sabella added the comment:
I'm new to contributing. Can I work on this one?
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/is
Cheryl Sabella added the comment:
Mariatta,
Yes, thank you, I will work on a pull request to address Victor's comment.
Since it's my first time, I hope to read through the contributing docs and get
this done today or tomorrow.
Changes by Cheryl Sabella :
--
pull_requests: +776
___
Python tracker
<http://bugs.python.org/issue29677>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Mariatta,
Thank you so much for your support and encouragement while I worked on my first
PR. You've made this an awesome experience!
--
___
Python tracker
<http://bugs.python.org/is
Cheryl Sabella added the comment:
I am working on a pull request for this issue.
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue29917>
___
___
Changes by Cheryl Sabella :
--
pull_requests: +792
___
Python tracker
<http://bugs.python.org/issue29917>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +792, 793
___
Python tracker
<http://bugs.python.org/issue29917>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
I wanted to try to work on the documentation for this, but I had some questions.
I looked at:
https://github.com/python/cpython/blob/master/Modules/_sqlite/cursor.c
And I don't see arraysize being set to anything other than 1. I also don't see
fetc
Changes by Cheryl Sabella :
--
pull_requests: +815
___
Python tracker
<http://bugs.python.org/issue29751>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
I have a pull request ready for the documentation, but I didn't understand the
underscore usage, so I couldn't add that.
If you explain it, then I can try to add it.
--
nosy: +csabella
___
Python trac
Changes by Cheryl Sabella :
--
pull_requests: +825
___
Python tracker
<http://bugs.python.org/issue28157>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Hi Aviv,
Thank you so much for explaining that! It's obvious to me now. It wasn't
marked as READ ONLY in the program, so of course it would set by the caller.
I'll be able to document that.
I still have the question about this line in fe
Cheryl Sabella added the comment:
We were discussing changing the docstring on the pull request and I had
additional questions, so I am moving them here for discussion:
I've been looking at pydoc math and pydoc time (and the the module.c source).
Before I go down the wrong path, I'
Cheryl Sabella added the comment:
The datetime module has a separate section for strptime and strftime. Any
interest in splitting those functions into their own section?
--
___
Python tracker
<http://bugs.python.org/issue28
Cheryl Sabella added the comment:
Also, back to the original title of saying timezone, altzone, etc are
deprecated - there are examples in the datetime docs that use those constants.
Should that be updated to tm_zone and tm_gmtoff?
--
___
Python
Cheryl Sabella added the comment:
Thank you. I've added that change.
For the backporting, I think that would only be applicable to 3.6 and 3.7?
--
___
Python tracker
<http://bugs.python.org/is
Changes by Cheryl Sabella :
--
pull_requests: +1129
___
Python tracker
<http://bugs.python.org/issue29725>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Thank you so much for being patient with me and explaining that.
--
___
Python tracker
<http://bugs.python.org/issue29
Cheryl Sabella added the comment:
I think I may need to apologize. I'm new to this and was looking through the
open docs issues and saw this one. Just now, I noticed that the 'assigned to'
was filled in. I had only been looking at tickets that didn't have a pull
reques
Changes by Cheryl Sabella :
--
pull_requests: +1130
___
Python tracker
<http://bugs.python.org/issue26947>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +1134
___
Python tracker
<http://bugs.python.org/issue28157>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Cheryl Sabella:
On the URL Quoting page, the following line:
`string may be either a str or a bytes.`
Has the `str` link to:
https://docs.python.org/3/library/stdtypes.html#str
But the `bytes` link to:
https://docs.python.org/3/library/functions.html#bytes
Should the
Cheryl Sabella added the comment:
I've looked into this a little more and it seems that, in all instances, the
:class:`bytes` and :class:`bytearray` mark-up link to the Built-In Functions
page instead of the Built-In Types page.
It also looks like the Built-In Functions page has specific
Cheryl Sabella added the comment:
Oh, I didn't expect that. That is so cool! Thanks Mariatta. :-)
--
___
Python tracker
<http://bugs.python.org/is
Cheryl Sabella added the comment:
Since no one has said that this change shouldn't be made, I'll start working on
this.
--
___
Python tracker
<http://bugs.python.o
Changes by Cheryl Sabella :
--
pull_requests: +1382
___
Python tracker
<http://bugs.python.org/issue30052>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +1385
___
Python tracker
<http://bugs.python.org/issue28851>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Hope it's OK that I've made a PR for these changes.
--
nosy: +csabella
___
Python tracker
<http://bugs.python.o
Cheryl Sabella added the comment:
@Mariatta
I believe you can do this now?
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue28315>
___
___
Pytho
Changes by Cheryl Sabella :
--
pull_requests: +1414
___
Python tracker
<http://bugs.python.org/issue27618>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Cheryl Sabella:
The copyright page is only through 2016.
--
assignee: docs@python
components: Documentation
messages: 292383
nosy: csabella, docs@python
priority: normal
severity: normal
status: open
title: Update Copyright to 2017
type: enhancement
versions: Python
Changes by Cheryl Sabella :
--
pull_requests: +1416
___
Python tracker
<http://bugs.python.org/issue30179>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
FYI.
When I tested this change locally, I needed to do a 'make clean' then a 'make
html' for all the pages to relink to the stdtypes page for :class:`bytes`. I
had asked on the IRC channel about that and thought maybe the merge into the
Cheryl Sabella added the comment:
I don't think it would add a lot of time or processing to rebuild it daily,
would it? Seems safer than not doing it.
--
___
Python tracker
<http://bugs.python.org/is
Cheryl Sabella added the comment:
I'll work on the bdb docstrings.
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue19417>
___
___
Pytho
Changes by Cheryl Sabella :
--
pull_requests: +1462
___
Python tracker
<http://bugs.python.org/issue19417>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Cheryl Sabella:
Fix some small typos in IDLE doc.
--
assignee: docs@python
components: Documentation
messages: 292593
nosy: csabella, docs@python
priority: normal
severity: normal
status: open
title: Small typos in IDLE doc
type: enhancement
Changes by Cheryl Sabella :
--
pull_requests: +1466
___
Python tracker
<http://bugs.python.org/issue30208>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Cheryl Sabella:
Add docstrings to Bdb. See issue 19417.
--
assignee: docs@python
components: Documentation
messages: 292598
nosy: csabella, docs@python, terry.reedy
priority: normal
pull_requests: 1467
severity: normal
status: open
title: Bdb: add docstrings
type
Changes by Cheryl Sabella :
--
pull_requests: -1462
___
Python tracker
<http://bugs.python.org/issue19417>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Moved to issue 30211 for docstrings.
--
___
Python tracker
<http://bugs.python.org/issue19417>
___
___
Python-bugs-list mailin
Changes by Cheryl Sabella :
--
pull_requests: +1468
___
Python tracker
<http://bugs.python.org/issue30208>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +1469
___
Python tracker
<http://bugs.python.org/issue30208>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +1470
___
Python tracker
<http://bugs.python.org/issue30208>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
I followed the steps for cherry-pick, but messed up a little as I made 3 PRs
instead of one. However, I couldn't do the labels asked for in this section:
When a cherry-pick was applied successfully, this script will open up a browser
tab that points t
Cheryl Sabella added the comment:
For this "Please check IDLE component also for IDLE doc issues.", I see the
same text as the doc page in idlelib/help/html. Is that the one you want me to
change or is that created automatically
Cheryl Sabella added the comment:
LOL, well I made that a lot harder than you intended. :-)
--
components: -Documentation
___
Python tracker
<http://bugs.python.org/issue30
Changes by Cheryl Sabella :
--
components: +IDLE -Documentation
___
Python tracker
<http://bugs.python.org/issue30211>
___
___
Python-bugs-list mailing list
Unsub
Changes by Cheryl Sabella :
--
components: +Documentation -IDLE
___
Python tracker
<http://bugs.python.org/issue30211>
___
___
Python-bugs-list mailing list
Unsub
Cheryl Sabella added the comment:
Thank you for that information, Mariatta. I had to read your description
twice to find the 9dc2b38 commit hash. Once someone learns this, then they
will remember it, but you may want to highlight it on the cherry-pick
readme. That was very well written and
New submission from Cheryl Sabella:
Added test cases for `random` argument in random.shuffle for code coverage.
Two interesting results (documented within test cases):
1. In the docs, `random` is defined as a function returning a float in the
range [0, 1), but negative floats could be
Changes by Cheryl Sabella :
--
pull_requests: +1604
___
Python tracker
<http://bugs.python.org/issue30308>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Add Mark Dickinson and Raymond Hettinger to nosy list per Brett's suggestion on
core-mentorship.
--
nosy: +mark.dickinson, rhettinger
___
Python tracker
<http://bugs.python.org/is
Cheryl Sabella added the comment:
OK, I've removed the test for the negative values returned by random. In
core-mentorship, David Murray had suggested adding a comment to document it as
unexpected behavior. I had asked there because I wasn't quite sure what to do
about it.
Sho
Cheryl Sabella added the comment:
I've also changed the test to use Mock for the random function. I'm new to
mock, so I'm not sure if I did it right. Using a return_value seemed to be the
best way to go. I didn't know if it was necessary to test if an incorrect
Changes by Cheryl Sabella :
--
pull_requests: +1634
___
Python tracker
<http://bugs.python.org/issue25409>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Would any of the original authors be able to prepare a PR for this? Thanks.
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue17
New submission from Cheryl Sabella:
Update data model documentaion to reflect the zero-argument form of super().
--
assignee: docs@python
components: Documentation
messages: 293566
nosy: csabella, docs@python
priority: normal
severity: normal
status: open
title: Change data model
Changes by Cheryl Sabella :
--
pull_requests: +1659
___
Python tracker
<http://bugs.python.org/issue30354>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
assignee: docs@python
components: Documentation
nosy: csabella, docs@python
priority: normal
severity: normal
status: open
title: Profile documentation - include sort argument for runctx
type: enhancement
versions: Python 3.7
Changes by Cheryl Sabella :
--
pull_requests: +1661
___
Python tracker
<http://bugs.python.org/issue30358>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Thank you. I had some questions that I put on the commit.
You're right about it saying it must be in canonic form and then it calls
canonic. I figured someone added the call later to prevent an error, but
didn't change the warning, but I didn
Cheryl Sabella added the comment:
Wondering if it might make sense to use Mock in this patch?
--
___
Python tracker
<http://bugs.python.org/issue19417>
___
___
Cheryl Sabella added the comment:
Terry,
Should IDLE library modules get docstrings or is that something you'd rather
not have? Putting the question here because ColorDelegator in colorizer.py
doesn't have any docstrings. I wanted to read some of the IDLE code and I can
try to a
Cheryl Sabella added the comment:
I don't know if it's appropriate to add this to this ticket, but on the Data
Model doc page, section 3.3.2.2 for Invoking Descriptors describes Super
Binding. A separate discussion with Nick in PR 1561 highlighted that section
as a possible can
Changes by Cheryl Sabella :
--
pull_requests: +1765
___
Python tracker
<http://bugs.python.org/issue17188>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +1765, 1766
___
Python tracker
<http://bugs.python.org/issue17188>
___
___
Python-bugs-list mailing list
Unsub
Cheryl Sabella added the comment:
Thank you for pointing out those other links. For me, they all tie together
because I was originally trying to figure out why the data model page defined
`super(B, obj).m()` instead of just `super().m()`. It seems that the zero
argument super is preferred
Cheryl Sabella added the comment:
Thanks, Terry! I'll take a look at 30290. No need to start with colorizer; it
was in this ticket so I referenced it more for convenience than anything.
--
___
Python tracker
<http://bugs.python.org/is
Cheryl Sabella added the comment:
Hi Martin,
Do you think it would be good to move forward with this as a PR?
Thanks!
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/issue23
New submission from Cheryl Sabella:
Update bdb docs to reflect issues found in #30211.
--
assignee: docs@python
components: Documentation
messages: 294057
nosy: csabella, docs@python, terry.reedy
priority: normal
severity: normal
status: open
title: Bdb: Update doc page
type
Changes by Cheryl Sabella :
--
pull_requests: +1780
___
Python tracker
<http://bugs.python.org/issue30409>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
This looks like fun! :-) I'll let you know if I have any questions.
--
___
Python tracker
<http://bugs.python.org/is
Cheryl Sabella added the comment:
Terry,
Is there interest in changing the 'from tkinter import *'?
--
___
Python tracker
<http://bugs.python.o
Changes by Cheryl Sabella :
--
pull_requests: +1791
___
Python tracker
<http://bugs.python.org/issue30419>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: -1780
___
Python tracker
<http://bugs.python.org/issue30409>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Oh, I had started to make the changes, but that's OK. I'm still doing
discovery too. 'Fun' did mean that I'll try something. This is exactly what I
wanted to work on to dive into tkinter and idle, so I got excited.
Louie, ju
Changes by Cheryl Sabella :
--
pull_requests: +1800
___
Python tracker
<http://bugs.python.org/issue23560>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
I hope this is OK, but I created a version of the patch with a table as Raymond
suggested. I didn't know how to make a patch, so I did it in a PR. I wanted
to have a comparison available to see the differences between the two versions.
I used the ori
Changes by Cheryl Sabella :
--
pull_requests: +1804
___
Python tracker
<http://bugs.python.org/issue30290>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
I've made a pull request for 4, 5, and 6. I didn't remove the tk constants as
it seemed you'd like to do all the files in one project for that.
Also, in query.Query, I noticed that all the widgets were created first and
then they were all ad
Cheryl Sabella added the comment:
Thanks Terry.
I'll leave those other items alone for now. It makes sense what you said about
the 'create widget' styles. Looking at it for the first time, I kind of liked
the second version (in query) because I could more immediately under
Changes by Cheryl Sabella :
--
pull_requests: +1918
___
Python tracker
<http://bugs.python.org/issue29626>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
I submitted a PR for this based on paul.j3's suggested change:
def _format_action_invocation(self, action):
for option_string in action.option_strings:
if len(args_string)>0:
parts.ap
Changes by Cheryl Sabella :
--
pull_requests: +1922
___
Python tracker
<http://bugs.python.org/issue30290>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Thanks Terry. I've submitted a PR for the textview docstrings and PEP8 names
and I'll work on the ttk conversion and the refactoring.
--
___
Python tracker
<http://bugs.python.o
Changes by Cheryl Sabella :
--
pull_requests: +1923
___
Python tracker
<http://bugs.python.org/issue30303>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +1924
___
Python tracker
<http://bugs.python.org/issue30495>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Thanks Terry!
I had done a search in Spyder using "textView" and only found those files that
I changed, but now I see what I did wrong. If I do it within a different git
branch that isn't up to update with the master, it won't show up, bu
Cheryl Sabella added the comment:
I've attached a patch for textview for your review. Thanks for suggesting
that. I still need to work on test_textview.
Some comments/questions:
1. I've made the Frame classes as you suggested. I had also made a class for
TextviewText (as help.py
Changes by Cheryl Sabella :
--
pull_requests: +1949
___
Python tracker
<http://bugs.python.org/issue17188>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +1951
___
Python tracker
<http://bugs.python.org/issue30354>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +1952
___
Python tracker
<http://bugs.python.org/issue30354>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Thanks for all the info.
I've made another patch for textfile.py with removing ButtonFrame. I've also
included test_textfile.py and help_about.py in the patch.
I had worked on help_about yesterday, so if you don't like the button classes,
I m
Cheryl Sabella added the comment:
*bump*
The PR was approved by R. David Murray a while ago. I can backport once it's
merged.
Thanks!
--
nosy: +csabella
___
Python tracker
<http://bugs.python.org/is
Changes by Cheryl Sabella :
--
pull_requests: +1972
___
Python tracker
<http://bugs.python.org/issue27618>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Cheryl Sabella :
--
pull_requests: +1973
___
Python tracker
<http://bugs.python.org/issue27618>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Thanks, Mariatta. I've backported to 3.5 and 3.6 with the new cherry_picker
instructions.
--
___
Python tracker
<http://bugs.python.org/is
New submission from Cheryl Sabella:
The Functional Programming HOWTO describes single variable itertools.count
instead of the two variable version that is linked to.
--
assignee: docs@python
components: Documentation
messages: 294935
nosy: csabella, docs@python
priority: normal
Changes by Cheryl Sabella :
--
type: -> enhancement
___
Python tracker
<http://bugs.python.org/issue30538>
___
___
Python-bugs-list mailing list
Unsubscrib
601 - 700 of 1350 matches
Mail list logo