[issue6792] Distutils-based installer does not detect 64bit versions of Python

2011-08-03 Thread Eli_B
Changes by Eli_B : -- nosy: +Eli_B ___ Python tracker <http://bugs.python.org/issue6792> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue25190] Define StringIO seek offset as code point offset

2021-05-19 Thread Eli_B
Change by Eli_B : -- nosy: +Eli_B ___ Python tracker <https://bugs.python.org/issue25190> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue31177] unittest mock's reset_mock throws an error when an attribute has been deleted

2018-11-29 Thread Eli_B
Eli_B added the comment: I suggest that after reset_mock(), deleted attributes should be available again. In other words, their deletion is reset. I'm opening a PR to this effect. I reported this issue to testing-cabal's mock repo in May 2016 (https://github.com/testing-cabal/moc

[issue31177] unittest mock's reset_mock throws an error when an attribute has been deleted

2018-11-29 Thread Eli_B
Change by Eli_B : -- pull_requests: +10053 ___ Python tracker <https://bugs.python.org/issue31177> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31177] unittest mock's reset_mock throws an error when an attribute has been deleted

2018-11-30 Thread Eli_B
Change by Eli_B : -- pull_requests: +10074 ___ Python tracker <https://bugs.python.org/issue31177> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30456] 2to3 docs: example of fix for duplicates in second argument of isinstance has superfluous parentheses

2017-05-24 Thread Eli_B
New submission from Eli_B: The documentation says isinstance(x, (int, int)) would be fixed to isinstance(x, (int)). The fix is actually isinstance(x, int). I propose the following text instead: " 2to3fixer:: isinstance Fixes duplicate types in the second argument of :func:`isinstance`.

[issue32853] struct's docstring implies alignment is always performed

2018-02-15 Thread Eli_B
New submission from Eli_B : In module struct's docstring, it says: "... The optional first format char indicates byte order, size and alignment:\n @: native order, size & alignment (default)\n =: native order, std. size & alignment\n <: little-endian, std. size &

[issue15443] datetime module has no support for nanoseconds

2018-04-15 Thread Eli_B
Change by Eli_B : -- nosy: +Eli_B ___ Python tracker <https://bugs.python.org/issue15443> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue17023] Subprocess does not find executable on Windows if it is PATH with quotes

2015-02-04 Thread Eli_B
Changes by Eli_B : -- nosy: +Eli_B ___ Python tracker <http://bugs.python.org/issue17023> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue24313] json fails to serialise numpy.int64

2015-11-16 Thread Eli_B
Changes by Eli_B : -- nosy: +Eli_B ___ Python tracker <http://bugs.python.org/issue24313> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue24313] json fails to serialise numpy.int64

2015-11-16 Thread Eli_B
Eli_B added the comment: On 64-bit Windows, my 64-bit Python 2.7.9 and my 32-bit 2.7.10 Python both reproduce the failure with a similar traceback. -- ___ Python tracker <http://bugs.python.org/issue24

[issue27715] call-matcher breaks if a method is mocked with spec=True

2016-09-11 Thread Eli_B
Changes by Eli_B : -- nosy: +Eli_B ___ Python tracker <http://bugs.python.org/issue27715> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth