[issue19251] bitwise ops for bytes of equal length

2018-05-23 Thread Matthias Gilch
Change by Matthias Gilch : -- nosy: +MGilch ___ Python tracker <https://bugs.python.org/issue19251> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32589] Statistics as a result from timeit

2018-01-22 Thread Matthias Gilch
Change by Matthias Gilch : -- resolution: -> rejected stage: patch review -> resolved status: -> closed ___ Python tracker <https://bugs.python.or

[issue32589] Statistics as a result from timeit

2018-01-22 Thread Matthias Gilch
Matthias Gilch added the comment: Steven: Thanks for the advice. Next time I'll follow it Victor: I'll look into perf I see that there are maybe problems and agree that we can close the issue and the PR. -- ___ Python track

[issue32589] Statistics as a result from timeit

2018-01-18 Thread Matthias Gilch
Matthias Gilch added the comment: Added sample stdev and variance to the PR -- ___ Python tracker <https://bugs.python.org/issue32589> ___ ___ Python-bugs-list m

[issue32589] Statistics as a result from timeit

2018-01-17 Thread Matthias Gilch
Matthias Gilch added the comment: Population seemed appropriate to me. I'd define the list of times as a whole "population" that stands for its own. I should probably add both, the sample and population, values. -- ___ Python

[issue32589] Statistics as a result from timeit

2018-01-17 Thread Matthias Gilch
Change by Matthias Gilch : -- keywords: +patch pull_requests: +5076 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32589> ___ ___ Py

[issue32589] Statistics as a result from timeit

2018-01-17 Thread Matthias Gilch
New submission from Matthias Gilch : I propose to add a function parameter for timeit to get some statistics back from it. I think it's inconvenient to write those stubs every time when we have a method for this in the standard library that could be easily used with a few changes

[issue31656] Bitwise operations for bytes-type

2017-10-01 Thread Matthias Gilch
New submission from Matthias Gilch : I've seen that the bytes type does not support bitwise operations, but I think users would expect that those operations will work. -- components: Interpreter Core messages: 303464 nosy: MGilch priority: normal severity: normal status: open