Change by Lisa Roach :
--
pull_requests: +13096
___
Python tracker
<https://bugs.python.org/issue36674>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Lisa Roach :
--
pull_requests: -13094
___
Python tracker
<https://bugs.python.org/issue36674>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Lisa Roach :
--
pull_requests: +5284
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue31356>
___
___
Python-bugs-list mai
Lisa Roach added the comment:
I gave it a shot- looks like we need to ensure that we catch any errors that
could be thrown by the warning itself.
I wasn't entirely sure how to create a test for this, if anyone knows how I'll
definit
Change by Lisa Roach :
--
keywords: +patch
pull_requests: +6053
___
Python tracker
<https://bugs.python.org/issue30940>
___
___
Python-bugs-list mailing list
Unsub
Lisa Roach added the comment:
I'd like to help out with this, I see Christian is already providing a lot of
compatibility for the latest versions of OpenSSL. What needs to be done for the
update?
--
nosy: +lisroach
___
Python tracker
&
Lisa Roach added the comment:
I think it is a good idea to have a simple way to add a value to sort on in
general, it could have some interesting use-cases. Also I am with Nick a name
change would make the broader scope clearer.
What I am not sure about is making the comparison have to be
Change by Lisa Roach :
--
keywords: +patch
pull_requests: +4378
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue31822>
___
_
Lisa Roach added the comment:
I think these changes look good, ganziqim has real code improvements (in the
form of adding lazycache to __all__ and using clear() in clearchache), as well
as improving the code formatting for readability
Change by Lisa Roach :
--
keywords: +patch
pull_requests: +8230
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33073>
___
___
Python-
Change by Lisa Roach :
--
pull_requests: +8628
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue24412>
___
___
Python-
Lisa Roach added the comment:
Happy to! I'll try to make a patch.
--
___
Python tracker
<https://bugs.python.org/issue34659>
___
___
Python-bugs-list m
Change by Lisa Roach :
--
keywords: +patch
pull_requests: +8725
stage: test needed -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Lisa Roach :
--
keywords: +patch
pull_requests: +8769
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue34659>
___
___
Python-
Lisa Roach added the comment:
New changeset 9718b59ee5f2416cdb8116ea5837b062faf0d9f8 by Lisa Roach in branch
'master':
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
https://github.com/python/cpython/commit/9718b59ee5f2416cdb8116ea5837b0
Change by Lisa Roach :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Lisa Roach added the comment:
I think this is something that would be good to have. Jeremy would you care to
make a PR for this?
--
nosy: +lisroach
___
Python tracker
<https://bugs.python.org/issue34
Lisa Roach added the comment:
New changeset 0f221d09cad46bee38d1b7a7822772df66c53028 by Lisa Roach in branch
'master':
bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)
https://github.com/python/cpython/commit/0f221d09cad46bee38d1b7a7822772df66c53028
-
Lisa Roach added the comment:
Using plain angle brackets is common placeholder notation, and I think changing
it to something different might be confusing to those who are familiar with the
pattern. I have also seen plenty of people copying and pasting the wrong things
because of this
Change by Lisa Roach :
--
pull_requests: +9840
stage: test needed -> patch review
___
Python tracker
<https://bugs.python.org/issue24209>
___
___
Python-
Lisa Roach added the comment:
Looks like the original author isn't around anymore (feel free to chime in if
you are, Link!), so I went ahead and made a PR. I added a quick unit test, it's
not much but more than nothing, plus updated the documentation.
--
nosy:
Lisa Roach added the comment:
This (should) be the patch with the python docstrings copied over to the C
version.
--
Added file: http://bugs.python.org/file45728/docstrings.patch
___
Python tracker
<http://bugs.python.org/issue27
Lisa Roach added the comment:
It took me a little while to wrap my brain around this, but you are definitely
right that the documentation is not sufficient, your changes are an
improvement.
My wonder is, should we change the documentation or be looking at the code
itself? I have always
Lisa Roach added the comment:
I tried to have a go at making the str.index Argument Clinic compatible, Serhiy
can you take a look at my commits and let me know if this is the correct way of
doing it:
https://github.com/python/cpython/compare/master...lisroach:master
If it looks good I will
Changes by Lisa Roach :
--
pull_requests: +225
___
Python tracker
<http://bugs.python.org/issue29549>
___
___
Python-bugs-list mailing list
Unsubscribe:
Lisa Roach added the comment:
I'll just go ahead and make my PR, let me know what else needs to be done.
Serhiy, if you could point me in the direction of how to write the docstring so
that it is in the Argument Clinic style I would be happy to take a
Lisa Roach added the comment:
I have updated the conf.py and added a "tools" folder that contains the themes,
templates, etc. to make the devguide match more closely with the pydoctheme. I
altered the theme a little bit to keep the colors more consistent with the
original devguide,
Lisa Roach added the comment:
Thanks for the feedback!
I've cleaned up the patch, hopefully I've been able to catch all the little
things that needed to be removed.
I was able to wire in rstlint to the make.bat and makefile, so 'make check'
should now work.
I believe
Lisa Roach added the comment:
Whoops, forgot to remove some errant code.
--
Added file: http://bugs.python.org/file43804/devguide_theme_revised.patch
___
Python tracker
<http://bugs.python.org/issue23
Lisa Roach added the comment:
I think this patch makes the proper fix, changed the lines:
print("\t-rm -f *.obj")
print("\t-rm -f $(target).exe")
to
print("\t-del /f *.obj")
print("\t-del /f $(target).exe")
--
keywords:
Lisa Roach added the comment:
I've updated the test to assert tau is equal to 2*math.pi, as well as updated
the docs and cmath.
Let me know if I have made any errors!
--
nosy: +lisroach
Added file: http://bugs.python.org/file44080/tau3
Lisa Roach added the comment:
I have added some more detail to the Tau documentation, including that Tau is 2
* pi, as well as some links to Tau Day and Vi Hart's video.
That should give Python users enough to get started forming their own opinions
on tau vs pi :)
--
Added
Lisa Roach added the comment:
I will start working on the patch for this!
Thanks for pointing me this way, Raymond.
--
nosy: +lisroach
___
Python tracker
<http://bugs.python.org/issue27
Lisa Roach added the comment:
Hi Stefan and Raymond,
Here's my start on the patch, I wanted to get your opinions on the direction
before I go too far.
I've been comparing the two sets of docstrings, and trying to synchronize them
in the clearest way that most closely matches t
Lisa Roach added the comment:
I just noticed some trailing whitespace in the patch, ignore them for now and
they'll be removed in the next patch.
--
___
Python tracker
<http://bugs.python.org/is
Lisa Roach added the comment:
Anyone get the chance to look over this yet?
--
___
Python tracker
<http://bugs.python.org/issue27779>
___
___
Python-bugs-list m
Lisa Roach added the comment:
Will this simple update be enough? Or should more documentation be added for
clarification?
--
keywords: +patch
nosy: +lisroach
Added file: http://bugs.python.org/file45135/tzset_doc.patch
___
Python tracker
<h
Lisa Roach added the comment:
Thanks for taking a look Stefan! I agree, it is definitely not as easy as it
sounds.
Your review and comments are helpful, I will make adjustments to the
docstrings.
If you want, I can continue to try to sync-up the docstrings and submit them
for you and
101 - 138 of 138 matches
Mail list logo