[issue33073] Add as_integer_ratio() to int() objects

2018-03-13 Thread Nofar Schnider
Nofar Schnider added the comment: I'm working on it -- ___ Python tracker <https://bugs.python.org/issue33073> ___ ___ Python-bugs-list mailing list Unsubscr

[issue28775] Option to set startup directory in IDLE

2016-11-27 Thread Nofar Schnider
Nofar Schnider added the comment: Thanks Terry. I am working on my Macbook Pro so my OS is macOS Sierra. Would love to test on it and also, I am able to test on several VMs with different Unix distributions. I am interested in anything that: 1) can help the Python community. 2) I could learn

[issue28775] Option to set startup directory in IDLE

2016-11-24 Thread Nofar Schnider
Changes by Nofar Schnider : -- nosy: +Nofar Schnider ___ Python tracker <http://bugs.python.org/issue28775> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27268] Incorrect error message on float('')

2016-09-09 Thread Nofar Schnider
Nofar Schnider added the comment: Assigning to Raymond for final approval. -- assignee: Nofar Schnider -> rhettinger resolution: -> works for me ___ Python tracker <http://bugs.python.org/i

[issue27268] Incorrect error message on float('')

2016-09-09 Thread Nofar Schnider
Nofar Schnider added the comment: Tested and reviewed the patch on the relevant versions. Works well! -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue27706] Random.seed, whose purpose is purportedly determinism, behaves non-deterministically with strings due to hash randomization

2016-08-31 Thread Nofar Schnider
Nofar Schnider added the comment: fixed indentation -- versions: -Python 2.7 Added file: http://bugs.python.org/file44309/issue27706.patch ___ Python tracker <http://bugs.python.org/issue27

[issue27706] Random.seed, whose purpose is purportedly determinism, behaves non-deterministically with strings due to hash randomization

2016-08-31 Thread Nofar Schnider
Nofar Schnider added the comment: Adding the patch with seed fix for version=1 and tests (test_random). -- components: +Tests keywords: +patch versions: +Python 3.5 -Python 2.7 Added file: http://bugs.python.org/file44308/issue27706.patch ___ Python

[issue12345] Add math.tau

2016-08-11 Thread Nofar Schnider
Nofar Schnider added the comment: I agree with Raymond. In my opinion, it doesn't seem like there is a need to add such a constant. I know many of my previous and current colleagues would not use it (why should them if they can just write "2 * math.pi" ?) It seems that the effort

[issue27706] Random.seed, whose purpose is purportedly determinism, behaves non-deterministically with strings due to hash randomization

2016-08-11 Thread Nofar Schnider
Nofar Schnider added the comment: On it! -- nosy: +Nofar Schnider ___ Python tracker <http://bugs.python.org/issue27706> ___ ___ Python-bugs-list mailin

[issue25548] Show the address in the repr for class objects

2016-06-05 Thread Nofar Schnider
Nofar Schnider added the comment: Kushal, you've beat me to it. Great work! -- ___ Python tracker <http://bugs.python.org/issue25548> ___ ___ Python-bugs-l

[issue25548] Show the address in the repr for class objects

2016-05-31 Thread Nofar Schnider
Changes by Nofar Schnider : -- nosy: +Nofar Schnider ___ Python tracker <http://bugs.python.org/issue25548> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25926] problems with "times" keyword in itertools.repeat

2016-05-26 Thread Nofar Schnider
Nofar Schnider added the comment: Attached a diff All occurrences of "equivalent to" are switched to "roughly equivalent to" -- hgrepos: +345 keywords: +patch Added file: http://bugs.python.org/file43026/issue25926.diff ___ P

[issue25926] problems with "times" keyword in itertools.repeat

2016-05-26 Thread Nofar Schnider
Changes by Nofar Schnider : Removed file: http://bugs.python.org/file43025/itertools.rst ___ Python tracker <http://bugs.python.org/issue25926> ___ ___ Python-bugs-list m

[issue25926] problems with "times" keyword in itertools.repeat

2016-05-26 Thread Nofar Schnider
Nofar Schnider added the comment: Issue #25926 Changed all "equivalent to" occurrences to "roughly equivalent to" -- hgrepos: +344 nosy: +Nofar Schnider Added file: http://bugs.python.org/file43025/itertools.rst ___ P