Re: [Python-Dev] Summary of Python tracker Issues

2012-08-24 Thread Brett Cannon
On Fri, Aug 24, 2012 at 12:07 PM, Python tracker wrote:

>
> ACTIVITY SUMMARY (2012-08-17 - 2012-08-24)
> Python tracker at http://bugs.python.org/
>
> To view or respond to any of the issues listed below, click on the issue.
> Do NOT respond to this message.
>
> Issues counts and deltas:
>   open3640 ( +0)
>   closed 23914 (+58)
>   total  27554 (+58)
>

Have we ever had a flat month of open bugs?!? Pretty great regardless.

-Brett


>
> Open issues with patches: 1603
>
>
> Issues opened (36)
> ==
>
> #15316: runpy swallows ImportError information with relative imports
> http://bugs.python.org/issue15316  reopened by cjerdonek
>
> #15720: move __import__() out of the default lookup chain
> http://bugs.python.org/issue15720  opened by eric.snow
>
> #15721: PEP 3121, 384 Refactoring applied to tkinter module
> http://bugs.python.org/issue15721  opened by Robin.Schreiber
>
> #15722: PEP 3121, 384 Refactoring applied to decimal module
> http://bugs.python.org/issue15722  opened by Robin.Schreiber
>
> #15723: Python breaks OS' append guarantee on file writes
> http://bugs.python.org/issue15723  opened by bsdphk
>
> #15724: Add "versionchanged" to memoryview docs
> http://bugs.python.org/issue15724  opened by skrah
>
> #15725: PyType_FromSpecWithBases bugfix
> http://bugs.python.org/issue15725  opened by Robin.Schreiber
>
> #15727: PyType_FromSpecWithBases tp_new bugfix
> http://bugs.python.org/issue15727  opened by Robin.Schreiber
>
> #15729: PyStructSequence_NewType enhancement
> http://bugs.python.org/issue15729  opened by Robin.Schreiber
>
> #15730: Silence unused value warnings under Mac OS X 10.8/clang
> http://bugs.python.org/issue15730  opened by Benno.Rice
>
> #15731: Mechanism for inheriting docstrings and signatures
> http://bugs.python.org/issue15731  opened by ncoghlan
>
> #15733: PEP 3121, 384 Refactoring applied to winapi module
> http://bugs.python.org/issue15733  opened by Robin.Schreiber
>
> #15734: PEP 3121, 384 Refactoring applied to spwd module
> http://bugs.python.org/issue15734  opened by Robin.Schreiber
>
> #15735: PEP 3121, 384 Refactoring applied to ossaudio module
> http://bugs.python.org/issue15735  opened by Robin.Schreiber
>
> #15743: test_urllib2/test_urllib use deprecated urllib.Request methods
> http://bugs.python.org/issue15743  opened by Jeff.Knupp
>
> #15744: missing tests for {RawIO,BufferedIO,TextIO}.writelines
> http://bugs.python.org/issue15744  opened by pitrou
>
> #15745: Numerous utime ns tests fail on FreeBSD w/ ZFS
> http://bugs.python.org/issue15745  opened by trent
>
> #15746: test_winsound bombing out on 2003 buildslave
> http://bugs.python.org/issue15746  opened by trent
>
> #15748: Various symlink test failures in test_shutil on FreeBSD
> http://bugs.python.org/issue15748  opened by trent
>
> #15749: cgitb prints html for text when display disabled.
> http://bugs.python.org/issue15749  opened by aliles
>
> #15750: test_localtime_daylight_false_dst_true raises OverflowError: m
> http://bugs.python.org/issue15750  opened by trent
>
> #15751: Support subinterpreters in the GIL state API
> http://bugs.python.org/issue15751  opened by ncoghlan
>
> #15753: No-argument super in method with variable arguments raises Sys
> http://bugs.python.org/issue15753  opened by james.sanders
>
> #15756: subprocess.poll() does not handle errno.ECHILD "No child proce
> http://bugs.python.org/issue15756  opened by twhitema
>
> #15757: ./configure --with-pydebug on FreeBSD results in -O2 -pipe eve
> http://bugs.python.org/issue15757  opened by trent
>
> #15758: FileIO.readall() has worst case O(n^2) complexity
> http://bugs.python.org/issue15758  opened by sbt
>
> #15759: "make suspicious" doesn't display instructions in case of fail
> http://bugs.python.org/issue15759  opened by ezio.melotti
>
> #15761: Setting PYTHONEXECUTABLE can cause segfaults on OS X
> http://bugs.python.org/issue15761  opened by ned.deily
>
> #15765: test_getcwd_long_pathnames (in test_posix) kills NetBSD
> http://bugs.python.org/issue15765  opened by trent
>
> #15766: _imp.load_dynamic() does crash with non-ASCII path and uses th
> http://bugs.python.org/issue15766  opened by haypo
>
> #15767: add ModuleNotFoundError
> http://bugs.python.org/issue15767  opened by eric.snow
>
> #15769: urllib.request.urlopen with cafile or capath set overrides any
> http://bugs.python.org/issue15769  opened by caligatio
>
> #15772: Unresolved symbols in Windows 64-bit python
> http://bugs.python.org/issue15772  opened by spatz123
>
> #15775: Add StopParser() to expat
> http://bugs.python.org/issue15775  opened by nemeskeyd
>
> #15776: Allow pyvenv to work in existing directory
> http://bugs.python.org/issue15776  opened by stefanholek
>
> #15777: test_capi refleak
> http://bugs.python.org/issue15777  opened by rosslagerwall
>
>
>
> Most recent 15 issues with no replies (15)
> ==
>
> #15775: Add StopParser() to expat
> http://bugs.python.org/issue15775
>
> #15772: Unreso

