[issue23857] [RFE] Make default HTTPS certificate verification setting configurable

2015-04-03 Thread Nick Coghlan
Nick Coghlan added the comment: Clarified the issue heading a bit, and cc'ed in the main Debian/Ubuntu folks. Matthias, Barry - the attached patch here is aimed at making PEP 476 a bit more distro friendly by moving the opt out to a configuration file rather than requiring monkeypatching in

[issue23856] build.bat -e shouldn't also build

2015-04-03 Thread Zachary Ware
Zachary Ware added the comment: Either by accident or by design the main build will run in addition. By design; I intended get_externals.bat to be run explicitly if you just wanted to pull the externals. -- ___ Python tracker rep...@bugs.python.org

[issue23857] [RFE] Make default HTTPS certificate verification setting configurable

2015-04-03 Thread R. David Murray
R. David Murray added the comment: I do not understand why the vendors want to re-introduce a security hole. I understand that it causes issues using legacy software to communicate with sites that don't verify, but I think that the correct solution to this is disabling verification on a

[issue23852] Wrong FD_DIR file name on OpenBSD

2015-04-03 Thread Stefan Krah
Stefan Krah added the comment: There's a comment in _posixsubprocess: NetBSD and OpenBSD have a /proc fs available (though not necessarily mounted) and do not have fdescfs for /dev/fd. Is this still valid? -- nosy: +skrah ___ Python tracker

[issue23852] Wrong FD_DIR file name on OpenBSD

2015-04-03 Thread Stefan Krah
Changes by Stefan Krah ste...@bytereef.org: -- nosy: +gregory.p.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23852 ___ ___ Python-bugs-list

[issue23668] Support os.ftruncate on Windows

2015-04-03 Thread Steve Dower
Steve Dower added the comment: I responded to Victor's suggestion about _Py_open instead of _open, but on rereading I see that it also handles EINTR. AFAICT (from https://msdn.microsoft.com/en-us/library/5814770t.aspx, mainly), Windows isn't ever going to return EINTR from the CRT. I don't

[issue23524] Use _set_thread_local_invalid_parameter_handler in posixmodule

2015-04-03 Thread Steve Dower
Steve Dower added the comment: Victor - can you take a look? I'm keen to get this out of my patch queue :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23524 ___

[issue23852] Wrong FD_DIR file name on OpenBSD

2015-04-03 Thread Cédric Krier
Cédric Krier added the comment: At least on OpenBSD procfs have been removed: http://www.openbsd.org/faq/current.html#20140908 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23852 ___

<    1   2