Cheryl Sabella added the comment:
Can you provide a link to documentation showing that "Disallow: ?" shouldn't be
the same as deny all? Thanks!
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.pyt
Change by Cheryl Sabella :
--
nosy: +asvetlov -gvanrossum
versions: +Python 3.8 -Python 3.5
___
Python tracker
<https://bugs.python.org/issue29717>
___
___
Pytho
Cheryl Sabella added the comment:
@ebarry, any interest in converting your patch to a GitHub pull request?
Thanks!
--
nosy: +cheryl.sabella
versions: +Python 3.8 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue28
Cheryl Sabella added the comment:
Since this PR was merged, can the issue be closed?
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.org/issue32
Cheryl Sabella added the comment:
Since Steve was inclined to close this in 2014 and there haven't been any
additional comments since then, I am going to close this now.
--
nosy: +cheryl.sabella
resolution: -> works for me
stage: -> resolved
status: ope
Cheryl Sabella added the comment:
It looks like this issue can be closed now that it's merged?
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.org/is
Cheryl Sabella added the comment:
Closing this as 'works for me' as no additional information had been provided
by the OP to help reproduce the issue.
--
nosy: +cheryl.sabella
resolution: -> works for me
stage: -> resolved
status
Change by Cheryl Sabella :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Cheryl Sabella added the comment:
The first note was fixed, but the second still remains. Assigning to @Mariatta
for the sprints.
--
assignee: docs@python -> Mariatta
nosy: +Mariatta -christian.heimes, docs@python
stage: -> needs patch
versions: +Python 3.8 -Pyth
Change by Cheryl Sabella :
--
nosy: +pablogsal
___
Python tracker
<https://bugs.python.org/issue33406>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
resolution: -> duplicate
stage: test needed -> resolved
status: open -> closed
superseder: -> IDLE: always display full grep path
___
Python tracker
<https://bugs.python
Cheryl Sabella added the comment:
See also #21960. I'm going to close that one in favor of this issue.
--
___
Python tracker
<https://bugs.python.org/is
Cheryl Sabella added the comment:
Since there's a `self.menudict` in the editor, I wonder if this was intended
for that. The `self.menudict` is used in `ApplyKeyBindings`, which is called
when the key bindings change in configdialog. So, if the mac OS menu isn't
added to `sel
New submission from Cheryl Sabella :
In editor.py, there are several methods (indent, dedent, comment, uncomment,
tabify, untabify) that are event handlers for formatting text. To simplify
testing and to simplify the EditorWindow class, refactor these methods into
their own method.
This
Change by Cheryl Sabella :
--
keywords: +patch
pull_requests: +12433
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36390>
___
___
Py
Cheryl Sabella added the comment:
Refactoring the methods was relatively straight forward, but I did have some
questions:
1. The name `formatregion` could probably be improved.
2. The `classifyws` method is a module level method in editor. It's needed in
`formatregion` also, so I m
Cheryl Sabella added the comment:
Thank you for the report. This was fixed as part of PR6021. There was no bpo
ticket for that pull request.
--
nosy: +cheryl.sabella
resolution: -> fixed
stage: -> resolved
status: open -> closed
_
Change by Cheryl Sabella :
--
nosy: +mdk
___
Python tracker
<https://bugs.python.org/issue35528>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
resolution: -> rejected
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue32142>
___
___
Cheryl Sabella added the comment:
@ethan.furman, since you had originally added RegexFlag in #28082, do have an
opinion on this? Thanks.
--
nosy: +cheryl.sabella, ethan.furman
versions: +Python 3.8 -Python 3.6
___
Python tracker
<ht
Cheryl Sabella added the comment:
Issue 32124 changed the documentation to define the C functions that are safe
to call before Py_Initialize. I am going to close this with that as a
superseder. Please reopen this if that issue didn't address all the concerns.
Thanks!
--
Change by Cheryl Sabella :
--
nosy: +bquinlan, pitrou
versions: -Python 3.4, Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issue32
Cheryl Sabella added the comment:
I've retested this under 3.8 and the caret is now positioned at the first
character in the line, therefore I'm closing this issue as resolved.
--
nosy: +cheryl.sabella
resolution: -> works for me
stage: -> resolved
status: open -&
Cheryl Sabella added the comment:
New changeset d60f658fc0278f3fcdadec8ddcab35b8ae03e1d1 by Cheryl Sabella in
branch 'master':
bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)
https://github.com/python/cpython/commit/d60f658fc0278f3fcdadec8dd
Change by Cheryl Sabella :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Cheryl Sabella added the comment:
New changeset a7987e71939fa631296f83861fb376361ddd59ee by Cheryl Sabella
(AraHaan) in branch 'master':
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
https://github.com/python/cpython/commit/a7987e71939fa631296f83861fb376
Change by Cheryl Sabella :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: -Python 3.6
___
Python tracker
<https://bugs.python.or
Cheryl Sabella added the comment:
Thank you @Decorater for the report and PR.
--
___
Python tracker
<https://bugs.python.org/issue32217>
___
___
Python-bug
Cheryl Sabella added the comment:
Assigning to @Mariatta for the sprints.
--
assignee: docs@python -> Mariatta
nosy: +Mariatta, cheryl.sabella
stage: -> needs patch
versions: +Python 3.7, Python 3.8 -Python 3.3
___
Python tracker
Cheryl Sabella added the comment:
On linux, grep does depth first, so searching for 'idle' from Lib.idlelib
returns:
--- cut ---
help.py
history.py
idle.py
all of idle_test/
__init__.py
iomenu.py
--- cut ---
Although, within idle_test, the files aren't in alphabetical order.
Cheryl Sabella added the comment:
Since the HOWTO for Porting from 2 to 3 was created in February 2011, there
have been many updates over time to improve that document. It seems to me that
it is thorough in its explanation, including the suggestion of upgrading to 2.7
before converting to
Cheryl Sabella added the comment:
Thanks, Eric!
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Cheryl Sabella added the comment:
Terry,
Do you still see this happening? When I run the tests on Windows 10 with 12
CPUs (using -j0), the tests run quickly with just the last one taking more time.
0:01:42 [418/420] test_socket passed (40 sec 239 ms) -- running:
test_multiprocessing_spawn
Cheryl Sabella added the comment:
Since there was no additional information provided by the original poster, I'm
going to close this. Feel free to reopen if there is a use case.
--
nosy: +cheryl.sabella
resolution: -> not a bug
stage: -> resolved
status: ope
Cheryl Sabella added the comment:
The bug ticket link provided by @schwab was resolved as closed in 2015. Is
this ticket still an issue on aarch64?
Other tickets with same error on other platforms: Issue35484, Issue21131
--
nosy: +cheryl.sabella
Cheryl Sabella added the comment:
New changeset 13c1f72cd1d91fdc2654f2f57356b2eacb75f164 by Cheryl Sabella (Lisa
Roach) in branch 'master':
bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are
namedtuples (GH-4434)
https://github.com/python/cpyt
New submission from Cheryl Sabella :
In msg338645 on issue31822, Fred Drake wrote:
> Unfortunately, when the implementation [of urllib.parse.*Result] was migrated
> to use collections.namedtuple (a benefit), the _replace method wasn't
> extended to support the additional comp
Cheryl Sabella added the comment:
Thanks @Allen Li for the initial report, @lisroach for the PR, and @eric.araujo
for the review.
Issue 36418 has been opened to track @fdrake's request in msg338645.
--
nosy: -miss-islington
resolution: -> fixed
stage: patch review -&g
Cheryl Sabella added the comment:
I'm going to close this issue as out of date since Ubuntu 14.10 is an older
release and this doesn't seem to happen on later releases. Please reopen if
it's still an issue.
--
nosy: +cheryl.sabella
resolution: -> out of date
s
Change by Cheryl Sabella :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue34098>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
New changeset 548cb6060ab9d5a66931ea2be4da08c2c72c9176 by Cheryl Sabella (Andre
Delfino) in branch 'master':
bpo-34085: Improve wording on classmethod/staticmethod (#8228)
https://github.com/python/cpython/commit/548cb6060ab9d5a66931ea2be4da08
Cheryl Sabella added the comment:
Thanks for the report and the PR, Andrés!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Cheryl Sabella :
--
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issue34085>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Cheryl Sabella :
--
nosy: +ezio.melotti, mdk, willingc
type: -> enhancement
versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.2
___
Python tracker
<https://bugs.python.org/issu
Cheryl Sabella added the comment:
> Or maybe just link to
> https://docs.python.org/3/reference/datamodel.html#object.__getattr__ (which
> mention about it) will be enough.
In section 6.3.1, __getattr__() is already linked to the datamodel page
referenced.
As your suggested
Change by Cheryl Sabella :
--
versions: +Python 3.7, Python 3.8 -Python 3.6
___
Python tracker
<https://bugs.python.org/issue31466>
___
___
Python-bugs-list m
Change by Cheryl Sabella :
--
versions: +Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue30337>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
nosy: +pablogsal
___
Python tracker
<https://bugs.python.org/issue32312>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Hello Steven,
Were you working on the additional functionality that you mentioned in
msg272704 or would that be open for someone else to do? Thanks!
--
nosy: +cheryl.sabella
___
Python tracker
<ht
Cheryl Sabella added the comment:
Should this issue be closed as third-party or do we want to leave it open as
reference?
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.org/issue25
Cheryl Sabella added the comment:
Is there interest in having this patch converted to a pull request?
--
nosy: +cheryl.sabella
versions: +Python 3.8 -Python 3.6
___
Python tracker
<https://bugs.python.org/issue16
Cheryl Sabella added the comment:
New changeset d5a5a33f12b60129d57f9b423b77d2fcba506834 by Cheryl Sabella
(Philipp A) in branch 'master':
bpo-31292: Fixed distutils check --restructuredtext for include directives
(GH-10605)
https://github.com/python/cpyt
Cheryl Sabella added the comment:
Thanks @flying sheep for the PR and @merwok for the review!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 2.7, Python 3.8 -Python 3.5, Python 3.6
_
Change by Cheryl Sabella :
--
nosy: +rhettinger
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issue33953>
___
___
Python-bugs-list mailin
Change by Cheryl Sabella :
--
stage: -> needs patch
versions: +Python 3.7, Python 3.8 -Python 3.6
___
Python tracker
<https://bugs.python.org/issu
Cheryl Sabella added the comment:
Steven,
Thank you. Yes, I was thinking the same thing. But it might be better at this
point for that change to have its own ticket, so I'll open a new issue for it.
--
___
Python tracker
&
New submission from Cheryl Sabella :
#6422 implemented the autorange function for timeit, but in msg272704, Steven
D'Aprano outlined follow-up change requests to that patch.
- make the 0.2s time configurable;
- have `timeit` and `repeat` methods (and functions) fall back
on `autorang
Cheryl Sabella added the comment:
The new ticket is #36461.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.o
Cheryl Sabella added the comment:
Assigning to @Mariatta for the sprints.
--
assignee: -> Mariatta
nosy: +Mariatta
___
Python tracker
<https://bugs.python.org/issu
Change by Cheryl Sabella :
--
nosy: +steven.daprano
___
Python tracker
<https://bugs.python.org/issue36461>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Thank you for the suggestion. I believe this is a duplicate of issue 32884.
--
nosy: +cheryl.sabella
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Adding the ability for getpass to print asterisks w
New submission from Cheryl Sabella :
The `manpage` directive in the docs is not creating a hyperlink to the Unix
manual page. As of Sphinx 1.7, the `manpage` directive needs to have a
`manpages_url` defined in the conf.py file.
[1]
http://www.sphinx-doc.org/en/master/usage/restructuredtext
Change by Cheryl Sabella :
--
assignee: -> docs@python
components: +Documentation -Library (Lib)
nosy: +cheryl.sabella, docs@python, vinay.sajip
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issu
Cheryl Sabella added the comment:
Assigning to @Mariatta for the sprints.
--
assignee: docs@python -> Mariatta
nosy: +Mariatta, cheryl.sabella
type: -> enhancement
versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.5, Python 3.6
___
Change by Cheryl Sabella :
--
assignee: docs@python -> Mariatta
keywords: -patch
nosy: +Mariatta
stage: patch review -> needs patch
type: -> enhancement
___
Python tracker
<https://bugs.python.or
Change by Cheryl Sabella :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Cheryl Sabella :
--
stage: -> needs patch
versions: +Python 3.7, Python 3.8 -Python 3.4, Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issu
Cheryl Sabella added the comment:
The last comment on the original PR for this issue was to wait until an API was
decided upon before proceeding with creating a new PR. Bumping this issue to
generate new discussion and hopefully reach concession on an API.
--
nosy: +cheryl.sabella
Cheryl Sabella added the comment:
Going to close this as the original OP didn't provide the additional
information that was requested. Feel free to reopen if additional info is
provided.
--
nosy: +cheryl.sabella
resolution: -> not a bug
stage: -> resolved
status: ope
Cheryl Sabella added the comment:
The new version of geometric_mean does not enter an infinite loop for this
example, so I am going to close this issue as out of date.
--
nosy: +cheryl.sabella, rhettinger
resolution: -> out of date
stage: -> resolved
status: open -> closed
Cheryl Sabella added the comment:
New changeset e16467af0bfcc9f399df251495ff2d2ad20a1669 by Cheryl Sabella (Ammar
Askar) in branch 'master':
bpo-34060: Report system load when running test suite for Windows (GH-8357)
https://github.com/python/cpyt
Cheryl Sabella added the comment:
I've merged PR8357. I believe PR8287 can be closed now with PR8357 as the
superseder?
Thank you to everyone for your contributions to this discussion!
--
___
Python tracker
<https://bugs.python.org/is
Cheryl Sabella added the comment:
@rhettinger recommended against this suggestion last July. I'm bumping this
for others to comment and to recommend closing the issue and PR if it's not
going to move forward.
Nosying Pablo since he commented on the PR.
--
nosy: +cher
Change by Cheryl Sabella :
--
type: -> enhancement
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue34139>
___
___
Python-bugs-list mai
Change by Cheryl Sabella :
--
nosy: +steve.dower
___
Python tracker
<https://bugs.python.org/issue34144>
___
___
Python-bugs-list mailing list
Unsubscribe:
Cheryl Sabella added the comment:
Adding @pitrou to the nosy list as he last modified the section of code changed
in the PR.
--
nosy: +cheryl.sabella, pitrou
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issue34
Cheryl Sabella added the comment:
Can this be closed as a documentation only change? Thanks!
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.org/issue29
Cheryl Sabella added the comment:
@barry, you started a review of PR10016 and I believe all your requested
changes have been made, so please review again when you get a chance. Please
also take a look at PR10376. Thanks!
--
nosy: +cheryl.sabella
type: -> enhancement
versi
Cheryl Sabella added the comment:
What would be the best way to resolve the discussion between this and issue
32949? Would it be good to try to get one of them into 3.8?
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.
Change by Cheryl Sabella :
--
versions: +Python 3.8 -Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issue29858>
___
___
Python-bugs-list m
Cheryl Sabella added the comment:
This seems like a reasonable request. A description of `thread_name_prefix`
should probably also be added to the body of the class description instead of
just in the versionadded directive.
Assigning to @Mariatta for the sprints.
Nosying @gregory.p.smith
Cheryl Sabella added the comment:
@christian.heimes, this one looks ready to merge and close. Please take a look
when you get a chance. Thanks!
--
___
Python tracker
<https://bugs.python.org/issue32
Change by Cheryl Sabella :
--
keywords: -needs review, patch
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Cheryl Sabella :
--
nosy: +orsenthil
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue34698>
___
___
Python-bugs-list mailin
Cheryl Sabella added the comment:
This was fixed under issue 12885.
--
nosy: +cheryl.sabella
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> distutils.filelist.findall() fails on broken syml
Change by Cheryl Sabella :
--
stage: patch review -> needs patch
versions: +Python 3.7, Python 3.8 -Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/issu
Cheryl Sabella added the comment:
@chrullrich, were you still interested in creating a PR for this? Thanks!
--
nosy: +cheryl.sabella
versions: +Python 3.8 -Python 3.6
___
Python tracker
<https://bugs.python.org/issue30
Cheryl Sabella added the comment:
Hi Eric,
Is this still a concern since PEP 451 has been implemented for over 5 years now?
Thanks!
--
nosy: +cheryl.sabella -BreamoreBoy
___
Python tracker
<https://bugs.python.org/issue19
Cheryl Sabella added the comment:
Hi David,
You wrote:
> It might be worth adding a post_message method, analogous to the send_message
> method I added to smtplib.
Do you still think this would be worthwhile to add? If so, do you think this
would be a good task for someone to work
Cheryl Sabella added the comment:
If this is a documentation issue on the build, then I think this issue should
be moved to the devguide repo on GitHub. I'm not sure if it's still unclear
though, so maybe this could just be closed?
--
nosy: +cher
Cheryl Sabella added the comment:
Michele Orrù,
Would you be interested in making a GitHub pull request for your patch? Thanks!
--
nosy: +cheryl.sabella
___
Python tracker
<https://bugs.python.org/issue18
Change by Cheryl Sabella :
--
type: -> enhancement
versions: +Python 3.8 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue35232>
___
___
Python-
Cheryl Sabella added the comment:
I would like to help get this issue merged as it's already been approved by a
core developer.
Does anyone object to the change? Victor made a suggestion on the PR for
alternative wording and I wanted to give others a chance to comment on that.
Cheryl Sabella added the comment:
I guess what I'm thinking of `Www Mmm dd hh:mm:ss ` as representing isn't
so much a format, but rather a literal replacement of where each value has a
placeholder in the string (that is, a pattern). So, even if `Www` doesn't mean
any
Cheryl Sabella added the comment:
Thanks David! If someone is looking for an issue to work on, I'll keep this
one in mind with the caveat that it won't be reviewed during the sprints. And
if no one works on it at that time, then it might be a good first issue
afterwards.
I'
Cheryl Sabella added the comment:
It seems that there was interest in this enhancement a few years ago. @joar,
would you be able to convert your patch to a GitHub pull request on the master
branch? Thanks!
--
nosy: +cheryl.sabella
versions: +Python 3.8 -Python 3.4
Cheryl Sabella added the comment:
Assigning to @Mariatta for the sprints.
--
assignee: docs@python -> Mariatta
nosy: +Mariatta, cheryl.sabella
versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.5, Python 3.6
___
Python tracker
<
Change by Cheryl Sabella :
--
resolution: -> wont fix
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue34805>
___
___
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 believe the issue mentioned here was addressed by the doc rewrite in issue
33649. I'm going to mark this as a duplicate of that issue, but if the concern
here still exists, then please re-open this issue.
--
nosy: +cheryl.sabella
resol
801 - 900 of 1350 matches
Mail list logo