[Python-Dev] Summary of Python tracker Issues

2012-08-24 Thread Python tracker

ACTIVITY SUMMARY (2012-08-17 - 2012-08-24)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open3640 ( +0)
  closed 23914 (+58)
  total  27554 (+58)

Open issues with patches: 1603 


Issues opened (36)
==

#15316: runpy swallows ImportError information with relative imports
http://bugs.python.org/issue15316  reopened by cjerdonek

#15720: move __import__() out of the default lookup chain
http://bugs.python.org/issue15720  opened by eric.snow

#15721: PEP 3121, 384 Refactoring applied to tkinter module
http://bugs.python.org/issue15721  opened by Robin.Schreiber

#15722: PEP 3121, 384 Refactoring applied to decimal module
http://bugs.python.org/issue15722  opened by Robin.Schreiber

#15723: Python breaks OS' append guarantee on file writes
http://bugs.python.org/issue15723  opened by bsdphk

#15724: Add "versionchanged" to memoryview docs
http://bugs.python.org/issue15724  opened by skrah

#15725: PyType_FromSpecWithBases bugfix
http://bugs.python.org/issue15725  opened by Robin.Schreiber

#15727: PyType_FromSpecWithBases tp_new bugfix
http://bugs.python.org/issue15727  opened by Robin.Schreiber

#15729: PyStructSequence_NewType enhancement
http://bugs.python.org/issue15729  opened by Robin.Schreiber

#15730: Silence unused value warnings under Mac OS X 10.8/clang
http://bugs.python.org/issue15730  opened by Benno.Rice

#15731: Mechanism for inheriting docstrings and signatures
http://bugs.python.org/issue15731  opened by ncoghlan

#15733: PEP 3121, 384 Refactoring applied to winapi module
http://bugs.python.org/issue15733  opened by Robin.Schreiber

#15734: PEP 3121, 384 Refactoring applied to spwd module
http://bugs.python.org/issue15734  opened by Robin.Schreiber

#15735: PEP 3121, 384 Refactoring applied to ossaudio module
http://bugs.python.org/issue15735  opened by Robin.Schreiber

#15743: test_urllib2/test_urllib use deprecated urllib.Request methods
http://bugs.python.org/issue15743  opened by Jeff.Knupp

#15744: missing tests for {RawIO,BufferedIO,TextIO}.writelines
http://bugs.python.org/issue15744  opened by pitrou

#15745: Numerous utime ns tests fail on FreeBSD w/ ZFS
http://bugs.python.org/issue15745  opened by trent

#15746: test_winsound bombing out on 2003 buildslave
http://bugs.python.org/issue15746  opened by trent

