Re: [Python-Dev] Coverity scan
Christian Heimes wrote: > Coverity has some new features like notification of new possible issue > and build steps. We could create a new mailing list for coverity scan > builds and results, The mailing list should be exclusive to core devs as > the issues may be security relevant. The mailing list would be nice especially if we could get the results in verbose text form, but I don't know if that's possible. BTW, do we keep all buffer overruns secret or can we post them on the tracker if it's an off-by-one and unlikely to be exploitable? Stefan Krah ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Online docs: make index search available everywhere
On 9/5/2012 8:53 PM, Nick Coghlan wrote: On Thu, Sep 6, 2012 at 8:13 AM, Terry Reedy wrote: I presume this suggestion does not belong on bugs.python.org, so I hope one of the docs people reading pydev will do something with it. Why do you assume that? My understanding is that the tracker is for the cpython repository at hg.python.org and my impression is that web code is elsewhere. > Docs infrastructure suggestions can go on the tracker under "enhancement", the same as improvements to the docs wording. http://bugs.python.org/issue15871 -- Terry Jan Reedy ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Online docs: make index search available everywhere
On Thu, 06 Sep 2012 13:15:14 -0400, Terry Reedy wrote: > On 9/5/2012 8:53 PM, Nick Coghlan wrote: > > On Thu, Sep 6, 2012 at 8:13 AM, Terry Reedy wrote: > >> I presume this suggestion does not belong on bugs.python.org, so I hope one > >> of the docs people reading pydev will do something with it. > > > > Why do you assume that? > > My understanding is that the tracker is for the cpython repository at > hg.python.org and my impression is that web code is elsewhere. That is true. However, the appearance and functionality of the doc web pages is entirely controlled by Sphinx, and thus by the sources checked in to the code repository. --David ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
