[issue35946] Ambiguous documentation for assert_called_with()

2019-02-08 Thread Rémi Lapeyre
Rémi Lapeyre added the comment: Hi Mark Forrer, I opened a new PR to add this precision to assert_called_with documentation. -- nosy: +remi.lapeyre versions: +Python 3.8 ___ Python tracker __

[issue35904] Add statistics.fmean(seq)

2019-02-08 Thread Raymond Hettinger
Raymond Hettinger added the comment: Would you like me to submit a PR with docs and tests? -- ___ Python tracker ___ ___ Python-bug

[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson
New submission from Paul Monson : libffi needs to be updated to the current version for Windows builds to make it easier to add ARM support -- components: Windows, ctypes messages: 335115 nosy: Paul Monson, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: norma

[issue35948] update version of libffi in cpython-sources-dep

2019-02-08 Thread Paul Monson
New submission from Paul Monson : libffi needs to be updated to the current version for Windows builds to make it easier to add ARM support -- components: Windows, ctypes messages: 335116 nosy: Paul Monson, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: norma

[issue35928] socket makefile read-write discards received data

2019-02-08 Thread Martin Panter
Martin Panter added the comment: Looking over the changelog, my guess (untested) is this is caused by commit d6a283b3 for Issue 25862. That change looks like it drops the internal TextIOWrapper decoding buffer for each successful write. I don't have the right version of Python to test with,

[issue25862] TextIOWrapper assertion failure after read() and SEEK_CUR

2019-02-08 Thread Martin Panter
Martin Panter added the comment: I haven’t confirmed, but it looks like the original change here broke bidirectional reading and writing with a single TextIOWrapper object; see Issue 35928. -- ___ Python tracker

[issue22347] mimetypes.guess_type("//example.com") misinterprets host name as file name

2019-02-08 Thread Martin Panter
Change by Martin Panter : -- dependencies: +Remove urllib.parse._splittype from mimetypes.guess_type ___ Python tracker ___ ___ Pyth

[issue35946] Ambiguous documentation for assert_called_with()

2019-02-08 Thread Mark Forrer
Mark Forrer added the comment: Thank you Rémi! Thanks, --Mark-- On Fri, Feb 8, 2019 at 2:39 PM Rémi Lapeyre wrote: > > Rémi Lapeyre added the comment: > > Hi Mark Forrer, I opened a new PR to add this precision to > assert_called_with documentation. > > -- > nosy: +remi.lapeyre > v

[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson
Change by Paul Monson : -- keywords: +patch pull_requests: +11803 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson
Change by Paul Monson : -- keywords: +patch, patch, patch pull_requests: +11803, 11804, 11806 stage: -> patch review ___ Python tracker ___ ___

[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson
Change by Paul Monson : -- keywords: +patch, patch, patch, patch pull_requests: +11803, 11804, 11805, 11806 stage: -> patch review ___ Python tracker ___ _

[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson
Change by Paul Monson : -- keywords: +patch, patch pull_requests: +11803, 11804 stage: -> patch review ___ Python tracker ___ ___ P

[issue35886] Move PyInterpreterState into Include/internal/pycore_pystate.h

2019-02-08 Thread Eric Snow
Eric Snow added the comment: @Victor, do you see any problems with doing this? It will help simplify other changes I'm working on. -- ___ Python tracker ___

[issue35948] update version of libffi in cpython-sources-dep

2019-02-08 Thread Steve Dower
Steve Dower added the comment: This is complete. Right now it's a straight merge from the libffi repo, as we want to be on their latest to help resolve any remaining bugs. Once they make a stable release, we can snap to that. -- assignee: -> steve.dower resolution: -> fixed stage:

[issue35886] Move PyInterpreterState into Include/internal/pycore_pystate.h

2019-02-08 Thread Eric Snow
Change by Eric Snow : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue35949] Move PyThreadState into Include/internal/pycore_pystate.h

2019-02-08 Thread Eric Snow
New submission from Eric Snow : (also see issue #35886) In November Victor created the Include/cpython directory and moved a decent amount of public (but not limited) API there. This included the PyThreadState struct. I'd like to move it into the "internal" headers since it is somewhat coup

[issue35939] Remove urllib.parse._splittype from mimetypes.guess_type

2019-02-08 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +martin.panter ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue22347] mimetypes.guess_type("//example.com") misinterprets host name as file name

2019-02-08 Thread Dong-hee Na
Dong-hee Na added the comment: The proposed patch I mentioned on bpo-35939 also solve the above situation. Python 3.8.0a1+ (heads/bpo-12317:96d37dbcd2, Feb 8 2019, 12:03:40) [Clang 9.1.0 (clang-902.0.39.1)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> i

[issue22347] mimetypes.guess_type("//example.com") misinterprets host name as file name

2019-02-08 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: +Python 3.7, Python 3.8 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +11807 stage: needs patch -> patch review ___ Python tracker ___ ___ P

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch, patch pull_requests: +11807, 11808 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch, patch, patch pull_requests: +11807, 11808, 11809 stage: needs patch -> patch review ___ Python tracker ___ _

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +11810, 11811 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 8a03ff2ff4db973c9fe152561f1796e72cb71132 by Terry Jan Reedy in branch 'master': bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) https://github.com/python/cpython/commit/8a03ff2ff4db973c9fe152561f1796e72cb71132 --

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread miss-islington
miss-islington added the comment: New changeset 3fcfef357e64a25afd52ec6a0d1b5284cb162203 by Miss Islington (bot) in branch '3.7': bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) https://github.com/python/cpython/commit/3fcfef357e64a25afd52ec6a0d1b5284cb162203

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -11809 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -11811 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue35833] IDLE: revise doc for control chars sent to Shell

2019-02-08 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -11808 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35927] Intra-package References Documentation Incomplete

2019-02-08 Thread ADataGman
ADataGman added the comment: Here's the full error log I receive when using the code I submitted with both ..effects and sound.effects. It also includes a print out of the sys path as run from vocoder. I tried running this in 3.7.2 and still get the same errors. It seems like it's already on t

<    1   2