#15748: Various symlink test failures in test_shutil on FreeBSD
http://bugs.python.org/issue15748  opened by trent

#15749: cgitb prints html for text when display disabled.
http://bugs.python.org/issue15749  opened by aliles

#15750: test_localtime_daylight_false_dst_true raises OverflowError: m
http://bugs.python.org/issue15750  opened by trent

#15751: Support subinterpreters in the GIL state API
http://bugs.python.org/issue15751  opened by ncoghlan

#15753: No-argument super in method with variable arguments raises Sys
http://bugs.python.org/issue15753  opened by james.sanders

#15756: subprocess.poll() does not handle errno.ECHILD "No child proce
http://bugs.python.org/issue15756  opened by twhitema

#15757: ./configure --with-pydebug on FreeBSD results in -O2 -pipe eve
http://bugs.python.org/issue15757  opened by trent

#15758: FileIO.readall() has worst case O(n^2) complexity
http://bugs.python.org/issue15758  opened by sbt

#15759: "make suspicious" doesn't display instructions in case of fail
http://bugs.python.org/issue15759  opened by ezio.melotti

#15761: Setting PYTHONEXECUTABLE can cause segfaults on OS X
http://bugs.python.org/issue15761  opened by ned.deily

#15765: test_getcwd_long_pathnames (in test_posix) kills NetBSD
http://bugs.python.org/issue15765  opened by trent

#15766: _imp.load_dynamic() does crash with non-ASCII path and uses th
http://bugs.python.org/issue15766  opened by haypo

#15767: add ModuleNotFoundError
http://bugs.python.org/issue15767  opened by eric.snow

#15769: urllib.request.urlopen with cafile or capath set overrides any
http://bugs.python.org/issue15769  opened by caligatio

#15772: Unresolved symbols in Windows 64-bit python
http://bugs.python.org/issue15772  opened by spatz123

#15775: Add StopParser() to expat
http://bugs.python.org/issue15775  opened by nemeskeyd

#15776: Allow pyvenv to work in existing directory
http://bugs.python.org/issue15776  opened by stefanholek

#15777: test_capi refleak
http://bugs.python.org/issue15777  opened by rosslagerwall



Most recent 15 issues with no replies (15)
==

#15775: Add StopParser() to expat
http://bugs.python.org/issue15775

#15772: Unresolved symbols in Windows 64-bit python
http://bugs.python.org/issue15772

#15767: add ModuleNotFoundError
http://bugs.python.org/issue15767

#15759: "make suspicious" doesn't display instructions in case of fail
http://bugs.python.org/issue15759

#15749: cgitb prints html for text when display disabled.
http://bugs.python.org/issue15749

#15744: missing tests fo

Re: [Python-Dev] Snakebite build slaves and developer SSH/GPG public keys

2012-08-24 Thread Brett Cannon
On Fri, Aug 24, 2012 at 10:48 AM, Trent Nelson  wrote:

> On Fri, Aug 24, 2012 at 07:39:54AM -0700, Trent Nelson wrote:
> > On Fri, Aug 24, 2012 at 07:27:09AM -0700, C. Titus Brown wrote:
> > > Don't forget the heavy Xanax requirements on the part of the technical
> owner of
> > > the space.  Dunno if Trent will put up any pictures but I'm dreading
> the day
> > > that building maintenance gives me a call asking what the heck I've
> done
> > > to the windows, drains, and power.
> >
> > What's an industrial exhaust fan or two bolted to a window frame
> > between friends eh.
>
> http://i.imgur.com/BbKn9.jpg
>
> that wouldn't be very effective if I left the window panes in
> now, would it? ;-)


The reflective lining makes it look like some industrial-level cat lady
lives in that office space compared to the rest of the windows.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Snakebite build slaves and developer SSH/GPG public keys

2012-08-24 Thread Trent Nelson
On Fri, Aug 24, 2012 at 07:39:54AM -0700, Trent Nelson wrote:
> On Fri, Aug 24, 2012 at 07:27:09AM -0700, C. Titus Brown wrote:
> > Don't forget the heavy Xanax requirements on the part of the technical 
> > owner of
> > the space.  Dunno if Trent will put up any pictures but I'm dreading the day
> > that building maintenance gives me a call asking what the heck I've done
> > to the windows, drains, and power.
> 
> What's an industrial exhaust fan or two bolted to a window frame
> between friends eh.

