Evelyn Mitchell added the comment:
Mark, thanks for the background links.
My suggestion is much more constrained than the territory covered by those
links.
--
___
Python tracker
<http://bugs.python.org/issue30
New submission from Evelyn Mitchell:
John Cook tested the quality of the PCG Random Number generator
(http://www.pcg-random.org/index.html) and it appears to have good performance.
His report is at:
https://www.johndcook.com/blog/2017/07/07/testing-the-pcg-random-number-generator/
This is a
Changes by Evelyn Mitchell :
--
nosy: -Evelyn Mitchell
___
Python tracker
<http://bugs.python.org/issue27727>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Evelyn Mitchell :
--
nosy: -Evelyn Mitchell
___
Python tracker
<http://bugs.python.org/issue27726>
___
___
Python-bugs-list mailing list
Unsubscribe:
Evelyn Mitchell added the comment:
test_cmath includes abs() of zeros, infinities, and real or imaginary part
NaN, but does not include a test for the magnitude conversion, which would
be triggered by something like
>>> abs(complex(2.1,3.5))
4.08166632639171
>>> abs
New submission from Evelyn Mitchell:
The description of abs() says "If the argument is a complex number, its
magnitude is returned." but test_builtin doesn't include any complex number
test cases.
--
components: Library (Lib)
messages: 272688
nosy: Evelyn Mitchel
Changes by Evelyn Mitchell :
--
nosy: -Evelyn Mitchell
___
Python tracker
<http://bugs.python.org/issue12345>
___
___
Python-bugs-list mailing list
Unsubscribe:
Evelyn Mitchell added the comment:
Thank you Raymond for a detailed patch update.
I will mention that matlab does not support this conversion [1]. R doesn't
support engineering notation, either.
It may be that this conversion isn't expected to be part of the standard
library, and
Evelyn Mitchell added the comment:
I had to look up what engineering notation meant, so I added detail to the
docstring.
--
nosy: +Evelyn Mitchell
stage: -> patch review
Added file: http://bugs.python.org/file44072/patch27720
___
Python trac
Evelyn Mitchell added the comment:
I also agree with Raymond's arguments. Adding tau doesn't add clarity to the
math module, it just adds complexity.
--
nosy: +Evelyn Mitchell
___
Python tracker
<http://bugs.python.o
Evelyn Mitchell added the comment:
It looks to me the patch only removes the -t argument, as required.
--
nosy: +Evelyn Mitchell
stage: patch review -> commit review
___
Python tracker
<http://bugs.python.org/issu
Evelyn Mitchell added the comment:
Kaeptm, thanks for submitting this. Is this a Windows issue?
--
nosy: +Evelyn Mitchell
___
Python tracker
<http://bugs.python.org/issue27
Evelyn Mitchell added the comment:
Changed to commit review.
--
stage: needs patch -> commit review
___
Python tracker
<http://bugs.python.org/issue23710>
___
_
Evelyn Mitchell added the comment:
There is a patch, and it looks good to me. This should be moved into 'commit
review' state.
--
nosy: +Evelyn Mitchell
___
Python tracker
<http://bugs.python.o
Evelyn Mitchell added the comment:
Stefan, I've commented on the llvm bugzilla.
Thanks for suggesting that.
--
___
Python tracker
<http://bugs.python.org/is
Evelyn Mitchell added the comment:
I think this patch should pass to the next stage.
Thank you, koobs.
--
___
Python tracker
<http://bugs.python.org/issue20
Evelyn Mitchell added the comment:
The patch looks reasonable, but needs to be tested on FreeBSD.
--
nosy: +Evelyn Mitchell
___
Python tracker
<http://bugs.python.org/issue20
Evelyn Mitchell added the comment:
I've looked at the patch, and the fix looks correct to me. Thanks Alakshendra!
I'll verify it builds correctly.
--
nosy: +Evelyn Mitchell
___
Python tracker
<http://bugs.python.o
Evelyn Mitchell added the comment:
http://web.archive.org/web/19990128171928/http://www51.netscape.com/newsref/std/cookie_spec.html
says:
The date string is formatted as:
Wdy, DD-Mon- HH:MM:SS GMT
so the comma should be there.
--
nosy: +efm
Evelyn Mitchell added the comment:
Revised patch following Martin Panter's review comments.
--
nosy: +Evelyn Mitchell
Added file: http://bugs.python.org/file43306/patch8491a
___
Python tracker
<http://bugs.python.org/i
Evelyn Mitchell added the comment:
Thank you for your help Berker.
--
nosy: +Evelyn Mitchell
Added file: http://bugs.python.org/file43297/patchCoreDevCoC
___
Python tracker
<http://bugs.python.org/issue26
Changes by Evelyn Mitchell :
Added file: http://bugs.python.org/file43294/patchCoreCoC
___
Python tracker
<http://bugs.python.org/issue26446>
___
___
Python-bugs-list m
Changes by Evelyn Mitchell :
Added file: http://bugs.python.org/file43293/patch8491
___
Python tracker
<http://bugs.python.org/issue8491>
___
___
Python-bugs-list mailin
Changes by Evelyn Mitchell :
Added file: http://bugs.python.org/file43289/patch27180
___
Python tracker
<http://bugs.python.org/issue27180>
___
___
Python-bugs-list mailin
Evelyn Mitchell added the comment:
*** cpythonmod/Doc/library/pathlib.rst 2016-06-07 11:29:07.200774979 -0600
--- cpython/Doc/library/pathlib.rst 2016-06-07 11:29:59.372777817 -0600
***
*** 887,896
.. method:: Path.rename(target)
!Rename this file or directory
Evelyn Mitchell added the comment:
Fixed for 3.1 branch
--
Added file: http://bugs.python.org/file17397/telnetlib3.1.diff
___
Python tracker
<http://bugs.python.org/issue8
Evelyn Mitchell added the comment:
Fixed for 2.7 branch
--
Added file: http://bugs.python.org/file17396/telnetlib2.7.diff
___
Python tracker
<http://bugs.python.org/issue8
Evelyn Mitchell added the comment:
Fixed for 2.6 branch
--
Added file: http://bugs.python.org/file17395/telnetlib2.6.diff
___
Python tracker
<http://bugs.python.org/issue8
Evelyn Mitchell added the comment:
Fixed for 3.2 branch.
--
keywords: +patch
nosy: +efm
Added file: http://bugs.python.org/file17394/telnetlib3.2.diff
___
Python tracker
<http://bugs.python.org/issue8
29 matches
Mail list logo