http://i.imgur.com/BbKn9.jpg

that wouldn't be very effective if I left the window panes in
now, would it? ;-)

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Snakebite build slaves and developer SSH/GPG public keys

2012-08-24 Thread Trent Nelson
On Fri, Aug 24, 2012 at 07:27:09AM -0700, C. Titus Brown wrote:
> On Thu, Aug 23, 2012 at 11:09:14AM +0200, Giampaolo Rodol? wrote:
> > > For committers on other Python projects like Buildbot, Django and
> > > Twisted that may be reading this -- yes, the plan is to give you
> > > guys Snakebite access/slaves down the track too.  I'll start looking
> > > into that after I've finished setting up the remaining slaves for
> > > Python.  (Setting up a keys repo will definitely help (doesn't have
> > > to be hg -- feel free to use svn/git/whatever, just try and follow
> > > the same layout).)
> > 
> > This is so great!
> > I've been looking forward to this for a long time and kept visiting
> > the site every now and then to see if there was any progress.
> > I'd surely use this for psutil if you'll let me.
> > Also, at some point I would suggest to introduce the possibility to
> > donate some money in order to help supporting what I think must be a
> > pretty complex infrastructure requiring a lot of resources, both in
> > terms of hardware and time/labor.
> 
> Don't forget the heavy Xanax requirements on the part of the technical owner 
> of
> the space.  Dunno if Trent will put up any pictures but I'm dreading the day
> that building maintenance gives me a call asking what the heck I've done
> to the windows, drains, and power.

What's an industrial exhaust fan or two bolted to a window frame
between friends eh.

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Snakebite build slaves and developer SSH/GPG public keys

2012-08-24 Thread C. Titus Brown
On Thu, Aug 23, 2012 at 11:09:14AM +0200, Giampaolo Rodol? wrote:
> > For committers on other Python projects like Buildbot, Django and
> > Twisted that may be reading this -- yes, the plan is to give you
> > guys Snakebite access/slaves down the track too.  I'll start looking
> > into that after I've finished setting up the remaining slaves for
> > Python.  (Setting up a keys repo will definitely help (doesn't have
> > to be hg -- feel free to use svn/git/whatever, just try and follow
> > the same layout).)
> 
> This is so great!
> I've been looking forward to this for a long time and kept visiting
> the site every now and then to see if there was any progress.
> I'd surely use this for psutil if you'll let me.
> Also, at some point I would suggest to introduce the possibility to
> donate some money in order to help supporting what I think must be a
> pretty complex infrastructure requiring a lot of resources, both in
> terms of hardware and time/labor.

Don't forget the heavy Xanax requirements on the part of the technical owner of
the space.  Dunno if Trent will put up any pictures but I'm dreading the day
that building maintenance gives me a call asking what the heck I've done
to the windows, drains, and power.

--titus
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Why no venv in existing directory?

2012-08-24 Thread Andrew Svetlov
Looks like you can use for that
$ pyvenv . --upgrade


On Fri, Aug 24, 2012 at 12:19 PM, "Stefan H. Holek · Jarn"
 wrote:
> FYI, I have created a tracker issue for this: 
> http://bugs.python.org/issue15776
>
> Stefan
>
>
> On 23.07.2012, at 09:09, Stefan H. Holek wrote:
>
>> The feature certainly is on *my* wish-list but I might be alone here. ;-)
>
> --
> Stefan H. Holek
> www.jarn.com/stefan
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: 
> http://mail.python.org/mailman/options/python-dev/andrew.svetlov%40gmail.com



-- 
Thanks,
Andrew Svetlov
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Why no venv in existing directory?

2012-08-24 Thread Stefan H. Holek · Jarn
FYI, I have created a tracker issue for this: http://bugs.python.org/issue15776

Stefan


On 23.07.2012, at 09:09, Stefan H. Holek wrote:

> The feature certainly is on *my* wish-list but I might be alone here. ;-)

-- 
Stefan H. Holek
www.jarn.com/stefan

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com