Mailing List Archive

1 2 3 4 5 6 7  View All
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (11/14/08 - 11/21/08)
Python tracker at http://bugs.python.org/

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


2194 open (+35) / 14007 closed (+18) / 16201 total (+53)

Open issues with patches: 728

Average duration of open issues: 712 days.
Median duration of open issues: 2043 days.

Open Issues Breakdown
open 2177 (+35)
pending 17 ( +0)

Issues Created Or Reopened (56)
_______________________________

Tkinter binding involving Control-spacebar raises unicode error 11/18/08
http://bugs.python.org/issue1028 reopened ocean-city
patch

Byte/string inconsistencies between different dbm modules 11/21/08
http://bugs.python.org/issue3799 reopened brett.cannon
patch, needs review

type of UserList instance returns class instead of instance 11/14/08
CLOSED http://bugs.python.org/issue4326 created chafporte


Patch: simplify complex constant assignment statements 11/14/08
http://bugs.python.org/issue4327 created novalis_dt
patch

"à" in u"foo" raises a misleading error 11/15/08
http://bugs.python.org/issue4328 created ezio.melotti


base64 does not properly handle unicode strings 11/15/08
http://bugs.python.org/issue4329 created mbecker


wsgiref.validate doesn't accept arguments to readline 11/16/08
CLOSED http://bugs.python.org/issue4330 created ianb


Can't use _functools.partial() created function as method 11/16/08
http://bugs.python.org/issue4331 created ssadler


asyncore.file_dispatcher does not use dup()'ed fd 11/17/08
CLOSED http://bugs.python.org/issue4332 created christianbecke
patch

Reworked Dialog.py 11/17/08
http://bugs.python.org/issue4333 created gpolo
patch

Mac Build Script is broken for 2.6 release 11/17/08
CLOSED http://bugs.python.org/issue4334 created ngift


inspect.getsourcelines ignores last line in module 11/17/08
http://bugs.python.org/issue4335 created RafeSacks


Fix performance issues in xmlrpclib 11/17/08
http://bugs.python.org/issue4336 created krisvale
patch, patch, easy

Iteration over a map object with list() 11/17/08
CLOSED http://bugs.python.org/issue4337 created jmfauth


TypeError (bytes/str) in distutils command "upload" 11/17/08
CLOSED http://bugs.python.org/issue4338 created hagen
patch

Fix set-like dictview doc 11/17/08
CLOSED http://bugs.python.org/issue4339 created tjreedy


xmlrpc.client - default 'SlowParser' not defined 11/17/08
http://bugs.python.org/issue4340 created mwatkins


Update __hash__ doc 11/17/08
CLOSED http://bugs.python.org/issue4341 created tjreedy


(Tkinter) Please backport these 11/18/08
http://bugs.python.org/issue4342 created gpolo


New function in Tkinter.py: setup_master 11/18/08
http://bugs.python.org/issue4343 created gpolo
patch

crash upon launch 11/18/08
CLOSED http://bugs.python.org/issue4344 created source.mod


Implement nb_nonzero for PyTclObject 11/18/08
http://bugs.python.org/issue4345 created gpolo
patch

PyObject_CallMethod changes the exception message already set by 11/18/08
http://bugs.python.org/issue4346 created gpolo
patch

Dependencies of graminit.h are not rebuilt when the file is rege 11/18/08
http://bugs.python.org/issue4347 created thomas.lee
patch

bytearray methods returning self 11/18/08
CLOSED http://bugs.python.org/issue4348 created DinoV
patch, needs review

sys.path includes extraneous junk 11/18/08
CLOSED http://bugs.python.org/issue4349 created exarkun
patch, needs review

Remove dead code from Tkinter.py 11/19/08
http://bugs.python.org/issue4350 created gpolo
patch

[PATCH] Better stacklevel for GzipFile.filename DeprecationWarni 11/19/08
http://bugs.python.org/issue4351 created pjenvey
patch

imp.find_module() fails with a UnicodeDecodeError when called wi 11/19/08
http://bugs.python.org/issue4352 created Jukka Aho


Move description what a trace should should return to settrace f 11/19/08
CLOSED http://bugs.python.org/issue4353 created rocky


distutils.command.register is broken 11/19/08
CLOSED http://bugs.python.org/issue4354 created hagen
patch

Error in docs of urllib.request and urllib.parse 11/19/08
http://bugs.python.org/issue4355 created hagen
patch

Add "key" argument to "bisect" module functions 11/19/08
CLOSED http://bugs.python.org/issue4356 created tebeka


frozen?set operations create incorrectly initialized instances o 11/19/08
CLOSED http://bugs.python.org/issue4357 created alexhsamuel


Segfault in stringobject.c 11/19/08
http://bugs.python.org/issue4358 created farshad


at runtime, distutils uses buildtime files 11/19/08
http://bugs.python.org/issue4359 created a.badger


SystemError when method has both super() & closure 11/20/08
CLOSED http://bugs.python.org/issue4360 created kaizhu
patch

Docstring for "Lib/string.py" is outdated 11/20/08
http://bugs.python.org/issue4361 created thp
patch

FileIO object in io module 11/20/08
CLOSED http://bugs.python.org/issue4362 reopened barry
patch, needs review

Make uuid module functions usable without ctypes 11/20/08
http://bugs.python.org/issue4363 created hdima
patch

error in multiprocessing docs - rawvalue 11/20/08
http://bugs.python.org/issue4364 created dursobr


Add CRT version info in msvcrt module 11/20/08
http://bugs.python.org/issue4365 created cdavid
patch

cannot find -lpython2.5 when buinding Python 2.5.2 on FreeBSD 4. 11/20/08
http://bugs.python.org/issue4366 created akitada


segmentation fault in ast_for_atom 11/20/08
http://bugs.python.org/issue4367 created ot
patch, needs review

A bug in ncurses.h still exists in FreeBSD 4.9 - 4.11 11/20/08
http://bugs.python.org/issue4368 created akitada
patch

Error building to a nonstandard prefix (with patch) 11/20/08
http://bugs.python.org/issue4369 created ot
patch

warning: unknown conversion type character `z' in format 11/20/08
http://bugs.python.org/issue4370 created akitada


coerce gone---but not from docs 11/20/08
http://bugs.python.org/issue4371 created LambertDW


__cmp__ removal not in What's New 11/20/08
CLOSED http://bugs.python.org/issue4372 created tjreedy


Reference leaks in Python 3.0rc3 11/21/08
http://bugs.python.org/issue4373 created christian.heimes
patch

Pickle tests fail w/o _pickle extension 11/21/08
http://bugs.python.org/issue4374 created christian.heimes


inspect.getsource doesn't work with PYTHONPATH and source compil 11/21/08
http://bugs.python.org/issue4375 created erickt


Nested ctypes 'BigEndianStructure' fails 11/21/08
http://bugs.python.org/issue4376 created castironpi


tokenize.detect_encoding() and Mac newline 11/21/08
http://bugs.python.org/issue4377 created haypo


howto doc update 11/21/08
http://bugs.python.org/issue4378 created LambertDW


Fix exception pickling: Move initial args assignment to BaseExce 11/18/08
http://bugs.python.org/issue1692335 reopened gvanrossum
patch



Issues Now Closed (40)
______________________

Problem with doctest and decorated functions 441 days
http://bugs.python.org/issue1108 skip.montanaro


conditional jump to a POP_TOP optimization 253 days
http://bugs.python.org/issue2260 rhettinger
patch

NULL member in modules_by_index 131 days
http://bugs.python.org/issue3327 loewis
patch, easy

test_cpickle crash on AMD64 Windows build 88 days
http://bugs.python.org/issue3640 loewis
patch, 64bit

pressing HOME key in IDLE editor ends IDLE 81 days
http://bugs.python.org/issue3679 tjreedy


configure --with-threads on cygwin => crash on thread related te 58 days
http://bugs.python.org/issue3947 ocean-city
patch

ignored exceptions in generators (regression?) 43 days
http://bugs.python.org/issue4040 benjamin.peterson


Document the effects of NotImplemented on == and != 43 days
http://bugs.python.org/issue4087 marketdickinson


Documenting set comparisons and operations 39 days
http://bugs.python.org/issue4090 rhettinger
patch

name conflict in ScrolledCanvas.__init__() in Lib/turtle.py 36 days
http://bugs.python.org/issue4116 loewis
patch

"__getattr__" can't be a descriptor 19 days
http://bugs.python.org/issue4230 benjamin.peterson
patch

Python 2.6 installer crashes when selecting 'advanced' and cance 10 days
http://bugs.python.org/issue4289 loewis


email package with unicode subject/body 8 days
http://bugs.python.org/issue4306 barry
patch

Unicode in distutils meta-data? 4 days
http://bugs.python.org/issue4312 loewis


IDLE segfault at exit 5 days
http://bugs.python.org/issue4313 ocean-city


Improper use of [] in configure.in leads to useless regexp in co 2 days
http://bugs.python.org/issue4316 georg.brandl
patch

Buffer overflow in imageop module 5 days
http://bugs.python.org/issue4317 amaury.forgeotdarc
patch

unintended syntax error with decorators, parenthesis, and dots? 1 days
http://bugs.python.org/issue4321 georg.brandl


locale documentation is inconsistent 1 days
http://bugs.python.org/issue4324 georg.brandl


type of UserList instance returns class instead of instance 3 days
http://bugs.python.org/issue4326 georg.brandl


wsgiref.validate doesn't accept arguments to readline 1 days
http://bugs.python.org/issue4330 ianb


asyncore.file_dispatcher does not use dup()'ed fd 3 days
http://bugs.python.org/issue4332 josiahcarlson
patch

Mac Build Script is broken for 2.6 release 0 days
http://bugs.python.org/issue4334 benjamin.peterson


Iteration over a map object with list() 1 days
http://bugs.python.org/issue4337 jmfauth


TypeError (bytes/str) in distutils command "upload" 3 days
http://bugs.python.org/issue4338 amaury.forgeotdarc
patch

Fix set-like dictview doc 0 days
http://bugs.python.org/issue4339 benjamin.peterson


Update __hash__ doc 0 days
http://bugs.python.org/issue4341 benjamin.peterson


crash upon launch 0 days
http://bugs.python.org/issue4344 loewis


bytearray methods returning self 1 days
http://bugs.python.org/issue4348 benjamin.peterson
patch, needs review

sys.path includes extraneous junk 0 days
http://bugs.python.org/issue4349 benjamin.peterson
patch, needs review

Move description what a trace should should return to settrace f 1 days
http://bugs.python.org/issue4353 benjamin.peterson


distutils.command.register is broken 1 days
http://bugs.python.org/issue4354 loewis
patch

Add "key" argument to "bisect" module functions 1 days
http://bugs.python.org/issue4356 marketdickinson


frozen?set operations create incorrectly initialized instances o 0 days
http://bugs.python.org/issue4357 amaury.forgeotdarc


SystemError when method has both super() & closure 0 days
http://bugs.python.org/issue4360 barry
patch

FileIO object in io module 0 days
http://bugs.python.org/issue4362 benjamin.peterson
patch, needs review

__cmp__ removal not in What's New 1 days
http://bugs.python.org/issue4372 haypo


Using deiconify() hangs on exit 2646 days
http://bugs.python.org/issue453489 amaury.forgeotdarc


sys.stdout problems with pythonw.exe 1616 days
http://bugs.python.org/issue973507 amaury.forgeotdarc


A subclass of set doesn't always have __init__ called. 547 days
http://bugs.python.org/issue1721812 rhettinger
patch



Top Issues Most Discussed (10)
______________________________

15 datetime: define division timedelta/timedelta 208 days
open http://bugs.python.org/issue2706

12 Tkinter binding involving Control-spacebar raises unicode error 4 days
open http://bugs.python.org/issue1028

10 TypeError (bytes/str) in distutils command "upload" 3 days
closed http://bugs.python.org/issue4338

10 type of UserList instance returns class instead of instance 3 days
closed http://bugs.python.org/issue4326

10 missing update() in _Screen.setup() of Lib/turtle.py 39 days
open http://bugs.python.org/issue4117

10 Byte/string inconsistencies between different dbm modules 1 days
open http://bugs.python.org/issue3799

8 FileIO object in io module 0 days
closed http://bugs.python.org/issue4362

8 bytearray methods returning self 1 days
closed http://bugs.python.org/issue4348

7 Reference leaks in Python 3.0rc3 1 days
open http://bugs.python.org/issue4373

7 SystemError when method has both super() & closure 0 days
closed http://bugs.python.org/issue4360
Re: Summary of Python tracker Issues [ In reply to ]
I wanted to ask a policy question on the bug tracker. What are we
doing with bugs filed against Python 2.4?
This bug http://bugs.python.org/issue1208304 reports a fd leak in
Python 2.4, which doesn't exist in the head. Since Python 2.4 is in
security-fix only mode, is it fair to close this with a won't fix?

A meta-question: Is there a document that has any tips on how to
handle bug reports? It might be helpful to have a list of hints or
policy decisions to help people decide what to do with bugs.

Jeremy

On Fri, Nov 21, 2008 at 12:06 PM, Python tracker <status@bugs.python.org> wrote:
>
> ACTIVITY SUMMARY (11/14/08 - 11/21/08)
> Python tracker at http://bugs.python.org/
>
> To view or respond to any of the issues listed below, click on the issue
> number. Do NOT respond to this message.
>
>
> 2194 open (+35) / 14007 closed (+18) / 16201 total (+53)
>
> Open issues with patches: 728
>
> Average duration of open issues: 712 days.
> Median duration of open issues: 2043 days.
>
> Open Issues Breakdown
> open 2177 (+35)
> pending 17 ( +0)
>
> Issues Created Or Reopened (56)
> _______________________________
>
> Tkinter binding involving Control-spacebar raises unicode error 11/18/08
> http://bugs.python.org/issue1028 reopened ocean-city
> patch
>
> Byte/string inconsistencies between different dbm modules 11/21/08
> http://bugs.python.org/issue3799 reopened brett.cannon
> patch, needs review
>
> type of UserList instance returns class instead of instance 11/14/08
> CLOSED http://bugs.python.org/issue4326 created chafporte
>
>
> Patch: simplify complex constant assignment statements 11/14/08
> http://bugs.python.org/issue4327 created novalis_dt
> patch
>
> "à" in u"foo" raises a misleading error 11/15/08
> http://bugs.python.org/issue4328 created ezio.melotti
>
>
> base64 does not properly handle unicode strings 11/15/08
> http://bugs.python.org/issue4329 created mbecker
>
>
> wsgiref.validate doesn't accept arguments to readline 11/16/08
> CLOSED http://bugs.python.org/issue4330 created ianb
>
>
> Can't use _functools.partial() created function as method 11/16/08
> http://bugs.python.org/issue4331 created ssadler
>
>
> asyncore.file_dispatcher does not use dup()'ed fd 11/17/08
> CLOSED http://bugs.python.org/issue4332 created christianbecke
> patch
>
> Reworked Dialog.py 11/17/08
> http://bugs.python.org/issue4333 created gpolo
> patch
>
> Mac Build Script is broken for 2.6 release 11/17/08
> CLOSED http://bugs.python.org/issue4334 created ngift
>
>
> inspect.getsourcelines ignores last line in module 11/17/08
> http://bugs.python.org/issue4335 created RafeSacks
>
>
> Fix performance issues in xmlrpclib 11/17/08
> http://bugs.python.org/issue4336 created krisvale
> patch, patch, easy
>
> Iteration over a map object with list() 11/17/08
> CLOSED http://bugs.python.org/issue4337 created jmfauth
>
>
> TypeError (bytes/str) in distutils command "upload" 11/17/08
> CLOSED http://bugs.python.org/issue4338 created hagen
> patch
>
> Fix set-like dictview doc 11/17/08
> CLOSED http://bugs.python.org/issue4339 created tjreedy
>
>
> xmlrpc.client - default 'SlowParser' not defined 11/17/08
> http://bugs.python.org/issue4340 created mwatkins
>
>
> Update __hash__ doc 11/17/08
> CLOSED http://bugs.python.org/issue4341 created tjreedy
>
>
> (Tkinter) Please backport these 11/18/08
> http://bugs.python.org/issue4342 created gpolo
>
>
> New function in Tkinter.py: setup_master 11/18/08
> http://bugs.python.org/issue4343 created gpolo
> patch
>
> crash upon launch 11/18/08
> CLOSED http://bugs.python.org/issue4344 created source.mod
>
>
> Implement nb_nonzero for PyTclObject 11/18/08
> http://bugs.python.org/issue4345 created gpolo
> patch
>
> PyObject_CallMethod changes the exception message already set by 11/18/08
> http://bugs.python.org/issue4346 created gpolo
> patch
>
> Dependencies of graminit.h are not rebuilt when the file is rege 11/18/08
> http://bugs.python.org/issue4347 created thomas.lee
> patch
>
> bytearray methods returning self 11/18/08
> CLOSED http://bugs.python.org/issue4348 created DinoV
> patch, needs review
>
> sys.path includes extraneous junk 11/18/08
> CLOSED http://bugs.python.org/issue4349 created exarkun
> patch, needs review
>
> Remove dead code from Tkinter.py 11/19/08
> http://bugs.python.org/issue4350 created gpolo
> patch
>
> [PATCH] Better stacklevel for GzipFile.filename DeprecationWarni 11/19/08
> http://bugs.python.org/issue4351 created pjenvey
> patch
>
> imp.find_module() fails with a UnicodeDecodeError when called wi 11/19/08
> http://bugs.python.org/issue4352 created Jukka Aho
>
>
> Move description what a trace should should return to settrace f 11/19/08
> CLOSED http://bugs.python.org/issue4353 created rocky
>
>
> distutils.command.register is broken 11/19/08
> CLOSED http://bugs.python.org/issue4354 created hagen
> patch
>
> Error in docs of urllib.request and urllib.parse 11/19/08
> http://bugs.python.org/issue4355 created hagen
> patch
>
> Add "key" argument to "bisect" module functions 11/19/08
> CLOSED http://bugs.python.org/issue4356 created tebeka
>
>
> frozen?set operations create incorrectly initialized instances o 11/19/08
> CLOSED http://bugs.python.org/issue4357 created alexhsamuel
>
>
> Segfault in stringobject.c 11/19/08
> http://bugs.python.org/issue4358 created farshad
>
>
> at runtime, distutils uses buildtime files 11/19/08
> http://bugs.python.org/issue4359 created a.badger
>
>
> SystemError when method has both super() & closure 11/20/08
> CLOSED http://bugs.python.org/issue4360 created kaizhu
> patch
>
> Docstring for "Lib/string.py" is outdated 11/20/08
> http://bugs.python.org/issue4361 created thp
> patch
>
> FileIO object in io module 11/20/08
> CLOSED http://bugs.python.org/issue4362 reopened barry
> patch, needs review
>
> Make uuid module functions usable without ctypes 11/20/08
> http://bugs.python.org/issue4363 created hdima
> patch
>
> error in multiprocessing docs - rawvalue 11/20/08
> http://bugs.python.org/issue4364 created dursobr
>
>
> Add CRT version info in msvcrt module 11/20/08
> http://bugs.python.org/issue4365 created cdavid
> patch
>
> cannot find -lpython2.5 when buinding Python 2.5.2 on FreeBSD 4. 11/20/08
> http://bugs.python.org/issue4366 created akitada
>
>
> segmentation fault in ast_for_atom 11/20/08
> http://bugs.python.org/issue4367 created ot
> patch, needs review
>
> A bug in ncurses.h still exists in FreeBSD 4.9 - 4.11 11/20/08
> http://bugs.python.org/issue4368 created akitada
> patch
>
> Error building to a nonstandard prefix (with patch) 11/20/08
> http://bugs.python.org/issue4369 created ot
> patch
>
> warning: unknown conversion type character `z' in format 11/20/08
> http://bugs.python.org/issue4370 created akitada
>
>
> coerce gone---but not from docs 11/20/08
> http://bugs.python.org/issue4371 created LambertDW
>
>
> __cmp__ removal not in What's New 11/20/08
> CLOSED http://bugs.python.org/issue4372 created tjreedy
>
>
> Reference leaks in Python 3.0rc3 11/21/08
> http://bugs.python.org/issue4373 created christian.heimes
> patch
>
> Pickle tests fail w/o _pickle extension 11/21/08
> http://bugs.python.org/issue4374 created christian.heimes
>
>
> inspect.getsource doesn't work with PYTHONPATH and source compil 11/21/08
> http://bugs.python.org/issue4375 created erickt
>
>
> Nested ctypes 'BigEndianStructure' fails 11/21/08
> http://bugs.python.org/issue4376 created castironpi
>
>
> tokenize.detect_encoding() and Mac newline 11/21/08
> http://bugs.python.org/issue4377 created haypo
>
>
> howto doc update 11/21/08
> http://bugs.python.org/issue4378 created LambertDW
>
>
> Fix exception pickling: Move initial args assignment to BaseExce 11/18/08
> http://bugs.python.org/issue1692335 reopened gvanrossum
> patch
>
>
>
> Issues Now Closed (40)
> ______________________
>
> Problem with doctest and decorated functions 441 days
> http://bugs.python.org/issue1108 skip.montanaro
>
>
> conditional jump to a POP_TOP optimization 253 days
> http://bugs.python.org/issue2260 rhettinger
> patch
>
> NULL member in modules_by_index 131 days
> http://bugs.python.org/issue3327 loewis
> patch, easy
>
> test_cpickle crash on AMD64 Windows build 88 days
> http://bugs.python.org/issue3640 loewis
> patch, 64bit
>
> pressing HOME key in IDLE editor ends IDLE 81 days
> http://bugs.python.org/issue3679 tjreedy
>
>
> configure --with-threads on cygwin => crash on thread related te 58 days
> http://bugs.python.org/issue3947 ocean-city
> patch
>
> ignored exceptions in generators (regression?) 43 days
> http://bugs.python.org/issue4040 benjamin.peterson
>
>
> Document the effects of NotImplemented on == and != 43 days
> http://bugs.python.org/issue4087 marketdickinson
>
>
> Documenting set comparisons and operations 39 days
> http://bugs.python.org/issue4090 rhettinger
> patch
>
> name conflict in ScrolledCanvas.__init__() in Lib/turtle.py 36 days
> http://bugs.python.org/issue4116 loewis
> patch
>
> "__getattr__" can't be a descriptor 19 days
> http://bugs.python.org/issue4230 benjamin.peterson
> patch
>
> Python 2.6 installer crashes when selecting 'advanced' and cance 10 days
> http://bugs.python.org/issue4289 loewis
>
>
> email package with unicode subject/body 8 days
> http://bugs.python.org/issue4306 barry
> patch
>
> Unicode in distutils meta-data? 4 days
> http://bugs.python.org/issue4312 loewis
>
>
> IDLE segfault at exit 5 days
> http://bugs.python.org/issue4313 ocean-city
>
>
> Improper use of [] in configure.in leads to useless regexp in co 2 days
> http://bugs.python.org/issue4316 georg.brandl
> patch
>
> Buffer overflow in imageop module 5 days
> http://bugs.python.org/issue4317 amaury.forgeotdarc
> patch
>
> unintended syntax error with decorators, parenthesis, and dots? 1 days
> http://bugs.python.org/issue4321 georg.brandl
>
>
> locale documentation is inconsistent 1 days
> http://bugs.python.org/issue4324 georg.brandl
>
>
> type of UserList instance returns class instead of instance 3 days
> http://bugs.python.org/issue4326 georg.brandl
>
>
> wsgiref.validate doesn't accept arguments to readline 1 days
> http://bugs.python.org/issue4330 ianb
>
>
> asyncore.file_dispatcher does not use dup()'ed fd 3 days
> http://bugs.python.org/issue4332 josiahcarlson
> patch
>
> Mac Build Script is broken for 2.6 release 0 days
> http://bugs.python.org/issue4334 benjamin.peterson
>
>
> Iteration over a map object with list() 1 days
> http://bugs.python.org/issue4337 jmfauth
>
>
> TypeError (bytes/str) in distutils command "upload" 3 days
> http://bugs.python.org/issue4338 amaury.forgeotdarc
> patch
>
> Fix set-like dictview doc 0 days
> http://bugs.python.org/issue4339 benjamin.peterson
>
>
> Update __hash__ doc 0 days
> http://bugs.python.org/issue4341 benjamin.peterson
>
>
> crash upon launch 0 days
> http://bugs.python.org/issue4344 loewis
>
>
> bytearray methods returning self 1 days
> http://bugs.python.org/issue4348 benjamin.peterson
> patch, needs review
>
> sys.path includes extraneous junk 0 days
> http://bugs.python.org/issue4349 benjamin.peterson
> patch, needs review
>
> Move description what a trace should should return to settrace f 1 days
> http://bugs.python.org/issue4353 benjamin.peterson
>
>
> distutils.command.register is broken 1 days
> http://bugs.python.org/issue4354 loewis
> patch
>
> Add "key" argument to "bisect" module functions 1 days
> http://bugs.python.org/issue4356 marketdickinson
>
>
> frozen?set operations create incorrectly initialized instances o 0 days
> http://bugs.python.org/issue4357 amaury.forgeotdarc
>
>
> SystemError when method has both super() & closure 0 days
> http://bugs.python.org/issue4360 barry
> patch
>
> FileIO object in io module 0 days
> http://bugs.python.org/issue4362 benjamin.peterson
> patch, needs review
>
> __cmp__ removal not in What's New 1 days
> http://bugs.python.org/issue4372 haypo
>
>
> Using deiconify() hangs on exit 2646 days
> http://bugs.python.org/issue453489 amaury.forgeotdarc
>
>
> sys.stdout problems with pythonw.exe 1616 days
> http://bugs.python.org/issue973507 amaury.forgeotdarc
>
>
> A subclass of set doesn't always have __init__ called. 547 days
> http://bugs.python.org/issue1721812 rhettinger
> patch
>
>
>
> Top Issues Most Discussed (10)
> ______________________________
>
> 15 datetime: define division timedelta/timedelta 208 days
> open http://bugs.python.org/issue2706
>
> 12 Tkinter binding involving Control-spacebar raises unicode error 4 days
> open http://bugs.python.org/issue1028
>
> 10 TypeError (bytes/str) in distutils command "upload" 3 days
> closed http://bugs.python.org/issue4338
>
> 10 type of UserList instance returns class instead of instance 3 days
> closed http://bugs.python.org/issue4326
>
> 10 missing update() in _Screen.setup() of Lib/turtle.py 39 days
> open http://bugs.python.org/issue4117
>
> 10 Byte/string inconsistencies between different dbm modules 1 days
> open http://bugs.python.org/issue3799
>
> 8 FileIO object in io module 0 days
> closed http://bugs.python.org/issue4362
>
> 8 bytearray methods returning self 1 days
> closed http://bugs.python.org/issue4348
>
> 7 Reference leaks in Python 3.0rc3 1 days
> open http://bugs.python.org/issue4373
>
> 7 SystemError when method has both super() & closure 0 days
> closed http://bugs.python.org/issue4360
>
>
>
>
> _______________________________________________
> 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/jeremy%40alum.mit.edu
>
>
_______________________________________________
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/list-python-dev%40lists.gossamer-threads.com
Re: Summary of Python tracker Issues [ In reply to ]
On Mon, Nov 24, 2008 at 08:58, Jeremy Hylton <jeremy@alum.mit.edu> wrote:
> I wanted to ask a policy question on the bug tracker. What are we
> doing with bugs filed against Python 2.4?
> This bug http://bugs.python.org/issue1208304 reports a fd leak in
> Python 2.4, which doesn't exist in the head. Since Python 2.4 is in
> security-fix only mode, is it fair to close this with a won't fix?
>

I think so.

> A meta-question: Is there a document that has any tips on how to
> handle bug reports? It might be helpful to have a list of hints or
> policy decisions to help people decide what to do with bugs.

It's coming. I just have not gotten around to it yet. I plan to
outline the basic steps in the life of an issue and that includes
closing an issue and the various reasons this can happen.

-Brett


>
> Jeremy
>
> On Fri, Nov 21, 2008 at 12:06 PM, Python tracker <status@bugs.python.org> wrote:
>>
>> ACTIVITY SUMMARY (11/14/08 - 11/21/08)
>> Python tracker at http://bugs.python.org/
>>
>> To view or respond to any of the issues listed below, click on the issue
>> number. Do NOT respond to this message.
>>
>>
>> 2194 open (+35) / 14007 closed (+18) / 16201 total (+53)
>>
>> Open issues with patches: 728
>>
>> Average duration of open issues: 712 days.
>> Median duration of open issues: 2043 days.
>>
>> Open Issues Breakdown
>> open 2177 (+35)
>> pending 17 ( +0)
>>
>> Issues Created Or Reopened (56)
>> _______________________________
>>
>> Tkinter binding involving Control-spacebar raises unicode error 11/18/08
>> http://bugs.python.org/issue1028 reopened ocean-city
>> patch
>>
>> Byte/string inconsistencies between different dbm modules 11/21/08
>> http://bugs.python.org/issue3799 reopened brett.cannon
>> patch, needs review
>>
>> type of UserList instance returns class instead of instance 11/14/08
>> CLOSED http://bugs.python.org/issue4326 created chafporte
>>
>>
>> Patch: simplify complex constant assignment statements 11/14/08
>> http://bugs.python.org/issue4327 created novalis_dt
>> patch
>>
>> "à" in u"foo" raises a misleading error 11/15/08
>> http://bugs.python.org/issue4328 created ezio.melotti
>>
>>
>> base64 does not properly handle unicode strings 11/15/08
>> http://bugs.python.org/issue4329 created mbecker
>>
>>
>> wsgiref.validate doesn't accept arguments to readline 11/16/08
>> CLOSED http://bugs.python.org/issue4330 created ianb
>>
>>
>> Can't use _functools.partial() created function as method 11/16/08
>> http://bugs.python.org/issue4331 created ssadler
>>
>>
>> asyncore.file_dispatcher does not use dup()'ed fd 11/17/08
>> CLOSED http://bugs.python.org/issue4332 created christianbecke
>> patch
>>
>> Reworked Dialog.py 11/17/08
>> http://bugs.python.org/issue4333 created gpolo
>> patch
>>
>> Mac Build Script is broken for 2.6 release 11/17/08
>> CLOSED http://bugs.python.org/issue4334 created ngift
>>
>>
>> inspect.getsourcelines ignores last line in module 11/17/08
>> http://bugs.python.org/issue4335 created RafeSacks
>>
>>
>> Fix performance issues in xmlrpclib 11/17/08
>> http://bugs.python.org/issue4336 created krisvale
>> patch, patch, easy
>>
>> Iteration over a map object with list() 11/17/08
>> CLOSED http://bugs.python.org/issue4337 created jmfauth
>>
>>
>> TypeError (bytes/str) in distutils command "upload" 11/17/08
>> CLOSED http://bugs.python.org/issue4338 created hagen
>> patch
>>
>> Fix set-like dictview doc 11/17/08
>> CLOSED http://bugs.python.org/issue4339 created tjreedy
>>
>>
>> xmlrpc.client - default 'SlowParser' not defined 11/17/08
>> http://bugs.python.org/issue4340 created mwatkins
>>
>>
>> Update __hash__ doc 11/17/08
>> CLOSED http://bugs.python.org/issue4341 created tjreedy
>>
>>
>> (Tkinter) Please backport these 11/18/08
>> http://bugs.python.org/issue4342 created gpolo
>>
>>
>> New function in Tkinter.py: setup_master 11/18/08
>> http://bugs.python.org/issue4343 created gpolo
>> patch
>>
>> crash upon launch 11/18/08
>> CLOSED http://bugs.python.org/issue4344 created source.mod
>>
>>
>> Implement nb_nonzero for PyTclObject 11/18/08
>> http://bugs.python.org/issue4345 created gpolo
>> patch
>>
>> PyObject_CallMethod changes the exception message already set by 11/18/08
>> http://bugs.python.org/issue4346 created gpolo
>> patch
>>
>> Dependencies of graminit.h are not rebuilt when the file is rege 11/18/08
>> http://bugs.python.org/issue4347 created thomas.lee
>> patch
>>
>> bytearray methods returning self 11/18/08
>> CLOSED http://bugs.python.org/issue4348 created DinoV
>> patch, needs review
>>
>> sys.path includes extraneous junk 11/18/08
>> CLOSED http://bugs.python.org/issue4349 created exarkun
>> patch, needs review
>>
>> Remove dead code from Tkinter.py 11/19/08
>> http://bugs.python.org/issue4350 created gpolo
>> patch
>>
>> [PATCH] Better stacklevel for GzipFile.filename DeprecationWarni 11/19/08
>> http://bugs.python.org/issue4351 created pjenvey
>> patch
>>
>> imp.find_module() fails with a UnicodeDecodeError when called wi 11/19/08
>> http://bugs.python.org/issue4352 created Jukka Aho
>>
>>
>> Move description what a trace should should return to settrace f 11/19/08
>> CLOSED http://bugs.python.org/issue4353 created rocky
>>
>>
>> distutils.command.register is broken 11/19/08
>> CLOSED http://bugs.python.org/issue4354 created hagen
>> patch
>>
>> Error in docs of urllib.request and urllib.parse 11/19/08
>> http://bugs.python.org/issue4355 created hagen
>> patch
>>
>> Add "key" argument to "bisect" module functions 11/19/08
>> CLOSED http://bugs.python.org/issue4356 created tebeka
>>
>>
>> frozen?set operations create incorrectly initialized instances o 11/19/08
>> CLOSED http://bugs.python.org/issue4357 created alexhsamuel
>>
>>
>> Segfault in stringobject.c 11/19/08
>> http://bugs.python.org/issue4358 created farshad
>>
>>
>> at runtime, distutils uses buildtime files 11/19/08
>> http://bugs.python.org/issue4359 created a.badger
>>
>>
>> SystemError when method has both super() & closure 11/20/08
>> CLOSED http://bugs.python.org/issue4360 created kaizhu
>> patch
>>
>> Docstring for "Lib/string.py" is outdated 11/20/08
>> http://bugs.python.org/issue4361 created thp
>> patch
>>
>> FileIO object in io module 11/20/08
>> CLOSED http://bugs.python.org/issue4362 reopened barry
>> patch, needs review
>>
>> Make uuid module functions usable without ctypes 11/20/08
>> http://bugs.python.org/issue4363 created hdima
>> patch
>>
>> error in multiprocessing docs - rawvalue 11/20/08
>> http://bugs.python.org/issue4364 created dursobr
>>
>>
>> Add CRT version info in msvcrt module 11/20/08
>> http://bugs.python.org/issue4365 created cdavid
>> patch
>>
>> cannot find -lpython2.5 when buinding Python 2.5.2 on FreeBSD 4. 11/20/08
>> http://bugs.python.org/issue4366 created akitada
>>
>>
>> segmentation fault in ast_for_atom 11/20/08
>> http://bugs.python.org/issue4367 created ot
>> patch, needs review
>>
>> A bug in ncurses.h still exists in FreeBSD 4.9 - 4.11 11/20/08
>> http://bugs.python.org/issue4368 created akitada
>> patch
>>
>> Error building to a nonstandard prefix (with patch) 11/20/08
>> http://bugs.python.org/issue4369 created ot
>> patch
>>
>> warning: unknown conversion type character `z' in format 11/20/08
>> http://bugs.python.org/issue4370 created akitada
>>
>>
>> coerce gone---but not from docs 11/20/08
>> http://bugs.python.org/issue4371 created LambertDW
>>
>>
>> __cmp__ removal not in What's New 11/20/08
>> CLOSED http://bugs.python.org/issue4372 created tjreedy
>>
>>
>> Reference leaks in Python 3.0rc3 11/21/08
>> http://bugs.python.org/issue4373 created christian.heimes
>> patch
>>
>> Pickle tests fail w/o _pickle extension 11/21/08
>> http://bugs.python.org/issue4374 created christian.heimes
>>
>>
>> inspect.getsource doesn't work with PYTHONPATH and source compil 11/21/08
>> http://bugs.python.org/issue4375 created erickt
>>
>>
>> Nested ctypes 'BigEndianStructure' fails 11/21/08
>> http://bugs.python.org/issue4376 created castironpi
>>
>>
>> tokenize.detect_encoding() and Mac newline 11/21/08
>> http://bugs.python.org/issue4377 created haypo
>>
>>
>> howto doc update 11/21/08
>> http://bugs.python.org/issue4378 created LambertDW
>>
>>
>> Fix exception pickling: Move initial args assignment to BaseExce 11/18/08
>> http://bugs.python.org/issue1692335 reopened gvanrossum
>> patch
>>
>>
>>
>> Issues Now Closed (40)
>> ______________________
>>
>> Problem with doctest and decorated functions 441 days
>> http://bugs.python.org/issue1108 skip.montanaro
>>
>>
>> conditional jump to a POP_TOP optimization 253 days
>> http://bugs.python.org/issue2260 rhettinger
>> patch
>>
>> NULL member in modules_by_index 131 days
>> http://bugs.python.org/issue3327 loewis
>> patch, easy
>>
>> test_cpickle crash on AMD64 Windows build 88 days
>> http://bugs.python.org/issue3640 loewis
>> patch, 64bit
>>
>> pressing HOME key in IDLE editor ends IDLE 81 days
>> http://bugs.python.org/issue3679 tjreedy
>>
>>
>> configure --with-threads on cygwin => crash on thread related te 58 days
>> http://bugs.python.org/issue3947 ocean-city
>> patch
>>
>> ignored exceptions in generators (regression?) 43 days
>> http://bugs.python.org/issue4040 benjamin.peterson
>>
>>
>> Document the effects of NotImplemented on == and != 43 days
>> http://bugs.python.org/issue4087 marketdickinson
>>
>>
>> Documenting set comparisons and operations 39 days
>> http://bugs.python.org/issue4090 rhettinger
>> patch
>>
>> name conflict in ScrolledCanvas.__init__() in Lib/turtle.py 36 days
>> http://bugs.python.org/issue4116 loewis
>> patch
>>
>> "__getattr__" can't be a descriptor 19 days
>> http://bugs.python.org/issue4230 benjamin.peterson
>> patch
>>
>> Python 2.6 installer crashes when selecting 'advanced' and cance 10 days
>> http://bugs.python.org/issue4289 loewis
>>
>>
>> email package with unicode subject/body 8 days
>> http://bugs.python.org/issue4306 barry
>> patch
>>
>> Unicode in distutils meta-data? 4 days
>> http://bugs.python.org/issue4312 loewis
>>
>>
>> IDLE segfault at exit 5 days
>> http://bugs.python.org/issue4313 ocean-city
>>
>>
>> Improper use of [] in configure.in leads to useless regexp in co 2 days
>> http://bugs.python.org/issue4316 georg.brandl
>> patch
>>
>> Buffer overflow in imageop module 5 days
>> http://bugs.python.org/issue4317 amaury.forgeotdarc
>> patch
>>
>> unintended syntax error with decorators, parenthesis, and dots? 1 days
>> http://bugs.python.org/issue4321 georg.brandl
>>
>>
>> locale documentation is inconsistent 1 days
>> http://bugs.python.org/issue4324 georg.brandl
>>
>>
>> type of UserList instance returns class instead of instance 3 days
>> http://bugs.python.org/issue4326 georg.brandl
>>
>>
>> wsgiref.validate doesn't accept arguments to readline 1 days
>> http://bugs.python.org/issue4330 ianb
>>
>>
>> asyncore.file_dispatcher does not use dup()'ed fd 3 days
>> http://bugs.python.org/issue4332 josiahcarlson
>> patch
>>
>> Mac Build Script is broken for 2.6 release 0 days
>> http://bugs.python.org/issue4334 benjamin.peterson
>>
>>
>> Iteration over a map object with list() 1 days
>> http://bugs.python.org/issue4337 jmfauth
>>
>>
>> TypeError (bytes/str) in distutils command "upload" 3 days
>> http://bugs.python.org/issue4338 amaury.forgeotdarc
>> patch
>>
>> Fix set-like dictview doc 0 days
>> http://bugs.python.org/issue4339 benjamin.peterson
>>
>>
>> Update __hash__ doc 0 days
>> http://bugs.python.org/issue4341 benjamin.peterson
>>
>>
>> crash upon launch 0 days
>> http://bugs.python.org/issue4344 loewis
>>
>>
>> bytearray methods returning self 1 days
>> http://bugs.python.org/issue4348 benjamin.peterson
>> patch, needs review
>>
>> sys.path includes extraneous junk 0 days
>> http://bugs.python.org/issue4349 benjamin.peterson
>> patch, needs review
>>
>> Move description what a trace should should return to settrace f 1 days
>> http://bugs.python.org/issue4353 benjamin.peterson
>>
>>
>> distutils.command.register is broken 1 days
>> http://bugs.python.org/issue4354 loewis
>> patch
>>
>> Add "key" argument to "bisect" module functions 1 days
>> http://bugs.python.org/issue4356 marketdickinson
>>
>>
>> frozen?set operations create incorrectly initialized instances o 0 days
>> http://bugs.python.org/issue4357 amaury.forgeotdarc
>>
>>
>> SystemError when method has both super() & closure 0 days
>> http://bugs.python.org/issue4360 barry
>> patch
>>
>> FileIO object in io module 0 days
>> http://bugs.python.org/issue4362 benjamin.peterson
>> patch, needs review
>>
>> __cmp__ removal not in What's New 1 days
>> http://bugs.python.org/issue4372 haypo
>>
>>
>> Using deiconify() hangs on exit 2646 days
>> http://bugs.python.org/issue453489 amaury.forgeotdarc
>>
>>
>> sys.stdout problems with pythonw.exe 1616 days
>> http://bugs.python.org/issue973507 amaury.forgeotdarc
>>
>>
>> A subclass of set doesn't always have __init__ called. 547 days
>> http://bugs.python.org/issue1721812 rhettinger
>> patch
>>
>>
>>
>> Top Issues Most Discussed (10)
>> ______________________________
>>
>> 15 datetime: define division timedelta/timedelta 208 days
>> open http://bugs.python.org/issue2706
>>
>> 12 Tkinter binding involving Control-spacebar raises unicode error 4 days
>> open http://bugs.python.org/issue1028
>>
>> 10 TypeError (bytes/str) in distutils command "upload" 3 days
>> closed http://bugs.python.org/issue4338
>>
>> 10 type of UserList instance returns class instead of instance 3 days
>> closed http://bugs.python.org/issue4326
>>
>> 10 missing update() in _Screen.setup() of Lib/turtle.py 39 days
>> open http://bugs.python.org/issue4117
>>
>> 10 Byte/string inconsistencies between different dbm modules 1 days
>> open http://bugs.python.org/issue3799
>>
>> 8 FileIO object in io module 0 days
>> closed http://bugs.python.org/issue4362
>>
>> 8 bytearray methods returning self 1 days
>> closed http://bugs.python.org/issue4348
>>
>> 7 Reference leaks in Python 3.0rc3 1 days
>> open http://bugs.python.org/issue4373
>>
>> 7 SystemError when method has both super() & closure 0 days
>> closed http://bugs.python.org/issue4360
>>
>>
>>
>>
>> _______________________________________________
>> 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/jeremy%40alum.mit.edu
>>
>>
> _______________________________________________
> 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/brett%40python.org
>
_______________________________________________
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/list-python-dev%40lists.gossamer-threads.com
Re: Summary of Python tracker Issues [ In reply to ]
On Mon, Nov 24, 2008 at 12:54 PM, Brett Cannon <brett@python.org> wrote:
> On Mon, Nov 24, 2008 at 08:58, Jeremy Hylton <jeremy@alum.mit.edu> wrote:
>> I wanted to ask a policy question on the bug tracker. What are we
>> doing with bugs filed against Python 2.4?
>> This bug http://bugs.python.org/issue1208304 reports a fd leak in
>> Python 2.4, which doesn't exist in the head. Since Python 2.4 is in
>> security-fix only mode, is it fair to close this with a won't fix?
>>
>
> I think so.
>
>> A meta-question: Is there a document that has any tips on how to
>> handle bug reports? It might be helpful to have a list of hints or
>> policy decisions to help people decide what to do with bugs.
>
> It's coming. I just have not gotten around to it yet. I plan to
> outline the basic steps in the life of an issue and that includes
> closing an issue and the various reasons this can happen.

If you put up skeleton doc, I can add a note to this effect.

Jeremy

>
> -Brett
>
>
>>
>> Jeremy
>>
>> On Fri, Nov 21, 2008 at 12:06 PM, Python tracker <status@bugs.python.org> wrote:
>>>
>>> ACTIVITY SUMMARY (11/14/08 - 11/21/08)
>>> Python tracker at http://bugs.python.org/
>>>
>>> To view or respond to any of the issues listed below, click on the issue
>>> number. Do NOT respond to this message.
>>>
>>>
>>> 2194 open (+35) / 14007 closed (+18) / 16201 total (+53)
>>>
>>> Open issues with patches: 728
>>>
>>> Average duration of open issues: 712 days.
>>> Median duration of open issues: 2043 days.
>>>
>>> Open Issues Breakdown
>>> open 2177 (+35)
>>> pending 17 ( +0)
>>>
>>> Issues Created Or Reopened (56)
>>> _______________________________
>>>
>>> Tkinter binding involving Control-spacebar raises unicode error 11/18/08
>>> http://bugs.python.org/issue1028 reopened ocean-city
>>> patch
>>>
>>> Byte/string inconsistencies between different dbm modules 11/21/08
>>> http://bugs.python.org/issue3799 reopened brett.cannon
>>> patch, needs review
>>>
>>> type of UserList instance returns class instead of instance 11/14/08
>>> CLOSED http://bugs.python.org/issue4326 created chafporte
>>>
>>>
>>> Patch: simplify complex constant assignment statements 11/14/08
>>> http://bugs.python.org/issue4327 created novalis_dt
>>> patch
>>>
>>> "à" in u"foo" raises a misleading error 11/15/08
>>> http://bugs.python.org/issue4328 created ezio.melotti
>>>
>>>
>>> base64 does not properly handle unicode strings 11/15/08
>>> http://bugs.python.org/issue4329 created mbecker
>>>
>>>
>>> wsgiref.validate doesn't accept arguments to readline 11/16/08
>>> CLOSED http://bugs.python.org/issue4330 created ianb
>>>
>>>
>>> Can't use _functools.partial() created function as method 11/16/08
>>> http://bugs.python.org/issue4331 created ssadler
>>>
>>>
>>> asyncore.file_dispatcher does not use dup()'ed fd 11/17/08
>>> CLOSED http://bugs.python.org/issue4332 created christianbecke
>>> patch
>>>
>>> Reworked Dialog.py 11/17/08
>>> http://bugs.python.org/issue4333 created gpolo
>>> patch
>>>
>>> Mac Build Script is broken for 2.6 release 11/17/08
>>> CLOSED http://bugs.python.org/issue4334 created ngift
>>>
>>>
>>> inspect.getsourcelines ignores last line in module 11/17/08
>>> http://bugs.python.org/issue4335 created RafeSacks
>>>
>>>
>>> Fix performance issues in xmlrpclib 11/17/08
>>> http://bugs.python.org/issue4336 created krisvale
>>> patch, patch, easy
>>>
>>> Iteration over a map object with list() 11/17/08
>>> CLOSED http://bugs.python.org/issue4337 created jmfauth
>>>
>>>
>>> TypeError (bytes/str) in distutils command "upload" 11/17/08
>>> CLOSED http://bugs.python.org/issue4338 created hagen
>>> patch
>>>
>>> Fix set-like dictview doc 11/17/08
>>> CLOSED http://bugs.python.org/issue4339 created tjreedy
>>>
>>>
>>> xmlrpc.client - default 'SlowParser' not defined 11/17/08
>>> http://bugs.python.org/issue4340 created mwatkins
>>>
>>>
>>> Update __hash__ doc 11/17/08
>>> CLOSED http://bugs.python.org/issue4341 created tjreedy
>>>
>>>
>>> (Tkinter) Please backport these 11/18/08
>>> http://bugs.python.org/issue4342 created gpolo
>>>
>>>
>>> New function in Tkinter.py: setup_master 11/18/08
>>> http://bugs.python.org/issue4343 created gpolo
>>> patch
>>>
>>> crash upon launch 11/18/08
>>> CLOSED http://bugs.python.org/issue4344 created source.mod
>>>
>>>
>>> Implement nb_nonzero for PyTclObject 11/18/08
>>> http://bugs.python.org/issue4345 created gpolo
>>> patch
>>>
>>> PyObject_CallMethod changes the exception message already set by 11/18/08
>>> http://bugs.python.org/issue4346 created gpolo
>>> patch
>>>
>>> Dependencies of graminit.h are not rebuilt when the file is rege 11/18/08
>>> http://bugs.python.org/issue4347 created thomas.lee
>>> patch
>>>
>>> bytearray methods returning self 11/18/08
>>> CLOSED http://bugs.python.org/issue4348 created DinoV
>>> patch, needs review
>>>
>>> sys.path includes extraneous junk 11/18/08
>>> CLOSED http://bugs.python.org/issue4349 created exarkun
>>> patch, needs review
>>>
>>> Remove dead code from Tkinter.py 11/19/08
>>> http://bugs.python.org/issue4350 created gpolo
>>> patch
>>>
>>> [PATCH] Better stacklevel for GzipFile.filename DeprecationWarni 11/19/08
>>> http://bugs.python.org/issue4351 created pjenvey
>>> patch
>>>
>>> imp.find_module() fails with a UnicodeDecodeError when called wi 11/19/08
>>> http://bugs.python.org/issue4352 created Jukka Aho
>>>
>>>
>>> Move description what a trace should should return to settrace f 11/19/08
>>> CLOSED http://bugs.python.org/issue4353 created rocky
>>>
>>>
>>> distutils.command.register is broken 11/19/08
>>> CLOSED http://bugs.python.org/issue4354 created hagen
>>> patch
>>>
>>> Error in docs of urllib.request and urllib.parse 11/19/08
>>> http://bugs.python.org/issue4355 created hagen
>>> patch
>>>
>>> Add "key" argument to "bisect" module functions 11/19/08
>>> CLOSED http://bugs.python.org/issue4356 created tebeka
>>>
>>>
>>> frozen?set operations create incorrectly initialized instances o 11/19/08
>>> CLOSED http://bugs.python.org/issue4357 created alexhsamuel
>>>
>>>
>>> Segfault in stringobject.c 11/19/08
>>> http://bugs.python.org/issue4358 created farshad
>>>
>>>
>>> at runtime, distutils uses buildtime files 11/19/08
>>> http://bugs.python.org/issue4359 created a.badger
>>>
>>>
>>> SystemError when method has both super() & closure 11/20/08
>>> CLOSED http://bugs.python.org/issue4360 created kaizhu
>>> patch
>>>
>>> Docstring for "Lib/string.py" is outdated 11/20/08
>>> http://bugs.python.org/issue4361 created thp
>>> patch
>>>
>>> FileIO object in io module 11/20/08
>>> CLOSED http://bugs.python.org/issue4362 reopened barry
>>> patch, needs review
>>>
>>> Make uuid module functions usable without ctypes 11/20/08
>>> http://bugs.python.org/issue4363 created hdima
>>> patch
>>>
>>> error in multiprocessing docs - rawvalue 11/20/08
>>> http://bugs.python.org/issue4364 created dursobr
>>>
>>>
>>> Add CRT version info in msvcrt module 11/20/08
>>> http://bugs.python.org/issue4365 created cdavid
>>> patch
>>>
>>> cannot find -lpython2.5 when buinding Python 2.5.2 on FreeBSD 4. 11/20/08
>>> http://bugs.python.org/issue4366 created akitada
>>>
>>>
>>> segmentation fault in ast_for_atom 11/20/08
>>> http://bugs.python.org/issue4367 created ot
>>> patch, needs review
>>>
>>> A bug in ncurses.h still exists in FreeBSD 4.9 - 4.11 11/20/08
>>> http://bugs.python.org/issue4368 created akitada
>>> patch
>>>
>>> Error building to a nonstandard prefix (with patch) 11/20/08
>>> http://bugs.python.org/issue4369 created ot
>>> patch
>>>
>>> warning: unknown conversion type character `z' in format 11/20/08
>>> http://bugs.python.org/issue4370 created akitada
>>>
>>>
>>> coerce gone---but not from docs 11/20/08
>>> http://bugs.python.org/issue4371 created LambertDW
>>>
>>>
>>> __cmp__ removal not in What's New 11/20/08
>>> CLOSED http://bugs.python.org/issue4372 created tjreedy
>>>
>>>
>>> Reference leaks in Python 3.0rc3 11/21/08
>>> http://bugs.python.org/issue4373 created christian.heimes
>>> patch
>>>
>>> Pickle tests fail w/o _pickle extension 11/21/08
>>> http://bugs.python.org/issue4374 created christian.heimes
>>>
>>>
>>> inspect.getsource doesn't work with PYTHONPATH and source compil 11/21/08
>>> http://bugs.python.org/issue4375 created erickt
>>>
>>>
>>> Nested ctypes 'BigEndianStructure' fails 11/21/08
>>> http://bugs.python.org/issue4376 created castironpi
>>>
>>>
>>> tokenize.detect_encoding() and Mac newline 11/21/08
>>> http://bugs.python.org/issue4377 created haypo
>>>
>>>
>>> howto doc update 11/21/08
>>> http://bugs.python.org/issue4378 created LambertDW
>>>
>>>
>>> Fix exception pickling: Move initial args assignment to BaseExce 11/18/08
>>> http://bugs.python.org/issue1692335 reopened gvanrossum
>>> patch
>>>
>>>
>>>
>>> Issues Now Closed (40)
>>> ______________________
>>>
>>> Problem with doctest and decorated functions 441 days
>>> http://bugs.python.org/issue1108 skip.montanaro
>>>
>>>
>>> conditional jump to a POP_TOP optimization 253 days
>>> http://bugs.python.org/issue2260 rhettinger
>>> patch
>>>
>>> NULL member in modules_by_index 131 days
>>> http://bugs.python.org/issue3327 loewis
>>> patch, easy
>>>
>>> test_cpickle crash on AMD64 Windows build 88 days
>>> http://bugs.python.org/issue3640 loewis
>>> patch, 64bit
>>>
>>> pressing HOME key in IDLE editor ends IDLE 81 days
>>> http://bugs.python.org/issue3679 tjreedy
>>>
>>>
>>> configure --with-threads on cygwin => crash on thread related te 58 days
>>> http://bugs.python.org/issue3947 ocean-city
>>> patch
>>>
>>> ignored exceptions in generators (regression?) 43 days
>>> http://bugs.python.org/issue4040 benjamin.peterson
>>>
>>>
>>> Document the effects of NotImplemented on == and != 43 days
>>> http://bugs.python.org/issue4087 marketdickinson
>>>
>>>
>>> Documenting set comparisons and operations 39 days
>>> http://bugs.python.org/issue4090 rhettinger
>>> patch
>>>
>>> name conflict in ScrolledCanvas.__init__() in Lib/turtle.py 36 days
>>> http://bugs.python.org/issue4116 loewis
>>> patch
>>>
>>> "__getattr__" can't be a descriptor 19 days
>>> http://bugs.python.org/issue4230 benjamin.peterson
>>> patch
>>>
>>> Python 2.6 installer crashes when selecting 'advanced' and cance 10 days
>>> http://bugs.python.org/issue4289 loewis
>>>
>>>
>>> email package with unicode subject/body 8 days
>>> http://bugs.python.org/issue4306 barry
>>> patch
>>>
>>> Unicode in distutils meta-data? 4 days
>>> http://bugs.python.org/issue4312 loewis
>>>
>>>
>>> IDLE segfault at exit 5 days
>>> http://bugs.python.org/issue4313 ocean-city
>>>
>>>
>>> Improper use of [] in configure.in leads to useless regexp in co 2 days
>>> http://bugs.python.org/issue4316 georg.brandl
>>> patch
>>>
>>> Buffer overflow in imageop module 5 days
>>> http://bugs.python.org/issue4317 amaury.forgeotdarc
>>> patch
>>>
>>> unintended syntax error with decorators, parenthesis, and dots? 1 days
>>> http://bugs.python.org/issue4321 georg.brandl
>>>
>>>
>>> locale documentation is inconsistent 1 days
>>> http://bugs.python.org/issue4324 georg.brandl
>>>
>>>
>>> type of UserList instance returns class instead of instance 3 days
>>> http://bugs.python.org/issue4326 georg.brandl
>>>
>>>
>>> wsgiref.validate doesn't accept arguments to readline 1 days
>>> http://bugs.python.org/issue4330 ianb
>>>
>>>
>>> asyncore.file_dispatcher does not use dup()'ed fd 3 days
>>> http://bugs.python.org/issue4332 josiahcarlson
>>> patch
>>>
>>> Mac Build Script is broken for 2.6 release 0 days
>>> http://bugs.python.org/issue4334 benjamin.peterson
>>>
>>>
>>> Iteration over a map object with list() 1 days
>>> http://bugs.python.org/issue4337 jmfauth
>>>
>>>
>>> TypeError (bytes/str) in distutils command "upload" 3 days
>>> http://bugs.python.org/issue4338 amaury.forgeotdarc
>>> patch
>>>
>>> Fix set-like dictview doc 0 days
>>> http://bugs.python.org/issue4339 benjamin.peterson
>>>
>>>
>>> Update __hash__ doc 0 days
>>> http://bugs.python.org/issue4341 benjamin.peterson
>>>
>>>
>>> crash upon launch 0 days
>>> http://bugs.python.org/issue4344 loewis
>>>
>>>
>>> bytearray methods returning self 1 days
>>> http://bugs.python.org/issue4348 benjamin.peterson
>>> patch, needs review
>>>
>>> sys.path includes extraneous junk 0 days
>>> http://bugs.python.org/issue4349 benjamin.peterson
>>> patch, needs review
>>>
>>> Move description what a trace should should return to settrace f 1 days
>>> http://bugs.python.org/issue4353 benjamin.peterson
>>>
>>>
>>> distutils.command.register is broken 1 days
>>> http://bugs.python.org/issue4354 loewis
>>> patch
>>>
>>> Add "key" argument to "bisect" module functions 1 days
>>> http://bugs.python.org/issue4356 marketdickinson
>>>
>>>
>>> frozen?set operations create incorrectly initialized instances o 0 days
>>> http://bugs.python.org/issue4357 amaury.forgeotdarc
>>>
>>>
>>> SystemError when method has both super() & closure 0 days
>>> http://bugs.python.org/issue4360 barry
>>> patch
>>>
>>> FileIO object in io module 0 days
>>> http://bugs.python.org/issue4362 benjamin.peterson
>>> patch, needs review
>>>
>>> __cmp__ removal not in What's New 1 days
>>> http://bugs.python.org/issue4372 haypo
>>>
>>>
>>> Using deiconify() hangs on exit 2646 days
>>> http://bugs.python.org/issue453489 amaury.forgeotdarc
>>>
>>>
>>> sys.stdout problems with pythonw.exe 1616 days
>>> http://bugs.python.org/issue973507 amaury.forgeotdarc
>>>
>>>
>>> A subclass of set doesn't always have __init__ called. 547 days
>>> http://bugs.python.org/issue1721812 rhettinger
>>> patch
>>>
>>>
>>>
>>> Top Issues Most Discussed (10)
>>> ______________________________
>>>
>>> 15 datetime: define division timedelta/timedelta 208 days
>>> open http://bugs.python.org/issue2706
>>>
>>> 12 Tkinter binding involving Control-spacebar raises unicode error 4 days
>>> open http://bugs.python.org/issue1028
>>>
>>> 10 TypeError (bytes/str) in distutils command "upload" 3 days
>>> closed http://bugs.python.org/issue4338
>>>
>>> 10 type of UserList instance returns class instead of instance 3 days
>>> closed http://bugs.python.org/issue4326
>>>
>>> 10 missing update() in _Screen.setup() of Lib/turtle.py 39 days
>>> open http://bugs.python.org/issue4117
>>>
>>> 10 Byte/string inconsistencies between different dbm modules 1 days
>>> open http://bugs.python.org/issue3799
>>>
>>> 8 FileIO object in io module 0 days
>>> closed http://bugs.python.org/issue4362
>>>
>>> 8 bytearray methods returning self 1 days
>>> closed http://bugs.python.org/issue4348
>>>
>>> 7 Reference leaks in Python 3.0rc3 1 days
>>> open http://bugs.python.org/issue4373
>>>
>>> 7 SystemError when method has both super() & closure 0 days
>>> closed http://bugs.python.org/issue4360
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> 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/jeremy%40alum.mit.edu
>>>
>>>
>> _______________________________________________
>> 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/brett%40python.org
>>
>
_______________________________________________
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/list-python-dev%40lists.gossamer-threads.com
Re: Summary of Python tracker Issues [ In reply to ]
On Mon, Nov 24, 2008 at 10:02, Jeremy Hylton <jeremy@alum.mit.edu> wrote:
> On Mon, Nov 24, 2008 at 12:54 PM, Brett Cannon <brett@python.org> wrote:
>> On Mon, Nov 24, 2008 at 08:58, Jeremy Hylton <jeremy@alum.mit.edu> wrote:
>>> I wanted to ask a policy question on the bug tracker. What are we
>>> doing with bugs filed against Python 2.4?
>>> This bug http://bugs.python.org/issue1208304 reports a fd leak in
>>> Python 2.4, which doesn't exist in the head. Since Python 2.4 is in
>>> security-fix only mode, is it fair to close this with a won't fix?
>>>
>>
>> I think so.
>>
>>> A meta-question: Is there a document that has any tips on how to
>>> handle bug reports? It might be helpful to have a list of hints or
>>> policy decisions to help people decide what to do with bugs.
>>
>> It's coming. I just have not gotten around to it yet. I plan to
>> outline the basic steps in the life of an issue and that includes
>> closing an issue and the various reasons this can happen.
>
> If you put up skeleton doc, I can add a note to this effect.
>

The doc I have for it is made up like five bullet points, so nothing
to really put up yet. But I did add another bullet point for this.

-Brett


> Jeremy
>
>>
>> -Brett
>>
>>
>>>
>>> Jeremy
>>>
>>> On Fri, Nov 21, 2008 at 12:06 PM, Python tracker <status@bugs.python.org> wrote:
>>>>
>>>> ACTIVITY SUMMARY (11/14/08 - 11/21/08)
>>>> Python tracker at http://bugs.python.org/
>>>>
>>>> To view or respond to any of the issues listed below, click on the issue
>>>> number. Do NOT respond to this message.
>>>>
>>>>
>>>> 2194 open (+35) / 14007 closed (+18) / 16201 total (+53)
>>>>
>>>> Open issues with patches: 728
>>>>
>>>> Average duration of open issues: 712 days.
>>>> Median duration of open issues: 2043 days.
>>>>
>>>> Open Issues Breakdown
>>>> open 2177 (+35)
>>>> pending 17 ( +0)
>>>>
>>>> Issues Created Or Reopened (56)
>>>> _______________________________
>>>>
>>>> Tkinter binding involving Control-spacebar raises unicode error 11/18/08
>>>> http://bugs.python.org/issue1028 reopened ocean-city
>>>> patch
>>>>
>>>> Byte/string inconsistencies between different dbm modules 11/21/08
>>>> http://bugs.python.org/issue3799 reopened brett.cannon
>>>> patch, needs review
>>>>
>>>> type of UserList instance returns class instead of instance 11/14/08
>>>> CLOSED http://bugs.python.org/issue4326 created chafporte
>>>>
>>>>
>>>> Patch: simplify complex constant assignment statements 11/14/08
>>>> http://bugs.python.org/issue4327 created novalis_dt
>>>> patch
>>>>
>>>> "à" in u"foo" raises a misleading error 11/15/08
>>>> http://bugs.python.org/issue4328 created ezio.melotti
>>>>
>>>>
>>>> base64 does not properly handle unicode strings 11/15/08
>>>> http://bugs.python.org/issue4329 created mbecker
>>>>
>>>>
>>>> wsgiref.validate doesn't accept arguments to readline 11/16/08
>>>> CLOSED http://bugs.python.org/issue4330 created ianb
>>>>
>>>>
>>>> Can't use _functools.partial() created function as method 11/16/08
>>>> http://bugs.python.org/issue4331 created ssadler
>>>>
>>>>
>>>> asyncore.file_dispatcher does not use dup()'ed fd 11/17/08
>>>> CLOSED http://bugs.python.org/issue4332 created christianbecke
>>>> patch
>>>>
>>>> Reworked Dialog.py 11/17/08
>>>> http://bugs.python.org/issue4333 created gpolo
>>>> patch
>>>>
>>>> Mac Build Script is broken for 2.6 release 11/17/08
>>>> CLOSED http://bugs.python.org/issue4334 created ngift
>>>>
>>>>
>>>> inspect.getsourcelines ignores last line in module 11/17/08
>>>> http://bugs.python.org/issue4335 created RafeSacks
>>>>
>>>>
>>>> Fix performance issues in xmlrpclib 11/17/08
>>>> http://bugs.python.org/issue4336 created krisvale
>>>> patch, patch, easy
>>>>
>>>> Iteration over a map object with list() 11/17/08
>>>> CLOSED http://bugs.python.org/issue4337 created jmfauth
>>>>
>>>>
>>>> TypeError (bytes/str) in distutils command "upload" 11/17/08
>>>> CLOSED http://bugs.python.org/issue4338 created hagen
>>>> patch
>>>>
>>>> Fix set-like dictview doc 11/17/08
>>>> CLOSED http://bugs.python.org/issue4339 created tjreedy
>>>>
>>>>
>>>> xmlrpc.client - default 'SlowParser' not defined 11/17/08
>>>> http://bugs.python.org/issue4340 created mwatkins
>>>>
>>>>
>>>> Update __hash__ doc 11/17/08
>>>> CLOSED http://bugs.python.org/issue4341 created tjreedy
>>>>
>>>>
>>>> (Tkinter) Please backport these 11/18/08
>>>> http://bugs.python.org/issue4342 created gpolo
>>>>
>>>>
>>>> New function in Tkinter.py: setup_master 11/18/08
>>>> http://bugs.python.org/issue4343 created gpolo
>>>> patch
>>>>
>>>> crash upon launch 11/18/08
>>>> CLOSED http://bugs.python.org/issue4344 created source.mod
>>>>
>>>>
>>>> Implement nb_nonzero for PyTclObject 11/18/08
>>>> http://bugs.python.org/issue4345 created gpolo
>>>> patch
>>>>
>>>> PyObject_CallMethod changes the exception message already set by 11/18/08
>>>> http://bugs.python.org/issue4346 created gpolo
>>>> patch
>>>>
>>>> Dependencies of graminit.h are not rebuilt when the file is rege 11/18/08
>>>> http://bugs.python.org/issue4347 created thomas.lee
>>>> patch
>>>>
>>>> bytearray methods returning self 11/18/08
>>>> CLOSED http://bugs.python.org/issue4348 created DinoV
>>>> patch, needs review
>>>>
>>>> sys.path includes extraneous junk 11/18/08
>>>> CLOSED http://bugs.python.org/issue4349 created exarkun
>>>> patch, needs review
>>>>
>>>> Remove dead code from Tkinter.py 11/19/08
>>>> http://bugs.python.org/issue4350 created gpolo
>>>> patch
>>>>
>>>> [PATCH] Better stacklevel for GzipFile.filename DeprecationWarni 11/19/08
>>>> http://bugs.python.org/issue4351 created pjenvey
>>>> patch
>>>>
>>>> imp.find_module() fails with a UnicodeDecodeError when called wi 11/19/08
>>>> http://bugs.python.org/issue4352 created Jukka Aho
>>>>
>>>>
>>>> Move description what a trace should should return to settrace f 11/19/08
>>>> CLOSED http://bugs.python.org/issue4353 created rocky
>>>>
>>>>
>>>> distutils.command.register is broken 11/19/08
>>>> CLOSED http://bugs.python.org/issue4354 created hagen
>>>> patch
>>>>
>>>> Error in docs of urllib.request and urllib.parse 11/19/08
>>>> http://bugs.python.org/issue4355 created hagen
>>>> patch
>>>>
>>>> Add "key" argument to "bisect" module functions 11/19/08
>>>> CLOSED http://bugs.python.org/issue4356 created tebeka
>>>>
>>>>
>>>> frozen?set operations create incorrectly initialized instances o 11/19/08
>>>> CLOSED http://bugs.python.org/issue4357 created alexhsamuel
>>>>
>>>>
>>>> Segfault in stringobject.c 11/19/08
>>>> http://bugs.python.org/issue4358 created farshad
>>>>
>>>>
>>>> at runtime, distutils uses buildtime files 11/19/08
>>>> http://bugs.python.org/issue4359 created a.badger
>>>>
>>>>
>>>> SystemError when method has both super() & closure 11/20/08
>>>> CLOSED http://bugs.python.org/issue4360 created kaizhu
>>>> patch
>>>>
>>>> Docstring for "Lib/string.py" is outdated 11/20/08
>>>> http://bugs.python.org/issue4361 created thp
>>>> patch
>>>>
>>>> FileIO object in io module 11/20/08
>>>> CLOSED http://bugs.python.org/issue4362 reopened barry
>>>> patch, needs review
>>>>
>>>> Make uuid module functions usable without ctypes 11/20/08
>>>> http://bugs.python.org/issue4363 created hdima
>>>> patch
>>>>
>>>> error in multiprocessing docs - rawvalue 11/20/08
>>>> http://bugs.python.org/issue4364 created dursobr
>>>>
>>>>
>>>> Add CRT version info in msvcrt module 11/20/08
>>>> http://bugs.python.org/issue4365 created cdavid
>>>> patch
>>>>
>>>> cannot find -lpython2.5 when buinding Python 2.5.2 on FreeBSD 4. 11/20/08
>>>> http://bugs.python.org/issue4366 created akitada
>>>>
>>>>
>>>> segmentation fault in ast_for_atom 11/20/08
>>>> http://bugs.python.org/issue4367 created ot
>>>> patch, needs review
>>>>
>>>> A bug in ncurses.h still exists in FreeBSD 4.9 - 4.11 11/20/08
>>>> http://bugs.python.org/issue4368 created akitada
>>>> patch
>>>>
>>>> Error building to a nonstandard prefix (with patch) 11/20/08
>>>> http://bugs.python.org/issue4369 created ot
>>>> patch
>>>>
>>>> warning: unknown conversion type character `z' in format 11/20/08
>>>> http://bugs.python.org/issue4370 created akitada
>>>>
>>>>
>>>> coerce gone---but not from docs 11/20/08
>>>> http://bugs.python.org/issue4371 created LambertDW
>>>>
>>>>
>>>> __cmp__ removal not in What's New 11/20/08
>>>> CLOSED http://bugs.python.org/issue4372 created tjreedy
>>>>
>>>>
>>>> Reference leaks in Python 3.0rc3 11/21/08
>>>> http://bugs.python.org/issue4373 created christian.heimes
>>>> patch
>>>>
>>>> Pickle tests fail w/o _pickle extension 11/21/08
>>>> http://bugs.python.org/issue4374 created christian.heimes
>>>>
>>>>
>>>> inspect.getsource doesn't work with PYTHONPATH and source compil 11/21/08
>>>> http://bugs.python.org/issue4375 created erickt
>>>>
>>>>
>>>> Nested ctypes 'BigEndianStructure' fails 11/21/08
>>>> http://bugs.python.org/issue4376 created castironpi
>>>>
>>>>
>>>> tokenize.detect_encoding() and Mac newline 11/21/08
>>>> http://bugs.python.org/issue4377 created haypo
>>>>
>>>>
>>>> howto doc update 11/21/08
>>>> http://bugs.python.org/issue4378 created LambertDW
>>>>
>>>>
>>>> Fix exception pickling: Move initial args assignment to BaseExce 11/18/08
>>>> http://bugs.python.org/issue1692335 reopened gvanrossum
>>>> patch
>>>>
>>>>
>>>>
>>>> Issues Now Closed (40)
>>>> ______________________
>>>>
>>>> Problem with doctest and decorated functions 441 days
>>>> http://bugs.python.org/issue1108 skip.montanaro
>>>>
>>>>
>>>> conditional jump to a POP_TOP optimization 253 days
>>>> http://bugs.python.org/issue2260 rhettinger
>>>> patch
>>>>
>>>> NULL member in modules_by_index 131 days
>>>> http://bugs.python.org/issue3327 loewis
>>>> patch, easy
>>>>
>>>> test_cpickle crash on AMD64 Windows build 88 days
>>>> http://bugs.python.org/issue3640 loewis
>>>> patch, 64bit
>>>>
>>>> pressing HOME key in IDLE editor ends IDLE 81 days
>>>> http://bugs.python.org/issue3679 tjreedy
>>>>
>>>>
>>>> configure --with-threads on cygwin => crash on thread related te 58 days
>>>> http://bugs.python.org/issue3947 ocean-city
>>>> patch
>>>>
>>>> ignored exceptions in generators (regression?) 43 days
>>>> http://bugs.python.org/issue4040 benjamin.peterson
>>>>
>>>>
>>>> Document the effects of NotImplemented on == and != 43 days
>>>> http://bugs.python.org/issue4087 marketdickinson
>>>>
>>>>
>>>> Documenting set comparisons and operations 39 days
>>>> http://bugs.python.org/issue4090 rhettinger
>>>> patch
>>>>
>>>> name conflict in ScrolledCanvas.__init__() in Lib/turtle.py 36 days
>>>> http://bugs.python.org/issue4116 loewis
>>>> patch
>>>>
>>>> "__getattr__" can't be a descriptor 19 days
>>>> http://bugs.python.org/issue4230 benjamin.peterson
>>>> patch
>>>>
>>>> Python 2.6 installer crashes when selecting 'advanced' and cance 10 days
>>>> http://bugs.python.org/issue4289 loewis
>>>>
>>>>
>>>> email package with unicode subject/body 8 days
>>>> http://bugs.python.org/issue4306 barry
>>>> patch
>>>>
>>>> Unicode in distutils meta-data? 4 days
>>>> http://bugs.python.org/issue4312 loewis
>>>>
>>>>
>>>> IDLE segfault at exit 5 days
>>>> http://bugs.python.org/issue4313 ocean-city
>>>>
>>>>
>>>> Improper use of [] in configure.in leads to useless regexp in co 2 days
>>>> http://bugs.python.org/issue4316 georg.brandl
>>>> patch
>>>>
>>>> Buffer overflow in imageop module 5 days
>>>> http://bugs.python.org/issue4317 amaury.forgeotdarc
>>>> patch
>>>>
>>>> unintended syntax error with decorators, parenthesis, and dots? 1 days
>>>> http://bugs.python.org/issue4321 georg.brandl
>>>>
>>>>
>>>> locale documentation is inconsistent 1 days
>>>> http://bugs.python.org/issue4324 georg.brandl
>>>>
>>>>
>>>> type of UserList instance returns class instead of instance 3 days
>>>> http://bugs.python.org/issue4326 georg.brandl
>>>>
>>>>
>>>> wsgiref.validate doesn't accept arguments to readline 1 days
>>>> http://bugs.python.org/issue4330 ianb
>>>>
>>>>
>>>> asyncore.file_dispatcher does not use dup()'ed fd 3 days
>>>> http://bugs.python.org/issue4332 josiahcarlson
>>>> patch
>>>>
>>>> Mac Build Script is broken for 2.6 release 0 days
>>>> http://bugs.python.org/issue4334 benjamin.peterson
>>>>
>>>>
>>>> Iteration over a map object with list() 1 days
>>>> http://bugs.python.org/issue4337 jmfauth
>>>>
>>>>
>>>> TypeError (bytes/str) in distutils command "upload" 3 days
>>>> http://bugs.python.org/issue4338 amaury.forgeotdarc
>>>> patch
>>>>
>>>> Fix set-like dictview doc 0 days
>>>> http://bugs.python.org/issue4339 benjamin.peterson
>>>>
>>>>
>>>> Update __hash__ doc 0 days
>>>> http://bugs.python.org/issue4341 benjamin.peterson
>>>>
>>>>
>>>> crash upon launch 0 days
>>>> http://bugs.python.org/issue4344 loewis
>>>>
>>>>
>>>> bytearray methods returning self 1 days
>>>> http://bugs.python.org/issue4348 benjamin.peterson
>>>> patch, needs review
>>>>
>>>> sys.path includes extraneous junk 0 days
>>>> http://bugs.python.org/issue4349 benjamin.peterson
>>>> patch, needs review
>>>>
>>>> Move description what a trace should should return to settrace f 1 days
>>>> http://bugs.python.org/issue4353 benjamin.peterson
>>>>
>>>>
>>>> distutils.command.register is broken 1 days
>>>> http://bugs.python.org/issue4354 loewis
>>>> patch
>>>>
>>>> Add "key" argument to "bisect" module functions 1 days
>>>> http://bugs.python.org/issue4356 marketdickinson
>>>>
>>>>
>>>> frozen?set operations create incorrectly initialized instances o 0 days
>>>> http://bugs.python.org/issue4357 amaury.forgeotdarc
>>>>
>>>>
>>>> SystemError when method has both super() & closure 0 days
>>>> http://bugs.python.org/issue4360 barry
>>>> patch
>>>>
>>>> FileIO object in io module 0 days
>>>> http://bugs.python.org/issue4362 benjamin.peterson
>>>> patch, needs review
>>>>
>>>> __cmp__ removal not in What's New 1 days
>>>> http://bugs.python.org/issue4372 haypo
>>>>
>>>>
>>>> Using deiconify() hangs on exit 2646 days
>>>> http://bugs.python.org/issue453489 amaury.forgeotdarc
>>>>
>>>>
>>>> sys.stdout problems with pythonw.exe 1616 days
>>>> http://bugs.python.org/issue973507 amaury.forgeotdarc
>>>>
>>>>
>>>> A subclass of set doesn't always have __init__ called. 547 days
>>>> http://bugs.python.org/issue1721812 rhettinger
>>>> patch
>>>>
>>>>
>>>>
>>>> Top Issues Most Discussed (10)
>>>> ______________________________
>>>>
>>>> 15 datetime: define division timedelta/timedelta 208 days
>>>> open http://bugs.python.org/issue2706
>>>>
>>>> 12 Tkinter binding involving Control-spacebar raises unicode error 4 days
>>>> open http://bugs.python.org/issue1028
>>>>
>>>> 10 TypeError (bytes/str) in distutils command "upload" 3 days
>>>> closed http://bugs.python.org/issue4338
>>>>
>>>> 10 type of UserList instance returns class instead of instance 3 days
>>>> closed http://bugs.python.org/issue4326
>>>>
>>>> 10 missing update() in _Screen.setup() of Lib/turtle.py 39 days
>>>> open http://bugs.python.org/issue4117
>>>>
>>>> 10 Byte/string inconsistencies between different dbm modules 1 days
>>>> open http://bugs.python.org/issue3799
>>>>
>>>> 8 FileIO object in io module 0 days
>>>> closed http://bugs.python.org/issue4362
>>>>
>>>> 8 bytearray methods returning self 1 days
>>>> closed http://bugs.python.org/issue4348
>>>>
>>>> 7 Reference leaks in Python 3.0rc3 1 days
>>>> open http://bugs.python.org/issue4373
>>>>
>>>> 7 SystemError when method has both super() & closure 0 days
>>>> closed http://bugs.python.org/issue4360
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> 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/jeremy%40alum.mit.edu
>>>>
>>>>
>>> _______________________________________________
>>> 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/brett%40python.org
>>>
>>
>
_______________________________________________
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/list-python-dev%40lists.gossamer-threads.com
Re: Summary of Python tracker Issues [ In reply to ]
Jeremy Hylton wrote:
> I wanted to ask a policy question on the bug tracker. What are we
> doing with bugs filed against Python 2.4?
> This bug http://bugs.python.org/issue1208304 reports a fd leak in
> Python 2.4, which doesn't exist in the head. Since Python 2.4 is in
> security-fix only mode, is it fair to close this with a won't fix?

Correct.

Regards,
Martin

_______________________________________________
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/list-python-dev%40lists.gossamer-threads.com
Re: Summary of Python tracker Issues [ In reply to ]
Martin v. Löwis wrote:
> Jeremy Hylton wrote:
>> I wanted to ask a policy question on the bug tracker. What are we
>> doing with bugs filed against Python 2.4?
>> This bug http://bugs.python.org/issue1208304 reports a fd leak in
>> Python 2.4, which doesn't exist in the head. Since Python 2.4 is in
>> security-fix only mode, is it fair to close this with a won't fix?
>
> Correct.

If a bug exists and is fixed in a later release -- I would call it 'out
of date' instead.

_______________________________________________
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/list-python-dev%40lists.gossamer-threads.com
Re: Summary of Python tracker Issues [ In reply to ]
>> Correct.
>
> If a bug exists and is fixed in a later release -- I would call it 'out
> of date' instead.

Hmm. You have a point, but it should be "Fixed" then, and we have indeed
closed bug reports as "fixed" if later releases fixed the bug.

It probably doesn't really matter - if the complaint was specifically
that the bug is in 2.4.x, with a request to fix it in 2.4.x+1, then
it's "won't fix".

Regards,
Martin
_______________________________________________
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/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (11/21/08 - 11/28/08)
Python tracker at http://bugs.python.org/

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


2217 open (+42) / 14059 closed (+33) / 16276 total (+75)

Open issues with patches: 735

Average duration of open issues: 710 days.
Median duration of open issues: 2108 days.

Open Issues Breakdown
open 2199 (+42)
pending 18 ( +0)

Issues Created Or Reopened (77)
_______________________________

Thread local storage and PyGILState_* mucked up by os.fork() 11/28/08
http://bugs.python.org/issue1683 reopened christian.heimes


Py_SAFE_DOWNCAST in FILE_TIME_to_time_t_nsec failing 11/21/08
http://bugs.python.org/issue4379 created kevinwatters
patch

Deepcopy of functools.partial gives wierd exception 11/21/08
http://bugs.python.org/issue4380 created kfitch


Cannot declare multiple classes via exec when inside a function. 11/21/08
CLOSED http://bugs.python.org/issue4381 created kfitch


test_dbm_dumb fails due to character encoding issue on Mac OS X 11/21/08
CLOSED http://bugs.python.org/issue4382 created oefe


UnboundLocalError when IDLE cannot connect to its subprocess 11/21/08
CLOSED http://bugs.python.org/issue4383 created amaury.forgeotdarc
patch, needs review

Add a warnings.showwarning replacement for logging 11/21/08
http://bugs.python.org/issue4384 created brett.cannon
easy

Py_Object_HEAD_INIT in Py3k 11/21/08
http://bugs.python.org/issue4385 created ncoghlan


A binary file should show "b" in its mode 11/22/08
CLOSED http://bugs.python.org/issue4386 created amaury.forgeotdarc
patch, needs review

binascii b2a functions accept strings (unicode) as data 11/22/08
http://bugs.python.org/issue4387 created tjreedy


test_cmd_line fails on MacOS X 11/22/08
http://bugs.python.org/issue4388 created MrJean1


Uninstaller Lacks an Icon 11/22/08
http://bugs.python.org/issue4389 created Retro


Using subprocess.STDOUT causes AttributeError 11/22/08
CLOSED http://bugs.python.org/issue4390 created nelchael


optparse: use proper gettext plurals forms 11/22/08
http://bugs.python.org/issue4391 created dwayne
patch

incorrect parameter name for collections.namedtuple 11/23/08
CLOSED http://bugs.python.org/issue4392 created none_00


Portability fixes in longobject.c 11/23/08
http://bugs.python.org/issue4393 created marketdickinson
patch

make the storage of the password optional in .pypirc (using the 11/23/08
http://bugs.python.org/issue4394 created tarek
patch

Document auto __ne__ generation; provide a use case for non-triv 11/23/08
http://bugs.python.org/issue4395 created tjreedy


parser module fails to validate "with" statements. 11/23/08
CLOSED http://bugs.python.org/issue4396 created dbinger
patch

test_socket fails occassionaly in teardown: AssertionError: [Err 11/23/08
http://bugs.python.org/issue4397 created oefe


erewer 11/23/08
CLOSED http://bugs.python.org/issue4398 created der74hva3


"shard" appears where "shared" intended 11/23/08
CLOSED http://bugs.python.org/issue4399 created LambertDW


pypirc default is not at the right format 11/24/08
http://bugs.python.org/issue4400 created tarek
patch

os.extsep status? doc or os bug? 11/24/08
http://bugs.python.org/issue4401 created tjreedy


os.getenv('PATH') return different result between 2.5 and 3.0r 11/24/08
http://bugs.python.org/issue4402 created clive


regression from 2.6: smtplib.py requiring ascii for sending mess 11/24/08
http://bugs.python.org/issue4403 created ccgus


os.listdir() documentation error 11/24/08
CLOSED http://bugs.python.org/issue4404 created steve21


fix_metaclass broken 11/24/08
CLOSED http://bugs.python.org/issue4405 created loewis


In Lib\tkinter\filedialog.py, class Directory define loss a"_" 11/24/08
http://bugs.python.org/issue4406 created lion.guo
patch

Windows Installer Error 1722 when opting for compilation at inst 11/24/08
http://bugs.python.org/issue4407 created keldonin
patch

re.compile(regexp).groups not documented 11/24/08
http://bugs.python.org/issue4408 created fw


Dangling asterisks in Python 3.0 subprocess docs 11/24/08
http://bugs.python.org/issue4409 created skip.montanaro


IDLE string problem in Run/Run Module 11/24/08
http://bugs.python.org/issue4410 created andre


__mro__ documentation 11/24/08
http://bugs.python.org/issue4411 created lunar


Failure to test return value of PyUnicode_AsUTF8String() for NUL 11/25/08
CLOSED http://bugs.python.org/issue4412 created CWRU_Researcher1


Failure to check PyUnicode_AsUTF8String() return value for NULL 11/25/08
CLOSED http://bugs.python.org/issue4413 created CWRU_Researcher1


Failure to check return value of PyBool_FromLong for NULL 11/25/08
CLOSED http://bugs.python.org/issue4414 created CWRU_Researcher1


Failure to check return value of PyBool_FromLong for NULL 11/25/08
CLOSED http://bugs.python.org/issue4415 created CWRU_Researcher1


state_reset not called on 'state' before sre_search invoked 11/25/08
http://bugs.python.org/issue4416 created CWRU_Researcher1


PySequence_List is not checked for NULL return value 11/25/08
CLOSED http://bugs.python.org/issue4417 created CWRU_Researcher1


PyObject_CallObject is not checked for NULL return value 11/25/08
CLOSED http://bugs.python.org/issue4418 created CWRU_Researcher1


PyUnicode_DecodeUTF8 is not checked for NULL return value 11/25/08
CLOSED http://bugs.python.org/issue4419 created CWRU_Researcher1


PyUnicode_Decode is not checked for NULL return value 11/25/08
CLOSED http://bugs.python.org/issue4420 created CWRU_Researcher1


Failed to check 3rd Param of PyArena_AddPyObject() to ensure it 11/25/08
CLOSED http://bugs.python.org/issue4421 created CWRU_Researcher1


Failed to check 3rd Param of PyArena_AddPyObject() to ensure it 11/25/08
CLOSED http://bugs.python.org/issue4422 created CWRU_Researcher1


2to3 replaces "arbitrary" variables 11/25/08
CLOSED http://bugs.python.org/issue4423 created loewis


Add support for a cmp, or key argument to heapq functions. 11/25/08
CLOSED http://bugs.python.org/issue4424 created alex


UTF7 encoding of slash (character 47) is incorrect 11/25/08
http://bugs.python.org/issue4425 created Nick Barnes


UTF7 decoding is far too strict 11/25/08
http://bugs.python.org/issue4426 created Nick Barnes


Docs for 'y' Py_BuildValue tag are wrong 11/25/08
http://bugs.python.org/issue4427 created theller
patch, patch

io.BufferedWriter does not observe buffer size limits 11/25/08
http://bugs.python.org/issue4428 created beazley


ctypes.FormatError raises when the string to return contains non 11/25/08
CLOSED http://bugs.python.org/issue4429 created theller
patch

time.strptime does not allow same format directive twice 11/25/08
http://bugs.python.org/issue4430 created sil


Distutils MSVC doesn't create manifest file (with fix) 11/25/08
CLOSED http://bugs.python.org/issue4431 created dschnur


IDLE.app (Mac) File Menu MIssing Options 11/26/08
http://bugs.python.org/issue4432 created LZ


_ctypes.COMError crash 11/26/08
CLOSED http://bugs.python.org/issue4433 created theller
patch, patch

Embedding into a shared library fails 11/26/08
http://bugs.python.org/issue4434 created rb


Sphinx does not show failed doctests in quiet mode 11/26/08
CLOSED http://bugs.python.org/issue4435 created schuppenies


Sphinx latex writer crashes when encountering deep section level 11/26/08
CLOSED http://bugs.python.org/issue4436 created schuppenies


Windows 32-bit installer crash on "cancel" in "advanced" setting 11/26/08
CLOSED http://bugs.python.org/issue4437 created fgrieu


Add an easy way to __import___ submodules 11/26/08
http://bugs.python.org/issue4438 created mrts
patch

Typo in sqlite3 documentation. 11/26/08
CLOSED http://bugs.python.org/issue4439 created olt


"sort" command doesn't work in pstats if run interactively 11/26/08
http://bugs.python.org/issue4440 created marcin.bachry
patch

Improve os open flag options doc 11/26/08
http://bugs.python.org/issue4441 created tjreedy


datetime not subclassable in the usual way 11/26/08
http://bugs.python.org/issue4442 created cjw296


Python/pystate.c:561 :PyGILState: The assertion 'autoInterpreter 11/26/08
CLOSED http://bugs.python.org/issue4443 created lcarrionr


unittest - use contexts to assert exceptions 11/27/08
http://bugs.python.org/issue4444 created dleonard0
patch

String allocations waste 3 bytes of memory on average. 11/27/08
http://bugs.python.org/issue4445 created marketdickinson
patch

Distutils Metadata Documentation Missing "platforms" Keyword 11/27/08
http://bugs.python.org/issue4446 created hodgestar
patch

exec inside a function 11/27/08
CLOSED http://bugs.python.org/issue4447 created beazley


should socket readline() use default_bufsize instead of _rbufsiz 11/27/08
http://bugs.python.org/issue4448 created gregory.p.smith


AssertionError in Doc/includes/mp_benchmarks.py 11/28/08
http://bugs.python.org/issue4449 created christian.heimes


2to3 run changed multiprocessing.Queue() to multiprocessing.queu 11/28/08
http://bugs.python.org/issue4450 created christian.heimes


multiprocessing fails with "Invalid thread state for this thread 11/28/08
CLOSED http://bugs.python.org/issue4451 created christian.heimes


Incorrect docstring of os.setpgrp 11/28/08
http://bugs.python.org/issue4452 created eggy


MSI installer shows error message if "Compile .py files to bytec 11/28/08
http://bugs.python.org/issue4453 created suraj


urllib2's urlopen() method causes a memory leak 11/24/08
http://bugs.python.org/issue1208304 reopened amaury.forgeotdarc




Issues Now Closed (56)
______________________

__import__ with fromlist=[''] causes double initialization of mo 288 days
http://bugs.python.org/issue2090 mrts


Merge audio modules 249 days
http://bugs.python.org/issue2433 brett.cannon


io.open() handles errors differently on different platforms 245 days
http://bugs.python.org/issue2491 amaury.forgeotdarc


DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an except 89 days
http://bugs.python.org/issue3741 christian.heimes
patch

Byte/string inconsistencies between different dbm modules 5 days
http://bugs.python.org/issue3799 brett.cannon
patch, needs review

import fixer misses some symbols 58 days
http://bugs.python.org/issue3994 benjamin.peterson
patch

PyOS_CheckStack does not work 54 days
http://bugs.python.org/issue3996 amaury.forgeotdarc
patch

os.getenv silently discards env variables with non-UTF-8 values 54 days
http://bugs.python.org/issue4006 a.badger


Unicode HOWTO up to date? 33 days
http://bugs.python.org/issue4153 georg.brandl


multiprocessing docs 27 days
http://bugs.python.org/issue4206 georg.brandl


some missing links in html help index pane 20 days
http://bugs.python.org/issue4252 georg.brandl
patch

base64 does not properly handle unicode strings 11 days
http://bugs.python.org/issue4329 mbecker


Iteration over a map object with list() 4 days
http://bugs.python.org/issue4337 tjreedy


Add "key" argument to "bisect" module functions 2 days
http://bugs.python.org/issue4356 tjreedy


Docstring for "Lib/string.py" is outdated 2 days
http://bugs.python.org/issue4361 georg.brandl
patch

Make uuid module functions usable without ctypes 1 days
http://bugs.python.org/issue4363 amaury.forgeotdarc
patch

error in multiprocessing docs - rawvalue 2 days
http://bugs.python.org/issue4364 georg.brandl


segmentation fault in ast_for_atom 1 days
http://bugs.python.org/issue4367 benjamin.peterson
patch

coerce gone---but not from docs 1 days
http://bugs.python.org/issue4371 benjamin.peterson


Reference leaks in Python 3.0rc3 5 days
http://bugs.python.org/issue4373 christian.heimes
patch

howto doc update 1 days
http://bugs.python.org/issue4378 georg.brandl


Cannot declare multiple classes via exec when inside a function. 0 days
http://bugs.python.org/issue4381 amaury.forgeotdarc


test_dbm_dumb fails due to character encoding issue on Mac OS X 3 days
http://bugs.python.org/issue4382 brett.cannon


UnboundLocalError when IDLE cannot connect to its subprocess 0 days
http://bugs.python.org/issue4383 amaury.forgeotdarc
patch, needs review

A binary file should show "b" in its mode 0 days
http://bugs.python.org/issue4386 benjamin.peterson
patch, needs review

Using subprocess.STDOUT causes AttributeError 0 days
http://bugs.python.org/issue4390 amaury.forgeotdarc


incorrect parameter name for collections.namedtuple 1 days
http://bugs.python.org/issue4392 georg.brandl


parser module fails to validate "with" statements. 1 days
http://bugs.python.org/issue4396 benjamin.peterson
patch

erewer 0 days
http://bugs.python.org/issue4398 loewis


"shard" appears where "shared" intended 0 days
http://bugs.python.org/issue4399 georg.brandl


os.listdir() documentation error 1 days
http://bugs.python.org/issue4404 georg.brandl


fix_metaclass broken 1 days
http://bugs.python.org/issue4405 benjamin.peterson


Failure to test return value of PyUnicode_AsUTF8String() for NUL 0 days
http://bugs.python.org/issue4412 benjamin.peterson


Failure to check PyUnicode_AsUTF8String() return value for NULL 0 days
http://bugs.python.org/issue4413 benjamin.peterson


Failure to check return value of PyBool_FromLong for NULL 0 days
http://bugs.python.org/issue4414 benjamin.peterson


Failure to check return value of PyBool_FromLong for NULL 0 days
http://bugs.python.org/issue4415 benjamin.peterson


PySequence_List is not checked for NULL return value 0 days
http://bugs.python.org/issue4417 benjamin.peterson


PyObject_CallObject is not checked for NULL return value 0 days
http://bugs.python.org/issue4418 benjamin.peterson


PyUnicode_DecodeUTF8 is not checked for NULL return value 0 days
http://bugs.python.org/issue4419 benjamin.peterson


PyUnicode_Decode is not checked for NULL return value 0 days
http://bugs.python.org/issue4420 benjamin.peterson


Failed to check 3rd Param of PyArena_AddPyObject() to ensure it 1 days
http://bugs.python.org/issue4421 benjamin.peterson


Failed to check 3rd Param of PyArena_AddPyObject() to ensure it 1 days
http://bugs.python.org/issue4422 benjamin.peterson


2to3 replaces "arbitrary" variables 2 days
http://bugs.python.org/issue4423 benjamin.peterson


Add support for a cmp, or key argument to heapq functions. 0 days
http://bugs.python.org/issue4424 alex


ctypes.FormatError raises when the string to return contains non 1 days
http://bugs.python.org/issue4429 theller
patch

Distutils MSVC doesn't create manifest file (with fix) 0 days
http://bugs.python.org/issue4431 loewis


_ctypes.COMError crash 0 days
http://bugs.python.org/issue4433 theller
patch, patch

Sphinx does not show failed doctests in quiet mode 1 days
http://bugs.python.org/issue4435 georg.brandl


Sphinx latex writer crashes when encountering deep section level 1 days
http://bugs.python.org/issue4436 georg.brandl


Windows 32-bit installer crash on "cancel" in "advanced" setting 0 days
http://bugs.python.org/issue4437 amaury.forgeotdarc


Typo in sqlite3 documentation. 0 days
http://bugs.python.org/issue4439 benjamin.peterson


Python/pystate.c:561 :PyGILState: The assertion 'autoInterpreter 1 days
http://bugs.python.org/issue4443 amaury.forgeotdarc


exec inside a function 0 days
http://bugs.python.org/issue4447 beazley


multiprocessing fails with "Invalid thread state for this thread 0 days
http://bugs.python.org/issue4451 jnoller


about shift key 1306 days
http://bugs.python.org/issue1191726 gpolo


Problem with socket.gethostbyaddr() and KeyboardInterrupt 499 days
http://bugs.python.org/issue1755388 gagenellina




Top Issues Most Discussed (10)
______________________________

10 2to3 replaces "arbitrary" variables 2 days
closed http://bugs.python.org/issue4423

10 os.getenv silently discards env variables with non-UTF-8 values 54 days
closed http://bugs.python.org/issue4006

10 Byte/string inconsistencies between different dbm modules 5 days
closed http://bugs.python.org/issue3799

10 datetime needs and "epoch" method 211 days
open http://bugs.python.org/issue2736

9 Embedding into a shared library fails 2 days
open http://bugs.python.org/issue4434

8 test_cmd_line fails on MacOS X 7 days
open http://bugs.python.org/issue4388

8 Fix performance issues in xmlrpclib 11 days
pending http://bugs.python.org/issue4336

7 UTF7 decoding is far too strict 3 days
open http://bugs.python.org/issue4426

7 os.getenv('PATH') return different result between 2.5 and 3.0 5 days
open http://bugs.python.org/issue4402

7 warning: unknown conversion type character `z' in format 8 days
open http://bugs.python.org/issue4370
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (11/28/08 - 12/05/08)
Python tracker at http://bugs.python.org/

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


2233 open (+55) / 14139 closed (+41) / 16372 total (+96)

Open issues with patches: 753

Average duration of open issues: 705 days.
Median duration of open issues: 2193 days.

Open Issues Breakdown
open 2214 (+54)
pending 19 ( +1)

Issues Created Or Reopened (96)
_______________________________

Coding cookie crashes IDLE 11/28/08
CLOSED http://bugs.python.org/issue4454 created tjreedy


No Windows List in IDLE if several windows have the same title 11/28/08
CLOSED http://bugs.python.org/issue4455 created amaury.forgeotdarc
patch

xmlrpc is broken 11/28/08
CLOSED http://bugs.python.org/issue4456 created benjamin.peterson


__import__ documentation obsolete 11/29/08
http://bugs.python.org/issue4457 created stevenjd


getopt.gnu_getopt() loses dash argument 11/29/08
CLOSED http://bugs.python.org/issue4458 created muntyan


bdist_rpm assumes python 11/29/08
http://bugs.python.org/issue4459 created John5342


The parameter of PyInt_AsSsize_t() is not checked to see if it i 11/29/08
CLOSED http://bugs.python.org/issue4460 created CWRU_Researcher1


parameters of PyLong_FromString() are not checked for NULL 11/29/08
http://bugs.python.org/issue4461 created CWRU_Researcher1
patch

result of PyList_GetItem() not validated 11/29/08
CLOSED http://bugs.python.org/issue4462 created CWRU_Researcher1


Parameters and result of PyList_GetItem() are not validated 11/29/08
CLOSED http://bugs.python.org/issue4463 created CWRU_Researcher1


PyList_GetItem() result and parameters not fully validated 11/29/08
CLOSED http://bugs.python.org/issue4464 created CWRU_Researcher1


The result of set_copy() is not checked for NULL 11/29/08
CLOSED http://bugs.python.org/issue4465 created CWRU_Researcher1


The return value of PyFile_FromFile is not checked for NULL 11/29/08
CLOSED http://bugs.python.org/issue4466 created CWRU_Researcher1


return value of PyUnicode_AsEncodedString() is not checked for N 11/29/08
CLOSED http://bugs.python.org/issue4467 created CWRU_Researcher1


Restore chapter enumeration in Python docs 11/30/08
CLOSED http://bugs.python.org/issue4468 created schluehk


CVE-2008-5031 multiple integer overflows 11/30/08
http://bugs.python.org/issue4469 created doko


smtplib SMTP_SSL not working. 11/30/08
http://bugs.python.org/issue4470 created lcatucci
patch

IMAP4 missing support for starttls 11/30/08
http://bugs.python.org/issue4471 created lcatucci
patch

Is shared lib building broken on trunk? 11/30/08
http://bugs.python.org/issue4472 created skip.montanaro


POP3 missing support for starttls 11/30/08
http://bugs.python.org/issue4473 created lcatucci
patch

PyUnicode_FromWideChar incorrect for characters outside the BMP 11/30/08
http://bugs.python.org/issue4474 created marketdickinson


More verbose error message for Py_FindMethod 11/30/08
http://bugs.python.org/issue4475 created gpolo
patch

compileall.py fails if current dir has a "types" subdir with 3. 12/01/08
http://bugs.python.org/issue4476 created aivazis


Speed up PyEval_EvalFrameEx when tracing is off. 12/01/08
http://bugs.python.org/issue4477 created jyasskin
patch, needs review

shutil.copyfile documentation 12/01/08
CLOSED http://bugs.python.org/issue4478 created steve21


True division is not smart -> proposing smart True division 12/01/08
CLOSED http://bugs.python.org/issue4479 created nassrat


bdist_msi and bdist_wininst are missing an uninstaller icon 12/01/08
http://bugs.python.org/issue4480 created lemburg


Windows installer crash 12/01/08
http://bugs.python.org/issue4481 created Konam


10e667.__format__('+') should return 'inf' 12/01/08
http://bugs.python.org/issue4482 created DinoV


Error to build _dbm module during make 12/01/08
http://bugs.python.org/issue4483 created legerf
patch, easy

struct: per item endianess specification 12/02/08
http://bugs.python.org/issue4484 created da4an1qu1


fast swap of "default" Windows python versions 12/02/08
http://bugs.python.org/issue4485 created v+python


Exception traceback is incorrect for strange exception handling 12/02/08
http://bugs.python.org/issue4486 created ncoghlan


Add utf8 alias for email charsets 12/02/08
http://bugs.python.org/issue4487 created maxua
patch

Python Documentation not Newb Friendly 12/02/08
http://bugs.python.org/issue4488 created mez


shutil.rmtree is vulnerable to a symlink attack 12/02/08
http://bugs.python.org/issue4489 created mrts


xml/sax/expatreader.py raises AttributeError when run 12/02/08
http://bugs.python.org/issue4490 created exarkun


email.Header.decode_header() doesn't work if encoded-word was se 12/02/08
http://bugs.python.org/issue4491 created ishimoto
patch

httplib code thinks it closes connection, but does not 12/02/08
http://bugs.python.org/issue4492 created jjlee


urllib2 doesn't always supply / where URI path component is empt 12/02/08
http://bugs.python.org/issue4493 created jjlee


Python 2.6 fails to build with Py_NO_ENABLE_SHARED 12/02/08
http://bugs.python.org/issue4494 created snaury
patch

Fix signed/unsigned warning 12/02/08
CLOSED http://bugs.python.org/issue4495 created rhettinger


misleading comment in urllib2 12/02/08
http://bugs.python.org/issue4496 created jjlee


Compiler warnings in longobject.c 12/02/08
http://bugs.python.org/issue4497 created rhettinger
patch

Compiler warning "signed/unsigned comparion in mmapmodule" 12/02/08
http://bugs.python.org/issue4498 created rhettinger


redefinition of TILDE macro on AIX platform 12/02/08
http://bugs.python.org/issue4499 created apaprocki


Compiler warnings when compiling Python 3.0 with a C89 compiler 12/03/08
http://bugs.python.org/issue4500 created christian.heimes


asyncore's urgent data management and connection closed events 12/03/08
http://bugs.python.org/issue4501 created giampaolo.rodola
patch

Allowing get_pre_input_hook from Readline 12/03/08
http://bugs.python.org/issue4502 created Conrad.Irwin
patch

exception traceback sometimes slow 12/03/08
http://bugs.python.org/issue4503 created ocean-city


Doc/includes out of date 12/03/08
CLOSED http://bugs.python.org/issue4504 created exe


ob_size not removed from docs 12/03/08
CLOSED http://bugs.python.org/issue4505 created exe


3.0 make test failures on Solaris 10 12/03/08
http://bugs.python.org/issue4506 created skip.montanaro
64bit

3.0 test failure on Mac OS X 10.5.5 12/03/08
http://bugs.python.org/issue4507 created skip.montanaro


distutils compiler not handling spaces in path to output/src fil 12/03/08
http://bugs.python.org/issue4508 created Thorney
patch

possible memoryview bug 12/03/08
http://bugs.python.org/issue4509 created gumpy


ValueError for list.remove() not very helpful 12/03/08
http://bugs.python.org/issue4510 created brett.cannon
easy

Decorators should have an index entry 12/04/08
CLOSED http://bugs.python.org/issue4511 created dvusboy


Add get_filename method to zipimport 12/04/08
http://bugs.python.org/issue4512 created belopolsky
patch

Finish updating zip docstring 12/04/08
CLOSED http://bugs.python.org/issue4513 created tjreedy


test_binascii is failing 12/04/08
CLOSED http://bugs.python.org/issue4514 created rhettinger


Formatting error in "What's New in Python 3.0" 12/04/08
CLOSED http://bugs.python.org/issue4515 created pwang


Another formatting error in "What's New in Python 3.0" 12/04/08
CLOSED http://bugs.python.org/issue4516 created pwang


improve __getattribute__ documentation 12/04/08
CLOSED http://bugs.python.org/issue4517 created LambertDW


broken link to python 3 doc on main doc page 12/04/08
CLOSED http://bugs.python.org/issue4518 created cleary


.pyc files included in 2.6 and 3.0 release tarballs 12/04/08
CLOSED http://bugs.python.org/issue4519 created doko


Online 3.0 documentation says it's for 3.1a0 12/04/08
CLOSED http://bugs.python.org/issue4520 created paulmelis


"What's New in Python 3.0" mentions "getcwdu" instead of "getcwd 12/04/08
CLOSED http://bugs.python.org/issue4521 created hagen
patch

Module wsgiref is not python3000 ready (unicode issues) 12/04/08
http://bugs.python.org/issue4522 created tordmor
patch

logging module __init__ uses has_key 12/04/08
http://bugs.python.org/issue4523 created bitdancer
patch

Build fails at running build_scripts 12/04/08
http://bugs.python.org/issue4524 created chaz6
patch, needs review

metaclass fixer fails with AttributeError, causing 2to3 to exit 12/04/08
CLOSED http://bugs.python.org/issue4525 created exarkun


Clarify documentation for binary literals 12/04/08
CLOSED http://bugs.python.org/issue4526 created nneonneo


Obsolete 'string or unicode' in fractions doc 12/04/08
CLOSED http://bugs.python.org/issue4527 created tjreedy
easy

test_httpservers consistently fails on OS X 12/04/08
http://bugs.python.org/issue4528 created mwdiers


parser module failure on valid try/except/finally blocks 12/04/08
CLOSED http://bugs.python.org/issue4529 created kaiw


IDLE crashes with Japanese text on print command 12/04/08
CLOSED http://bugs.python.org/issue4530 created Vultaire


Deprecation warnings in lib\compiler\ast.py 12/04/08
CLOSED http://bugs.python.org/issue4531 created edreamleo


Fails to build on QNX 6.3.2 12/04/08
http://bugs.python.org/issue4532 created kraai


3.0 file.read dreadfully slow 12/04/08
http://bugs.python.org/issue4533 created tjreedy
patch

problem with str.join - should work with list input, error says 12/04/08
CLOSED http://bugs.python.org/issue4534 created lopgok


Build / Test Py3K failed on Ubuntu 8.10 12/04/08
http://bugs.python.org/issue4535 created lbhudda


SystemError if invalid arguments passed to range() and step=-1 12/04/08
http://bugs.python.org/issue4536 created laszlo
patch, needs review

webbrowser.UnixBrowser should use builtins.open 12/05/08
http://bugs.python.org/issue4537 reopened amaury.forgeotdarc


ctypes could include data type limits 12/04/08
http://bugs.python.org/issue4538 created roysmith


askdirectory() in tkinter.filedialog is broken 12/04/08
http://bugs.python.org/issue4539 created dogtato


typo in a module describes utf-8 as uft-8 12/04/08
http://bugs.python.org/issue4540 created john.weldon
patch, needs review

Add str method for removing leading or trailing substrings 12/05/08
CLOSED http://bugs.python.org/issue4541 created zhirsch
patch

test_binascii fails on windows 12/05/08
CLOSED http://bugs.python.org/issue4542 created amaury.forgeotdarc
patch, easy

container constructors destroy argument 12/05/08
CLOSED http://bugs.python.org/issue4543 created kjwcode


textwrap: __all__ atribute missing 'dedent' function 12/05/08
CLOSED http://bugs.python.org/issue4544 created wolfdown


doctest seems to always fail on numpy.array2string 12/05/08
CLOSED http://bugs.python.org/issue4545 created ekorn


Small thingy in "What's New in Python 3.0" 12/05/08
CLOSED http://bugs.python.org/issue4546 created paulmelis


Long jumps with frame_setlineno 12/05/08
http://bugs.python.org/issue4547 created fboule
patch, needs review

OptionParser : Weird comportement in args processing 12/05/08
CLOSED http://bugs.python.org/issue4548 created ohervieu


A defect in <The Python Tutorial>-<Python Scopes and Name Spaces 12/05/08
http://bugs.python.org/issue4549 created PyTiger




Issues Now Closed (86)
______________________

urllib fail to read URL contents, urllib2 crash Python 433 days
http://bugs.python.org/issue1205 jjlee


httplib does not handle ssl end of file properly 431 days
http://bugs.python.org/issue1223 georg.brandl
patch

popen spawned process may not write to stdout under windows 401 days
http://bugs.python.org/issue1366 georg.brandl


urllib2 302 POST 391 days
http://bugs.python.org/issue1401 jjlee


Victor Stinner's GMP patch for longs 328 days
http://bugs.python.org/issue1814 haypo
patch

Update What's new in 3.0 262 days
http://bugs.python.org/issue2306 gvanrossum


Update the ACKS file 264 days
http://bugs.python.org/issue2311 georg.brandl


'exceptions' import fixer 261 days
http://bugs.python.org/issue2350 brett.cannon
patch, needs review

Backport buffer interface in Python 3.0 to Python 2.6 262 days
http://bugs.python.org/issue2393 georg.brandl


Python 2.6 refleak test issues 259 days
http://bugs.python.org/issue2447 georg.brandl


urllib2 can't handle http://www.wikispaces.com 254 days
http://bugs.python.org/issue2464 jjlee
patch

operator.*slice() should be deprecated in 2.6 166 days
http://bugs.python.org/issue3171 georg.brandl


Multiprocessing docs are not 3.0-ready 156 days
http://bugs.python.org/issue3256 georg.brandl
patch

multiprocessing: BaseManager.from_address documented but doesn't 113 days
http://bugs.python.org/issue3518 jnoller


listreverseiterator has a decreasing len() 98 days
http://bugs.python.org/issue3689 rhettinger


os.getenv silently discards env variables with non-UTF-8 values 65 days
http://bugs.python.org/issue4006 Rhamphoryncus


Minor errors in multiprocessing docs 58 days
http://bugs.python.org/issue4012 jnoller


distutils build_scripts and install_data commands need 2to3 supp 54 days
http://bugs.python.org/issue4073 loewis
patch

Multiprocessing example 35 days
http://bugs.python.org/issue4193 jnoller


BSD support for multiprocessing.cpu_count 30 days
http://bugs.python.org/issue4238 jnoller


cycle created by profile.run 27 days
http://bugs.python.org/issue4273 amaury.forgeotdarc


Error in docs of urllib.request and urllib.parse 16 days
http://bugs.python.org/issue4355 georg.brandl
patch

Add CRT version info in msvcrt module 11 days
http://bugs.python.org/issue4365 loewis
patch

Add a warnings.showwarning replacement for logging 12 days
http://bugs.python.org/issue4384 vsajip
easy

binascii b2a functions accept strings (unicode) as data 10 days
http://bugs.python.org/issue4387 loewis
patch, needs review

Uninstaller Lacks an Icon 9 days
http://bugs.python.org/issue4389 lemburg


os.extsep status? doc or os bug? 11 days
http://bugs.python.org/issue4401 georg.brandl


Windows Installer Error 1722 when opting for compilation at inst 7 days
http://bugs.python.org/issue4407 keldonin
patch

re.compile(regexp).groups not documented 11 days
http://bugs.python.org/issue4408 georg.brandl


Dangling asterisks in Python 3.0 subprocess docs 11 days
http://bugs.python.org/issue4409 georg.brandl


Docs for 'y' Py_BuildValue tag are wrong 10 days
http://bugs.python.org/issue4427 georg.brandl
patch, patch

Improve os open flag options doc 9 days
http://bugs.python.org/issue4441 georg.brandl


2to3 run changed multiprocessing.Queue() to multiprocessing.queu 0 days
http://bugs.python.org/issue4450 benjamin.peterson


Coding cookie crashes IDLE 0 days
http://bugs.python.org/issue4454 tjreedy


No Windows List in IDLE if several windows have the same title 0 days
http://bugs.python.org/issue4455 amaury.forgeotdarc
patch

xmlrpc is broken 1 days
http://bugs.python.org/issue4456 benjamin.peterson


getopt.gnu_getopt() loses dash argument 6 days
http://bugs.python.org/issue4458 georg.brandl


The parameter of PyInt_AsSsize_t() is not checked to see if it i 0 days
http://bugs.python.org/issue4460 marketdickinson


result of PyList_GetItem() not validated 0 days
http://bugs.python.org/issue4462 rhettinger


Parameters and result of PyList_GetItem() are not validated 0 days
http://bugs.python.org/issue4463 rhettinger


PyList_GetItem() result and parameters not fully validated 0 days
http://bugs.python.org/issue4464 rhettinger


The result of set_copy() is not checked for NULL 0 days
http://bugs.python.org/issue4465 rhettinger


The return value of PyFile_FromFile is not checked for NULL 0 days
http://bugs.python.org/issue4466 marketdickinson


return value of PyUnicode_AsEncodedString() is not checked for N 0 days
http://bugs.python.org/issue4467 marketdickinson


Restore chapter enumeration in Python docs 5 days
http://bugs.python.org/issue4468 georg.brandl


shutil.copyfile documentation 4 days
http://bugs.python.org/issue4478 georg.brandl


True division is not smart -> proposing smart True division 0 days
http://bugs.python.org/issue4479 nassrat


Fix signed/unsigned warning 0 days
http://bugs.python.org/issue4495 rhettinger


Doc/includes out of date 2 days
http://bugs.python.org/issue4504 georg.brandl


ob_size not removed from docs 2 days
http://bugs.python.org/issue4505 georg.brandl


Decorators should have an index entry 2 days
http://bugs.python.org/issue4511 dvusboy


Finish updating zip docstring 1 days
http://bugs.python.org/issue4513 georg.brandl


test_binascii is failing 1 days
http://bugs.python.org/issue4514 amaury.forgeotdarc


Formatting error in "What's New in Python 3.0" 1 days
http://bugs.python.org/issue4515 georg.brandl


Another formatting error in "What's New in Python 3.0" 1 days
http://bugs.python.org/issue4516 georg.brandl


improve __getattribute__ documentation 1 days
http://bugs.python.org/issue4517 georg.brandl


broken link to python 3 doc on main doc page 1 days
http://bugs.python.org/issue4518 georg.brandl


.pyc files included in 2.6 and 3.0 release tarballs 1 days
http://bugs.python.org/issue4519 barry


Online 3.0 documentation says it's for 3.1a0 0 days
http://bugs.python.org/issue4520 georg.brandl


"What's New in Python 3.0" mentions "getcwdu" instead of "getcwd 0 days
http://bugs.python.org/issue4521 georg.brandl
patch

metaclass fixer fails with AttributeError, causing 2to3 to exit 0 days
http://bugs.python.org/issue4525 benjamin.peterson


Clarify documentation for binary literals 0 days
http://bugs.python.org/issue4526 georg.brandl


Obsolete 'string or unicode' in fractions doc 0 days
http://bugs.python.org/issue4527 georg.brandl
easy

parser module failure on valid try/except/finally blocks 1 days
http://bugs.python.org/issue4529 georg.brandl


IDLE crashes with Japanese text on print command 0 days
http://bugs.python.org/issue4530 amaury.forgeotdarc


Deprecation warnings in lib\compiler\ast.py 0 days
http://bugs.python.org/issue4531 edreamleo


problem with str.join - should work with list input, error says 0 days
http://bugs.python.org/issue4534 amaury.forgeotdarc


Add str method for removing leading or trailing substrings 0 days
http://bugs.python.org/issue4541 rhettinger
patch

test_binascii fails on windows 0 days
http://bugs.python.org/issue4542 amaury.forgeotdarc
patch, easy

container constructors destroy argument 0 days
http://bugs.python.org/issue4543 rhettinger


textwrap: __all__ atribute missing 'dedent' function 0 days
http://bugs.python.org/issue4544 georg.brandl


doctest seems to always fail on numpy.array2string 0 days
http://bugs.python.org/issue4545 amaury.forgeotdarc


Small thingy in "What's New in Python 3.0" 0 days
http://bugs.python.org/issue4546 georg.brandl


OptionParser : Weird comportement in args processing 0 days
http://bugs.python.org/issue4548 georg.brandl


registry functions don't handle null characters 2144 days
http://bugs.python.org/issue672132 amaury.forgeotdarc


SIGSEGV in _sre.c (IRIX 6.5.20) 1948 days
http://bugs.python.org/issue783789 amaury.forgeotdarc


pickletools support for multiple pickles in a string 1792 days
http://bugs.python.org/issue873150 fdrake


catch invalid chunk length in httplib read routine 1748 days
http://bugs.python.org/issue900744 jjlee
patch

cgi.py does not correctly handle fields with ';' 1499 days
http://bugs.python.org/issue1055234 fdrake
patch

attempting to use urllib2 on some URLs fails starting on 2.4 1385 days
http://bugs.python.org/issue1123695 amaury.forgeotdarc


httplib patch to make _read_chunked() more robust 1047 days
http://bugs.python.org/issue1411097 jjlee
patch

pdb find_function does not find Class methods. 681 days
http://bugs.python.org/issue1643369 georg.brandl


Draft implementation for PEP 364 640 days
http://bugs.python.org/issue1675334 barry
patch

'exec' does not accept what 'open' returns 495 days
http://bugs.python.org/issue1762972 georg.brandl


urllib2 hangs with some documents. 479 days
http://bugs.python.org/issue1772481 amaury.forgeotdarc


glob doesn't return unicode with unicode parameter 473 days
http://bugs.python.org/issue1777458 georg.brandl




Top Issues Most Discussed (10)
______________________________

17 Error to build _dbm module during make 4 days
open http://bugs.python.org/issue4483

15 AssertionError in Doc/includes/mp_benchmarks.py 7 days
open http://bugs.python.org/issue4449

10 3.0 make test failures on Solaris 10 2 days
open http://bugs.python.org/issue4506

10 BaseHTTPRequestHandler depends on GC to close connections 87 days
open http://bugs.python.org/issue3826

9 Update What's new in 3.0 262 days
closed http://bugs.python.org/issue2306

8 POP3 missing support for starttls 5 days
open http://bugs.python.org/issue4473

7 typo in a module describes utf-8 as uft-8 1 days
open http://bugs.python.org/issue4540

7 3.0 file.read dreadfully slow 1 days
open http://bugs.python.org/issue4533

7 bdist_msi and bdist_wininst are missing an uninstaller icon 4 days
open http://bugs.python.org/issue4480

7 Speed up PyEval_EvalFrameEx when tracing is off. 5 days
open http://bugs.python.org/issue4477
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (12/05/08 - 12/12/08)
Python tracker at http://bugs.python.org/

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


2261 open (+58) / 14206 closed (+37) / 16467 total (+95)

Open issues with patches: 763

Average duration of open issues: 699 days.
Median duration of open issues: 2499 days.

Open Issues Breakdown
open 2242 (+57)
pending 19 ( +1)

Issues Created Or Reopened (97)
_______________________________

Remove mimetools usage from the stdlib 12/06/08
http://bugs.python.org/issue2848 reopened brett.cannon
patch

improve linecache: reuse tokenize.detect_encoding() and io.open( 12/12/08
http://bugs.python.org/issue4016 reopened benjamin.peterson
patch

Deprecated python 2.x syntax in "HOWTO Use Python in the web" 12/05/08
CLOSED http://bugs.python.org/issue4550 created jcsalterego
patch

The python 2.6.1 source distribution is missing Doc/tools/sphinx 12/05/08
CLOSED http://bugs.python.org/issue4551 created andreask


Doc/tools/sphinxext not included in the 2.6.1 tarball 12/05/08
CLOSED http://bugs.python.org/issue4552 created doko


Results from os.path.islink and os.stat S_ISLNK do not match 12/05/08
CLOSED http://bugs.python.org/issue4553 created npatters


Missing make altframeworkinstall for Mac OS X 12/06/08
http://bugs.python.org/issue4554 created christian.heimes


Smelly exports 12/06/08
http://bugs.python.org/issue4555 created christian.heimes


cmp() function erroneously noted as gone in "What's New" 12/06/08
CLOSED http://bugs.python.org/issue4556 created mwatkins


array('c') in python 3.0 produces error, doc says it is ok 12/06/08
CLOSED http://bugs.python.org/issue4557 created lopgok


with_stdc89 12/06/08
http://bugs.python.org/issue4558 created christian.heimes
patch, patch

Whats new recommendation error 12/06/08
CLOSED http://bugs.python.org/issue4559 created lregebro


"Flouted", not "flaunted" 12/06/08
CLOSED http://bugs.python.org/issue4560 created jdf


Optimize new io library 12/06/08
http://bugs.python.org/issue4561 created christian.heimes
patch

zip() documentation was not updated 12/06/08
CLOSED http://bugs.python.org/issue4562 created mchouza


Wrong formatting of contributor list in About page 12/06/08
http://bugs.python.org/issue4563 created salty-horse


bytearray.fromhex doesn't respect bytearray subclass 12/06/08
CLOSED http://bugs.python.org/issue4564 created pitrou


io write() performance very slow 12/06/08
http://bugs.python.org/issue4565 created ialbert


2.6.1 breaks many applications that embed Python on Windows 12/06/08
http://bugs.python.org/issue4566 created craigh


Registry key not set if unattended installation used 12/06/08
http://bugs.python.org/issue4567 created stuaxo


Improved optparse "varargs" callback example 12/06/08
http://bugs.python.org/issue4568 created gregg.lind
patch

Segfault when mutating a memoryview to an array.array 12/07/08
CLOSED http://bugs.python.org/issue4569 created pitrou


Bad example in set tutorial 12/07/08
CLOSED http://bugs.python.org/issue4570 created jmarter


write to stdout in binary mode - is it possible? 12/07/08
CLOSED http://bugs.python.org/issue4571 created lopgok


add SEEK_* values to io and/or io.IOBase 12/07/08
http://bugs.python.org/issue4572 created gumpy


zsh-style subpattern matching for fnmatch/glob 12/07/08
http://bugs.python.org/issue4573 created erickt
patch

reading UTF16-encoded text file crashes if \r on 64-char boundar 12/07/08
http://bugs.python.org/issue4574 created sjmachin
patch

Py_IS_INFINITY defect causes test_cmath failure on x86 12/07/08
http://bugs.python.org/issue4575 created marketdickinson
patch

"Defining new types" little outdated 12/07/08
CLOSED http://bugs.python.org/issue4576 created exe


distutils: -3 warnings (apply) 12/07/08
http://bugs.python.org/issue4577 created srittau
patch

compiler: -3 warnings 12/07/08
http://bugs.python.org/issue4578 created srittau
patch

.read() and .readline() differ in failing 12/07/08
http://bugs.python.org/issue4579 created eggy
patch, needs review

slicing of memoryviews when itemsize != 1 is wrong 12/07/08
http://bugs.python.org/issue4580 created pitrou
patch, needs review

failed to import module from lib-dynload 12/07/08
CLOSED http://bugs.python.org/issue4581 created legerf


type of __builtins__ changes if in main module or not 12/07/08
CLOSED http://bugs.python.org/issue4582 created nnorwitz


segfault when mutating memoryview to array.array when array is r 12/07/08
http://bugs.python.org/issue4583 created gumpy


doctest fails to display bytes type 12/07/08
CLOSED http://bugs.python.org/issue4584 created msyang


Build failure on OS X 10.5.5: make: *** [sharedmods] Error 1 12/07/08
CLOSED http://bugs.python.org/issue4585 created marketdickinson


"Extending Embedded Python" documention uses removed Py_InitModu 12/07/08
CLOSED http://bugs.python.org/issue4586 created blakemadden


Need to rework the dbm lib/include selection process 12/08/08
http://bugs.python.org/issue4587 created skip.montanaro
patch, needs review

Need a way to make my own bytes 12/08/08
CLOSED http://bugs.python.org/issue4588 created lopgok


'with' loses ->bool exceptions 12/08/08
CLOSED http://bugs.python.org/issue4589 created jyasskin
patch

2to3 strips trailing L for long iterals in two fixers 12/08/08
CLOSED http://bugs.python.org/issue4590 created aronacher
patch, needs review

32-bits unsigned user/group identifier 12/08/08
http://bugs.python.org/issue4591 created sjoerd
patch, needs review

Embedding example does not add created module 12/08/08
CLOSED http://bugs.python.org/issue4592 created blakemadden
patch, needs review

Documentation for multiprocessing - Pool.apply() 12/08/08
http://bugs.python.org/issue4593 created beazley
easy

Can't compile with -O3, on ARM, with gcc 3.4.4 12/08/08
http://bugs.python.org/issue4594 created metageek


new types example is out of date 12/08/08
http://bugs.python.org/issue4595 created blakemadden


2to3 does not fail as early as possible. 12/08/08
http://bugs.python.org/issue4596 created LambertDW


EvalFrameEx fails to set 'why' for some exceptions 12/10/08
CLOSED http://bugs.python.org/issue4597 reopened amaury.forgeotdarc
patch

IDLE not opening 12/08/08
CLOSED http://bugs.python.org/issue4598 created ec2929


Strings undisplayable with repr 12/08/08
CLOSED http://bugs.python.org/issue4599 created mfoord


__class__ assignment: new-style? heap? == confusing 12/08/08
http://bugs.python.org/issue4600 created tjreedy


directory permission error with make install in 3.0 12/08/08
http://bugs.python.org/issue4601 created legerf
patch

2to3 drops executable bit with --write 12/08/08
CLOSED http://bugs.python.org/issue4602 created dato
patch

3.0 document tab interpretation change 12/08/08
http://bugs.python.org/issue4603 created tjreedy


close() seems to have limited effect 12/09/08
http://bugs.python.org/issue4604 created skip.montanaro
patch

3.0 documentation mentions using maketrans from within the strin 12/09/08
http://bugs.python.org/issue4605 created suicideducky


Passing 'None' if argtype is set to POINTER(...) doesn't always 12/09/08
http://bugs.python.org/issue4606 created robertluce
patch

uuid behavior with multiple threads 12/09/08
http://bugs.python.org/issue4607 created mortenab


urllib.request.urlopen does not return an iterable object 12/09/08
http://bugs.python.org/issue4608 created jwilk


Allow use of > 256 FD's on solaris in 32 bit mode 12/09/08
http://bugs.python.org/issue4609 created pajs@fodder.org.uk


Unicode case mappings are incorrect 12/09/08
http://bugs.python.org/issue4610 created alexs


Small error in "Extending Python with C or C++" 12/09/08
http://bugs.python.org/issue4611 created jakamkon


PyModule_Create() doesn't add/import module 12/09/08
CLOSED http://bugs.python.org/issue4612 created blakemadden


Can't figure out where SyntaxError: can not delete variable 'x' 12/09/08
http://bugs.python.org/issue4613 created marduk
patch

Document PyModule_Create() 12/09/08
http://bugs.python.org/issue4614 created brett.cannon
needs review

de-duping function in itertools 12/10/08
http://bugs.python.org/issue4615 created thomaspinckney3


tarfile does not set the creation date and time of the extracted 12/10/08
CLOSED http://bugs.python.org/issue4616 created throbi


SyntaxError when free variable name is also an exception target 12/10/08
http://bugs.python.org/issue4617 created amaury.forgeotdarc
patch, needs review

print_function and unicode_literals don't work together 12/10/08
http://bugs.python.org/issue4618 created exarkun


Invalid Behaviour When a Default Argument is a Mutable Object 12/10/08
CLOSED http://bugs.python.org/issue4619 created rhr


Memory leak with datetime used with time.strptime 12/10/08
CLOSED http://bugs.python.org/issue4620 created sebegue


zipfile returns string but expects binary 12/10/08
http://bugs.python.org/issue4621 created francescor


SequenceMatcher bug with long sequences 12/10/08
http://bugs.python.org/issue4622 created eliben


IDLE shutdown if I run an edited file contains chinese 12/11/08
http://bugs.python.org/issue4623 created bianpeng


Can not import readline on python3.0 (ubuntu 8.04) 12/11/08
CLOSED http://bugs.python.org/issue4624 created xxiao


IDLE won't open anymore, .idlerc unaccessible 12/11/08
http://bugs.python.org/issue4625 created skcheng


compile() doesn't ignore the source encoding when a string is pa 12/11/08
http://bugs.python.org/issue4626 created brett.cannon


Add Mac OS X Disk Images to Python.org homepage 12/11/08
http://bugs.python.org/issue4627 created carlj


No universal newline support for compile() when using bytes 12/11/08
http://bugs.python.org/issue4628 created brett.cannon


getopt should not accept no_argument that ends with '=' 12/11/08
http://bugs.python.org/issue4629 created wangchun
patch

IDLE no longer respects .Xdefaults insertOffTime 12/11/08
http://bugs.python.org/issue4630 created mark


urlopen returns extra, spurious bytes 12/11/08
http://bugs.python.org/issue4631 created dato


Wrong fix for range(42)[::-1] 12/11/08
CLOSED http://bugs.python.org/issue4632 created theller


file.tell() gives wrong result 12/11/08
CLOSED http://bugs.python.org/issue4633 created yavuz164


2to3 should fix "import HTMLParser" 12/11/08
CLOSED http://bugs.python.org/issue4634 created mastrodomenico


no reference for optparse methods 12/11/08
http://bugs.python.org/issue4635 created techtonik


bdist_wininst installer with install script raises exception 12/11/08
http://bugs.python.org/issue4636 created theller


Binary floating point and decimal floating point arithmetic 12/11/08
CLOSED http://bugs.python.org/issue4637 created Retro


1 is 1 is allways true while 1.0 is 1.0 may sometimes be true 12/12/08
CLOSED http://bugs.python.org/issue4638 created nassrat


Build failure on OpenBSD 4.4-current regarding lstat() 12/12/08
http://bugs.python.org/issue4639 created vext01


optparse - dosn't distinguish between '--option' and '-option' 12/12/08
http://bugs.python.org/issue4640 created kszawala


optparse - dosn't distinguish between '--option' and '-option' 12/12/08
http://bugs.python.org/issue4641 created kszawala


optparse - dosn't distinguish between '--option' and '-option' 12/12/08
http://bugs.python.org/issue4642 created kszawala


cgitb.html fails if getattr call raises exception 12/12/08
http://bugs.python.org/issue4643 created amc1


Minor documentation fault in 2to3 script 12/12/08
http://bugs.python.org/issue4644 created amc1




Issues Now Closed (74)
______________________

gdbm/ndbm 1.8.1+ needs libgdbm_compat.so 449 days
http://bugs.python.org/issue1167 ocean-city
patch

Victor Stinner's GMP patch for longs 328 days
http://bugs.python.org/issue1814 marketdickinson
patch

Python fails silently on bad locale 291 days
http://bugs.python.org/issue2173 marketdickinson
patch

Full precision summation 214 days
http://bugs.python.org/issue2819 marketdickinson
patch

Incorrect rounding in floating-point operations with gcc/x87 198 days
http://bugs.python.org/issue2937 marketdickinson


math test fails on Solaris 10 173 days
http://bugs.python.org/issue3167 marketdickinson
patch

Multiprocessing Array and sharedctypes.Array error in docs/imple 165 days
http://bugs.python.org/issue3206 amaury.forgeotdarc
patch

BufferedWriter not thread-safe 129 days
http://bugs.python.org/issue3476 wplappert
patch

expm1 missing 123 days
http://bugs.python.org/issue3501 marketdickinson


test_math: math.log(-ninf) fails to raise exception on OpenBSD 108 days
http://bugs.python.org/issue3682 marketdickinson


math.log(x, 10) gives different result than math.log10(x) 98 days
http://bugs.python.org/issue3724 marketdickinson
patch

_lsprof: clear() should call flush_unmatched() 79 days
http://bugs.python.org/issue3952 haypo
patch

tokenize.detect_encoding(): raise SyntaxError on codecs.lookup() 70 days
http://bugs.python.org/issue4021 benjamin.peterson
patch, patch, needs review

Decimal.max(NaN, x) gives incorrect results when x is finite and 63 days
http://bugs.python.org/issue4084 marketdickinson
patch

ihooks incompatible with absolute_import feature 35 days
http://bugs.python.org/issue4244 georg.brandl


Update pydoc URLs 36 days
http://bugs.python.org/issue4259 loewis


smtplib.py initialisation defect 28 days
http://bugs.python.org/issue4302 ocean-city
patch

state_reset not called on 'state' before sre_search invoked 16 days
http://bugs.python.org/issue4416 amaury.forgeotdarc


String allocations waste 3 bytes of memory on average. 9 days
http://bugs.python.org/issue4445 marketdickinson
patch

__import__ documentation obsolete 9 days
http://bugs.python.org/issue4457 georg.brandl
patch

parameters of PyLong_FromString() are not checked for NULL 6 days
http://bugs.python.org/issue4461 marketdickinson
patch

Windows installer crash 4 days
http://bugs.python.org/issue4481 tjreedy


Error to build _dbm module during make 6 days
http://bugs.python.org/issue4483 skip.montanaro
patch, easy

Python Documentation not Newb Friendly 4 days
http://bugs.python.org/issue4488 georg.brandl


Compiler warnings in longobject.c 3 days
http://bugs.python.org/issue4497 marketdickinson
patch

3.0 test failure on Mac OS X 10.5.5 2 days
http://bugs.python.org/issue4507 marketdickinson


Decorators should have an index entry 2 days
http://bugs.python.org/issue4511 georg.brandl


problem with str.join - should work with list input, error says 1 days
http://bugs.python.org/issue4534 lopgok


webbrowser.UnixBrowser should use builtins.open 1 days
http://bugs.python.org/issue4537 amaury.forgeotdarc


A defect in <The Python Tutorial>-<Python Scopes and Name Spaces 0 days
http://bugs.python.org/issue4549 georg.brandl


Deprecated python 2.x syntax in "HOWTO Use Python in the web" 0 days
http://bugs.python.org/issue4550 georg.brandl
patch

The python 2.6.1 source distribution is missing Doc/tools/sphinx 0 days
http://bugs.python.org/issue4551 georg.brandl


Doc/tools/sphinxext not included in the 2.6.1 tarball 3 days
http://bugs.python.org/issue4552 georg.brandl


Results from os.path.islink and os.stat S_ISLNK do not match 0 days
http://bugs.python.org/issue4553 christian.heimes


cmp() function erroneously noted as gone in "What's New" 0 days
http://bugs.python.org/issue4556 georg.brandl


array('c') in python 3.0 produces error, doc says it is ok 0 days
http://bugs.python.org/issue4557 georg.brandl


Whats new recommendation error 1 days
http://bugs.python.org/issue4559 lregebro


"Flouted", not "flaunted" 0 days
http://bugs.python.org/issue4560 georg.brandl


zip() documentation was not updated 0 days
http://bugs.python.org/issue4562 georg.brandl


bytearray.fromhex doesn't respect bytearray subclass 0 days
http://bugs.python.org/issue4564 amaury.forgeotdarc


Segfault when mutating a memoryview to an array.array 1 days
http://bugs.python.org/issue4569 pitrou


Bad example in set tutorial 0 days
http://bugs.python.org/issue4570 rhettinger


write to stdout in binary mode - is it possible? 1 days
http://bugs.python.org/issue4571 christian.heimes


"Defining new types" little outdated 0 days
http://bugs.python.org/issue4576 georg.brandl


failed to import module from lib-dynload 0 days
http://bugs.python.org/issue4581 loewis


type of __builtins__ changes if in main module or not 0 days
http://bugs.python.org/issue4582 loewis


doctest fails to display bytes type 0 days
http://bugs.python.org/issue4584 georg.brandl


Build failure on OS X 10.5.5: make: *** [sharedmods] Error 1 1 days
http://bugs.python.org/issue4585 marketdickinson


"Extending Embedded Python" documention uses removed Py_InitModu 2 days
http://bugs.python.org/issue4586 georg.brandl


Need a way to make my own bytes 0 days
http://bugs.python.org/issue4588 loewis


'with' loses ->bool exceptions 3 days
http://bugs.python.org/issue4589 amaury.forgeotdarc
patch

2to3 strips trailing L for long iterals in two fixers 1 days
http://bugs.python.org/issue4590 aronacher
patch, needs review

Embedding example does not add created module 1 days
http://bugs.python.org/issue4592 georg.brandl
patch, needs review

EvalFrameEx fails to set 'why' for some exceptions 0 days
http://bugs.python.org/issue4597 jyasskin
patch

IDLE not opening 2 days
http://bugs.python.org/issue4598 loewis


Strings undisplayable with repr 0 days
http://bugs.python.org/issue4599 loewis


2to3 drops executable bit with --write 3 days
http://bugs.python.org/issue4602 benjamin.peterson
patch

PyModule_Create() doesn't add/import module 0 days
http://bugs.python.org/issue4612 amaury.forgeotdarc


tarfile does not set the creation date and time of the extracted 2 days
http://bugs.python.org/issue4616 lars.gustaebel


Invalid Behaviour When a Default Argument is a Mutable Object 0 days
http://bugs.python.org/issue4619 loewis


Memory leak with datetime used with time.strptime 1 days
http://bugs.python.org/issue4620 skip.montanaro


Can not import readline on python3.0 (ubuntu 8.04) 0 days
http://bugs.python.org/issue4624 benjamin.peterson


Wrong fix for range(42)[::-1] 0 days
http://bugs.python.org/issue4632 benjamin.peterson


file.tell() gives wrong result 0 days
http://bugs.python.org/issue4633 QuantumTim


2to3 should fix "import HTMLParser" 0 days
http://bugs.python.org/issue4634 benjamin.peterson


Binary floating point and decimal floating point arithmetic 0 days
http://bugs.python.org/issue4637 gvanrossum


1 is 1 is allways true while 1.0 is 1.0 may sometimes be true 0 days
http://bugs.python.org/issue4638 tim_one


Proto 2 pickle vs dict subclass 1873 days
http://bugs.python.org/issue826897 benjamin.peterson


Python interpreter stalled on _PyPclose.WaitForSingleObject 1708 days
http://bugs.python.org/issue928332 amaury.forgeotdarc


Fix for #777597 - socketmodule.c connection handling incorec 1647 days
http://bugs.python.org/issue965036 amaury.forgeotdarc
patch

distutils' dry-run wants to create some real build dirs 1545 days
http://bugs.python.org/issue1030250 amaury.forgeotdarc
patch

correct/clarify documentation for super 1363 days
http://bugs.python.org/issue1163367 rhettinger


sys.settrace cause curried parms to show up as attributes 796 days
http://bugs.python.org/issue1569356 loewis


thread + import => crashes? 292 days
http://bugs.python.org/issue1720705 forest




Top Issues Most Discussed (10)
______________________________

42 Get rid of more refercenes to __cmp__ 57 days
open http://bugs.python.org/issue1717

23 slicing of memoryviews when itemsize != 1 is wrong 5 days
open http://bugs.python.org/issue4580

17 Make conversions from long to float correctly rounded. 174 days
open http://bugs.python.org/issue3166

13 Optimize new io library 6 days
open http://bugs.python.org/issue4561

12 bugs in array.array with exports (buffer protocol) 9 days
open http://bugs.python.org/issue4509

11 Whats new recommendation error 1 days
closed http://bugs.python.org/issue4559

11 Error to build _dbm module during make 6 days
closed http://bugs.python.org/issue4483

10 with_stdc89 7 days
open http://bugs.python.org/issue4558

9 tarfile does not set the creation date and time of the extracte 2 days
closed http://bugs.python.org/issue4616

9 'with' loses ->bool exceptions 3 days
closed http://bugs.python.org/issue4589
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (12/12/08 - 12/19/08)
Python tracker at http://bugs.python.org/

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


2266 open (+37) / 14258 closed (+20) / 16524 total (+57)

Open issues with patches: 762

Average duration of open issues: 704 days.
Median duration of open issues: 2530 days.

Open Issues Breakdown
open 2248 (+37)
pending 18 ( +0)

Issues Created Or Reopened (58)
_______________________________

Doctest module does not work with zipped packages 12/15/08
CLOSED http://bugs.python.org/issue4197 reopened ncoghlan
patch

configparser DEFAULT 12/12/08
CLOSED http://bugs.python.org/issue4645 created shawn.ashlee


distutils chokes on empty options arg in the setup function 12/12/08
http://bugs.python.org/issue4646 created theller
patch, patch

Builtin parser module fails to parse relative imports 12/12/08
CLOSED http://bugs.python.org/issue4647 created schluehk


Fix n//x to n/x in the Docs 12/12/08
CLOSED http://bugs.python.org/issue4648 created Retro


Fix a+b to a + b 12/13/08
CLOSED http://bugs.python.org/issue4649 created Retro


getopt need re-factor... 12/13/08
http://bugs.python.org/issue4650 created wangchun


getopt need re-factor... 12/13/08
CLOSED http://bugs.python.org/issue4651 created wangchun


IDLE does not work with Unicode 12/13/08
http://bugs.python.org/issue4652 created zzyzx


Patch to fix typos for Py3K 12/13/08
http://bugs.python.org/issue4653 created typo.pl


os.path.realpath() get the wrong result 12/13/08
http://bugs.python.org/issue4654 created dirlt


during Python installation, setup.py should not use .pydistutils 12/14/08
http://bugs.python.org/issue4655 created jah


Python 3 tutorial has old information about dicts 12/14/08
CLOSED http://bugs.python.org/issue4656 created mdcowles


Doctest gets line numbers wrongs with <> in name 12/14/08
http://bugs.python.org/issue4657 created ncoghlan


missing closing bracket in Functional Programming HOWTO 12/14/08
CLOSED http://bugs.python.org/issue4658 created bgeron


compilation warning in Modules/zipimport.c 12/14/08
http://bugs.python.org/issue4659 created pitrou


multiprocessing.JoinableQueue task_done() issue 12/14/08
http://bugs.python.org/issue4660 created merrellb


email.parser: impossible to read messages encoded in a different 12/14/08
http://bugs.python.org/issue4661 created dato


posix module lacks several DeprecationWarning's 12/14/08
http://bugs.python.org/issue4662 created mishok13
patch

Increase TextIOWrapper._CHUNK_SIZE 12/14/08
CLOSED http://bugs.python.org/issue4663 created pitrou


Regression fix_imports does not refactor multiple imports correc 12/14/08
CLOSED http://bugs.python.org/issue4664 created lregebro


Failure to compile trunk on Solaris10/SPARC using C++ compiler 12/14/08
CLOSED http://bugs.python.org/issue4665 created skip.montanaro


test_bad_address in test_urllib2_localnet often fails 12/14/08
CLOSED http://bugs.python.org/issue4666 created pitrou


Patch with a couple of 2.0isms in tutorial 12/14/08
CLOSED http://bugs.python.org/issue4667 created sgala
patch

examples in the functional howto are not consistent with 3.X beh 12/14/08
CLOSED http://bugs.python.org/issue4668 created sgala
patch

bytes,join and bytearray.join not in manual; help for bytes.join 12/15/08
http://bugs.python.org/issue4669 created sjmachin


setup.py exception when db_setup_debug = True 12/15/08
http://bugs.python.org/issue4670 created djmdjm


pydoc executes the code to be documented 12/15/08
http://bugs.python.org/issue4671 created Jim_C


Distutils SWIG support blocks use of SWIG -outdir option 12/15/08
http://bugs.python.org/issue4672 created andybuckley


Distutils should provide an uninstall command 12/15/08
http://bugs.python.org/issue4673 created andybuckley


test_normalization failures on some buildbot 12/16/08
CLOSED http://bugs.python.org/issue4674 created pitrou


urllib's splitpasswd does not accept newline chars in passwords 12/16/08
http://bugs.python.org/issue4675 created mibanescu
patch

python3 closes + home keys 12/16/08
http://bugs.python.org/issue4676 created Somelauw


a list comprehensions tests for pybench 12/16/08
http://bugs.python.org/issue4677 created pitrou
patch

Unicode: multiple chars for high code points 12/16/08
CLOSED http://bugs.python.org/issue4678 created ede


Fork + shelve causes shelve corruption and backtrace 12/16/08
http://bugs.python.org/issue4679 created calmofthestorm


deque class should include high-water mark 12/17/08
CLOSED http://bugs.python.org/issue4680 created roysmith


mmap offset should be off_t instead of ssize_t, and size calcula 12/17/08
http://bugs.python.org/issue4681 created saa
patch

'b' formatter is actually unsigned char 12/17/08
http://bugs.python.org/issue4682 created vt


urllib2.HTTPDigestAuthHandler fails on third hostname? 12/17/08
http://bugs.python.org/issue4683 created cmb


sys.exit() exits program when non-daemonic threads are still run 12/17/08
http://bugs.python.org/issue4684 created eggy


IDLE will not open (2.6.1 on WinXP pro) 12/17/08
http://bugs.python.org/issue4685 created Yo


Exceptions in ConfigParser don't set .args 12/17/08
http://bugs.python.org/issue4686 created beazley


GC stats not accurate because of debug overhead 12/17/08
http://bugs.python.org/issue4687 created pitrou
patch

GC optimization: don't track simple tuples and dicts 12/17/08
http://bugs.python.org/issue4688 created pitrou
patch

Typo in PyObjC URL on "GUI Programming on the Mac" 12/17/08
http://bugs.python.org/issue4689 created mevans


asyncore calls handle_write() on closed sockets when use_poll=Tr 12/18/08
http://bugs.python.org/issue4690 created forest


IDLE Code Caching Windows 12/18/08
CLOSED http://bugs.python.org/issue4691 created brandon.dixon


Framework build fails if OS X on case-sensitive file system 12/18/08
CLOSED http://bugs.python.org/issue4692 created nad
patch

Idle for Python 3.0 is default even without doing make fullinsta 12/18/08
http://bugs.python.org/issue4693 created orsenthil


_call_method() in multiprocessing documentation 12/18/08
CLOSED http://bugs.python.org/issue4694 created beazley


Bad AF_PIPE address in multiprocessing documentation 12/18/08
http://bugs.python.org/issue4695 created beazley


email module does not fold headers 12/18/08
http://bugs.python.org/issue4696 created bromine
patch

Clarification needed for subprocess convenience functions in Pyt 12/18/08
http://bugs.python.org/issue4697 created Erik Sternerson


Solaris buildbot failure on trunk in test_hostshot 12/18/08
http://bugs.python.org/issue4698 created pitrou


Typo in documentation of "signal" 12/19/08
CLOSED http://bugs.python.org/issue4699 created yam850


UnicodeEncodeError in license() 12/19/08
http://bugs.python.org/issue4700 created mnewman


range objects becomes hashable after attribute access 12/19/08
http://bugs.python.org/issue4701 created hagen
patch



Issues Now Closed (54)
______________________

Thread local storage and PyGILState_* mucked up by os.fork() 15 days
http://bugs.python.org/issue1683 loewis


optimize list comprehensions 297 days
http://bugs.python.org/issue2183 pitrou
patch, patch

gc.DEBUG_STATS reports invalid "elapsed" times 269 days
http://bugs.python.org/issue2467 pitrou
patch

create a numbits() method for int and long types 148 days
http://bugs.python.org/issue3439 marketdickinson
patch, needs review

use string_print() in gdb 116 days
http://bugs.python.org/issue3632 amaury.forgeotdarc
patch

urllib.request and urllib.response cannot handle HTTP1.1 chunked 103 days
http://bugs.python.org/issue3761 jhylton


2.6rc1: test_threading hangs on FreeBSD 6.3 i386 90 days
http://bugs.python.org/issue3863 loewis
patch

_hotshot: invalid error control in logreader() 83 days
http://bugs.python.org/issue3954 amaury.forgeotdarc
patch

__main__.__file__ not set correctly when -m switch gets __main__ 67 days
http://bugs.python.org/issue4082 ncoghlan


textwrap wordsep_re Unicode 53 days
http://bugs.python.org/issue4163 pitrou
patch

Doctest module does not work with zipped packages 0 days
http://bugs.python.org/issue4197 ncoghlan
patch

Pdb cannot access source code in zipped packages. 51 days
http://bugs.python.org/issue4201 ncoghlan
patch

inspect.getsource doesn't work on functions imported from a zipf 47 days
http://bugs.python.org/issue4223 ncoghlan


cycle created by profile.run 40 days
http://bugs.python.org/issue4273 darrenr


[2.5 regression] ctypes fails to build on arm-linux-gnu 31 days
http://bugs.python.org/issue4303 loewis


(Tkinter) Please backport these 26 days
http://bugs.python.org/issue4342 loewis


A bug in ncurses.h still exists in FreeBSD 4.9 - 4.11 23 days
http://bugs.python.org/issue4368 loewis
patch

Distutils Metadata Documentation Missing "platforms" Keyword 18 days
http://bugs.python.org/issue4446 georg.brandl
patch

CVE-2008-5031 multiple integer overflows 13 days
http://bugs.python.org/issue4469 loewis


Speed up PyEval_EvalFrameEx when tracing is off. 12 days
http://bugs.python.org/issue4477 jyasskin
patch

logging module __init__ uses has_key 9 days
http://bugs.python.org/issue4523 benjamin.peterson
patch

Registry key not set if unattended installation used 13 days
http://bugs.python.org/issue4567 loewis


Improved optparse "varargs" callback example 9 days
http://bugs.python.org/issue4568 georg.brandl
patch

reading UTF16-encoded text file crashes if \r on 64-char boundar 7 days
http://bugs.python.org/issue4574 pitrou
patch

compiler: -3 warnings 8 days
http://bugs.python.org/issue4578 georg.brandl
patch

segfault when mutating memoryview to array.array when array is r 11 days
http://bugs.python.org/issue4583 pitrou
patch, needs review

new types example is out of date 7 days
http://bugs.python.org/issue4595 georg.brandl


3.0 document tab interpretation change 6 days
http://bugs.python.org/issue4603 georg.brandl


3.0 documentation mentions using maketrans from within the strin 4 days
http://bugs.python.org/issue4605 benjamin.peterson


Small error in "Extending Python with C or C++" 6 days
http://bugs.python.org/issue4611 georg.brandl


tarfile does not set the creation date and time of the extracted 3 days
http://bugs.python.org/issue4616 lars.gustaebel


optparse - dosn't distinguish between '--option' and '-option' 0 days
http://bugs.python.org/issue4641 marketdickinson


optparse - dosn't distinguish between '--option' and '-option' 0 days
http://bugs.python.org/issue4642 marketdickinson


Minor documentation fault in 2to3 script 0 days
http://bugs.python.org/issue4644 benjamin.peterson


configparser DEFAULT 2 days
http://bugs.python.org/issue4645 loewis


Builtin parser module fails to parse relative imports 0 days
http://bugs.python.org/issue4647 benjamin.peterson


Fix n//x to n/x in the Docs 0 days
http://bugs.python.org/issue4648 rhettinger


Fix a+b to a + b 1 days
http://bugs.python.org/issue4649 gvanrossum


getopt need re-factor... 0 days
http://bugs.python.org/issue4651 gvanrossum


Python 3 tutorial has old information about dicts 0 days
http://bugs.python.org/issue4656 benjamin.peterson


missing closing bracket in Functional Programming HOWTO 0 days
http://bugs.python.org/issue4658 benjamin.peterson


Increase TextIOWrapper._CHUNK_SIZE 1 days
http://bugs.python.org/issue4663 pitrou


Regression fix_imports does not refactor multiple imports correc 0 days
http://bugs.python.org/issue4664 benjamin.peterson


Failure to compile trunk on Solaris10/SPARC using C++ compiler 1 days
http://bugs.python.org/issue4665 loewis


test_bad_address in test_urllib2_localnet often fails 1 days
http://bugs.python.org/issue4666 pitrou


Patch with a couple of 2.0isms in tutorial 0 days
http://bugs.python.org/issue4667 georg.brandl
patch

examples in the functional howto are not consistent with 3.X beh 0 days
http://bugs.python.org/issue4668 georg.brandl
patch

test_normalization failures on some buildbot 0 days
http://bugs.python.org/issue4674 pitrou


Unicode: multiple chars for high code points 0 days
http://bugs.python.org/issue4678 lemburg


deque class should include high-water mark 1 days
http://bugs.python.org/issue4680 tim_one


IDLE Code Caching Windows 0 days
http://bugs.python.org/issue4691 amaury.forgeotdarc


Framework build fails if OS X on case-sensitive file system 0 days
http://bugs.python.org/issue4692 marketdickinson
patch

_call_method() in multiprocessing documentation 0 days
http://bugs.python.org/issue4694 benjamin.peterson


Typo in documentation of "signal" 0 days
http://bugs.python.org/issue4699 benjamin.peterson




Top Issues Most Discussed (10)
______________________________

49 create a numbits() method for int and long types 148 days
closed http://bugs.python.org/issue3439

14 Optimize new io library 13 days
open http://bugs.python.org/issue4561

13 GC optimization: don't track simple tuples and dicts 2 days
open http://bugs.python.org/issue4688

11 urlopen returns extra, spurious bytes 8 days
open http://bugs.python.org/issue4631

10 Py_IS_INFINITY defect causes test_cmath failure on x86 12 days
open http://bugs.python.org/issue4575

10 Building a list of tuples has non-linear performance 73 days
open http://bugs.python.org/issue4074

10 optimize list comprehensions 297 days
closed http://bugs.python.org/issue2183

8 deque class should include high-water mark 1 days
closed http://bugs.python.org/issue4680

8 datetime module missing some important methods 656 days
open http://bugs.python.org/issue1673409

7 mmap offset should be off_t instead of ssize_t, and size calcul 2 days
open http://bugs.python.org/issue4681
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (12/19/08 - 12/26/08)
Python tracker at http://bugs.python.org/

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


2295 open (+38) / 14279 closed (+12) / 16574 total (+50)

Open issues with patches: 776

Average duration of open issues: 701 days.
Median duration of open issues: 2752 days.

Open Issues Breakdown
open 2277 (+38)
pending 18 ( +0)

Issues Created Or Reopened (51)
_______________________________

IDLE Code Caching Windows 12/19/08
http://bugs.python.org/issue4691 reopened amaury.forgeotdarc


[PATCH] msvc9compiler raises IOError when no compiler found inst 12/19/08
http://bugs.python.org/issue4702 created pjenvey
patch

Syntax error in sample code for enumerate in documentation. 12/20/08
CLOSED http://bugs.python.org/issue4703 created trenholmes


Update pybench for python 3.0 12/20/08
http://bugs.python.org/issue4704 created marketdickinson
patch

python3.0 -u: unbuffered stdout 12/20/08
http://bugs.python.org/issue4705 created haypo


try to build a C module, but don't worry if it doesn't work 12/20/08
http://bugs.python.org/issue4706 created zooko


round() shows undocumented behaviour 12/20/08
http://bugs.python.org/issue4707 created dingo
patch

os.pipe should return inheritable descriptors (Windows) 12/21/08
http://bugs.python.org/issue4708 created castironpi


Mingw-w64 and python on windows x64 12/21/08
http://bugs.python.org/issue4709 created cdavid
patch

[PATCH] zipfile.ZipFile does not extract directories properly 12/21/08
http://bugs.python.org/issue4710 created faw
patch

Wide literals in the table of contents overflow in documentation 12/21/08
http://bugs.python.org/issue4711 created scottdial


Document pickle behavior for subclasses of dicts/lists 12/21/08
http://bugs.python.org/issue4712 created georg.brandl


Installing sgmlop can crash xmlrpclib 12/21/08
http://bugs.python.org/issue4713 created cito
patch

print opcode stats at the end of pybench runs 12/21/08
http://bugs.python.org/issue4714 created pitrou
patch

optimize bytecode for conditional branches 12/21/08
http://bugs.python.org/issue4715 created pitrou
patch

Python 3.0 halts on shutdown when settrace is set 12/22/08
http://bugs.python.org/issue4716 created fabioz


execfile conversion is not correct 12/22/08
CLOSED http://bugs.python.org/issue4717 created fabioz


wsgiref package totally broken 12/22/08
http://bugs.python.org/issue4718 created hdima
patch

sys.exc_clear() not flagged in any way 12/22/08
CLOSED http://bugs.python.org/issue4719 created fabioz


Extension function optional argument specification | causes Runt 12/22/08
CLOSED http://bugs.python.org/issue4720 created pearu


pythonw.exe crash in GUI application(PythonWX) 12/22/08
CLOSED http://bugs.python.org/issue4721 created george


_winreg.QueryValue fault while reading mangled registry values 12/22/08
http://bugs.python.org/issue4722 created malicious.wizard


os.path.basename error on directory names with numbers 12/22/08
CLOSED http://bugs.python.org/issue4723 created kle_py


setting f_exc_traceback aborts in debug builds 12/22/08
http://bugs.python.org/issue4724 created benjamin.peterson


reporting file locations in egg (and other package) files 12/22/08
CLOSED http://bugs.python.org/issue4725 created rocky


doctest gets line numbers wrong due to quotes in comments 12/22/08
http://bugs.python.org/issue4726 created guyer
patch

pickle/copyreg doesn't support keyword only arguments in __new__ 12/23/08
http://bugs.python.org/issue4727 created erickt


Endianness and universal builds problems 12/23/08
http://bugs.python.org/issue4728 created cdavid


Documentation under 'pass' statement talks about exception very 12/23/08
CLOSED http://bugs.python.org/issue4729 created orsenthil


cPickle corrupts high-unicode strings 12/23/08
http://bugs.python.org/issue4730 created njs


suggest change to "Failed to find the necessary bits to build th 12/23/08
http://bugs.python.org/issue4731 created mkc


Object allocation stress leads to segfault on RHEL 12/23/08
http://bugs.python.org/issue4732 created ajg


Add a "decode to declared encoding" version of urlopen to urllib 12/23/08
http://bugs.python.org/issue4733 created ajaksu2
patch

broken link for 2.5.3 doc download 12/24/08
CLOSED http://bugs.python.org/issue4734 created quiver


An error occurred during the installation of assembly 12/24/08
http://bugs.python.org/issue4735 created rwpjr66


io.BufferedRWPair.closed broken; tries to call bool writer.close 12/24/08
CLOSED http://bugs.python.org/issue4736 created semanticist


documentation and noddy*.c 12/24/08
CLOSED http://bugs.python.org/issue4737 created exe


Patch to make zlib-objects better support threads 12/24/08
http://bugs.python.org/issue4738 created ebfe
patch

[patch] Let users do help('@') and so on for confusing syntax co 12/24/08
http://bugs.python.org/issue4739 created alsuren
patch

pickle test for protocol 3 (HIGHEST_PROTOCOL in py3k) 12/24/08
http://bugs.python.org/issue4740 created ocean-city
patch, easy

winsound.SND_PURGE has no effect 12/24/08
CLOSED http://bugs.python.org/issue4741 created Ultrasick


3.0 distutils byte-compiling -> Syntax error: unknown encoding: 12/24/08
http://bugs.python.org/issue4742 created sjmachin


intra-pkg multiple import (import local1, local2) not fixed 12/25/08
http://bugs.python.org/issue4743 created sjmachin


asynchat documentation needs to be more precise 12/25/08
http://bugs.python.org/issue4744 created beazley


socket.send obscure error message 12/25/08
http://bugs.python.org/issue4745 created Luther


Misguiding wording 3.0 c-api reference 12/25/08
http://bugs.python.org/issue4746 created ebfe


SyntaxError executing a script containing non-ASCII characters i 12/26/08
http://bugs.python.org/issue4747 created gagenellina


yield expression vs lambda 12/26/08
http://bugs.python.org/issue4748 created georg.brandl


Issue with RotatingFileHandler logging handler on Windows 12/26/08
http://bugs.python.org/issue4749 created mramahi77


tarfile keeps excessive dir structure in compressed files 12/26/08
http://bugs.python.org/issue4750 created techtonik
patch

Patch for better thread support in hashlib 12/26/08
http://bugs.python.org/issue4751 created ebfe
patch



Issues Now Closed (27)
______________________

ctypes function pointer enhancements 349 days
http://bugs.python.org/issue1797 haypo
patch

[distutils] - error when processing the "--formats=tar" option 340 days
http://bugs.python.org/issue1885 techtonik
patch

IDLE "find in files" output not formatted optimally 206 days
http://bugs.python.org/issue2996 loewis
patch

speedup some comparisons 190 days
http://bugs.python.org/issue3106 pitrou
patch

Cannot start wsgiref simple server in Py3k 163 days
http://bugs.python.org/issue3348 pitrou
patch

create a numbits() method for int and long types 148 days
http://bugs.python.org/issue3439 marketdickinson
patch, needs review

wsgiref.simple_server fails to run demo_app 107 days
http://bugs.python.org/issue3795 pitrou


Tkinter cannot find Tcl/Tk on Mac OS X 79 days
http://bugs.python.org/issue4017 benjamin.peterson


library.pdf - Section 17.6.4 Examples - Multiprocessing - Format 62 days
http://bugs.python.org/issue4162 benjamin.peterson


library/turtle.rst does not format properly in PDF mode 62 days
http://bugs.python.org/issue4169 benjamin.peterson


2to3 drops executable bit with --write 15 days
http://bugs.python.org/issue4602 benjamin.peterson
patch

Add Mac OS X Disk Images to Python.org homepage 10 days
http://bugs.python.org/issue4627 benjamin.peterson


test_bad_address in test_urllib2_localnet often fails 7 days
http://bugs.python.org/issue4666 rpetrov


Typo in PyObjC URL on "GUI Programming on the Mac" 3 days
http://bugs.python.org/issue4689 loewis


UnicodeEncodeError in license() 0 days
http://bugs.python.org/issue4700 amaury.forgeotdarc


Syntax error in sample code for enumerate in documentation. 0 days
http://bugs.python.org/issue4703 benjamin.peterson


execfile conversion is not correct 0 days
http://bugs.python.org/issue4717 benjamin.peterson


sys.exc_clear() not flagged in any way 0 days
http://bugs.python.org/issue4719 benjamin.peterson


Extension function optional argument specification | causes Runt 0 days
http://bugs.python.org/issue4720 benjamin.peterson


pythonw.exe crash in GUI application(PythonWX) 0 days
http://bugs.python.org/issue4721 loewis


os.path.basename error on directory names with numbers 0 days
http://bugs.python.org/issue4723 loewis


reporting file locations in egg (and other package) files 1 days
http://bugs.python.org/issue4725 loewis


Documentation under 'pass' statement talks about exception very 1 days
http://bugs.python.org/issue4729 benjamin.peterson


broken link for 2.5.3 doc download 0 days
http://bugs.python.org/issue4734 loewis


io.BufferedRWPair.closed broken; tries to call bool writer.close 0 days
http://bugs.python.org/issue4736 benjamin.peterson


documentation and noddy*.c 0 days
http://bugs.python.org/issue4737 benjamin.peterson


winsound.SND_PURGE has no effect 2 days
http://bugs.python.org/issue4741 georg.brandl




Top Issues Most Discussed (10)
______________________________

23 wsgiref package totally broken 4 days
open http://bugs.python.org/issue4718

23 round() shows undocumented behaviour 6 days
open http://bugs.python.org/issue4707

10 range objects becomes hashable after attribute access 7 days
open http://bugs.python.org/issue4701

10 Added clearerr() to clear EOF state 613 days
open http://bugs.python.org/issue1706039

9 sys.exc_clear() not flagged in any way 0 days
closed http://bugs.python.org/issue4719

6 zipfile returns string but expects binary 16 days
open http://bugs.python.org/issue4621

5 Get rid of more refercenes to __cmp__ 71 days
open http://bugs.python.org/issue1717

5 subprocess is not EINTR-safe 1500 days
open http://bugs.python.org/issue1068268

4 os.path.basename error on directory names with numbers 0 days
closed http://bugs.python.org/issue4723

4 Permit to easily use distutils "--formats=tar,gztar,bztar" on a 340 days
open http://bugs.python.org/issue1886
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (12/26/08 - 01/02/09)
Python tracker at http://bugs.python.org/

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


2261 open (+32) / 14372 closed (+27) / 16633 total (+59)

Open issues with patches: 771

Average duration of open issues: 708 days.
Median duration of open issues: 2759 days.

Open Issues Breakdown
open 2237 (+32)
pending 24 ( +0)

Issues Created Or Reopened (60)
_______________________________

[distutils] - error when processing the "--formats=tar" option 12/27/08
http://bugs.python.org/issue1885 reopened tarek
patch

Error in SocketServer UDP documentation 12/26/08
CLOSED http://bugs.python.org/issue4752 created shazow


Faster opcode dispatch on gcc 12/26/08
http://bugs.python.org/issue4753 created pitrou
patch

winsound documentation (about stoping sounds) 12/26/08
CLOSED http://bugs.python.org/issue4754 created ocean-city
patch

Common path prefix 12/27/08
http://bugs.python.org/issue4755 created skip.montanaro
patch, patch, needs review

zipfile.is_zipfile: added support for file-like objects 12/27/08
CLOSED http://bugs.python.org/issue4756 created gagenellina
patch

reject unicode in zlib 12/27/08
http://bugs.python.org/issue4757 created haypo
patch

Python 3.0 internet documentation needs work 12/27/08
http://bugs.python.org/issue4758 created beazley


bytearray.translate() should support None first argument 12/27/08
CLOSED http://bugs.python.org/issue4759 created georg.brandl
patch

cmp gone---What's new in 3.1 12/28/08
http://bugs.python.org/issue4760 created LambertDW


create Python wrappers for openat() and others 12/28/08
http://bugs.python.org/issue4761 created pitrou


PyFile_FromFd() doesn't set the file name 12/28/08
http://bugs.python.org/issue4762 created haypo


PyErr_GivenExceptionMatches documentation out of date 12/28/08
CLOSED http://bugs.python.org/issue4763 created garcia


open('existing_dir') -> IOError instance's attr filename is None 12/29/08
CLOSED http://bugs.python.org/issue4764 created zuo


IDLE fails to "Delete Custom Key Set" properly 12/29/08
http://bugs.python.org/issue4765 created alex_fainshtein


email documentation needs to be precise about strings/bytes 12/29/08
http://bugs.python.org/issue4766 created beazley


email.mime incorrectly documented (or implemented) 12/29/08
CLOSED http://bugs.python.org/issue4767 created beazley


email.generator.Generator object bytes/str crash - b64encode() b 12/29/08
http://bugs.python.org/issue4768 created beazley
patch

b64decode should accept strings or bytes 12/29/08
http://bugs.python.org/issue4769 created beazley


binascii module, crazy error messages, unexpected behavior 12/29/08
http://bugs.python.org/issue4770 created beazley


Bad examples in hashlib documentation 12/29/08
CLOSED http://bugs.python.org/issue4771 created beazley


undesired switch fall-through in socketmodule.c 12/29/08
http://bugs.python.org/issue4772 created dontbugme
patch, needs review

HTTPMessage not documented and has inconsistent API across 2.6/3 12/29/08
http://bugs.python.org/issue4773 created beazley


threding, bsddb and double free or corruption (fasttop) 12/29/08
http://bugs.python.org/issue4774 created aspineux


Incorrect documentation - UTC time 12/30/08
http://bugs.python.org/issue4775 created luckmor


distutils documentation 12/30/08
CLOSED http://bugs.python.org/issue4776 created steve21


nntplib - python 2.5 12/30/08
CLOSED http://bugs.python.org/issue4777 created morrowc
patch

Small typo in multiprocessing documentation 12/30/08
CLOSED http://bugs.python.org/issue4778 created hdima
patch

Can't import Tkinter 12/30/08
CLOSED http://bugs.python.org/issue4779 created pierre.lhoste


Makefile.pre.in patch to run regen on OSX (framework build) 12/30/08
CLOSED http://bugs.python.org/issue4780 created ronaldoussoren
patch, patch, needs review

The function, Threading.Timer.run(), may be Inappropriate 12/30/08
http://bugs.python.org/issue4781 created gestapo21th


json documentation missing load(), loads() 12/30/08
CLOSED http://bugs.python.org/issue4782 created beazley


json documentation needs a BAWM (Big A** Warning Message) 12/30/08
http://bugs.python.org/issue4783 created beazley


Mismatch in documentation for module "webbrowser" 12/30/08
CLOSED http://bugs.python.org/issue4784 created improper_smile


json.JSONDecoder() strict argument undocumented and potentially 12/30/08
http://bugs.python.org/issue4785 created beazley


xml.etree.ElementTree module name in Python 3 12/30/08
CLOSED http://bugs.python.org/issue4786 created beazley


Curses Unicode Support 12/30/08
http://bugs.python.org/issue4787 created atagar1


two bare "except" clauses are used in the ssl module 12/31/08
CLOSED http://bugs.python.org/issue4788 created giampaolo.rodola
patch

Documentation changes break existing URIs 12/31/08
CLOSED http://bugs.python.org/issue4789 created msapiro


Optimization to heapq module 12/31/08
CLOSED http://bugs.python.org/issue4790 created nilton
patch

retrlines('LIST') and dir hang at end of listing in ftplib (pyth 12/31/08
http://bugs.python.org/issue4791 created chris.mahan


PythonCmd in Modules/_tkinter.c should use the given "interp" pa 12/31/08
http://bugs.python.org/issue4792 created gpolo
patch

Glossary incorrectly describes a decorator as "merely syntactic 12/31/08
CLOSED http://bugs.python.org/issue4793 created kermode


garbage collector blocks and takes worst-case linear time wrt nu 12/31/08
CLOSED http://bugs.python.org/issue4794 created darrenr


inspect.isgeneratorfunction inconsistent with other inspect func 12/31/08
CLOSED http://bugs.python.org/issue4795 created stevenjd


Decimal to receive from_float method 12/31/08
http://bugs.python.org/issue4796 created stevenjd


test_fileio error (windows) 01/01/09
CLOSED http://bugs.python.org/issue4797 created ocean-city
patch

Update deprecation of 'new' module in PEP 4. 01/01/09
CLOSED http://bugs.python.org/issue4798 created vshenoy
patch

handling inf/nan in '%f' 01/01/09
http://bugs.python.org/issue4799 created cdavid
patch

little inaccuracy in Py_ssize_t explanation 01/01/09
CLOSED http://bugs.python.org/issue4800 created exe


_collections module fail to build on cygwin 01/01/09
CLOSED http://bugs.python.org/issue4801 created rpetrov


detect_tkinter for cygwin 01/01/09
http://bugs.python.org/issue4802 created rpetrov
patch

Manas Thapliyal sent you a Friend Request on Yaari 01/02/09
CLOSED http://bugs.python.org/issue4803 created gravitywarrior1


Python on Windows disables all C runtime library assertions 01/02/09
http://bugs.python.org/issue4804 created mhammond


Make python code compilable with a C++ compiler 01/02/09
http://bugs.python.org/issue4805 created belopolsky
patch

Function calls taking a generator as star argument can mask Type 01/02/09
http://bugs.python.org/issue4806 created hagen


wrong wsprintf usage 01/02/09
http://bugs.python.org/issue4807 created eckhardt
patch

doc issue for threading module (name/daemon properties) 01/02/09
http://bugs.python.org/issue4808 created cgoldberg


2.5.4 release missing from python.org/downloads 01/02/09
http://bugs.python.org/issue4809 created rsyring


timeit needs "official" '--' flag 01/02/09
http://bugs.python.org/issue4810 created skip.montanaro




Issues Now Closed (95)
______________________

MacOS.GetCreatorAndType() and SetCreatorAndType() broken on inte 388 days
http://bugs.python.org/issue1594 ronaldoussoren


unittest.py modernization 311 days
http://bugs.python.org/issue2153 pitrou
patch

IDLE doesn't work with Tk 8.5 under python 2.5 and older 250 days
http://bugs.python.org/issue2693 gpolo
patch

2to3 converts long(itude) argument to int 244 days
http://bugs.python.org/issue2734 benjamin.peterson


test_list on 64-bit platforms 210 days
http://bugs.python.org/issue3055 ronaldoussoren


ScrolledText can't be placed in a PanedWindow 182 days
http://bugs.python.org/issue3248 gpolo
patch

fix_imports does not handle intra-package renames 182 days
http://bugs.python.org/issue3260 benjamin.peterson


``make htmlview`` for docs fails on OS X 129 days
http://bugs.python.org/issue3644 georg.brandl


What's New in 2.6 - corrections 126 days
http://bugs.python.org/issue3671 georg.brandl


Cycles with some iterator are leaking. 129 days
http://bugs.python.org/issue3680 pitrou
patch

tkColorChooser may fail if no color is selected 117 days
http://bugs.python.org/issue3767 loewis
patch

python-2.6b3.msi and python-2.6b3.amd64.msi can't both be instal 110 days
http://bugs.python.org/issue3833 loewis


IDLE does not open too 85 days
http://bugs.python.org/issue4049 loewis
patch

PyUnicode_DecodeUTF16(..., byteorder=0) gets it wrong on Mac OS 83 days
http://bugs.python.org/issue4060 benjamin.peterson
patch

distutils.util.get_platform() is wrong for universal builds on m 82 days
http://bugs.python.org/issue4064 ronaldoussoren
patch, needs review

Lib/lib2to3/*.pickle are shipped / modified in the build 81 days
http://bugs.python.org/issue4096 loewis


xml.etree.ElementTree does not read xml-text over page bonderies 60 days
http://bugs.python.org/issue4100 georg.brandl
patch

Docs for BaseHandler.protocol_xxx methods are unclear 72 days
http://bugs.python.org/issue4156 georg.brandl


re module treats raw strings as normal strings 51 days
http://bugs.python.org/issue4185 georg.brandl


dis.findlinestarts is missing from dis.__all__ and from the onli 65 days
http://bugs.python.org/issue4222 georg.brandl


struct.pack('L', -1) 64 days
http://bugs.python.org/issue4228 georg.brandl
patch

zipfile.py -> is_zipfile leaves file open when error 58 days
http://bugs.python.org/issue4241 pitrou


struct module: pack/unpack and byte order on x86_64 51 days
http://bugs.python.org/issue4270 pitrou


Wrong encoding in files saved from IDLE (3.0rc2 on Windows) 45 days
http://bugs.python.org/issue4323 loewis
patch

Pickle tests fail w/o _pickle extension 36 days
http://bugs.python.org/issue4374 alexandre.vassalotti
patch

pypirc default is not at the right format 36 days
http://bugs.python.org/issue4400 benjamin.peterson
patch

In Lib\tkinter\filedialog.py, class Directory define loss a"_" 37 days
http://bugs.python.org/issue4406 benjamin.peterson
patch

IDLE string problem in Run/Run Module 35 days
http://bugs.python.org/issue4410 loewis


unittest - use contexts to assert exceptions 31 days
http://bugs.python.org/issue4444 pitrou
patch

Module wsgiref is not python3000 ready (unicode issues) 28 days
http://bugs.python.org/issue4522 pitrou
patch

askdirectory() in tkinter.filedialog is broken 27 days
http://bugs.python.org/issue4539 gpolo


IDLE shutdown if I run an edited file contains chinese 19 days
http://bugs.python.org/issue4623 loewis


distutils chokes on empty options arg in the setup function 17 days
http://bugs.python.org/issue4646 tarek
patch, patch

bytes,join and bytearray.join not in manual; help for bytes.join 12 days
http://bugs.python.org/issue4669 georg.brandl


setup.py exception when db_setup_debug = True 16 days
http://bugs.python.org/issue4670 amaury.forgeotdarc


pydoc executes the code to be documented 12 days
http://bugs.python.org/issue4671 georg.brandl


a list comprehensions tests for pybench 11 days
http://bugs.python.org/issue4677 pitrou
patch

'b' formatter is actually unsigned char 10 days
http://bugs.python.org/issue4682 georg.brandl


Bad AF_PIPE address in multiprocessing documentation 9 days
http://bugs.python.org/issue4695 georg.brandl


Clarification needed for subprocess convenience functions in Pyt 9 days
http://bugs.python.org/issue4697 georg.brandl


range objects becomes hashable after attribute access 11 days
http://bugs.python.org/issue4701 ncoghlan
patch

[PATCH] msvc9compiler raises IOError when no compiler found inst 11 days
http://bugs.python.org/issue4702 tarek
patch

Python 3.0 halts on shutdown when settrace is set 5 days
http://bugs.python.org/issue4716 pitrou


Endianness and universal builds problems 6 days
http://bugs.python.org/issue4728 ronaldoussoren


cPickle corrupts high-unicode strings 4 days
http://bugs.python.org/issue4730 alexandre.vassalotti


suggest change to "Failed to find the necessary bits to build th 5 days
http://bugs.python.org/issue4731 georg.brandl


Object allocation stress leads to segfault on RHEL 8 days
http://bugs.python.org/issue4732 pitrou


[patch] Let users do help('@') and so on for confusing syntax co 3 days
http://bugs.python.org/issue4739 georg.brandl
patch

pickle test for protocol 3 (HIGHEST_PROTOCOL in py3k) 2 days
http://bugs.python.org/issue4740 ocean-city
patch, easy

3.0 distutils byte-compiling -> Syntax error: unknown encoding: 8 days
http://bugs.python.org/issue4742 georg.brandl
patch

intra-pkg multiple import (import local1, local2) not fixed 2 days
http://bugs.python.org/issue4743 benjamin.peterson


socket.send obscure error message 3 days
http://bugs.python.org/issue4745 georg.brandl


Misguiding wording 3.0 c-api reference 4 days
http://bugs.python.org/issue4746 georg.brandl


SyntaxError executing a script containing non-ASCII characters i 7 days
http://bugs.python.org/issue4747 amaury.forgeotdarc
patch

yield expression vs lambda 1 days
http://bugs.python.org/issue4748 benjamin.peterson
patch, needs review

Error in SocketServer UDP documentation 1 days
http://bugs.python.org/issue4752 georg.brandl


winsound documentation (about stoping sounds) 1 days
http://bugs.python.org/issue4754 georg.brandl
patch

zipfile.is_zipfile: added support for file-like objects 0 days
http://bugs.python.org/issue4756 pitrou
patch

bytearray.translate() should support None first argument 1 days
http://bugs.python.org/issue4759 georg.brandl
patch

PyErr_GivenExceptionMatches documentation out of date 0 days
http://bugs.python.org/issue4763 benjamin.peterson


open('existing_dir') -> IOError instance's attr filename is None 1 days
http://bugs.python.org/issue4764 benjamin.peterson


email.mime incorrectly documented (or implemented) 3 days
http://bugs.python.org/issue4767 georg.brandl


Bad examples in hashlib documentation 0 days
http://bugs.python.org/issue4771 benjamin.peterson


distutils documentation 2 days
http://bugs.python.org/issue4776 georg.brandl


nntplib - python 2.5 1 days
http://bugs.python.org/issue4777 haypo
patch

Small typo in multiprocessing documentation 0 days
http://bugs.python.org/issue4778 georg.brandl
patch

Can't import Tkinter 0 days
http://bugs.python.org/issue4779 georg.brandl


Makefile.pre.in patch to run regen on OSX (framework build) 3 days
http://bugs.python.org/issue4780 ronaldoussoren
patch, patch, needs review

json documentation missing load(), loads() 2 days
http://bugs.python.org/issue4782 georg.brandl


Mismatch in documentation for module "webbrowser" 2 days
http://bugs.python.org/issue4784 georg.brandl


xml.etree.ElementTree module name in Python 3 1 days
http://bugs.python.org/issue4786 benjamin.peterson


two bare "except" clauses are used in the ssl module 0 days
http://bugs.python.org/issue4788 benjamin.peterson
patch

Documentation changes break existing URIs 2 days
http://bugs.python.org/issue4789 georg.brandl


Optimization to heapq module 1 days
http://bugs.python.org/issue4790 nilton
patch

Glossary incorrectly describes a decorator as "merely syntactic 0 days
http://bugs.python.org/issue4793 benjamin.peterson


garbage collector blocks and takes worst-case linear time wrt nu 2 days
http://bugs.python.org/issue4794 loewis


inspect.isgeneratorfunction inconsistent with other inspect func 0 days
http://bugs.python.org/issue4795 rhettinger


test_fileio error (windows) 0 days
http://bugs.python.org/issue4797 ocean-city
patch

Update deprecation of 'new' module in PEP 4. 0 days
http://bugs.python.org/issue4798 georg.brandl
patch

little inaccuracy in Py_ssize_t explanation 1 days
http://bugs.python.org/issue4800 loewis


_collections module fail to build on cygwin 0 days
http://bugs.python.org/issue4801 amaury.forgeotdarc


Manas Thapliyal sent you a Friend Request on Yaari 0 days
http://bugs.python.org/issue4803 benjamin.peterson


zappyfiles.py absent from MacPython binary 1967 days
http://bugs.python.org/issue789545 ronaldoussoren


-O breaks bundlebuilder --standalone 1877 days
http://bugs.python.org/issue841800 ronaldoussoren


bundlebuilder: an arg to disable zipping the code 1779 days
http://bugs.python.org/issue900506 ronaldoussoren


bundlebuilder: easily keep main routine in orig location 1779 days
http://bugs.python.org/issue900514 ronaldoussoren


plat-mac/videoreader.py not working on OS X 1778 days
http://bugs.python.org/issue900949 ronaldoussoren


BuildApplet needs to get more BuildApplication features 1771 days
http://bugs.python.org/issue905737 ronaldoussoren


Implement BundleBuilder GUI as plugin component 1688 days
http://bugs.python.org/issue957652 ronaldoussoren


method after() and afer_idle() are not thread save 1623 days
http://bugs.python.org/issue995925 gpolo


Problems importing packages in ZIP file 1594 days
http://bugs.python.org/issue1011893 loewis


os.times() is bogus 1547 days
http://bugs.python.org/issue1040026 loewis
patch

macostools.mkdirs: not thread-safe 1409 days
http://bugs.python.org/issue1149804 ronaldoussoren


plat-mac videoreader.py auido format info 729 days
http://bugs.python.org/issue1627952 ronaldoussoren


EasyDialogs patch to remove aepack dependency 567 days
http://bugs.python.org/issue1737832 ronaldoussoren
patch



Top Issues Most Discussed (10)
______________________________

36 Faster opcode dispatch on gcc 7 days
open http://bugs.python.org/issue4753

21 Patch for better thread support in hashlib 7 days
open http://bugs.python.org/issue4751

17 shutil.rmtree is vulnerable to a symlink attack 31 days
open http://bugs.python.org/issue4489

15 Is shared lib building broken on trunk for Mac OS X? 33 days
pending http://bugs.python.org/issue4472

14 retrlines('LIST') and dir hang at end of listing in ftplib (pyt 2 days
open http://bugs.python.org/issue4791

12 Curses Unicode Support 3 days
open http://bugs.python.org/issue4787

12 2.6.1 breaks many applications that embed Python on Windows 27 days
open http://bugs.python.org/issue4566

10 wsgiref package totally broken 11 days
open http://bugs.python.org/issue4718

10 complex constructor doesn't accept string with nan and inf 322 days
open http://bugs.python.org/issue2121

9 Patch to make zlib-objects better support threads 9 days
open http://bugs.python.org/issue4738
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (01/02/09 - 01/09/09)
Python tracker at http://bugs.python.org/

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


2304 open (+65) / 14418 closed (+24) / 16722 total (+89)

Open issues with patches: 797

Average duration of open issues: 698 days.
Median duration of open issues: 1 days.

Open Issues Breakdown
open 2279 (+65)
pending 25 ( +0)

Issues Created Or Reopened (90)
_______________________________

wsgiref package totally broken 01/03/09
http://bugs.python.org/issue4718 reopened pitrou
patch

invalid reST markup in several documents 01/02/09
CLOSED http://bugs.python.org/issue4811 created gagenellina
patch

Junk in the decimals namespace 01/02/09
CLOSED http://bugs.python.org/issue4812 created rhettinger


On OS-X the directories searched by setup.py for Tk are in the w 01/02/09
http://bugs.python.org/issue4813 created MLModel


ftplib does not honour "timeout" parameter for active data conne 01/03/09
http://bugs.python.org/issue4814 created giampaolo.rodola
patch

idle 3.1a1 utf8 01/03/09
http://bugs.python.org/issue4815 created geon
patch, needs review

Patch of itertools.{combinations,permutations} for empty combina 01/03/09
CLOSED http://bugs.python.org/issue4816 created TFinley
patch

PyOS_GetLastModificationTime is unused 01/03/09
CLOSED http://bugs.python.org/issue4817 created eckhardt
patch

Patch for thread-support in md5module.c 01/03/09
http://bugs.python.org/issue4818 created ebfe
patch

Misc/cheatsheet needs updating 01/03/09
http://bugs.python.org/issue4819 created marketdickinson


ctypes.util.find_library incorrectly documented 01/03/09
http://bugs.python.org/issue4820 created beazley


Patches for thread-support in built-in SHA modules 01/03/09
http://bugs.python.org/issue4821 created ebfe
patch

Fix indentation in memoryobject.c 01/03/09
CLOSED http://bugs.python.org/issue4822 created pitrou
patch

idle height and place 01/03/09
CLOSED http://bugs.python.org/issue4823 created geon


test_cmd_line failure on Mac OS X for py3k 01/03/09
CLOSED http://bugs.python.org/issue4824 created skip.montanaro


TypeError with complex.real() and complex.imag() 01/04/09
CLOSED http://bugs.python.org/issue4825 created MagnetoHydroDynamics


exec() docstring bug about file objects 01/04/09
CLOSED http://bugs.python.org/issue4826 created xverify


optparse: Callback example 1 is confusing 01/04/09
http://bugs.python.org/issue4827 created jkankiewicz


patch suggestion for webbrowser 01/04/09
http://bugs.python.org/issue4828 created Yinon
patch

confusing error for file("foo", "w++") 01/04/09
http://bugs.python.org/issue4829 created eckhardt
patch

regrtest.py -u largefile test_io fails on OS X 10.5.6 01/04/09
CLOSED http://bugs.python.org/issue4830 created ironsmith


exec() behavior - revisited 01/04/09
http://bugs.python.org/issue4831 created beazley


idle filename extension 01/04/09
http://bugs.python.org/issue4832 created geon


Explicit directories for zipfiles 01/04/09
http://bugs.python.org/issue4833 created schuppenies


Trouble configuring with icc on Mac OS X 10.5 01/04/09
http://bugs.python.org/issue4834 created skip.montanaro


SIZEOF_SOCKET_T not defined 01/04/09
http://bugs.python.org/issue4835 created skip.montanaro


Idle Hangs on exit Button 01/04/09
CLOSED http://bugs.python.org/issue4836 created skillybob


Omits MACHINE and DEBUG when building tix8.4.3 01/04/09
http://bugs.python.org/issue4837 created ocean-city
patch

md_state is not released 01/04/09
http://bugs.python.org/issue4838 created loewis


Reminder: Please Respond to Manas's Invitation 01/05/09
CLOSED http://bugs.python.org/issue4839 created gravitywarrior1


Compile dbm in Ubuntu 01/05/09
CLOSED http://bugs.python.org/issue4840 created cwhan


io's close() not handling errors correctly 01/05/09
http://bugs.python.org/issue4841 created eckhardt
patch

int('3L') still valid in Python 3.0 01/05/09
http://bugs.python.org/issue4842 created marketdickinson
patch

make distutils use shutil 01/05/09
http://bugs.python.org/issue4843 created tarek


ZipFile doesn't range check in _EndRecData() 01/05/09
http://bugs.python.org/issue4844 created ymgve
patch

warnings system and inspect module disagree about 01/05/09
CLOSED http://bugs.python.org/issue4845 created exarkun


Py_UNICODE_ISSPACE causes linker error 01/05/09
CLOSED http://bugs.python.org/issue4846 created ishimoto
26backport

csv fails when file is opened in binary mode 01/05/09
http://bugs.python.org/issue4847 created jaywalker
patch

MacPython build script uses Carbon and MacOS modules slated for 01/05/09
http://bugs.python.org/issue4848 created janssen


instantiating and populating xml.dom.minidom.Element is cumberso 01/05/09
http://bugs.python.org/issue4849 created exarkun


Change type and add _Py_ prefix to COUNT_ALLOCS variables 01/05/09
CLOSED http://bugs.python.org/issue4850 created belopolsky
patch

xml.dom.minidom.Element.cloneNode fails with AttributeError 01/05/09
http://bugs.python.org/issue4851 created exarkun


Cleanup old stuff from pythread.h 01/05/09
http://bugs.python.org/issue4852 created amaury.forgeotdarc
patch, patch, needs review

I/O operation on closed socket: improve the error message 01/06/09
http://bugs.python.org/issue4853 created haypo
patch

gnu_get_libc_version() returns bad number on Ubuntu 64 bits 01/06/09
CLOSED http://bugs.python.org/issue4854 created smartini


Popen(..., shell=True,...) should allow simple access to the com 01/06/09
CLOSED http://bugs.python.org/issue4855 created wolfy


Remove checks for win NT 01/06/09
http://bugs.python.org/issue4856 created eckhardt
patch

syntax: no unpacking in augassign 01/06/09
http://bugs.python.org/issue4857 created jura05


Deprecation of MD5 01/06/09
CLOSED http://bugs.python.org/issue4858 created ebfe


pwd, spwd, grp functions vulnerable to denial of service 01/06/09
http://bugs.python.org/issue4859 created baikie
patch

js_output wrong for cookies with " characters 01/06/09
http://bugs.python.org/issue4860 created noufal
patch

fix problems with ctypes.util.find_library 01/06/09
http://bugs.python.org/issue4861 created doko
patch, patch

utf-16 BOM is not skipped after seek(0) 01/07/09
http://bugs.python.org/issue4862 created amaury.forgeotdarc
patch

deprecate/delete distutils.mwerkscompiler... 01/07/09
http://bugs.python.org/issue4863 created skip.montanaro


test_msvc9compiler fails on VC6 01/07/09
CLOSED http://bugs.python.org/issue4864 created ocean-city
patch, easy

system wide site-packages dir not used on Mac OS X 01/07/09
http://bugs.python.org/issue4865 created kapet
patch

Code to remove in parsetok? 01/07/09
CLOSED http://bugs.python.org/issue4866 created ganderson


crash in ctypes when passing a string to a function without defi 01/07/09
CLOSED http://bugs.python.org/issue4867 created jice


Faster utf-8 decoding 01/08/09
http://bugs.python.org/issue4868 reopened pitrou
patch

random.expovariate(0.0) 01/07/09
CLOSED http://bugs.python.org/issue4869 created kbriggs


ssl module is missing SSL_OP_NO_SSLv2 01/07/09
http://bugs.python.org/issue4870 created giampaolo.rodola


zipfile can't decrypt 01/07/09
http://bugs.python.org/issue4871 created gladed


Python will not co-exist with MFC (memory leak) 01/07/09
http://bugs.python.org/issue4872 created nqiang


Refcount error and file descriptor leaks in pwd, grp modules 01/07/09
http://bugs.python.org/issue4873 created baikie
patch

decoding functions in _codecs module accept str arguments 01/07/09
http://bugs.python.org/issue4874 created pitrou
patch

find_library can return directories instead of files 01/08/09
http://bugs.python.org/issue4875 created rfk


Incorrect detection of module as local 01/08/09
CLOSED http://bugs.python.org/issue4876 created loewis


xml.parsers.expat ParseFile() causes segmentation fault when pas 01/08/09
http://bugs.python.org/issue4877 created showard
patch

post installer script's message is not shown to user with bdist_ 01/08/09
http://bugs.python.org/issue4878 created rantanen


Allow buffering for HTTPResponse 01/08/09
http://bugs.python.org/issue4879 created krisvale
patch, patch

PyInt_FromSsize_t LONG_MIN and LONG_MAX typecasts needed 01/08/09
http://bugs.python.org/issue4880 created lkcl


Python's timezon handling: daylight saving option 01/08/09
http://bugs.python.org/issue4881 created earendili510


Behavior of backreferences to named groups in regular expression 01/08/09
http://bugs.python.org/issue4882 created aresnick


Compiling python 2.5.2 under Wine on linux. 01/08/09
http://bugs.python.org/issue4883 created lkcl


Work around gethostbyaddr_r bug 01/08/09
http://bugs.python.org/issue4884 created jyasskin
patch

mmap enhancement request 01/08/09
http://bugs.python.org/issue4885 created ndbecker


test/regrtest.py contains error on __import__ 01/08/09
http://bugs.python.org/issue4886 created msyang


environment inspection and manipulation API is buggy, inconsiste 01/08/09
http://bugs.python.org/issue4887 created exarkun


misplaced (or misleading) assert in ceval.c 01/09/09
http://bugs.python.org/issue4888 created skip.montanaro
patch

difflib 01/09/09
http://bugs.python.org/issue4889 created pratik.potnis


handling empty text search pattern in tkinter 01/09/09
http://bugs.python.org/issue4890 created mkiever
patch

formatwarning function signature change breaks code 01/09/09
http://bugs.python.org/issue4891 created v+python


Sending Connection-objects over multiprocessing connections fail 01/09/09
http://bugs.python.org/issue4892 created gsson


Use separate thread support code under MS Windows CE 01/09/09
http://bugs.python.org/issue4893 created eckhardt
patch

documentaion doesn't include parameter in urllib.request.HTTPRed 01/09/09
http://bugs.python.org/issue4894 created mroman


Missing strdup() under MS Windows CE 01/09/09
http://bugs.python.org/issue4895 created eckhardt
patch

Faster why variable manipulation in ceval.c 01/09/09
http://bugs.python.org/issue4896 created skip.montanaro


PyIter_Next documentation inconsistent with implementation 01/09/09
http://bugs.python.org/issue4897 created garcia


{context,unified}_diff add spurious trailing whitespace if fromf 01/09/09
http://bugs.python.org/issue4898 created dato
patch

doctest should support fixtures 01/09/09
http://bugs.python.org/issue4899 created dalloliogm




Issues Now Closed (49)
______________________

Add PendingDeprecationWarning for % formatting 245 days
http://bugs.python.org/issue2772 rhettinger
patch, patch

IDLE 3.0a5 cannot handle UTF-8 236 days
http://bugs.python.org/issue2827 loewis


Remove module level functions in _tkinter that depend on TkappOb 136 days
http://bugs.python.org/issue3638 haypo
patch

UNICODE macro in cPickle conflicts with Windows define 88 days
http://bugs.python.org/issue4051 loewis
patch

Use WCHAR variant of OutputDebugString 86 days
http://bugs.python.org/issue4075 loewis
patch

set timestamp in gzip stream 59 days
http://bugs.python.org/issue4272 pitrou
patch

make the storage of the password optional in .pypirc (using the 46 days
http://bugs.python.org/issue4394 tarek
patch

slicing of memoryviews when itemsize != 1 is wrong 27 days
http://bugs.python.org/issue4580 pitrou
patch

Document PyModule_Create() 26 days
http://bugs.python.org/issue4614 georg.brandl
patch, needs review

de-duping function in itertools 24 days
http://bugs.python.org/issue4615 rhettinger


Patch to make zlib-objects better support threads 9 days
http://bugs.python.org/issue4738 haypo
patch

ftplib.retrlines('LIST') hangs at the end of listing (SocketIO.c 6 days
http://bugs.python.org/issue4791 haypo
patch

Glossary incorrectly describes a decorator as "merely syntactic 2 days
http://bugs.python.org/issue4793 tjreedy


garbage collector blocks and takes worst-case linear time wrt nu 6 days
http://bugs.python.org/issue4794 darrenr


Decimal to receive from_float method 4 days
http://bugs.python.org/issue4796 rhettinger
needs review

doc issue for threading module (name/daemon properties) 0 days
http://bugs.python.org/issue4808 georg.brandl


2.5.4 release missing from python.org/downloads 0 days
http://bugs.python.org/issue4809 benjamin.peterson


invalid reST markup in several documents 2 days
http://bugs.python.org/issue4811 georg.brandl
patch

Junk in the decimals namespace 1 days
http://bugs.python.org/issue4812 marketdickinson


Patch of itertools.{combinations,permutations} for empty combina 5 days
http://bugs.python.org/issue4816 rhettinger
patch

PyOS_GetLastModificationTime is unused 0 days
http://bugs.python.org/issue4817 loewis
patch

Fix indentation in memoryobject.c 0 days
http://bugs.python.org/issue4822 pitrou
patch

idle height and place 0 days
http://bugs.python.org/issue4823 gpolo


test_cmd_line failure on Mac OS X for py3k 1 days
http://bugs.python.org/issue4824 skip.montanaro


TypeError with complex.real() and complex.imag() 0 days
http://bugs.python.org/issue4825 georg.brandl


exec() docstring bug about file objects 0 days
http://bugs.python.org/issue4826 benjamin.peterson


regrtest.py -u largefile test_io fails on OS X 10.5.6 0 days
http://bugs.python.org/issue4830 pitrou


Idle Hangs on exit Button 3 days
http://bugs.python.org/issue4836 skillybob


Reminder: Please Respond to Manas's Invitation 0 days
http://bugs.python.org/issue4839 benjamin.peterson


Compile dbm in Ubuntu 1 days
http://bugs.python.org/issue4840 gpolo


warnings system and inspect module disagree about 0 days
http://bugs.python.org/issue4845 exarkun


Py_UNICODE_ISSPACE causes linker error 0 days
http://bugs.python.org/issue4846 eckhardt
26backport

Change type and add _Py_ prefix to COUNT_ALLOCS variables 2 days
http://bugs.python.org/issue4850 loewis
patch

gnu_get_libc_version() returns bad number on Ubuntu 64 bits 0 days
http://bugs.python.org/issue4854 benjamin.peterson


Popen(..., shell=True,...) should allow simple access to the com 0 days
http://bugs.python.org/issue4855 georg.brandl


Deprecation of MD5 1 days
http://bugs.python.org/issue4858 gvanrossum


test_msvc9compiler fails on VC6 0 days
http://bugs.python.org/issue4864 ocean-city
patch, easy

Code to remove in parsetok? 0 days
http://bugs.python.org/issue4866 amaury.forgeotdarc


crash in ctypes when passing a string to a function without defi 1 days
http://bugs.python.org/issue4867 theller


random.expovariate(0.0) 0 days
http://bugs.python.org/issue4869 rhettinger


Incorrect detection of module as local 1 days
http://bugs.python.org/issue4876 benjamin.peterson


'import Tkinter' causes windows missing-DLL popup 1927 days
http://bugs.python.org/issue814654 gpolo


term.h present but cannot be compiled 1923 days
http://bugs.python.org/issue816929 amaury.forgeotdarc


Module to dynamically generate structseq objects 1652 days
http://bugs.python.org/issue980098 rhettinger
patch

broken pyc files 1367 days
http://bugs.python.org/issue1180193 pitrou
patch

Shift+Backspace exhibits odd behavior 974 days
http://bugs.python.org/issue1482122 gpolo


Python 2.5b2 fails to build on Solaris 10 (GCC Compiler) 893 days
http://bugs.python.org/issue1529269 jprante


Tcl/Tk auto-expanding window 744 days
http://bugs.python.org/issue1622010 gpolo


distutils sdist does not exclude SVN/CVS files on Windows 627 days
http://bugs.python.org/issue1702551 tarek




Top Issues Most Discussed (10)
______________________________

29 Faster opcode dispatch on gcc 14 days
open http://bugs.python.org/issue4753

22 idle 3.1a1 utf8 7 days
open http://bugs.python.org/issue4815

22 Patch for better thread support in hashlib 14 days
pending http://bugs.python.org/issue4751

21 Patch of itertools.{combinations,permutations} for empty combin 5 days
closed http://bugs.python.org/issue4816

18 Remove module level functions in _tkinter that depend on TkappO 136 days
closed http://bugs.python.org/issue3638

15 Change type and add _Py_ prefix to COUNT_ALLOCS variables 2 days
closed http://bugs.python.org/issue4850

14 ftplib.retrlines('LIST') hangs at the end of listing (SocketIO. 6 days
closed http://bugs.python.org/issue4791

13 Thread Safe Py_AddPendingCall 60 days
open http://bugs.python.org/issue4293

12 Faster utf-8 decoding 2 days
open http://bugs.python.org/issue4868

11 Deprecation of MD5 1 days
closed http://bugs.python.org/issue4858
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (01/09/09 - 01/16/09)
Python tracker at http://bugs.python.org/

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


2313 open (+40) / 14473 closed (+24) / 16786 total (+64)

Open issues with patches: 796

Average duration of open issues: 699 days.
Median duration of open issues: 4 days.

Open Issues Breakdown
open 2289 (+40)
pending 24 ( +0)

Issues Created Or Reopened (65)
_______________________________

thread_nt.c update 01/12/09
CLOSED http://bugs.python.org/issue3582 reopened loewis
patch, patch

Can't Locate File with No Capital in Name 01/09/09
CLOSED http://bugs.python.org/issue4900 created markpennock


inconsistent API docs for tp_iter 01/09/09
CLOSED http://bugs.python.org/issue4901 created garcia


failed to build ctypes in Python2.6.1 (even with gcc) 01/09/09
CLOSED http://bugs.python.org/issue4902 created akineko


binascii.crc32() - document signed vs unsigned results 01/11/09
http://bugs.python.org/issue4903 reopened gregory.p.smith


Typo for PickingError in pickle.py 01/10/09
CLOSED http://bugs.python.org/issue4904 created erickt


Use INVALID_FILE_ATTRIBUTES instead of magic numbers 01/10/09
http://bugs.python.org/issue4905 created eckhardt
patch

os.listdir fails on debug build (windows) 01/10/09
CLOSED http://bugs.python.org/issue4906 created ocean-city
patch, needs review

ast.literal_eval does not properly handled complex numbers 01/10/09
CLOSED http://bugs.python.org/issue4907 created aronacher
patch, patch

adding a get_metadata in distutils 01/10/09
http://bugs.python.org/issue4908 created tarek
patch

incorrect renaming in imports 01/10/09
CLOSED http://bugs.python.org/issue4909 created loewis
patch

Remove uses of nb_long slot, and rename to nb_reserved. 01/10/09
http://bugs.python.org/issue4910 created marketdickinson
patch

Windows installer Quad processor issues 01/10/09
CLOSED http://bugs.python.org/issue4911 created zhar2


Invalid syntax in ctypes/util.py 01/10/09
CLOSED http://bugs.python.org/issue4912 created pitrou


wave.py: add writesamples() and readsamples() 01/11/09
http://bugs.python.org/issue4913 created alex_python_org
patch

trunc(x) erroneously documented as built-in 01/11/09
http://bugs.python.org/issue4914 created MLModel


Port sysmodule.c to MS Windows CE 01/11/09
CLOSED http://bugs.python.org/issue4915 created eckhardt
patch

test_io is broken on UCS4 01/11/09
CLOSED http://bugs.python.org/issue4916 created benjamin.peterson
patch

PyBytes_Format documented but doesn't exist in C/API 01/12/09
CLOSED http://bugs.python.org/issue4917 created omorvant


Windows installer created with Python 2.5 does not work with Py 01/12/09
http://bugs.python.org/issue4918 created rantanen


2.6.1 build issues on solaris with SunStudio 12 01/12/09
http://bugs.python.org/issue4919 created taverngeek


Inconsistent usage of next/__next__ in ABC collections; collecti 01/12/09
http://bugs.python.org/issue4920 created jrosiek
patch

Object lifetime and inner recursive function 01/12/09
CLOSED http://bugs.python.org/issue4921 created ocean-city


set.add and set.discard are not conformant to collections.Mutabl 01/12/09
http://bugs.python.org/issue4922 created jrosiek
26backport

time.strftime documentation needs update 01/12/09
http://bugs.python.org/issue4923 created riquito


gc.collect() won't always collect as expected 01/12/09
http://bugs.python.org/issue4924 created pitrou


Improve error message of subprocess 01/12/09
http://bugs.python.org/issue4925 created mmokrejs


putenv() accepts names containing '=', return value of unsetenv( 01/12/09
http://bugs.python.org/issue4926 created baikie
patch

Inconsistent unicode repr for fileobject 01/13/09
http://bugs.python.org/issue4927 created krisvale
patch, patch, needs review

Problem with tempfile.NamedTemporaryFile on Solaris 10 01/13/09
http://bugs.python.org/issue4928 created rphilips


smptlib.py can raise socket.error 01/13/09
CLOSED http://bugs.python.org/issue4929 created krisvale
patch, patch, needs review

Small optimization in type construction 01/13/09
http://bugs.python.org/issue4930 created amaury.forgeotdarc
patch

distutils does not show any error msg when can't build C module 01/13/09
http://bugs.python.org/issue4931 created giampaolo.rodola
patch, needs review

Little improvement on urlparse module, urlparse function. 01/13/09
http://bugs.python.org/issue4932 created andrix
patch

Patch to add preliminary support for Haiku 01/13/09
CLOSED http://bugs.python.org/issue4933 created scottmc
patch

tp_del and tp_version_tag undocumented 01/13/09
http://bugs.python.org/issue4934 created stutzbach


Segmentation fault in bytearray tests 01/13/09
CLOSED http://bugs.python.org/issue4935 created pitrou
patch

bytearrayobject.o does not depend on stringlib files 01/13/09
CLOSED http://bugs.python.org/issue4936 created pitrou


Mac DMG install missing version.plist required by bundlebuilder. 01/13/09
http://bugs.python.org/issue4937 created barry-scott


Pdb cannot access doctest source in postmortem 01/13/09
http://bugs.python.org/issue4938 created belopolsky


Failures in test_xmlrpc 01/13/09
CLOSED http://bugs.python.org/issue4939 created pitrou


decimal.Decimal.__init__ should raise an instance of ValueError 01/14/09
CLOSED http://bugs.python.org/issue4940 created rech


Tell GCC Py_DECREF is unlikely to call the destructor 01/14/09
http://bugs.python.org/issue4941 created ajaksu2
patch

accept() on AF_UNIX sockets broken on arm as of 2.5.3 01/14/09
CLOSED http://bugs.python.org/issue4942 created hmoffatt


trace.CoverageResults.write_results can't write results file for 01/14/09
http://bugs.python.org/issue4943 created matthewlmcclure
patch

os.fsync() doesn't work as expect in Windows 01/14/09
http://bugs.python.org/issue4944 created javen72


json checks True/False by identity, not boolean value 01/14/09
http://bugs.python.org/issue4945 created gagenellina
patch

Lib/test/test__locale uses is to compare strings 01/14/09
CLOSED http://bugs.python.org/issue4946 created fijal
patch

sys.stdout fails to use default encoding as advertised 01/14/09
http://bugs.python.org/issue4947 created stevenjd


Make heapq work with all mutable sequences 01/14/09
http://bugs.python.org/issue4948 created bboissin


Constness in PyErr_NewException 01/14/09
http://bugs.python.org/issue4949 created inducer
patch

Redundant declaration in pyerrors.h 01/14/09
CLOSED http://bugs.python.org/issue4950 created flub


failure in test_httpservers 01/15/09
http://bugs.python.org/issue4951 created pitrou


Running Python Script to Run a C++ Code 01/15/09
CLOSED http://bugs.python.org/issue4952 created dominade27


cgi module cannot handle POST with multipart/form-data in 3.0 01/15/09
http://bugs.python.org/issue4953 created oopos


native build of python win32 using msys under wine. 01/15/09
http://bugs.python.org/issue4954 created lkcl


inconsistent, perhaps incorrect, behavior with respect to entiti 01/15/09
http://bugs.python.org/issue4955 created exarkun


Py_Initialize needs to be done before file load (on msys+wine) 01/15/09
http://bugs.python.org/issue4956 created lkcl


os.ftruncate raises IOError instead of OSError 01/15/09
http://bugs.python.org/issue4957 created krisvale
patch, patch

email/header.py ecre regular expression issue 01/15/09
http://bugs.python.org/issue4958 created oxij


inspect.formatargspec fails for keyword args without defaults, a 01/16/09
http://bugs.python.org/issue4959 created dariusp
patch

askdirectory from tkinter.filedialog does not work 01/16/09
CLOSED http://bugs.python.org/issue4960 created kvutza


Inconsistent/wrong result of askyesno function in tkMessageBox 01/16/09
http://bugs.python.org/issue4961 created eb303


urlparse & nfs url (rfc 2224) 01/16/09
http://bugs.python.org/issue4962 created yuhl


mimetypes.guess_extension result changes after mimetypes.init() 01/16/09
http://bugs.python.org/issue4963 created siona




Issues Now Closed (58)
______________________

Truncate __len__() at sys.maxsize 259 days
http://bugs.python.org/issue2723 haypo
patch

Return results from Python callbacks to Tcl as Tcl objects, plea 222 days
http://bugs.python.org/issue3038 gpolo


thread_nt.c update 1 days
http://bugs.python.org/issue3582 loewis
patch, patch

importing from UNC roots doesn't work 137 days
http://bugs.python.org/issue3677 krisvale
patch

GzipFile and BZ2File should support context manager protocol 119 days
http://bugs.python.org/issue3860 pitrou
patch

Building a list of tuples has non-linear performance 94 days
http://bugs.python.org/issue4074 loewis
patch

Builtins treated as free variables? 75 days
http://bugs.python.org/issue4220 georg.brandl


Module 'parser' fails to build 65 days
http://bugs.python.org/issue4279 loewis
patch

parsermodule and grammar variable 63 days
http://bugs.python.org/issue4288 loewis
patch

Thread Safe Py_AddPendingCall 63 days
http://bugs.python.org/issue4293 krisvale
patch, patch

Fix performance issues in xmlrpclib 53 days
http://bugs.python.org/issue4336 krisvale
patch, patch, easy

test_socket fails occassionaly in teardown: AssertionError: [Err 53 days
http://bugs.python.org/issue4397 marketdickinson
patch

Is shared lib building broken on trunk for Mac OS X? 41 days
http://bugs.python.org/issue4472 skip.montanaro
patch

close() seems to have limited effect 32 days
http://bugs.python.org/issue4604 pitrou
patch

uuid behavior with multiple threads 32 days
http://bugs.python.org/issue4607 facundobatista


python3.0 -u: unbuffered stdout 20 days
http://bugs.python.org/issue4705 pitrou
patch

The function, Threading.Timer.run(), may be Inappropriate 15 days
http://bugs.python.org/issue4781 amaury.forgeotdarc


Documentation changes break existing URIs 11 days
http://bugs.python.org/issue4789 msapiro


Decimal to receive from_float method 10 days
http://bugs.python.org/issue4796 rhettinger
needs review

wrong wsprintf usage 11 days
http://bugs.python.org/issue4807 amaury.forgeotdarc
patch

fix problems with ctypes.util.find_library 4 days
http://bugs.python.org/issue4861 doko
patch, patch

Faster utf-8 decoding 3 days
http://bugs.python.org/issue4868 pitrou
patch

Allow buffering for HTTPResponse 3 days
http://bugs.python.org/issue4879 krisvale
patch, patch

Python's timezon handling: daylight saving option 5 days
http://bugs.python.org/issue4881 earendili510


Work around gethostbyaddr_r bug 2 days
http://bugs.python.org/issue4884 jyasskin
patch

Use separate thread support code under MS Windows CE 3 days
http://bugs.python.org/issue4893 loewis
patch

Missing strdup() under MS Windows CE 2 days
http://bugs.python.org/issue4895 loewis
patch

PyIter_Next documentation inconsistent with implementation 0 days
http://bugs.python.org/issue4897 benjamin.peterson


Can't Locate File with No Capital in Name 0 days
http://bugs.python.org/issue4900 benjamin.peterson


inconsistent API docs for tp_iter 1 days
http://bugs.python.org/issue4901 benjamin.peterson


failed to build ctypes in Python2.6.1 (even with gcc) 0 days
http://bugs.python.org/issue4902 loewis


Typo for PickingError in pickle.py 0 days
http://bugs.python.org/issue4904 benjamin.peterson


os.listdir fails on debug build (windows) 0 days
http://bugs.python.org/issue4906 krisvale
patch, needs review

ast.literal_eval does not properly handled complex numbers 3 days
http://bugs.python.org/issue4907 aronacher
patch, patch

incorrect renaming in imports 0 days
http://bugs.python.org/issue4909 benjamin.peterson
patch

Windows installer Quad processor issues 1 days
http://bugs.python.org/issue4911 haypo


Invalid syntax in ctypes/util.py 0 days
http://bugs.python.org/issue4912 benjamin.peterson


Port sysmodule.c to MS Windows CE 1 days
http://bugs.python.org/issue4915 loewis
patch

test_io is broken on UCS4 0 days
http://bugs.python.org/issue4916 benjamin.peterson
patch

PyBytes_Format documented but doesn't exist in C/API 0 days
http://bugs.python.org/issue4917 benjamin.peterson


Object lifetime and inner recursive function 0 days
http://bugs.python.org/issue4921 pitrou


smptlib.py can raise socket.error 2 days
http://bugs.python.org/issue4929 krisvale
patch, patch, needs review

Patch to add preliminary support for Haiku 1 days
http://bugs.python.org/issue4933 gvanrossum
patch

Segmentation fault in bytearray tests 0 days
http://bugs.python.org/issue4935 pitrou
patch

bytearrayobject.o does not depend on stringlib files 0 days
http://bugs.python.org/issue4936 benjamin.peterson


Failures in test_xmlrpc 0 days
http://bugs.python.org/issue4939 krisvale


decimal.Decimal.__init__ should raise an instance of ValueError 0 days
http://bugs.python.org/issue4940 benjamin.peterson


accept() on AF_UNIX sockets broken on arm as of 2.5.3 0 days
http://bugs.python.org/issue4942 hmoffatt


Lib/test/test__locale uses is to compare strings 2 days
http://bugs.python.org/issue4946 benjamin.peterson
patch

Redundant declaration in pyerrors.h 1 days
http://bugs.python.org/issue4950 benjamin.peterson


Running Python Script to Run a C++ Code 0 days
http://bugs.python.org/issue4952 loewis


askdirectory from tkinter.filedialog does not work 0 days
http://bugs.python.org/issue4960 loewis


Overflow in Python Profiler 1818 days
http://bugs.python.org/issue881261 amaury.forgeotdarc


inspect.getmembers() breaks sometimes 1403 days
http://bugs.python.org/issue1162154 amaury.forgeotdarc


Add current dir when running try_run test program 1393 days
http://bugs.python.org/issue1168055 fernando_gomes
patch

cannot import extension module with Purify 1097 days
http://bugs.python.org/issue1403068 amaury.forgeotdarc


Add collections.counts() 646 days
http://bugs.python.org/issue1696199 rhettinger
patch

Armin's method cache optimization updated for Python 2.6 643 days
http://bugs.python.org/issue1700288 collinwinter
patch



Top Issues Most Discussed (10)
______________________________

17 Faster opcode dispatch on gcc 21 days
open http://bugs.python.org/issue4753

16 wave.py: add writesamples() and readsamples() 6 days
open http://bugs.python.org/issue4913

14 ast.literal_eval does not properly handled complex numbers 3 days
closed http://bugs.python.org/issue4907

13 Inconsistent unicode repr for fileobject 3 days
open http://bugs.python.org/issue4927

12 optimize bytecode for conditional branches 26 days
open http://bugs.python.org/issue4715

11 os.fsync() doesn't work as expect in Windows 3 days
open http://bugs.python.org/issue4944

10 Patch to add preliminary support for Haiku 1 days
closed http://bugs.python.org/issue4933

10 Use separate thread support code under MS Windows CE 3 days
closed http://bugs.python.org/issue4893

9 Failures in test_xmlrpc 0 days
closed http://bugs.python.org/issue4939

9 Add collections.counts() 646 days
closed http://bugs.python.org/issue1696199
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (01/16/09 - 01/23/09)
Python tracker at http://bugs.python.org/

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


2322 open (+42) / 14538 closed (+32) / 16860 total (+74)

Open issues with patches: 790

Average duration of open issues: 701 days.
Median duration of open issues: 6 days.

Open Issues Breakdown
open 2299 (+42)
pending 23 ( +0)

Issues Created Or Reopened (79)
_______________________________

Unpickling is really slow 01/18/09
http://bugs.python.org/issue3873 reopened pitrou


zipfile and winzip 01/17/09
http://bugs.python.org/issue3997 reopened pitrou
patch, needs review

Thread Safe Py_AddPendingCall 01/16/09
CLOSED http://bugs.python.org/issue4293 reopened marketdickinson
patch, patch

python3.0 -u: unbuffered stdout 01/19/09
http://bugs.python.org/issue4705 reopened pitrou
patch

decoding functions in _codecs module accept str arguments 01/22/09
CLOSED http://bugs.python.org/issue4874 reopened pitrou
patch

UTF-16 stream codec barfs on valid input 01/16/09
CLOSED http://bugs.python.org/issue4964 created gvanrossum


Can doc index of html version be separately scrollable? 01/16/09
http://bugs.python.org/issue4965 created tjreedy


Improving Lib Doc Sequence Types Section 01/16/09
http://bugs.python.org/issue4966 created tjreedy


Bugs in _ssl object read() when a buffer is specified 01/17/09
http://bugs.python.org/issue4967 created pitrou
patch

Clarify inspect.is<callable> method docs 01/17/09
http://bugs.python.org/issue4968 created tjreedy


mimetypes on Windows should read MIME database from registry (w/ 01/17/09
http://bugs.python.org/issue4969 created gagenellina
patch

test_os causes delayed failure on x86 gentoo buildbot: Unknown s 01/17/09
http://bugs.python.org/issue4970 created marketdickinson


Incorrect title case 01/17/09
http://bugs.python.org/issue4971 created mrabarnett


let's equip ftplib.FTP with __enter__ and __exit__ 01/17/09
http://bugs.python.org/issue4972 created tarek
patch

calendar formatyearpage returns bytes, not str 01/17/09
http://bugs.python.org/issue4973 created mnewman


Redundant mention of lists and tuples at start of Sequence Types 01/17/09
CLOSED http://bugs.python.org/issue4974 created MLModel


3.0 base64 doc examples lack bytes 'b' indicator 01/17/09
CLOSED http://bugs.python.org/issue4975 created tjreedy


Documentation of the set intersection and difference operators i 01/17/09
CLOSED http://bugs.python.org/issue4976 created MLModel


test_maxint64 fails on 32-bit systems due to assumption that 64- 01/20/09
http://bugs.python.org/issue4977 reopened pitrou


allow unicode keyword args 01/17/09
CLOSED http://bugs.python.org/issue4978 created benjamin.peterson
patch

random.uniform can return its upper limit 01/18/09
CLOSED http://bugs.python.org/issue4979 created hailperin
patch

Documentation for "y#" does not mention PY_SSIZE_T_CLEAN 01/18/09
CLOSED http://bugs.python.org/issue4980 created pitrou


Incorrect statement regarding mutable sequences in datamodel Ref 01/18/09
CLOSED http://bugs.python.org/issue4981 created MLModel


Running python 3 as Non-admin User requests the Runtime to termi 01/18/09
http://bugs.python.org/issue4982 created yhvh


Spurious reference to "byte sequences" in Library stdtypes seque 01/18/09
CLOSED http://bugs.python.org/issue4983 created MLModel


Inconsistent count of sequence types in Library stdtypes documen 01/18/09
CLOSED http://bugs.python.org/issue4984 created MLModel


Idle hangs when given a nonexistent filename. 01/18/09
http://bugs.python.org/issue4985 created della1rv
patch

Augmented Assignment / Operations Confusion in Documentation 01/18/09
CLOSED http://bugs.python.org/issue4986 created acooke


update distutils.README 01/18/09
http://bugs.python.org/issue4987 created tarek


A link to "What’s New in Python 2.0" on "The Python Tutorial" 01/18/09
CLOSED http://bugs.python.org/issue4988 created akitada


'calendar' module is crummy and should be removed 01/18/09
CLOSED http://bugs.python.org/issue4989 created dotz


test_codeccallbacks.CodecCallbackTest.test_badhandlerresult is n 01/18/09
CLOSED http://bugs.python.org/issue4990 created fijal
patch

os.fdopen doesn't raise on invalid file descriptors 01/18/09
CLOSED http://bugs.python.org/issue4991 created benjamin.peterson
patch

yield's documentation not updated 01/18/09
http://bugs.python.org/issue4992 created En-Cu-Kou


Typo in importlib 01/19/09
CLOSED http://bugs.python.org/issue4993 created pitrou


subprocess (Popen) doesn't works properly 01/19/09
CLOSED http://bugs.python.org/issue4994 created simonbcn


sqlite3 module gives SQL logic error only in transactions 01/19/09
CLOSED http://bugs.python.org/issue4995 created alsadi


io.TextIOWrapper calls buffer.read1() 01/19/09
http://bugs.python.org/issue4996 created kawai


xml.sax.saxutils.XMLGenerator should write to io.RawIOBase. 01/19/09
http://bugs.python.org/issue4997 created kawai


__slots__ on Fraction is useless 01/19/09
http://bugs.python.org/issue4998 created Somelauw
patch

multiprocessing.Queue does not order objects 01/19/09
http://bugs.python.org/issue4999 created ndfred


multiprocessing - Pool.map() slower about 5 times than map() on 01/19/09
CLOSED http://bugs.python.org/issue5000 created 0x666


Remove assertion-based checking in multiprocessing 01/19/09
http://bugs.python.org/issue5001 created jnoller


multiprocessing/pipe_connection.c compiler warning (conn_poll) 01/19/09
CLOSED http://bugs.python.org/issue5002 created ocean-city
patch

Error while installing Python-3 01/19/09
CLOSED http://bugs.python.org/issue5003 created vani


socket.getfqdn() doesn't cope properly with purely DNS-based set 01/19/09
http://bugs.python.org/issue5004 created dfranke


3.0 sqlite doc: most examples refer to pysqlite2, use 2.x syntax 01/19/09
http://bugs.python.org/issue5005 created tjreedy


Duplicate UTF-16 BOM if a file is open in append mode 01/19/09
http://bugs.python.org/issue5006 created haypo


urllib2 HTTPS connection failure (BadStatusLine Exception) 01/19/09
http://bugs.python.org/issue5007 created ak


Wrong tell() result for a file opened in append mode 01/20/09
CLOSED http://bugs.python.org/issue5008 created haypo
patch

multiprocessing: failure in manager._debug_info() 01/20/09
CLOSED http://bugs.python.org/issue5009 created amaury.forgeotdarc
patch, needs review

repoened "test_maxint64 fails on 32-bit systems due to assumptio 01/20/09
CLOSED http://bugs.python.org/issue5010 created lkcl


issue4428 - make io.BufferedWriter observe max_buffer_size limit 01/20/09
CLOSED http://bugs.python.org/issue5011 created pitrou


How to test python 3 was installed properly in my directory? 01/20/09
CLOSED http://bugs.python.org/issue5012 created vani


Problems with delay parm of logging.handlers.RotatingFileHandler 01/20/09
CLOSED http://bugs.python.org/issue5013 created pycurry


Kernel Protection Failure 01/20/09
CLOSED http://bugs.python.org/issue5014 reopened pitrou


The Py_SetPythonHome C API function is undocumented 01/20/09
http://bugs.python.org/issue5015 created Kylotan


FileIO.seekable() can return False 01/20/09
http://bugs.python.org/issue5016 created pitrou
patch

import suds help( suds ) fails 01/21/09
http://bugs.python.org/issue5017 created pjb


Overly general claim about sequence unpacking in tutorial 01/21/09
http://bugs.python.org/issue5018 created MLModel


Specifying common controls DLL in manifest 01/21/09
http://bugs.python.org/issue5019 created robind


Regex Expression Error 01/21/09
CLOSED http://bugs.python.org/issue5020 created sleepyfish


doctest.testfile should set __name__, can't use namedtuple 01/21/09
http://bugs.python.org/issue5021 created tlynn


doctest should allow running tests with "python -m doctest" 01/21/09
CLOSED http://bugs.python.org/issue5022 created tlynn


Segfault in datetime.time.strftime("%z") 01/21/09
http://bugs.python.org/issue5023 created eswald


sndhdr.whathdr returns -1 for WAV file frame count 01/21/09
http://bugs.python.org/issue5024 created rpyle


test_kqueue failure on OS X 01/21/09
http://bugs.python.org/issue5025 created marketdickinson
patch

[reopening] native build of python win32 using msys under both w 01/21/09
http://bugs.python.org/issue5026 created lkcl


xml namespace not understood by xml.sax.saxutils.XMLGenerator 01/21/09
http://bugs.python.org/issue5027 created roug


tokenize.generate_tokens doesn't always return logical line 01/22/09
http://bugs.python.org/issue5028 created duncf


Odd slicing behaviour 01/22/09
CLOSED http://bugs.python.org/issue5029 created dgaletic


Typo in class tkinter.filedialog.Directory prevents compilation 01/22/09
CLOSED http://bugs.python.org/issue5030 created ringhome


Thread.daemon docs 01/22/09
http://bugs.python.org/issue5031 created steve21
patch, needs review

itertools.count step 01/22/09
http://bugs.python.org/issue5032 created steve21


setup.py crashes if sqlite version contains 'beta' 01/22/09
http://bugs.python.org/issue5033 created blahblahwhat


itertools.fixlen 01/22/09
http://bugs.python.org/issue5034 created lehmannro
patch

Compilation --without-threads fails 01/22/09
http://bugs.python.org/issue5035 created pitrou
patch

xml.parsers.expat make a dictionary which keys are broken if buf 01/23/09
http://bugs.python.org/issue5036 created tksmashiw


unexpected unicode behavior for proxy objects 01/23/09
http://bugs.python.org/issue5037 created Taldor




Issues Now Closed (74)
______________________

Adds the .compact() method to bsddb db.DB objects 444 days
http://bugs.python.org/issue1391 jcea
patch

complex constructor doesn't accept string with nan and inf 341 days
http://bugs.python.org/issue2121 marketdickinson
patch

embed manifest in windows extensions 288 days
http://bugs.python.org/issue2563 mhammond
patch, patch

Console UnicodeDecodeError s once more 282 days
http://bugs.python.org/issue2614 benjamin.peterson


Multiprocessing hangs when multiprocessing.Pool methods are call 203 days
http://bugs.python.org/issue3272 jnoller


multiprocessing and meaningful errors 203 days
http://bugs.python.org/issue3273 jnoller


multiprocessing.connection doesn't import AuthenticationError, w 202 days
http://bugs.python.org/issue3283 jnoller
patch

_multiprocessing.Connection() doesn't check handle 195 days
http://bugs.python.org/issue3321 jnoller
patch, needs review

use of cPickle in multiprocessing 193 days
http://bugs.python.org/issue3325 jnoller
patch

thread_nt.c update 7 days
http://bugs.python.org/issue3582 krisvale
patch, patch

importing from UNC roots doesn't work 151 days
http://bugs.python.org/issue3677 ocean-city
patch

_multiprocessing build fails when configure --without-threads 137 days
http://bugs.python.org/issue3807 haypo
patch

Problem with SocketIO for closing the socket 132 days
http://bugs.python.org/issue3826 gregory.p.smith
patch

IDLE: checksyntax() doesn't support Unicode? 109 days
http://bugs.python.org/issue4008 loewis
patch, needs review

_multiprocessing doesn't build on macosx 10.3 104 days
http://bugs.python.org/issue4065 jnoller


Py_FatalError cleanup patch 101 days
http://bugs.python.org/issue4077 amaury.forgeotdarc
patch, easy

Thread Safe Py_AddPendingCall 4 days
http://bugs.python.org/issue4293 marketdickinson
patch, patch

incorrect and inconsistent logging in multiprocessing 68 days
http://bugs.python.org/issue4301 jnoller
patch, needs review

Fix performance issues in xmlrpclib 63 days
http://bugs.python.org/issue4336 krisvale
patch, patch, easy

AssertionError in Doc/includes/mp_benchmarks.py 51 days
http://bugs.python.org/issue4449 jnoller
patch, needs review

Optimize new io library 43 days
http://bugs.python.org/issue4561 pitrou
patch

Documentation for multiprocessing - Pool.apply() 45 days
http://bugs.python.org/issue4593 jnoller
easy

Issue with RotatingFileHandler logging handler on Windows 25 days
http://bugs.python.org/issue4749 vsajip


threding, bsddb and double free or corruption (fasttop) 23 days
http://bugs.python.org/issue4774 jcea


idle 3.1a1 utf8 16 days
http://bugs.python.org/issue4815 loewis
patch, needs review

md_state is not released 13 days
http://bugs.python.org/issue4838 pitrou
patch

int('3L') still valid in Python 3.0 15 days
http://bugs.python.org/issue4842 marketdickinson
patch

syntax: no unpacking in augassign 12 days
http://bugs.python.org/issue4857 georg.brandl


decoding functions in _codecs module accept str arguments 0 days
http://bugs.python.org/issue4874 pitrou
patch

Allow buffering for HTTPResponse 12 days
http://bugs.python.org/issue4879 krisvale
patch, patch

ast.literal_eval does not properly handled complex numbers 7 days
http://bugs.python.org/issue4907 tjreedy
patch, patch

trunc(x) erroneously documented as built-in 7 days
http://bugs.python.org/issue4914 georg.brandl


set.add and set.discard are not conformant to collections.Mutabl 7 days
http://bugs.python.org/issue4922 georg.brandl
26backport

time.strftime documentation needs update 6 days
http://bugs.python.org/issue4923 georg.brandl


Inconsistent unicode repr for fileobject 3 days
http://bugs.python.org/issue4927 loewis
patch, patch, needs review

smptlib.py can raise socket.error 6 days
http://bugs.python.org/issue4929 krisvale
patch, patch, needs review

Small optimization in type construction 4 days
http://bugs.python.org/issue4930 amaury.forgeotdarc
patch

native build of python win32 using msys under wine. 6 days
http://bugs.python.org/issue4954 lkcl


os.ftruncate raises IOError instead of OSError 4 days
http://bugs.python.org/issue4957 krisvale
patch, patch

inspect.formatargspec fails for keyword args without defaults, a 1 days
http://bugs.python.org/issue4959 benjamin.peterson
patch

UTF-16 stream codec barfs on valid input 0 days
http://bugs.python.org/issue4964 gvanrossum


Redundant mention of lists and tuples at start of Sequence Types 1 days
http://bugs.python.org/issue4974 georg.brandl


3.0 base64 doc examples lack bytes 'b' indicator 1 days
http://bugs.python.org/issue4975 georg.brandl


Documentation of the set intersection and difference operators i 1 days
http://bugs.python.org/issue4976 georg.brandl


allow unicode keyword args 3 days
http://bugs.python.org/issue4978 benjamin.peterson
patch

random.uniform can return its upper limit 1 days
http://bugs.python.org/issue4979 georg.brandl
patch

Documentation for "y#" does not mention PY_SSIZE_T_CLEAN 1 days
http://bugs.python.org/issue4980 georg.brandl


Incorrect statement regarding mutable sequences in datamodel Ref 0 days
http://bugs.python.org/issue4981 benjamin.peterson


Spurious reference to "byte sequences" in Library stdtypes seque 0 days
http://bugs.python.org/issue4983 georg.brandl


Inconsistent count of sequence types in Library stdtypes documen 0 days
http://bugs.python.org/issue4984 georg.brandl


Augmented Assignment / Operations Confusion in Documentation 0 days
http://bugs.python.org/issue4986 acooke


A link to "What’s New in Python 2.0" on "The Python Tutorial" 0 days
http://bugs.python.org/issue4988 georg.brandl


'calendar' module is crummy and should be removed 0 days
http://bugs.python.org/issue4989 skip.montanaro


test_codeccallbacks.CodecCallbackTest.test_badhandlerresult is n 0 days
http://bugs.python.org/issue4990 benjamin.peterson
patch

os.fdopen doesn't raise on invalid file descriptors 1 days
http://bugs.python.org/issue4991 benjamin.peterson
patch

Typo in importlib 0 days
http://bugs.python.org/issue4993 brett.cannon


subprocess (Popen) doesn't works properly 0 days
http://bugs.python.org/issue4994 LambertDW


sqlite3 module gives SQL logic error only in transactions 2 days
http://bugs.python.org/issue4995 alsadi


multiprocessing - Pool.map() slower about 5 times than map() on 0 days
http://bugs.python.org/issue5000 0x666


multiprocessing/pipe_connection.c compiler warning (conn_poll) 0 days
http://bugs.python.org/issue5002 jnoller
patch

Error while installing Python-3 0 days
http://bugs.python.org/issue5003 pitrou


Wrong tell() result for a file opened in append mode 1 days
http://bugs.python.org/issue5008 pitrou
patch

multiprocessing: failure in manager._debug_info() 1 days
http://bugs.python.org/issue5009 jnoller
patch, needs review

repoened "test_maxint64 fails on 32-bit systems due to assumptio 0 days
http://bugs.python.org/issue5010 pitrou


issue4428 - make io.BufferedWriter observe max_buffer_size limit 0 days
http://bugs.python.org/issue5011 gregory.p.smith


How to test python 3 was installed properly in my directory? 0 days
http://bugs.python.org/issue5012 benjamin.peterson


Problems with delay parm of logging.handlers.RotatingFileHandler 0 days
http://bugs.python.org/issue5013 vsajip


Kernel Protection Failure 0 days
http://bugs.python.org/issue5014 loewis


Regex Expression Error 0 days
http://bugs.python.org/issue5020 amaury.forgeotdarc


doctest should allow running tests with "python -m doctest" 1 days
http://bugs.python.org/issue5022 benjamin.peterson


Odd slicing behaviour 0 days
http://bugs.python.org/issue5029 georg.brandl


Typo in class tkinter.filedialog.Directory prevents compilation 0 days
http://bugs.python.org/issue5030 benjamin.peterson


Only "Overwrite" mode possible with curses.textpad.Textbox 1557 days
http://bugs.python.org/issue1048820 dashing
patch

inspect.isclass() fails with custom __getattr__ 1306 days
http://bugs.python.org/issue1225107 benjamin.peterson




Top Issues Most Discussed (10)
______________________________

22 IDLE won't start in custom directory. 129 days
open http://bugs.python.org/issue3881

15 __slots__ on Fraction is useless 4 days
open http://bugs.python.org/issue4998

14 native build of python win32 using msys under wine. 6 days
closed http://bugs.python.org/issue4954

13 PyUnicode_FromWideChar incorrect for characters outside the BMP 54 days
open http://bugs.python.org/issue4474

11 let's equip ftplib.FTP with __enter__ and __exit__ 6 days
open http://bugs.python.org/issue4972

11 _multiprocessing.Connection() doesn't check handle 195 days
closed http://bugs.python.org/issue3321

10 Compilation --without-threads fails 1 days
open http://bugs.python.org/issue5035

9 test_maxint64 fails on 32-bit systems due to assumption that 64 3 days
open http://bugs.python.org/issue4977

8 Wrong tell() result for a file opened in append mode 1 days
closed http://bugs.python.org/issue5008

8 multiprocessing.Queue does not order objects 4 days
open http://bugs.python.org/issue4999
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (01/23/09 - 01/30/09)
Python tracker at http://bugs.python.org/

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


2352 open (+54) / 14582 closed (+20) / 16934 total (+74)

Open issues with patches: 788

Average duration of open issues: 697 days.
Median duration of open issues: 6 days.

Open Issues Breakdown
open 2328 (+53)
pending 24 ( +1)

Issues Created Or Reopened (74)
_______________________________

urrlib2/httplib doesn't reset file position between requests 01/23/09
http://bugs.python.org/issue5038 created matejcik


Adjust reference-counting note 01/24/09
http://bugs.python.org/issue5039 created tjreedy


Bug of CGIXMLRPCRequestHandler 01/24/09
http://bugs.python.org/issue5040 created WayneHuang


Memory leak in imp.find_module 01/24/09
CLOSED http://bugs.python.org/issue5041 created ocean-city
patch, easy

Structure sub-subclass does not initialize with base class posit 01/24/09
http://bugs.python.org/issue5042 created jaraco


get_msvcr() returns None rather than [] 01/24/09
http://bugs.python.org/issue5043 created lkcl


name not found in generator in eval() 01/24/09
http://bugs.python.org/issue5044 created fjhpy


imaplib should remove length of literal strings 01/24/09
http://bugs.python.org/issue5045 created bmoore


native win32 and wine mingw+msys build of python2.7 01/24/09
CLOSED http://bugs.python.org/issue5046 created lkcl
patch

Remove Monterey support from configure.in 01/24/09
http://bugs.python.org/issue5047 created skip.montanaro
patch

Extending itertools.combinations 01/25/09
CLOSED http://bugs.python.org/issue5048 created konryd


ctypes unwilling to allow pickling wide character 01/25/09
http://bugs.python.org/issue5049 created jaraco


unicode(C) invokes C.__unicode__ when __unicode__ is defined 01/25/09
CLOSED http://bugs.python.org/issue5050 created livibetter


test_update2 in test_os.py invalid due to os.environ.clear() fol 01/25/09
http://bugs.python.org/issue5051 created lkcl


Mark distutils to stay compatible with 2.3 01/25/09
http://bugs.python.org/issue5052 reopened tarek


http.client.HTTPMessage.getallmatchingheaders() always returns [ 01/25/09
http://bugs.python.org/issue5053 created mwatkins
patch

CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed 01/25/09
http://bugs.python.org/issue5054 created mwatkins


Distutils-SIG page needs to be updated 01/25/09
CLOSED http://bugs.python.org/issue5055 created akitada


PyAPI assumes OS can access shared data in loadable modules (win 01/25/09
CLOSED http://bugs.python.org/issue5056 created lkcl
patch

Unicode-width dependent optimization leads to non-portable pyc f 01/25/09
http://bugs.python.org/issue5057 created pitrou


stop pgen.exe from generating CRLF-ended files and causing mayhe 01/25/09
CLOSED http://bugs.python.org/issue5058 created lkcl


Policy.DomainStrict in cookielib example code 01/25/09
http://bugs.python.org/issue5059 created babo


gcc profile guided optimization 01/25/09
http://bugs.python.org/issue5060 created rpetrov
patch

Inadequate documentation of the built-in function open 01/25/09
http://bugs.python.org/issue5061 created MLModel


Rlcompleter.Completer does not use __dir__ magic method 01/26/09
http://bugs.python.org/issue5062 created carlj
patch

python-2.6.spec doesn't build properly 01/26/09
http://bugs.python.org/issue5063 created ptoal
patch

compiler.parse raises SyntaxErrors without line number informati 01/26/09
http://bugs.python.org/issue5064 created exarkun


IDLE improve Subprocess Startup Error message 01/26/09
http://bugs.python.org/issue5065 created stevenjd


IDLE documentation for Unix obsolete/incorrect 01/26/09
http://bugs.python.org/issue5066 created stevenjd


Error msg from using wrong quotes in JSON is unhelpful 01/26/09
http://bugs.python.org/issue5067 created stevenjd
patch

tarfile loops forever on broken input 01/26/09
http://bugs.python.org/issue5068 created fijal


Use sets instead of list in posixpath._resolve_link 01/26/09
CLOSED http://bugs.python.org/issue5069 created tzot
patch

Distutils should create install dir if needed 01/26/09
http://bugs.python.org/issue5070 created andybuckley


Distutils should not fail if install dir is not in PYTHONPATH 01/26/09
http://bugs.python.org/issue5071 created andybuckley


urllib.open sends full URL after GET command instead of local pa 01/26/09
http://bugs.python.org/issue5072 created olemis


bsddb/test/test_lock.py sometimes fails due to floating point er 01/26/09
CLOSED http://bugs.python.org/issue5073 created ocean-city
patch

python3 and ctypes, script causes crash 01/27/09
CLOSED http://bugs.python.org/issue5074 created pooryorick


bdist_wininst should not depend on the vc runtime? 01/27/09
CLOSED http://bugs.python.org/issue5075 created mhammond
patch

bdist_wininst fails on py3k 01/27/09
CLOSED http://bugs.python.org/issue5076 created mhammond
patch, patch

2to3 fixer for the removal of operator functions 01/27/09
http://bugs.python.org/issue5077 created alexandre.vassalotti


Avoid redundant call to FormatError() 01/27/09
http://bugs.python.org/issue5078 created eckhardt
patch

time.ctime docs refer to "time tuple" for default 01/27/09
http://bugs.python.org/issue5079 created tlynn


PyArg_Parse* should raise TypeError for float parsed with intege 01/27/09
http://bugs.python.org/issue5080 created marketdickinson


Unable to print Unicode characters in Python 3 on Windows 01/27/09
CLOSED http://bugs.python.org/issue5081 created giampaolo.rodola


Let frameworks to register attributes as builtins 01/27/09
CLOSED http://bugs.python.org/issue5082 created andrea-bs


New resource ('gui') for regrtest 01/27/09
CLOSED http://bugs.python.org/issue5083 created gpolo
patch

unpickling does not intern attribute names 01/27/09
http://bugs.python.org/issue5084 created jakemcguire
patch

distutils/test_sdist failure on windows 01/27/09
CLOSED http://bugs.python.org/issue5085 created ocean-city
patch

set_daemon does not exist in Thread 01/28/09
CLOSED http://bugs.python.org/issue5086 created mnewman


set_daemon does not exist in Thread 01/28/09
CLOSED http://bugs.python.org/issue5087 created mnewman


optparse: inconsistent default value for append actions 01/28/09
http://bugs.python.org/issue5088 created pycurry


Error in atexit._run_exitfuncs [...] Exception expected for valu 01/28/09
http://bugs.python.org/issue5089 created marketdickinson


import tkinter library Visual C++ Concepts:C Run-Time Error R603 01/28/09
http://bugs.python.org/issue5090 created guxianminer


Segfault in PyObject_Malloc(), address out of bounds 01/28/09
http://bugs.python.org/issue5091 created christian.heimes


weird memory usage in multiprocessing module 01/29/09
CLOSED http://bugs.python.org/issue5092 created Orlowski


2to3 with a pipe on non-ASCII script 01/29/09
http://bugs.python.org/issue5093 created haypo
patch

datetime lacks concrete tzinfo impl. for UTC 01/29/09
http://bugs.python.org/issue5094 created brett.cannon


msi missing from "bdist --help-formats" 01/29/09
http://bugs.python.org/issue5095 created bethard


strange thing after call PyObject_CallMethod 01/29/09
http://bugs.python.org/issue5096 created exe


asyncore.dispatcher_with_send undocumented 01/29/09
http://bugs.python.org/issue5097 created exe


Environ doesn't escape spaces properly 01/29/09
CLOSED http://bugs.python.org/issue5098 created stuaxo


subprocess.POpen.__del__() AttributeError (os module == None!) 01/29/09
http://bugs.python.org/issue5099 created marystern


ElementTree.iterparse and Element.tail confusion 01/29/09
http://bugs.python.org/issue5100 created jeroen.dirks


test_funcattrs truncated during unittest conversion 01/29/09
http://bugs.python.org/issue5101 created marketdickinson


urllib2.py timeouts do not propagate across redirects for 2.6.1 01/29/09
http://bugs.python.org/issue5102 created jacques


ssl.SSLSocket timeout not working correctly when remote end is h 01/29/09
http://bugs.python.org/issue5103 created jacques


getsockaddrarg() casts port number from int to short without any 01/29/09
http://bugs.python.org/issue5104 created roman.zeyde


sqlite3.Row class, handling duplicate column names resulting fro 01/29/09
http://bugs.python.org/issue5105 created sockonafish


Update Naming & Binding statement for 3.0 01/30/09
http://bugs.python.org/issue5106 created tjreedy


built-in open(..., encoding=vague_default) 01/30/09
http://bugs.python.org/issue5107 created sjmachin


Invalid UTF-8 ("%s") length in PyUnicode_FromFormatV() 01/30/09
http://bugs.python.org/issue5108 created haypo
patch

array.array constructor very slow when passed an array object. 01/30/09
http://bugs.python.org/issue5109 created malcolmp


Printing Unicode chars from the interpreter in a non-UTF8 termin 01/30/09
http://bugs.python.org/issue5110 created ezio.melotti
patch

httplib: wrong Host header when connecting to IPv6 loopback 01/30/09
http://bugs.python.org/issue5111 created gdesmott




Issues Now Closed (47)
______________________

[distutils] - error when processing the "--formats=tar" option 30 days
http://bugs.python.org/issue1885 tarek
patch

shutil.destinsrc returns wrong result when source path matches b 357 days
http://bugs.python.org/issue2047 pitrou
patch, easy

msi installs to the incorrect location (C drive) 320 days
http://bugs.python.org/issue2271 loewis


Ttk support for Tkinter 246 days
http://bugs.python.org/issue2983 gpolo


Python 2.5.2 Windows Source Distribution missing Visual Studio 2 225 days
http://bugs.python.org/issue3105 loewis


multiprocessing adds built-in types to the global copyreg.dispat 196 days
http://bugs.python.org/issue3350 jnoller


Fix gdbinit for Python 3.0 164 days
http://bugs.python.org/issue3610 skip.montanaro
patch

importing from UNC roots doesn't work 152 days
http://bugs.python.org/issue3677 ocean-city
patch

_tkinter._flatten() doesn't check PySequence_Size() error code 136 days
http://bugs.python.org/issue3880 benjamin.peterson
patch

IDLE won't start in custom directory. 130 days
http://bugs.python.org/issue3881 loewis
patch

zipfile and winzip 11 days
http://bugs.python.org/issue3997 amaury.forgeotdarc
patch, needs review

open(0, closefd=False) prints 3 warnings 92 days
http://bugs.python.org/issue4233 haypo
patch

Portability fixes in longobject.c 62 days
http://bugs.python.org/issue4393 marketdickinson
patch

2.6.1 breaks many applications that embed Python on Windows 52 days
http://bugs.python.org/issue4566 mhammond
patch, needs review

range objects becomes hashable after attribute access 41 days
http://bugs.python.org/issue4701 jcea
patch

python3.0 -u: unbuffered stdout 7 days
http://bugs.python.org/issue4705 pitrou
patch

round(25, 1) should return an integer, not a float 39 days
http://bugs.python.org/issue4707 marketdickinson
patch

[PATCH] zipfile.ZipFile does not extract directories properly 34 days
http://bugs.python.org/issue4710 loewis
patch, needs review

deprecate/delete distutils.mwerkscompiler... 19 days
http://bugs.python.org/issue4863 tarek
patch

Inconsistent usage of next/__next__ in ABC collections; collecti 17 days
http://bugs.python.org/issue4920 rhettinger
patch

Make heapq work with all mutable sequences 14 days
http://bugs.python.org/issue4948 rhettinger


doctest.testfile should set __name__, can't use namedtuple 6 days
http://bugs.python.org/issue5021 rhettinger


test_kqueue failure on OS X 3 days
http://bugs.python.org/issue5025 marketdickinson
patch

itertools.fixlen 4 days
http://bugs.python.org/issue5034 rhettinger
patch

Memory leak in imp.find_module 6 days
http://bugs.python.org/issue5041 ocean-city
patch, easy

native win32 and wine mingw+msys build of python2.7 0 days
http://bugs.python.org/issue5046 loewis
patch

Extending itertools.combinations 3 days
http://bugs.python.org/issue5048 rhettinger


unicode(C) invokes C.__unicode__ when __unicode__ is defined 0 days
http://bugs.python.org/issue5050 loewis


Distutils-SIG page needs to be updated 0 days
http://bugs.python.org/issue5055 loewis


PyAPI assumes OS can access shared data in loadable modules (win 4 days
http://bugs.python.org/issue5056 eckhardt
patch

stop pgen.exe from generating CRLF-ended files and causing mayhe 3 days
http://bugs.python.org/issue5058 amaury.forgeotdarc


Use sets instead of list in posixpath._resolve_link 1 days
http://bugs.python.org/issue5069 benjamin.peterson
patch

bsddb/test/test_lock.py sometimes fails due to floating point er 0 days
http://bugs.python.org/issue5073 marketdickinson
patch

python3 and ctypes, script causes crash 0 days
http://bugs.python.org/issue5074 loewis


bdist_wininst should not depend on the vc runtime? 2 days
http://bugs.python.org/issue5075 mhammond
patch

bdist_wininst fails on py3k 3 days
http://bugs.python.org/issue5076 loewis
patch, patch

Unable to print Unicode characters in Python 3 on Windows 0 days
http://bugs.python.org/issue5081 loewis


Let frameworks to register attributes as builtins 0 days
http://bugs.python.org/issue5082 loewis


New resource ('gui') for regrtest 1 days
http://bugs.python.org/issue5083 gpolo
patch

distutils/test_sdist failure on windows 2 days
http://bugs.python.org/issue5085 tarek
patch

set_daemon does not exist in Thread 0 days
http://bugs.python.org/issue5086 benjamin.peterson


set_daemon does not exist in Thread 2 days
http://bugs.python.org/issue5087 benjamin.peterson


weird memory usage in multiprocessing module 2 days
http://bugs.python.org/issue5092 LambertDW


Environ doesn't escape spaces properly 0 days
http://bugs.python.org/issue5098 loewis


threading module can deadlock after fork 163 days
http://bugs.python.org/issue874900 jcea
patch, needs review

Improve itertools.starmap 971 days
http://bugs.python.org/issue1498370 rhettinger
patch

cPickle cannot unpickle subnormal floats on some machines 694 days
http://bugs.python.org/issue1672332 marketdickinson
patch



Top Issues Most Discussed (10)
______________________________

16 Get rid of more references to __cmp__ 106 days
open http://bugs.python.org/issue1717

14 Extending itertools.combinations 3 days
closed http://bugs.python.org/issue5048

14 round(25, 1) should return an integer, not a float 39 days
closed http://bugs.python.org/issue4707

11 python3 closes + home keys 45 days
open http://bugs.python.org/issue4676

8 weird memory usage in multiprocessing module 2 days
closed http://bugs.python.org/issue5092

8 xml.parsers.expat make a dictionary which keys are broken if bu 8 days
open http://bugs.python.org/issue5036

8 python3.0 -u: unbuffered stdout 7 days
closed http://bugs.python.org/issue4705

8 Use a named tuple for sys.version_info 83 days
open http://bugs.python.org/issue4285

7 bdist_wininst fails on py3k 3 days
closed http://bugs.python.org/issue5076

7 Rlcompleter.Completer does not use __dir__ magic method 5 days
open http://bugs.python.org/issue5062
Re: Summary of Python tracker Issues [ In reply to ]
On Fri, 30 Jan 2009 18:06:48 +0100 (CET), Python tracker <status@bugs.python.org> wrote:
> [snip]
>
>Average duration of open issues: 697 days.
>Median duration of open issues: 6 days.

It seems there's a bug in the summary tool. I thought it odd a few
weeks ago when I noticed the median duration of open issues was one
day. I just went back and checked and the week before it was one
day it was 2759 days. Perhaps there is some sort of overflow problem
when computing this value?

Jean-Paul
_______________________________________________
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/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (01/30/09 - 02/06/09)
Python tracker at http://bugs.python.org/

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


2364 open (+44) / 14630 closed (+16) / 16994 total (+60)

Open issues with patches: 793

Average duration of open issues: 698 days.
Median duration of open issues: 10 days.

Open Issues Breakdown
open 2341 (+44)
pending 23 ( +0)

Issues Created Or Reopened (61)
_______________________________

"if 0: return" not raising SyntaxError 02/02/09
http://bugs.python.org/issue1875 reopened amaury.forgeotdarc
patch, needs review

Incorrect documentation for PyErr_BadInternalCall 01/30/09
CLOSED http://bugs.python.org/issue5112 created md5i


2.5.4.3 / test_posix failing on HPUX systems 01/30/09
http://bugs.python.org/issue5113 created andreask


2.5.4.3 / test_threading hangs 01/30/09
http://bugs.python.org/issue5114 created andreask


Extend subprocess.kill to be able to kill process groups 01/31/09
http://bugs.python.org/issue5115 created erickt
patch

expose _CrtSetReportMode via the msvcrt module 01/31/09
http://bugs.python.org/issue5116 created mhammond
patch, patch, needs review

os.path.relpath problem with root directory 01/31/09
http://bugs.python.org/issue5117 created eliben
patch

'%.2f' % 2.545 doesn't round correctly 01/31/09
CLOSED http://bugs.python.org/issue5118 created Ultrasick


wide character parameter handling in ctypes 01/31/09
CLOSED http://bugs.python.org/issue5119 created jaraco


Disabling test_ttk_guionly on mac 01/31/09
CLOSED http://bugs.python.org/issue5120 created gpolo


PyRun_InteractiveLoop disagrees with documentation? 02/01/09
http://bugs.python.org/issue5121 created bkuhn


test_tcl and test_ttk_guionly don't like each other 02/01/09
http://bugs.python.org/issue5122 created gpolo
patch

Virus found in python-3.0.msi 02/01/09
CLOSED http://bugs.python.org/issue5123 created hlqyq


IDLE - pasting text doesn't delete selection 02/01/09
http://bugs.python.org/issue5124 created weeble


Strange locale problem with Python 3 02/01/09
http://bugs.python.org/issue5125 created retoo


Space character returns false from isprintable() method 02/01/09
http://bugs.python.org/issue5126 created dlfjessup
patch

UnicodeEncodeError - I can't even see license 02/02/09
http://bugs.python.org/issue5127 created bupjae
patch

compileall: consider ctime 02/02/09
http://bugs.python.org/issue5128 created gagern
patch

indentation in IDLE 2.6 different from IDLE 2.5, 2.4 or vim 02/02/09
http://bugs.python.org/issue5129 created sy12


Obsolete reference to "unicode" in glossary 02/02/09
CLOSED http://bugs.python.org/issue5130 created MLModel


pprint doesn't know how to print a set or a defaultdict 02/02/09
http://bugs.python.org/issue5131 created ncw


distutils: libpython not found when building python extensions o 02/02/09
CLOSED http://bugs.python.org/issue5132 created dpeterson
patch

Error with Eval 02/02/09
CLOSED http://bugs.python.org/issue5133 created davidnicol


Compiler warnings in sqlite module 02/02/09
http://bugs.python.org/issue5134 created rhettinger
patch

Expose simplegeneric function in functools module 02/02/09
http://bugs.python.org/issue5135 created pmoore
patch, needs review

Deprecating (and removing) "globalcall", "merge" and "globaleval 02/03/09
http://bugs.python.org/issue5136 created gpolo


SystemError when __len__ returns a non-number 02/03/09
http://bugs.python.org/issue5137 created rhettinger


File Reload for IDLE 02/03/09
http://bugs.python.org/issue5138 created rhettinger


Add combinatoric counting functions to the math module. 02/03/09
http://bugs.python.org/issue5139 created rhettinger


Some Built-in Functions entries in Library Manual are missing Pe 02/03/09
CLOSED http://bugs.python.org/issue5140 created rbtyod


C API for appending to arrays 02/03/09
http://bugs.python.org/issue5141 created hniksic


pdb feature request: Ability to skip standard lib modules and ot 02/03/09
http://bugs.python.org/issue5142 created orsenthil


OS X: Py_SetProgramName argument has type char*; should be wchar 02/03/09
http://bugs.python.org/issue5143 created marketdickinson


PySys_SetArgv has wrong documentation 02/03/09
CLOSED http://bugs.python.org/issue5144 created matejcik


struct.calcsize('cd') returns 16 instead of 9 02/03/09
http://bugs.python.org/issue5145 created bgailer


threading via uid method doesn't work in imaplib 02/03/09
http://bugs.python.org/issue5146 created abhishek


MozillaCookieJar should not store leading whitespace in Magic he 02/03/09
http://bugs.python.org/issue5147 created aantony


gzip.open breaks with 'U' flag 02/04/09
http://bugs.python.org/issue5148 created Chris.Barker
patch, easy, needs review

syntactic sugar: type coercion on pointer assignment 02/04/09
http://bugs.python.org/issue5149 created PeterASilva


IDLE to support reindent.py 02/04/09
http://bugs.python.org/issue5150 created rhettinger


extractall method for TarFile objects not setting owner:group on 02/04/09
CLOSED http://bugs.python.org/issue5151 created npatters


Add a JSON-RPC module 02/04/09
CLOSED http://bugs.python.org/issue5152 created rhettinger


Extra ) in optparse sample 02/04/09
CLOSED http://bugs.python.org/issue5153 created adamvan


OSX broken poll testing doesn't work 02/04/09
http://bugs.python.org/issue5154 created bbangert


Multiprocessing.Queue created by sub-process fails when used in 02/05/09
http://bugs.python.org/issue5155 created bbutler


IDLE exits with UnicodeDecodeError on Ctrl+Space 02/05/09
http://bugs.python.org/issue5156 created scav


os.stat('foo') succeds if 'foo.exe' exists on cygwin 02/05/09
CLOSED http://bugs.python.org/issue5157 created calandoa


Document distutils 'depends' option for extensions 02/05/09
http://bugs.python.org/issue5158 created mbalsera
patch

Indicating packages to be loaded when a Tcl interpreter is creat 02/05/09
http://bugs.python.org/issue5159 created gpolo
patch

Intermittant segmentation fault with ctrl-c (threads and queues) 02/05/09
http://bugs.python.org/issue5160 created cgoldberg


wrong paths for ctypes cleanup 02/06/09
http://bugs.python.org/issue5161 created nascheme


multiprocessing cannot spawn child from a Windows service 02/06/09
http://bugs.python.org/issue5162 created orlenko


tkinter.scrolledtext: new text is hidden after using insert() 02/06/09
http://bugs.python.org/issue5163 created ringhome


backport distutils 3.x changes into 2.7 when appliabl 02/06/09
http://bugs.python.org/issue5164 created tarek


os.rename and other raise WindowsError 02/06/09
CLOSED http://bugs.python.org/issue5165 created krisvale


ElementTree and minidom don't prevent creation of not well-forme 02/06/09
http://bugs.python.org/issue5166 created ods


distutils/test_customize_compiler fails on windows 02/06/09
CLOSED http://bugs.python.org/issue5167 created ocean-city
patch

shutil.copystat does not copy the "hidden" flag on windows 02/06/09
http://bugs.python.org/issue5168 created throbi


Default hash not equal to id on AMD Sempron 02/06/09
http://bugs.python.org/issue5169 created chemacortes


logging to file + encoding 02/06/09
http://bugs.python.org/issue5170 created shamilbi


itertools.product docstring missing 'repeat' argument 02/06/09
http://bugs.python.org/issue5171 created marketdickinson




Issues Now Closed (54)
______________________

Distutils add ability to skip build [Feature Request] 387 days
http://bugs.python.org/issue1815 tarek


Update version number in __init__.py 388 days
http://bugs.python.org/issue1835 lemburg
easy

__import__ with fromlist=[''] causes double initialization of mo 356 days
http://bugs.python.org/issue2090 brett.cannon


distutils package_dir/package_data failure 248 days
http://bugs.python.org/issue3031 tarek


socket.socket.recv broken (unbearably slow) 154 days
http://bugs.python.org/issue3766 samslists


removed types from distutils.core [patch] 131 days
http://bugs.python.org/issue3987 tarek
patch

python tests failure if builddir <> sourcedir 121 days
http://bugs.python.org/issue4070 nascheme
patch

update SIG web pages 111 days
http://bugs.python.org/issue4137 georg.brandl


Separate build dir broken 108 days
http://bugs.python.org/issue4151 nascheme
patch

Use a named tuple for sys.version_info 89 days
http://bugs.python.org/issue4285 eric.smith
patch, easy

Python 2.6 fails to build with Py_NO_ENABLE_SHARED 62 days
http://bugs.python.org/issue4494 loewis
patch

Wrong formatting of contributor list in About page 61 days
http://bugs.python.org/issue4563 georg.brandl


wsgiref package totally broken 28 days
http://bugs.python.org/issue4718 benjamin.peterson
patch

Object allocation stress leads to segfault on RHEL 44 days
http://bugs.python.org/issue4732 farshad


cmp gone documentations 39 days
http://bugs.python.org/issue4760 georg.brandl


ctypes.util.find_library incorrectly documented 33 days
http://bugs.python.org/issue4820 georg.brandl


optparse: Callback example 1 is confusing 32 days
http://bugs.python.org/issue4827 georg.brandl


Allow buffering for HTTPResponse 26 days
http://bugs.python.org/issue4879 krisvale
patch, patch

binascii.crc32() - document signed vs unsigned results 21 days
http://bugs.python.org/issue4903 gregory.p.smith


update distutils.README 18 days
http://bugs.python.org/issue4987 tarek


yield's documentation not updated 18 days
http://bugs.python.org/issue4992 georg.brandl


The Py_SetPythonHome C API function is undocumented 16 days
http://bugs.python.org/issue5015 georg.brandl


Thread.daemon docs 14 days
http://bugs.python.org/issue5031 georg.brandl
patch, needs review

xml.parsers.expat make a dictionary which keys are broken if buf 8 days
http://bugs.python.org/issue5036 benjamin.peterson


Policy.DomainStrict in cookielib example code 11 days
http://bugs.python.org/issue5059 georg.brandl


Distutils should create install dir if needed 7 days
http://bugs.python.org/issue5070 tarek


Distutils should not fail if install dir is not in PYTHONPATH 7 days
http://bugs.python.org/issue5071 tarek


weird memory usage in multiprocessing module 2 days
http://bugs.python.org/issue5092 LambertDW


strange thing after call PyObject_CallMethod 7 days
http://bugs.python.org/issue5096 georg.brandl


sqlite3.Row class, handling duplicate column names resulting fro 7 days
http://bugs.python.org/issue5105 georg.brandl


Update Naming & Binding statement for 3.0 1 days
http://bugs.python.org/issue5106 benjamin.peterson


built-in open(..., encoding=vague_default) 6 days
http://bugs.python.org/issue5107 georg.brandl


Incorrect documentation for PyErr_BadInternalCall 1 days
http://bugs.python.org/issue5112 benjamin.peterson


'%.2f' % 2.545 doesn't round correctly 0 days
http://bugs.python.org/issue5118 marketdickinson


wide character parameter handling in ctypes 3 days
http://bugs.python.org/issue5119 amaury.forgeotdarc


Disabling test_ttk_guionly on mac 1 days
http://bugs.python.org/issue5120 gpolo


Virus found in python-3.0.msi 1 days
http://bugs.python.org/issue5123 gpolo


Obsolete reference to "unicode" in glossary 3 days
http://bugs.python.org/issue5130 georg.brandl


distutils: libpython not found when building python extensions o 3 days
http://bugs.python.org/issue5132 tarek
patch

Error with Eval 0 days
http://bugs.python.org/issue5133 ezio.melotti


Some Built-in Functions entries in Library Manual are missing Pe 2 days
http://bugs.python.org/issue5140 georg.brandl


PySys_SetArgv has wrong documentation 2 days
http://bugs.python.org/issue5144 georg.brandl


extractall method for TarFile objects not setting owner:group on 0 days
http://bugs.python.org/issue5151 lars.gustaebel


Add a JSON-RPC module 1 days
http://bugs.python.org/issue5152 rhettinger


Extra ) in optparse sample 1 days
http://bugs.python.org/issue5153 georg.brandl


os.stat('foo') succeds if 'foo.exe' exists on cygwin 1 days
http://bugs.python.org/issue5157 calandoa


os.rename and other raise WindowsError 0 days
http://bugs.python.org/issue5165 krisvale


distutils/test_customize_compiler fails on windows 0 days
http://bugs.python.org/issue5167 tarek
patch

Set option for subprocess in setup.py 1925 days
http://bugs.python.org/issue831643 tarek


list(obj) can swallow KeyboardInterrupt 199 days
http://bugs.python.org/issue1242657 rhettinger
patch

dirutils.mkpath (verbose option does not work) 1255 days
http://bugs.python.org/issue1276768 tarek


Distutils bugfix: Read $AR from the environment/Makefile. 940 days
http://bugs.python.org/issue1520877 tarek
patch

Text search gives bad count if called from variable trace 836 days
http://bugs.python.org/issue1581476 gpolo
patch

Give Partial the ability to skip positionals 652 days
http://bugs.python.org/issue1706256 jpe




Top Issues Most Discussed (10)
______________________________

35 Python on Windows disables all C runtime library assertions 36 days
open http://bugs.python.org/issue4804

13 Expose simplegeneric function in functools module 4 days
open http://bugs.python.org/issue5135

13 UnicodeEncodeError - I can't even see license 5 days
open http://bugs.python.org/issue5127

13 Add Google's ipaddr.py to the stdlib 135 days
open http://bugs.python.org/issue3959

10 Add combinatoric counting functions to the math module. 4 days
open http://bugs.python.org/issue5139

10 xml.sax and xml.dom fetch DTDs by default 357 days
open http://bugs.python.org/issue2124

9 compileall: consider ctime 4 days
open http://bugs.python.org/issue5128

9 Faster opcode dispatch on gcc 42 days
open http://bugs.python.org/issue4753

9 tkinter memory leak problem 612 days
open http://bugs.python.org/issue1731706

8 Compiler warnings in sqlite module 4 days
open http://bugs.python.org/issue5134
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (02/06/09 - 02/13/09)
Python tracker at http://bugs.python.org/

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


2352 open (+56) / 14720 closed (+22) / 17072 total (+78)

Open issues with patches: 803

Average duration of open issues: 682 days.
Median duration of open issues: 423 days.

Open Issues Breakdown
open 2328 (+55)
pending 24 ( +1)

Issues Created Or Reopened (82)
_______________________________

Separate build dir broken 02/12/09
http://bugs.python.org/issue4151 reopened doko
patch

Disabling test_ttk_guionly on mac 02/09/09
http://bugs.python.org/issue5120 reopened gpolo
patch

Default hash not equal to id on AMD Sempron 02/09/09
http://bugs.python.org/issue5169 reopened jcea


python-dev tracker summary emails contain incorrect "median dura 02/06/09
CLOSED http://bugs.python.org/issue5172 created exarkun


"What's new" claims StandardError was removed in 2.6 02/06/09
CLOSED http://bugs.python.org/issue5173 created mjwpp


xmlrpclib docs include incorrect file closing 02/06/09
CLOSED http://bugs.python.org/issue5174 created ironfroggy
patch

negative PyLong -> C unsigned integral, TypeError or OverflowErr 02/06/09
CLOSED http://bugs.python.org/issue5175 created dalcinl
patch

Special-case string formatting in BINARY_MODULO implementation 02/06/09
http://bugs.python.org/issue5176 created collinwinter
patch, patch, needs review

multiprocessing: SocketListener should use SO_REUSEADDR 02/07/09
http://bugs.python.org/issue5177 created jon_dee


Add context manager for temporary directory 02/07/09
http://bugs.python.org/issue5178 created nascheme
patch

subprocess leaves open fds on construction error 02/07/09
http://bugs.python.org/issue5179 created georg.brandl


3.1 cannot unpickle 2.7-created pickle 02/07/09
http://bugs.python.org/issue5180 created pitrou


test_urllib failures on the 3.1 buildbots 02/08/09
CLOSED http://bugs.python.org/issue5181 reopened benjamin.peterson


str() on memoryview of bytearray failing on py3k 02/08/09
CLOSED http://bugs.python.org/issue5182 created mhammond


wsgiref.simple_server not working 02/08/09
CLOSED http://bugs.python.org/issue5183 created StephenDay


Add -3 warning for extension types that implement tp_compare but 02/08/09
http://bugs.python.org/issue5184 created marketdickinson


Idle doesn't work on 2.6 on Macbook 02/08/09
CLOSED http://bugs.python.org/issue5185 created jeaub23


Reduce hash collisions for objects with no __hash__ method 02/08/09
CLOSED http://bugs.python.org/issue5186 created marketdickinson
patch

distutils upload should prompt for the user/password too 02/08/09
http://bugs.python.org/issue5187 created tarek


telnetlib process_rawq buffer handling is confused 02/08/09
http://bugs.python.org/issue5188 created dugan
patch

test_cmd_line failure on the OS X buildbot 02/09/09
CLOSED http://bugs.python.org/issue5189 created pitrou


optparse doex not export make_option 02/09/09
http://bugs.python.org/issue5190 created bluebird


Partial function application 'from the right' 02/09/09
http://bugs.python.org/issue5191 created bennorth
patch

Update log message formatting. 02/09/09
http://bugs.python.org/issue5192 created LambertDW


Guarantee that Tkinter.Text.search returns a string 02/09/09
http://bugs.python.org/issue5193 created gpolo
patch

OS X IDLE.app and bin/idle: missing/extra menu options 02/10/09
http://bugs.python.org/issue5194 created nad


OS X IDLE.app and bin/idle: incorrect key defaults in 3.x 02/10/09
CLOSED http://bugs.python.org/issue5195 created nad


OS X IDLE.app: may not launch on 3.x 02/10/09
CLOSED http://bugs.python.org/issue5196 created nad


vars() assignment fails silently when assignments made later 02/10/09
CLOSED http://bugs.python.org/issue5197 created pest


Strange DeprecationWarning behaviour in module struct 02/10/09
http://bugs.python.org/issue5198 created hagen


warns vars() assignment as well as locals() 02/10/09
http://bugs.python.org/issue5199 created ocean-city
patch

unicode.normalize gives wrong result for some characters 02/10/09
CLOSED http://bugs.python.org/issue5200 created PeterL


Using LDFLAGS='-rpath=\$$LIB:/some/other/path' ./configure break 02/10/09
http://bugs.python.org/issue5201 created flub


wave.py cannot write wave files into a shell pipeline 02/10/09
http://bugs.python.org/issue5202 created drj
patch

ctypes segfaults when passing a unicode string to a function wit 02/10/09
CLOSED http://bugs.python.org/issue5203 created amaury.forgeotdarc


test.os/TestInvalidFD/test_fdopen on VC6 02/10/09
CLOSED http://bugs.python.org/issue5204 created ocean-city
patch

String Formatting with namedtuple 02/10/09
http://bugs.python.org/issue5205 created lieryan


with context object for unittest assertRaises() 02/10/09
CLOSED http://bugs.python.org/issue5206 created blais


extend strftime/strptime format for RFC3339 and RFC2822 02/10/09
http://bugs.python.org/issue5207 created davydov


urllib2.build_opener( 02/10/09
http://bugs.python.org/issue5208 created mjb


nntplib needs updating to RFC 3977 02/10/09
http://bugs.python.org/issue5209 created travis
patch

zlib does not indicate end of compressed stream properly 02/10/09
http://bugs.python.org/issue5210 created travis
patch

Fix complex type to avoid coercion in 2.7. 02/10/09
http://bugs.python.org/issue5211 created marketdickinson
easy

Incorrect note about md5 in hmac module documentation 02/11/09
http://bugs.python.org/issue5212 created brainsik


_resolve_name in importlib/__init__.py left an index on rindex u 02/11/09
http://bugs.python.org/issue5213 created gpolo
patch, easy

Add KOI8-RU as a known encoding 02/11/09
http://bugs.python.org/issue5214 created dwayne


change value of local variable in debug 02/11/09
http://bugs.python.org/issue5215 created mproeller


distutils.tests.test_build_ext.BuildExtTestCase fails when srcdi 02/11/09
http://bugs.python.org/issue5216 created doko


testExtractDir (test.test_zipfile.TestWithDirectory) fails when 02/11/09
http://bugs.python.org/issue5217 created doko


Check for tp_iter in ceval:ext_do_call before overriding excepti 02/11/09
http://bugs.python.org/issue5218 created gpolo
patch

IDLE: slowness, pauses enter long strings 02/11/09
http://bugs.python.org/issue5219 created pyJohn


os.makedirs' mode argument has bad default value 02/11/09
CLOSED http://bugs.python.org/issue5220 created jab


help related topic doesn't exist 02/11/09
http://bugs.python.org/issue5221 created LambertDW


Please include AutoScroll and create_container in pyttk and Tkin 02/12/09
CLOSED http://bugs.python.org/issue5222 created rozen


infinite recursion in PyErr_WriteUnraisable 02/12/09
http://bugs.python.org/issue5223 created ldeller


OS X installer: "Update Shell Profile" script is not updated 02/12/09
http://bugs.python.org/issue5224 reopened ronaldoussoren


OS X "Update Shell Profile" may not update $PATH if run more tha 02/12/09
http://bugs.python.org/issue5225 created nad


OS X installer: Welcome and Readme files are out-of-date 02/12/09
http://bugs.python.org/issue5226 reopened ronaldoussoren


Py_Main() does not return on sys.exit() 02/12/09
http://bugs.python.org/issue5227 created Rogi


multiprocessing not compatible with functools.partial 02/12/09
http://bugs.python.org/issue5228 created ndbecker


Documentation for super() neglects to say what super() actually 02/12/09
http://bugs.python.org/issue5229 created stutzbach


pydoc reports misleading failure if target module raises an Impo 02/12/09
http://bugs.python.org/issue5230 created exarkun


Change format of a memoryview 02/12/09
http://bugs.python.org/issue5231 created pitrou


Setting font from preference dialog in IDLE on OS X broken 02/12/09
http://bugs.python.org/issue5232 created MLModel


Enhance 2.7 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart 02/12/09
http://bugs.python.org/issue5233 created MLModel
patch

Enhance 3.1 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart 02/12/09
http://bugs.python.org/issue5234 created MLModel
patch

distutils seems to only work with VC++ 2008 (9.0) 02/12/09
http://bugs.python.org/issue5235 created eswenson


time.strptime should reject bytes arguments on Py3 02/12/09
http://bugs.python.org/issue5236 created ezio.melotti


Allow auto-numbered replacement fields in str.format() strings 02/12/09
http://bugs.python.org/issue5237 created tjreedy


ssl makefile never closes socket 02/13/09
http://bugs.python.org/issue5238 created dugan
patch

Change time.strptime() to make it work with Unicode chars 02/13/09
http://bugs.python.org/issue5239 created ezio.melotti
patch

time.strptime fails to match data and format with Unicode whites 02/13/09
CLOSED http://bugs.python.org/issue5240 created ezio.melotti


Missing flags in the Regex howto 02/13/09
http://bugs.python.org/issue5241 created ezio.melotti


eval() function in List Comprehension doesn't work 02/13/09
http://bugs.python.org/issue5242 created JiafeiPeng


Missing dependency in distutils build 02/13/09
http://bugs.python.org/issue5243 created do3cc
patch

Python 3.0 eval() function in List Comprehension doesn't work 02/13/09
CLOSED http://bugs.python.org/issue5244 created JiafeiPeng


PyRun_SimpleStringFlags() documentation 02/13/09
http://bugs.python.org/issue5245 created Rogi


test.test_hashlib.HashLibTestCase fails on darwin 02/13/09
CLOSED http://bugs.python.org/issue5246 created tarek


Unhelpful error message with str.format() 02/13/09
http://bugs.python.org/issue5247 created pitrou


Adding T_SIZET to structmember.h 02/13/09
http://bugs.python.org/issue5248 created dalcinl


Fix strftime on windows. 02/13/09
http://bugs.python.org/issue5249 created ocean-city
patch

socket.inet_aton returns 8 bytes on LP64 platforms 02/10/09
http://bugs.python.org/issue1008086 reopened pitrou
64bit, easy



Issues Now Closed (98)
______________________

complex constructor loses signs of zeros 442 days
http://bugs.python.org/issue1507 marketdickinson


webbrowser.open firefox 3 issues 385 days
http://bugs.python.org/issue1911 georg.brandl
patch, easy

shutil.destinsrc returns wrong result when source path matches b 366 days
http://bugs.python.org/issue2047 orsenthil
patch, easy

Make structseq more like collections.namedtuple 331 days
http://bugs.python.org/issue2308 ajaksu2


Fixed block ordering code in compiler.pyassem 319 days
http://bugs.python.org/issue2472 pitrou
patch

2to3 doesn't correct divisions 278 days
http://bugs.python.org/issue2805 benjamin.peterson


re.IGNORECASE not Unicode-ready 277 days
http://bugs.python.org/issue2834 ezio.melotti
patch

importing with_statement causes exec to raise syntax error on bl 210 days
http://bugs.python.org/issue3370 ajaksu2


[PATCH] distutils.sysconfig.get_python_lib prefix argument broke 209 days
http://bugs.python.org/issue3386 tarek
patch

Undetected error in _struct.pack_into 170 days
http://bugs.python.org/issue3694 marketdickinson
patch

SystemError on calling len() if __len__() doesn't return an int 165 days
http://bugs.python.org/issue3729 benjamin.peterson
patch

subclassing complex 168 days
http://bugs.python.org/issue3734 georg.brandl
patch

_sha256 et al. encode to UTF-8 by default 165 days
http://bugs.python.org/issue3745 gregory.p.smith
26backport

python-2.6b3.msi and python-2.6b3.amd64.msi can't both be instal 154 days
http://bugs.python.org/issue3833 gpolo


Script: find untested C functions 152 days
http://bugs.python.org/issue3844 ajaksu2


removed string and type usage from distutils.cmd [patch] 132 days
http://bugs.python.org/issue3986 tarek
patch

Regression for executing packages 106 days
http://bugs.python.org/issue4195 ncoghlan
patch

should socket readline() use default_bufsize instead of _rbufsiz 75 days
http://bugs.python.org/issue4448 krisvale


Add get_filename method to zipimport 66 days
http://bugs.python.org/issue4512 ncoghlan
patch

Py_IS_INFINITY defect causes test_cmath failure on x86 64 days
http://bugs.python.org/issue4575 marketdickinson
patch

urlopen returns extra, spurious bytes 62 days
http://bugs.python.org/issue4631 pitrou
patch

Update pybench for python 3.0 49 days
http://bugs.python.org/issue4704 pitrou
patch

PyInt_FromSsize_t LONG_MIN and LONG_MAX typecasts needed 34 days
http://bugs.python.org/issue4880 marketdickinson


handling empty text search pattern in tkinter 31 days
http://bugs.python.org/issue4890 gpolo
patch

Docs for urllib.request.HTTPRedirectHandler.redirect_request mis 35 days
http://bugs.python.org/issue4894 georg.brandl
patch, easy

Remove uses of nb_long slot, and rename to nb_reserved. 32 days
http://bugs.python.org/issue4910 marketdickinson
patch

__slots__ on Fraction is useless 24 days
http://bugs.python.org/issue4998 marketdickinson
patch

itertools.count step 21 days
http://bugs.python.org/issue5032 LambertDW


test_tcl and test_ttk_guionly don't like each other 9 days
http://bugs.python.org/issue5122 gpolo
patch

compileall: consider ctime 7 days
http://bugs.python.org/issue5128 brett.cannon
patch

Compiler warnings in sqlite module 8 days
http://bugs.python.org/issue5134 loewis
patch

SystemError when __len__ returns a non-number 7 days
http://bugs.python.org/issue5137 hagen
patch

File Reload for IDLE 8 days
http://bugs.python.org/issue5138 rhettinger


OS X: Py_SetProgramName argument has type char*; should be wchar 9 days
http://bugs.python.org/issue5143 ronaldoussoren


IDLE exits with UnicodeDecodeError on Ctrl+Space 3 days
http://bugs.python.org/issue5156 gpolo


Document distutils 'depends' option for extensions 8 days
http://bugs.python.org/issue5158 tarek
patch

Intermittant segmentation fault with ctrl-c (threads and queues) 3 days
http://bugs.python.org/issue5160 ocean-city


logging to file + encoding 2 days
http://bugs.python.org/issue5170 vsajip


itertools.product docstring missing 'repeat' argument 3 days
http://bugs.python.org/issue5171 rhettinger


python-dev tracker summary emails contain incorrect "median dura 0 days
http://bugs.python.org/issue5172 benjamin.peterson


"What's new" claims StandardError was removed in 2.6 0 days
http://bugs.python.org/issue5173 georg.brandl


xmlrpclib docs include incorrect file closing 1 days
http://bugs.python.org/issue5174 georg.brandl
patch

negative PyLong -> C unsigned integral, TypeError or OverflowErr 4 days
http://bugs.python.org/issue5175 marketdickinson
patch

test_urllib failures on the 3.1 buildbots 0 days
http://bugs.python.org/issue5181 krisvale


str() on memoryview of bytearray failing on py3k 0 days
http://bugs.python.org/issue5182 benjamin.peterson


wsgiref.simple_server not working 0 days
http://bugs.python.org/issue5183 georg.brandl


Idle doesn't work on 2.6 on Macbook 0 days
http://bugs.python.org/issue5185 benjamin.peterson


Reduce hash collisions for objects with no __hash__ method 5 days
http://bugs.python.org/issue5186 pitrou
patch

test_cmd_line failure on the OS X buildbot 0 days
http://bugs.python.org/issue5189 benjamin.peterson


OS X IDLE.app and bin/idle: incorrect key defaults in 3.x 3 days
http://bugs.python.org/issue5195 ronaldoussoren


OS X IDLE.app: may not launch on 3.x 3 days
http://bugs.python.org/issue5196 ronaldoussoren


vars() assignment fails silently when assignments made later 0 days
http://bugs.python.org/issue5197 ocean-city


unicode.normalize gives wrong result for some characters 1 days
http://bugs.python.org/issue5200 loewis


ctypes segfaults when passing a unicode string to a function wit 0 days
http://bugs.python.org/issue5203 theller


test.os/TestInvalidFD/test_fdopen on VC6 1 days
http://bugs.python.org/issue5204 ocean-city
patch

with context object for unittest assertRaises() 0 days
http://bugs.python.org/issue5206 rhettinger


os.makedirs' mode argument has bad default value 0 days
http://bugs.python.org/issue5220 jab


Please include AutoScroll and create_container in pyttk and Tkin 0 days
http://bugs.python.org/issue5222 loewis


time.strptime fails to match data and format with Unicode whites 0 days
http://bugs.python.org/issue5240 ocean-city


Python 3.0 eval() function in List Comprehension doesn't work 0 days
http://bugs.python.org/issue5244 georg.brandl


test.test_hashlib.HashLibTestCase fails on darwin 0 days
http://bugs.python.org/issue5246 pitrou


re incompatibility in sre 3076 days
http://bugs.python.org/issue214033 ajaksu2


[IDLE] auto indent/parentheses 2908 days
http://bugs.python.org/issue404444 ajaksu2


xdrlib allow subclass for file access 2703 days
http://bugs.python.org/issue461890 loewis


Creation of struct_seq types 2307 days
http://bugs.python.org/issue624827 rhettinger


print to unicode stream should __unicode 2284 days
http://bugs.python.org/issue637094 lemburg


GNU readline version confusion 2236 days
http://bugs.python.org/issue660095 haypo


extend readline functionality in pdb 2193 days
http://bugs.python.org/issue684944 benjamin.peterson
patch

lower-level API for longs 2127 days
http://bugs.python.org/issue722647 marketdickinson


socket.inet_aton on 64bit platform 2046 days
http://bugs.python.org/issue767150 gregory.p.smith
64bit

button methods tkButtonDown, etc don't work 2030 days
http://bugs.python.org/issue775309 gpolo


new function 'islastline' in fileinput 2031 days
http://bugs.python.org/issue776100 ajaksu2


socketmodule.c connection handling incorect on windows 2030 days
http://bugs.python.org/issue777597 ajaksu2


Minor FP bug in object.c 2004 days
http://bugs.python.org/issue789290 marketdickinson
patch

test_locale and en_US 1962 days
http://bugs.python.org/issue815668 ajaksu2


fcntl() not working on sparc/linux (python 2.2.3) 1951 days
http://bugs.python.org/issue821948 loewis


getpos() for sgmllib 1869 days
http://bugs.python.org/issue868908 ajaksu2


email.Header.Header() produces wrong headers with utf8 enc. 1779 days
http://bugs.python.org/issue924806 barry


threads duplicated on fork() prevent child from terminating 1666 days
http://bugs.python.org/issue994023 benjamin.peterson


Compiler module doesn't handle global statement correctly 1655 days
http://bugs.python.org/issue999042 nascheme


PEP 263: help locating the offending character 1649 days
http://bugs.python.org/issue1004533 loewis


distutils.core.setup() with unicode arguments broken 1534 days
http://bugs.python.org/issue1076233 doerwalter


raw_input problem with readline and UTF8 1486 days
http://bugs.python.org/issue1103023 benjamin.peterson


email.base64MIME.header_encode vs RFC 1522 1486 days
http://bugs.python.org/issue1103926 ajaksu2


marshal may crash on truncated input 1457 days
http://bugs.python.org/issue1122301 benjamin.peterson


New fpconst module 1447 days
http://bugs.python.org/issue1151323 marketdickinson
patch

explicit sign variable for longs 1406 days
http://bugs.python.org/issue1177779 loewis
patch

csv.reader endless loop 1154 days
http://bugs.python.org/issue1381476 ajaksu2


random module - Provider DLL failed to initialize correctly 1149 days
http://bugs.python.org/issue1384175 loewis


libpython2.4.so get not installed 1131 days
http://bugs.python.org/issue1397850 loewis


re search infinite loop 1064 days
http://bugs.python.org/issue1448325 mrabarnett


urllib2 httplib _read_chunked timeout 919 days
http://bugs.python.org/issue1537445 georg.brandl


python compiler support for with stmt 900 days
http://bugs.python.org/issue1544277 nascheme


RE (regular expression) matching stuck in loop 867 days
http://bugs.python.org/issue1566086 mrabarnett


incomplete numerical comparisons 762 days
http://bugs.python.org/issue1633648 marketdickinson


base64.urlsafe_b64encode() shouldn't use the = character 728 days
http://bugs.python.org/issue1661108 georg.brandl


tkinter memory leak problem 612 days
http://bugs.python.org/issue1731706 gpolo
patch

repr of 'nan' floats not parseable 615 days
http://bugs.python.org/issue1732212 loewis




Top Issues Most Discussed (10)
______________________________

41 Reduce hash collisions for objects with no __hash__ method 5 days
closed http://bugs.python.org/issue5186

11 wave.py cannot write wave files into a shell pipeline 3 days
open http://bugs.python.org/issue5202

11 test_tcl and test_ttk_guionly don't like each other 9 days
closed http://bugs.python.org/issue5122

10 Change time.strptime() to make it work with Unicode chars 1 days
open http://bugs.python.org/issue5239

10 Allow auto-numbered replacement fields in str.format() strings 1 days
open http://bugs.python.org/issue5237

9 unicode.normalize gives wrong result for some characters 1 days
closed http://bugs.python.org/issue5200

9 negative PyLong -> C unsigned integral, TypeError or OverflowEr 4 days
closed http://bugs.python.org/issue5175

9 _sha256 et al. encode to UTF-8 by default 165 days
closed http://bugs.python.org/issue3745

8 HTTPResponse instance has no attribute 'fileno' 1216 days
open http://bugs.python.org/issue1327971

7 urllib doesn't correct server returned urls 1794 days
open http://bugs.python.org/issue918368
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (02/13/09 - 02/20/09)
Python tracker at http://bugs.python.org/

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


2341 open (+55) / 14813 closed (+27) / 17154 total (+82)

Open issues with patches: 817

Average duration of open issues: 656 days.
Median duration of open issues: 393 days.

Open Issues Breakdown
open 2315 (+55)
pending 26 ( +0)

Issues Created Or Reopened (84)
_______________________________

Document __instancecheck__ and __subclasscheck__ 02/13/09
http://bugs.python.org/issue5250 created tjreedy


contextlib.nested inconsistent with, well, nested with statement 02/13/09
http://bugs.python.org/issue5251 created jwp


2to3 should detect and delete import of removed statvfs module 02/13/09
http://bugs.python.org/issue5252 created sjt


os.environ.get() doesn't handle default value 02/13/09
CLOSED http://bugs.python.org/issue5253 created marystern


Formatting error in "findertools" header 02/13/09
http://bugs.python.org/issue5254 created adamvan


unicode support with os.readlink() 02/13/09
CLOSED http://bugs.python.org/issue5255 created scudette


rlcompleter adds builtins when custom dict is used 02/14/09
http://bugs.python.org/issue5256 created armandas


test_zipfle and test_distutils write in the test directories 02/14/09
http://bugs.python.org/issue5257 created tarek


addpackage in site.py fails hard on badly formed .pth files 02/14/09
http://bugs.python.org/issue5258 created jwheare


smtplib is broken in Python3 02/14/09
http://bugs.python.org/issue5259 created miwa


longobject.c: minor fixes, cleanups and optimizations 02/14/09
CLOSED http://bugs.python.org/issue5260 created marketdickinson
patch

with lock fails on multiprocessing 02/14/09
http://bugs.python.org/issue5261 created stepheng.lynch
patch

PythonLauncher considered harmfull 02/14/09
http://bugs.python.org/issue5262 created ronaldoussoren


Error printing UTF-8 decoded text 02/14/09
CLOSED http://bugs.python.org/issue5263 created grace


StringIO failure when reading a chunk of text without newlines 02/14/09
http://bugs.python.org/issue5264 created pitrou


StringIO can duplicate newlines in universal newlines mode 02/14/09
http://bugs.python.org/issue5265 created pitrou


StringIO.read(n) does not enforce requested size in newline mode 02/14/09
http://bugs.python.org/issue5266 created pitrou


Subversion problem with PythonLauncher after building 3.0 or 3.1 02/15/09
http://bugs.python.org/issue5267 created MLModel


VMSError not documented in Doc/library/exceptions.rst 02/15/09
CLOSED http://bugs.python.org/issue5268 created MLModel


OS X Installer: add options to specify universal build type and 02/15/09
http://bugs.python.org/issue5269 created nad


OS X installer: faulty Python.app bundle inside of framework 02/15/09
http://bugs.python.org/issue5270 created nad


OS X installer: build can fail on import checks 02/15/09
http://bugs.python.org/issue5271 created nad


OS X installer: fix makefile target changed for 3.x 02/15/09
http://bugs.python.org/issue5272 created nad


3.0.1 crashes in unicode path 02/15/09
http://bugs.python.org/issue5273 created miwa
patch

sys.exc_info()[1] - different handling from str() and unicode() 02/15/09
http://bugs.python.org/issue5274 created vbr


BaseCookie.load doesn't create Morsel objects for mappings 02/15/09
http://bugs.python.org/issue5275 created eggy


IDLE startup file .Idle.py not documented 02/15/09
http://bugs.python.org/issue5276 created MLModel


email message.get_params() and related methods sometimes fail. 02/16/09
http://bugs.python.org/issue5277 created msapiro
patch

optparse documentation example 02/16/09
CLOSED http://bugs.python.org/issue5278 created orsenthil


2to3 mishandles some imports 02/16/09
CLOSED http://bugs.python.org/issue5279 created jwilk


PyBytes_InternInPlace is missing in bytesobject.h 02/16/09
CLOSED http://bugs.python.org/issue5280 created rsms


Slight inconsistency in documentation appearances of RuntimeErro 02/16/09
CLOSED http://bugs.python.org/issue5281 created MLModel


mmap.resize and offset 02/16/09
CLOSED http://bugs.python.org/issue5282 created ocean-city
patch

setting __class__ in __del__ is bad. mmkay. negative ref count! 02/16/09
http://bugs.python.org/issue5283 created jwp
patch

platform.linux_distribution() improperly documented 02/16/09
CLOSED http://bugs.python.org/issue5284 created aronacher
easy

hmac throws TypeErrors 02/16/09
http://bugs.python.org/issue5285 created kteague


urrlib2 digest authentication problems 02/16/09
http://bugs.python.org/issue5286 created En-Cu-Kou
patch

logging package on IronPython 02/18/09
CLOSED http://bugs.python.org/issue5287 reopened vsajip
patch

tzinfo objects with sub-minute offsets are not supported (e.g. U 02/17/09
http://bugs.python.org/issue5288 created jamesh


ctypes.util.find_library does not work under Solaris 02/17/09
http://bugs.python.org/issue5289 created kewang
patch

subprocess.Popen.communicate does not encode unicode strings 02/17/09
http://bugs.python.org/issue5290 created beda


Windows upgrade to 2.6.1 requires 2.6 installer to be present 02/17/09
CLOSED http://bugs.python.org/issue5291 created mkesper


mmap crashes just on boundary. 02/17/09
CLOSED http://bugs.python.org/issue5292 created ocean-city
patch

socket timeouts even in blocking mode 02/17/09
CLOSED http://bugs.python.org/issue5293 created techtonik


pdb "break" command messes up "continue" 02/17/09
http://bugs.python.org/issue5294 created En-Cu-Kou


turtle.py "dicionary" spelling patch 02/17/09
http://bugs.python.org/issue5295 created LambertDW


Use of term sequence in Reference 6.3 Assignment Statements 02/17/09
CLOSED http://bugs.python.org/issue5296 created bgailer


Bug in SocketServer Example 02/17/09
CLOSED http://bugs.python.org/issue5297 created zdwiel


Inconsistency in C-API thread docs 02/17/09
http://bugs.python.org/issue5298 created osvenskan


PyGILState_Ensure()/PyGILState_Release() documentation incomplet 02/17/09
http://bugs.python.org/issue5299 created osvenskan


Distutils ignores file permissions 02/17/09
http://bugs.python.org/issue5300 created gsakkis


add mimetype for image/vnd.microsoft.icon (patch) 02/17/09
http://bugs.python.org/issue5301 created adhintz
patch

Allow package_data globs match directories 02/17/09
http://bugs.python.org/issue5302 created gsakkis


Use base 2**30 for Python longs, when possible 02/17/09
CLOSED http://bugs.python.org/issue5303 created loewis


email/base64mime.py cannot work 02/18/09
http://bugs.python.org/issue5304 created l5g


imaplib should support international mailbox names 02/18/09
http://bugs.python.org/issue5305 created jamesh


Python 3.1 won't compile under Visual Studio 2005 02/18/09
CLOSED http://bugs.python.org/issue5306 created rhettinger
patch

Python-3.0.1 install fails on Solaris 02/18/09
CLOSED http://bugs.python.org/issue5307 created prowat


cannot marshal objects with more than 2**31 elements 02/18/09
http://bugs.python.org/issue5308 created marketdickinson


setup.py doesn't parallelize extension module compilation 02/19/09
http://bugs.python.org/issue5309 created pitrou


operator precedence table is wrong 02/19/09
CLOSED http://bugs.python.org/issue5310 created gagenellina
patch

bdist_msi generates version number for pure Python packages 02/19/09
http://bugs.python.org/issue5311 created bethard


errno not being set 02/19/09
CLOSED http://bugs.python.org/issue5312 created benjamin.peterson


multiprocessing.process using os.close(sys.stdin.fileno) instead 02/19/09
http://bugs.python.org/issue5313 created grahamd


http client error 02/19/09
http://bugs.python.org/issue5314 created cober


signal handler never gets called 02/19/09
http://bugs.python.org/issue5315 created pts


Buildbot failures in test_site 02/19/09
http://bugs.python.org/issue5316 created pitrou


URL given for IronPython in CPython documentation incorrect 02/19/09
CLOSED http://bugs.python.org/issue5317 created dfugate


strip, rstrip & lstrip bug 02/19/09
CLOSED http://bugs.python.org/issue5318 created alexlc


I/O error during one-liner fails to return OS error status 02/19/09
http://bugs.python.org/issue5319 created mkc


I/O error during one-liner gives bad diagnostic (and fails to re 02/19/09
http://bugs.python.org/issue5320 created mkc


I/O error during one-liner gives no (!) diagnostic (and fails to 02/19/09
http://bugs.python.org/issue5321 created mkc


Python 2.6 object.__new__ argument calling autodetection faulty 02/19/09
http://bugs.python.org/issue5322 created aronacher


document expected/required behavior of 3.x io subsystem with res 02/19/09
http://bugs.python.org/issue5323 created bitdancer


__subclasses__ undocumented 02/19/09
http://bugs.python.org/issue5324 created mfoord


"SyntaxError: None" when the name of the dir contains non-ascii 02/20/09
CLOSED http://bugs.python.org/issue5325 created ezio.melotti


Wrong anchors in "What's New in Python 2.5" 02/20/09
CLOSED http://bugs.python.org/issue5326 created ezio.melotti


Broken link in "What's New in Python 2.5" 02/20/09
CLOSED http://bugs.python.org/issue5327 created ezio.melotti


Crash when doing some list iteration 02/20/09
http://bugs.python.org/issue5328 created qwjqwj


os.popen2 and os.popen3 in python 2.6 incompatible with os.popen 02/20/09
http://bugs.python.org/issue5329 created jahakala
patch

profile and cProfile do not report C functions called with keywo 02/20/09
http://bugs.python.org/issue5330 created hagen


multiprocessing hangs when Pool used within Process 02/20/09
http://bugs.python.org/issue5331 created zzzeek


bdist_deb - Debian packager 02/17/09
http://bugs.python.org/issue1054967 reopened tarek
patch

Give __len__() advice for "don't know" 02/17/09
http://bugs.python.org/issue1283110 reopened rhettinger




Issues Now Closed (103)
_______________________

Problem with doctest and decorated functions 529 days
http://bugs.python.org/issue1108 stevenjd


setp.py error "The process cannot access the file ..." 490 days
http://bugs.python.org/issue1285 loewis


2.6 stdlib using with statement 388 days
http://bugs.python.org/issue1941 exarkun
patch

IRIX: Seg-fault while building tests with gmake on test_xml_etre 375 days
http://bugs.python.org/issue2048 benjamin.peterson


distutils sdist add_defaults does not add data_files 342 days
http://bugs.python.org/issue2279 tarek


test_util.py for distutils 327 days
http://bugs.python.org/issue2461 tarek
patch

test issue 290 days
http://bugs.python.org/issue2771 loewis


Operator precedence misdocumented 184 days
http://bugs.python.org/issue3558 georg.brandl


Obsolete references to PEP 291 in py3k lib 175 days
http://bugs.python.org/issue3676 benjamin.peterson


Undetected error in _struct.pack_into 173 days
http://bugs.python.org/issue3694 ajaksu2
patch

urlparse normalize URL path 117 days
http://bugs.python.org/issue4191 ajaksu2


Distutils MSVC doesn't create manifest file (with fix) 84 days
http://bugs.python.org/issue4431 paxan
patch

Add Mac OS X Disk Images to Python.org homepage 65 days
http://bugs.python.org/issue4627 carlj


failed to build ctypes in Python2.6.1 (even with gcc) 38 days
http://bugs.python.org/issue4902 matumot


name not found in generator in eval() 23 days
http://bugs.python.org/issue5044 amaury.forgeotdarc


urllib.open sends full URL after GET command instead of local pa 23 days
http://bugs.python.org/issue5072 ajaksu2
patch

getsockaddrarg() casts port number from int to short without any 16 days
http://bugs.python.org/issue5104 gregory.p.smith
easy

Default hash not equal to id on AMD Sempron 4 days
http://bugs.python.org/issue5169 tjreedy


subprocess leaves open fds on construction error 7 days
http://bugs.python.org/issue5179 georg.brandl


Reduce hash collisions for objects with no __hash__ method 5 days
http://bugs.python.org/issue5186 rhettinger
patch

Update log message formatting. 10 days
http://bugs.python.org/issue5192 vsajip


Documentation for super() neglects to say what super() actually 4 days
http://bugs.python.org/issue5229 rhettinger


time.strptime fails to match data and format with Unicode whites 1 days
http://bugs.python.org/issue5240 brett.cannon


eval() function in List Comprehension doesn't work 1 days
http://bugs.python.org/issue5242 georg.brandl


Unhelpful error message with str.format() 7 days
http://bugs.python.org/issue5247 eric.smith
patch

Fix strftime on windows. 3 days
http://bugs.python.org/issue5249 ocean-city
patch

os.environ.get() doesn't handle default value 0 days
http://bugs.python.org/issue5253 gregory.p.smith


unicode support with os.readlink() 0 days
http://bugs.python.org/issue5255 loewis


longobject.c: minor fixes, cleanups and optimizations 1 days
http://bugs.python.org/issue5260 marketdickinson
patch

Error printing UTF-8 decoded text 0 days
http://bugs.python.org/issue5263 benjamin.peterson


VMSError not documented in Doc/library/exceptions.rst 3 days
http://bugs.python.org/issue5268 georg.brandl


optparse documentation example 2 days
http://bugs.python.org/issue5278 georg.brandl


2to3 mishandles some imports 0 days
http://bugs.python.org/issue5279 benjamin.peterson


PyBytes_InternInPlace is missing in bytesobject.h 0 days
http://bugs.python.org/issue5280 benjamin.peterson


Slight inconsistency in documentation appearances of RuntimeErro 0 days
http://bugs.python.org/issue5281 benjamin.peterson


mmap.resize and offset 1 days
http://bugs.python.org/issue5282 ocean-city
patch

platform.linux_distribution() improperly documented 1 days
http://bugs.python.org/issue5284 lemburg
easy

logging package on IronPython 1 days
http://bugs.python.org/issue5287 vsajip
patch

Windows upgrade to 2.6.1 requires 2.6 installer to be present 1 days
http://bugs.python.org/issue5291 loewis


mmap crashes just on boundary. 0 days
http://bugs.python.org/issue5292 ocean-city
patch

socket timeouts even in blocking mode 1 days
http://bugs.python.org/issue5293 gregory.p.smith


Use of term sequence in Reference 6.3 Assignment Statements 0 days
http://bugs.python.org/issue5296 georg.brandl


Bug in SocketServer Example 0 days
http://bugs.python.org/issue5297 georg.brandl


Use base 2**30 for Python longs, when possible 0 days
http://bugs.python.org/issue5303 loewis


Python 3.1 won't compile under Visual Studio 2005 1 days
http://bugs.python.org/issue5306 amaury.forgeotdarc
patch

Python-3.0.1 install fails on Solaris 0 days
http://bugs.python.org/issue5307 loewis


operator precedence table is wrong 0 days
http://bugs.python.org/issue5310 georg.brandl
patch

errno not being set 1 days
http://bugs.python.org/issue5312 benjamin.peterson


URL given for IronPython in CPython documentation incorrect 0 days
http://bugs.python.org/issue5317 georg.brandl


strip, rstrip & lstrip bug 0 days
http://bugs.python.org/issue5318 ajaksu2


"SyntaxError: None" when the name of the dir contains non-ascii 0 days
http://bugs.python.org/issue5325 ocean-city


Wrong anchors in "What's New in Python 2.5" 0 days
http://bugs.python.org/issue5326 georg.brandl


Broken link in "What's New in Python 2.5" 0 days
http://bugs.python.org/issue5327 georg.brandl


Expose FinderInfo in FSCatalogInfo 2162 days
http://bugs.python.org/issue706585 ronaldoussoren
patch

Crbon.File.FSSpec should accept non-existing pathnames 2162 days
http://bugs.python.org/issue706592 ronaldoussoren


getpath.c-generated prefix wrong for Tru64 scripts 2127 days
http://bugs.python.org/issue727732 ajaksu2


complex pow() crash on Alpha 2071 days
http://bugs.python.org/issue756093 marketdickinson


OSX 'freeze' bug 2040 days
http://bugs.python.org/issue775340 ajaksu2


Carbon.Snd module SPB constructor shadowed 2036 days
http://bugs.python.org/issue776533 ronaldoussoren


socket.makefile() isn't compatible with marshal/cPickle/etc 2031 days
http://bugs.python.org/issue780354 ajaksu2


aetools.TalkTo methods can be obscured 1983 days
http://bugs.python.org/issue806149 ronaldoussoren


SCO_SV: many modules cannot be imported 1969 days
http://bugs.python.org/issue815753 ajaksu2


[2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX 1935 days
http://bugs.python.org/issue835176 ajaksu2


Differentiation between Builtins and extension classes 1920 days
http://bugs.python.org/issue841461 loewis
patch

Can't send Apple Events without WindowServer connection 1905 days
http://bugs.python.org/issue852150 ronaldoussoren


Carbon.CF.CFURLRef should be easier to create 1903 days
http://bugs.python.org/issue853656 ronaldoussoren


Configurable SSL handshake 1903 days
http://bugs.python.org/issue854918 ajaksu2


Quicktime missing funcitonality 1873 days
http://bugs.python.org/issue869649 ronaldoussoren


How to pass the proxy server use socket 1870 days
http://bugs.python.org/issue872815 ajaksu2


add support for installations compiled for debugging 1865 days
http://bugs.python.org/issue875654 ajaksu2


Add a console window for Carbon MacPython applets 1859 days
http://bugs.python.org/issue878560 ronaldoussoren


Improving MacPython's IAC support 1798 days
http://bugs.python.org/issue916013 benjamin.peterson


Fix for #876637 - Random stack corruption from socketmodule 1710 days
http://bugs.python.org/issue970288 ajaksu2
patch

test_signal sucks 1711 days
http://bugs.python.org/issue971330 benjamin.peterson


Slice indexes passed to __getitem__ are wrapped 1705 days
http://bugs.python.org/issue974635 brett.cannon


tp_(get|set)attro? inheritance bug 1702 days
http://bugs.python.org/issue975646 benjamin.peterson


hotspot.stats.load is very slow 1688 days
http://bugs.python.org/issue984219 benjamin.peterson


Does not build selected SGI specific modules 1669 days
http://bugs.python.org/issue995458 tjreedy


TclError with intel's hypertheading 1673 days
http://bugs.python.org/issue995956 ajaksu2


hotspot profiler does not work correctly on P4 CPUs with HT 1663 days
http://bugs.python.org/issue1001150 ajaksu2


PyDoc does not support ZIP 1641 days
http://bugs.python.org/issue1011894 ajaksu2


os.stat errors when using shared drive on XP or NT 1615 days
http://bugs.python.org/issue1027570 ocean-city


Extend Shelf to support unicode keys 1600 days
http://bugs.python.org/issue1036490 loewis


compile error with stlport 1590 days
http://bugs.python.org/issue1044299 brett.cannon


subprocess.Popen feature request 1522 days
http://bugs.python.org/issue1085861 benjamin.peterson


Enhance tracebacks and stack traces with vars 1500 days
http://bugs.python.org/issue1098732 skip.montanaro
patch

csv reader barfs encountering quote when quote_none is set 1484 days
http://bugs.python.org/issue1111100 ajaksu2


__getattr__ and __setattr__ methods for modules 1445 days
http://bugs.python.org/issue1156499 georg.brandl


2.4 crashes when try to exit app and mulitple threads active 1442 days
http://bugs.python.org/issue1159425 amaury.forgeotdarc


ConfigParser alternative key-value delimitier 1431 days
http://bugs.python.org/issue1165404 ajaksu2
patch

PySys_WriteStderr() -> WaitForSingleObject() hangs system 1426 days
http://bugs.python.org/issue1169108 tjreedy


Install fail code 2932 after fail to copy python_icon.exe 1429 days
http://bugs.python.org/issue1169633 ajaksu2


comma separated cookie values 1364 days
http://bugs.python.org/issue1210326 ajaksu2


LINKCC->CXX, -ltermcap->-lncurses 1349 days
http://bugs.python.org/issue1216923 ajaksu2
patch

platform.processor() could be smarter 1326 days
http://bugs.python.org/issue1231081 lemburg


pdb 'next' does not skip list comprehension 1297 days
http://bugs.python.org/issue1248119 benjamin.peterson


Fail codecs.lookup() on 'mbcs' and 'tactis' 1292 days
http://bugs.python.org/issue1251921 haypo


precompiled code and nameError. 1280 days
http://bugs.python.org/issue1261714 benjamin.peterson


random module - Provider DLL failed to initialize correctly 1156 days
http://bugs.python.org/issue1384175 ssb22


Comma not allowed at the end of argument list for **argument 933 days
http://bugs.python.org/issue1531016 benjamin.peterson


Seg fault in readline call. 770 days
http://bugs.python.org/issue1630794 benjamin.peterson


Problems with urllib2 read() 706 days
http://bugs.python.org/issue1682241 ajaksu2


unable to serialize Infinity or NaN on ARM using marshal 567 days
http://bugs.python.org/issue1762561 marketdickinson
patch



Top Issues Most Discussed (10)
______________________________

44 Use 30-bit digits instead of 15-bit digits for Python integers. 108 days
open http://bugs.python.org/issue4258

14 Rewrite the IO stack in C 76 days
open http://bugs.python.org/issue4565

13 distutils sdist add_defaults does not add data_files 342 days
closed http://bugs.python.org/issue2279

9 socket timeouts even in blocking mode 1 days
closed http://bugs.python.org/issue5293

9 Fix strftime on windows. 3 days
closed http://bugs.python.org/issue5249

9 Unhelpful error message with str.format() 7 days
closed http://bugs.python.org/issue5247

8 Python 3.1 won't compile under Visual Studio 2005 1 days
closed http://bugs.python.org/issue5306

8 logging package on IronPython 1 days
closed http://bugs.python.org/issue5287

8 clean up Solaris port and allow C99 extension modules 578 days
open http://bugs.python.org/issue1759169

7 Enhance tracebacks and stack traces with vars 1500 days
closed http://bugs.python.org/issue1098732
Re: Summary of Python tracker Issues [ In reply to ]
Python tracker wrote:
>
> ACTIVITY SUMMARY (02/13/09 - 02/20/09)
> Python tracker at http://bugs.python.org/
[...]
> 2341 open (+55) / 14813 closed (+27) / 17154 total (+82)

I was about to cry foul, +27 closed? We closed so many issues last
week, how come?

Then, I realized the headings tell another story:

> Issues Created Or Reopened (84)
[...]
> Issues Now Closed (103)

Woot! We did it! More issues closed than opened, that's sweet :)

To celebrate, I'll have a two-day tracker sprint (probably Sunday and
Monday, a holiday here) to add a couple of search options and a view
for mass-updating issues.

During the sprint, you'll be able to get your feature requests for
and/or bug reports about the tracker at a considerably lower price, so
send them in :)

Daniel

P.S.: It seems the "2341 open (+55) / 14813 closed (+27) / 17154 total
(+82)" line is about "Issues Created" only :)
_______________________________________________
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/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (02/20/09 - 02/27/09)
Python tracker at http://bugs.python.org/

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


2363 open (+33) / 14843 closed (+19) / 17206 total (+52)

Open issues with patches: 825

Average duration of open issues: 657 days.
Median duration of open issues: 394 days.

Open Issues Breakdown
open 2337 (+33)
pending 26 ( +0)

Issues Created Or Reopened (52)
_______________________________

csv sniffer 02/20/09
http://bugs.python.org/issue5332 created LambertDW
patch

os.kill() inconsistency 02/20/09
CLOSED http://bugs.python.org/issue5333 created giampaolo.rodola


array.fromfile() fails to insert values when EOFError is raised 02/21/09
http://bugs.python.org/issue5334 created zmedico
patch

mmap can crash with tagname (on windows) 02/21/09
CLOSED http://bugs.python.org/issue5335 created ocean-city
patch

collections.namedtuple generates code causing PyChecker warnings 02/21/09
http://bugs.python.org/issue5336 created mbessonov


Scanner class in re module undocumented 02/21/09
http://bugs.python.org/issue5337 created mfoord


Typo in Python/C API sect 1.2.1 02/21/09
CLOSED http://bugs.python.org/issue5338 created aydt


Typo in Python/C API Chapter 2 02/21/09
CLOSED http://bugs.python.org/issue5339 created aydt


Change in cgi behavior breaks existing software 02/21/09
http://bugs.python.org/issue5340 created bkline


A selection of spelling errors and typos throughout source 02/21/09
CLOSED http://bugs.python.org/issue5341 created marketdickinson
patch

distutils removing old files, deleting unneeded old files from i 02/21/09
http://bugs.python.org/issue5342 created illume


remove or make work pdb retval and rv 02/22/09
http://bugs.python.org/issue5343 created rocky


typo in what's new in 2.6 02/22/09
CLOSED http://bugs.python.org/issue5344 created quiver
patch, patch

cStringIO class name typo 02/22/09
http://bugs.python.org/issue5345 created qwjqwj


mailbox._singlefileMailbox.flush doesn't preserve file rights 02/22/09
http://bugs.python.org/issue5346 created wRAR


SocketIO redefines RawIOBase.__del__ 02/22/09
http://bugs.python.org/issue5347 created pitrou


Documentation of format implies only strings and numbers are acc 02/23/09
CLOSED http://bugs.python.org/issue5348 created MLModel


abstractmethod vs C++ pure virtual 02/23/09
CLOSED http://bugs.python.org/issue5349 created jaredgrubb


Modification to "pairwise" in itertools recipes 02/23/09
CLOSED http://bugs.python.org/issue5350 created della


Python tutorial error 02/23/09
http://bugs.python.org/issue5351 created Tsuedesu


Missing 'non overlapping' clause in str.count documentation 02/23/09
CLOSED http://bugs.python.org/issue5352 created della


Improve IndexError messages with actual values 02/23/09
http://bugs.python.org/issue5353 created tjreedy


Add test.support.import_python_only 02/23/09
http://bugs.python.org/issue5354 created ncoghlan


Expat parser error constants are string descriptions 02/23/09
http://bugs.python.org/issue5355 created suraj


Use of the `curses' resource not enabled 02/24/09
CLOSED http://bugs.python.org/issue5356 created steve@integrityintegrators.net


Last paragraph of urllib.request.urlopen documentation is garble 02/24/09
CLOSED http://bugs.python.org/issue5357 created MLModel


Unicode control characters are not allowed as identifiers 02/24/09
http://bugs.python.org/issue5358 created baijum


_dbm extension only built using gdbm on linux 02/24/09
http://bugs.python.org/issue5359 created doko


RO (shorthand for READONLY) gone, not in documentation 02/24/09
http://bugs.python.org/issue5360 created Rémi


Obsolete mispelled in string formatting docs 02/24/09
CLOSED http://bugs.python.org/issue5361 created stevenjd


Add configure option to disable Py3k warnings 02/24/09
http://bugs.python.org/issue5362 created collinwinter
patch, patch, needs review

Documentation of filecmp.compfiles missing word & possible expla 02/25/09
CLOSED http://bugs.python.org/issue5363 created MLModel


documentation in epub format 02/25/09
http://bugs.python.org/issue5364 created wrobell


add conversion table to time module docs 02/25/09
CLOSED http://bugs.python.org/issue5365 created cvrebert


setupscript examples for dependency keywords in setup.py 02/25/09
CLOSED http://bugs.python.org/issue5366 created techtonik
patch

typo in subprocess.py 02/25/09
CLOSED http://bugs.python.org/issue5367 created ott--


curses patch add color_set and wcolor_set , and addchstr family 02/25/09
http://bugs.python.org/issue5368 created steve@integrityintegrators.net
patch

__ppc__ macro checking is incorrect 02/25/09
http://bugs.python.org/issue5369 created arekm


unpickling vs. __getattr__ 02/25/09
http://bugs.python.org/issue5370 created mwm


Documentation of str.format in library/stdtypes shows incorrect 02/25/09
CLOSED http://bugs.python.org/issue5371 created MLModel


Distutils inappropriately reuses .o files between extension modu 02/26/09
http://bugs.python.org/issue5372 created collinwinter
patch, patch, needs review

TypeError when '\x00' in docstring 02/26/09
http://bugs.python.org/issue5373 created noel.cuillandre


optparse special usage tokens conflict with formatting character 02/26/09
CLOSED http://bugs.python.org/issue5374 created andybuckley


Unified locals/consts array + register-based instructions 02/26/09
http://bugs.python.org/issue5375 created pitrou


Wrong ImportError message if module is not readable 02/26/09
http://bugs.python.org/issue5376 created haypo


Strange behavior when performing int on a Decimal made from -sys 02/26/09
http://bugs.python.org/issue5377 created debedb


adding --quiet to bdist_rpm 02/26/09
http://bugs.python.org/issue5378 created tarek


Multicast example mcast.py is outdated and ugly 02/27/09
http://bugs.python.org/issue5379 created phihag
patch

pty.read raises IOError when slave pty device is closed 02/27/09
http://bugs.python.org/issue5380 created zmedico


json need object_pairs_hook 02/27/09
http://bugs.python.org/issue5381 created rhettinger
patch

Allow Python keywords as keyword arguments for functions. 02/27/09
http://bugs.python.org/issue5382 created Imagist


Allow intermixing of keyword arguments and vargarg arguments 02/27/09
http://bugs.python.org/issue5383 created Imagist




Issues Now Closed (34)
______________________

re module needs to support bytes / memoryview well 495 days
http://bugs.python.org/issue1282 benjamin.peterson


Windows base64 Decode 192 days
http://bugs.python.org/issue3595 haypo


Parsing XML file with Unicode characters causes problem 173 days
http://bugs.python.org/issue3742 benjamin.peterson


Cannot build _multiprocessing, math, mmap and readline of Python 120 days
http://bugs.python.org/issue4204 zvezdan
patch

Build fails at running build_scripts 79 days
http://bugs.python.org/issue4524 tarek
patch, needs review

Mark distutils to stay compatible with 2.3 33 days
http://bugs.python.org/issue5052 tarek
patch

tkinter.scrolledtext: new text is hidden after using insert() 15 days
http://bugs.python.org/issue5163 gpolo


Special-case string formatting in BINARY_MODULO implementation 14 days
http://bugs.python.org/issue5176 collinwinter
patch, patch, needs review

_resolve_name in importlib/__init__.py left an index on rindex u 16 days
http://bugs.python.org/issue5213 brett.cannon
patch, easy

Documentation for super() neglects to say what super() actually 13 days
http://bugs.python.org/issue5229 rhettinger


socket timeouts even in blocking mode 3 days
http://bugs.python.org/issue5293 techtonik


turtle.py "dicionary" spelling patch 3 days
http://bugs.python.org/issue5295 marketdickinson


Buildbot failures in test_site 6 days
http://bugs.python.org/issue5316 tarek
patch

Crash when doing some list iteration 2 days
http://bugs.python.org/issue5328 benjamin.peterson


os.kill() inconsistency 0 days
http://bugs.python.org/issue5333 giampaolo.rodola


mmap can crash with tagname (on windows) 3 days
http://bugs.python.org/issue5335 ocean-city
patch

Typo in Python/C API sect 1.2.1 0 days
http://bugs.python.org/issue5338 georg.brandl


Typo in Python/C API Chapter 2 0 days
http://bugs.python.org/issue5339 georg.brandl


A selection of spelling errors and typos throughout source 1 days
http://bugs.python.org/issue5341 marketdickinson
patch

typo in what's new in 2.6 5 days
http://bugs.python.org/issue5344 georg.brandl
patch, patch

Documentation of format implies only strings and numbers are acc 1 days
http://bugs.python.org/issue5348 MLModel


abstractmethod vs C++ pure virtual 0 days
http://bugs.python.org/issue5349 georg.brandl


Modification to "pairwise" in itertools recipes 0 days
http://bugs.python.org/issue5350 della


Missing 'non overlapping' clause in str.count documentation 0 days
http://bugs.python.org/issue5352 georg.brandl


Use of the `curses' resource not enabled 0 days
http://bugs.python.org/issue5356 benjamin.peterson


Last paragraph of urllib.request.urlopen documentation is garble 4 days
http://bugs.python.org/issue5357 georg.brandl


Obsolete mispelled in string formatting docs 3 days
http://bugs.python.org/issue5361 georg.brandl


Documentation of filecmp.compfiles missing word & possible expla 2 days
http://bugs.python.org/issue5363 georg.brandl


add conversion table to time module docs 2 days
http://bugs.python.org/issue5365 georg.brandl


setupscript examples for dependency keywords in setup.py 1 days
http://bugs.python.org/issue5366 tarek
patch

typo in subprocess.py 0 days
http://bugs.python.org/issue5367 benjamin.peterson


Documentation of str.format in library/stdtypes shows incorrect 0 days
http://bugs.python.org/issue5371 benjamin.peterson


optparse special usage tokens conflict with formatting character 0 days
http://bugs.python.org/issue5374 draghuram


SRE bugs with capturing groups in negative assertions 2135 days
http://bugs.python.org/issue725149 georg.brandl




Top Issues Most Discussed (10)
______________________________

16 Use shorter float repr when possible 445 days
open http://bugs.python.org/issue1580

14 Rewrite the IO stack in C 83 days
open http://bugs.python.org/issue4565

14 Add named tuple reader to CSV module 411 days
open http://bugs.python.org/issue1818

8 Strange behavior when performing int on a Decimal made from -sy 1 days
open http://bugs.python.org/issue5377

8 curses patch add color_set and wcolor_set , and addchstr family 2 days
open http://bugs.python.org/issue5368

7 Documentation for super() neglects to say what super() actually 13 days
closed http://bugs.python.org/issue5229

7 Installed but not listed *.pyo break bdist_rpm 940 days
open http://bugs.python.org/issue1533164

6 Modification to "pairwise" in itertools recipes 0 days
closed http://bugs.python.org/issue5350

6 PyUnicode_FromWideChar incorrect for characters outside the BMP 89 days
open http://bugs.python.org/issue4474

5 Unicode control characters are not allowed as identifiers 3 days
open http://bugs.python.org/issue5358
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (02/27/09 - 03/06/09)
Python tracker at http://bugs.python.org/

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


2364 open (+31) / 14890 closed (+17) / 17254 total (+48)

Open issues with patches: 822

Average duration of open issues: 661 days.
Median duration of open issues: 398 days.

Open Issues Breakdown
open 2337 (+29)
pending 27 ( +2)

Issues Created Or Reopened (51)
_______________________________

subprocess leaves open fds on construction error 03/03/09
CLOSED http://bugs.python.org/issue5179 reopened ocean-city
patch

mmap and exception type 02/27/09
http://bugs.python.org/issue5384 created ocean-city


mmap can crash after resize failure (windows) 02/27/09
CLOSED http://bugs.python.org/issue5385 created ocean-city
patch

mmap can crash with write_byte 02/27/09
CLOSED http://bugs.python.org/issue5386 created ocean-city


mmap.move crashes by integer overflow 02/27/09
http://bugs.python.org/issue5387 created ocean-city


Green-box doc glitch: winhelp version only 02/27/09
http://bugs.python.org/issue5388 created tjreedy


Uninitialized variable may be used in PyUnicode_DecodeUTF7Statef 02/27/09
CLOSED http://bugs.python.org/issue5389 created gvanrossum


Item 'Python x.x.x' in Add/Remove Programs list still lacks an i 03/05/09
http://bugs.python.org/issue5390 reopened loewis


mmap: read_byte/write_byte and object type 02/28/09
http://bugs.python.org/issue5391 created ocean-city
patch

stack overflow after hitting recursion limit twice 02/28/09
http://bugs.python.org/issue5392 created gagenellina
patch

cmath.cos and cmath.cosh have "nResult" typo in help 02/28/09
CLOSED http://bugs.python.org/issue5393 created mnewman


Distutils in trunk does not work with old Python (2.3 - 2.5) 02/28/09
http://bugs.python.org/issue5394 created akitada
patch

array.fromfile not checking I/O errors 02/28/09
http://bugs.python.org/issue5395 created aguiar


os.read not handling O_DIRECT flag 02/28/09
http://bugs.python.org/issue5396 created aguiar


PEP 372: OrderedDict 03/01/09
CLOSED http://bugs.python.org/issue5397 created rhettinger
patch

strftime("%B") returns a String unusable with unicode 03/01/09
CLOSED http://bugs.python.org/issue5398 created t.steinruecken


wer 03/01/09
CLOSED http://bugs.python.org/issue5399 created ajaksu2


patches for multiprocessing module on NetBSD 03/01/09
http://bugs.python.org/issue5400 created aniou
patch

mimetypes.MAGIC_FUNCTION performance problems 03/01/09
CLOSED http://bugs.python.org/issue5401 created aronacher
patch, patch, easy, needs review

MutableMapping code smell (see OrderedDict) 03/02/09
CLOSED http://bugs.python.org/issue5402 created jimjjewett


test_md5 segfault 03/02/09
CLOSED http://bugs.python.org/issue5403 created ocean-city
patch

Cross-compiling Python 03/02/09
http://bugs.python.org/issue5404 created kumba


There is no way of determining which ABCs a class is registered 03/02/09
http://bugs.python.org/issue5405 created pmoore


asyncore doc issue 03/02/09
http://bugs.python.org/issue5406 created giampaolo.rodola


Broken Py3.1 release build in Visual Studio 2005 03/02/09
http://bugs.python.org/issue5407 created rhettinger


test_osx_env failing 03/02/09
CLOSED http://bugs.python.org/issue5408 created benjamin.peterson


ConfigParser get<int/float/boolean> methods broken 03/03/09
CLOSED http://bugs.python.org/issue5409 created Absynthe


msvcrt bytes cleanup 03/03/09
http://bugs.python.org/issue5410 created ocean-city
patch

add xz compression support to distutils 03/03/09
http://bugs.python.org/issue5411 created proyvind


extend configparser to support [] syntax 03/03/09
http://bugs.python.org/issue5412 created jkaufman
patch

urllib ctypes error on Mac OS X Server 10.5 03/03/09
http://bugs.python.org/issue5413 created atiware@gmx.net


asciibin.a2b_uu returns unexpected values on non ascii data 03/04/09
http://bugs.python.org/issue5414 created dmajnemer


uuid module generates incorrect values for uuid3 (and possibly u 03/04/09
http://bugs.python.org/issue5415 created pwr


str.replace does strange things when given a negative count 03/04/09
http://bugs.python.org/issue5416 created dmajnemer


Reference to missing(?) function in Extending & Embedding Docume 03/04/09
http://bugs.python.org/issue5417 created aydt


urllib.response.addinfourl does not support __exit__ 03/05/09
http://bugs.python.org/issue5418 created MLModel


urllib.request.open(someURL).read() returns a bytes object so w 03/05/09
http://bugs.python.org/issue5419 created MLModel


Queue deprecation warning patch 03/05/09
http://bugs.python.org/issue5420 created tleeuwenburg@gmail.com


Irritating error message by socket's sendto method 03/05/09
http://bugs.python.org/issue5421 created helduel


load pyc file with mbcs file system in update_compiled_module 03/05/09
CLOSED http://bugs.python.org/issue5422 created joexo


Exception raised when attempting to call set_charset on an email 03/05/09
http://bugs.python.org/issue5423 created cjw296


Packed IPaddr conversion tests should be extended 03/05/09
http://bugs.python.org/issue5424 created phihag
patch

2to3 wrong for types.StringTypes 03/05/09
CLOSED http://bugs.python.org/issue5425 created hagen
patch

README slight error re OSX 03/05/09
CLOSED http://bugs.python.org/issue5426 created MLModel


OSX framework make error: ld: duplicate symbol _PyExc_BlockingIO 03/05/09
CLOSED http://bugs.python.org/issue5427 created MLModel


Pyshell history management error 03/05/09
http://bugs.python.org/issue5428 created datamoc


Core dumps on the Solaris buildbot 03/05/09
http://bugs.python.org/issue5429 created pitrou
patch

imaplib: must not replace LF or CR by CRLF in literals 03/06/09
http://bugs.python.org/issue5430 created memeplex


cmpfunc in Python 3.0.1 windows installer 03/06/09
CLOSED http://bugs.python.org/issue5431 created Nigel Galloway


invalid use of setlocale 02/27/09
CLOSED http://bugs.python.org/issue804543 reopened georg.brandl
patch

Installed but not listed *.pyo break bdist_rpm 03/01/09
CLOSED http://bugs.python.org/issue1533164 reopened tarek
patch



Issues Now Closed (52)
______________________

[performance] Too many closed() checkings 478 days
http://bugs.python.org/issue1407 pitrou


run_setup can fail if the setup script uses __file__ 347 days
http://bugs.python.org/issue2385 tarek
patch

test issue 305 days
http://bugs.python.org/issue2771 ajaksu2


various doc typos 240 days
http://bugs.python.org/issue3320 jnoller
patch

possible deadlock in python IO implementation 197 days
http://bugs.python.org/issue3618 benjamin.peterson
patch, needs review

Bottom buttons of IDLE Preferences Pane on Mac not wide enough f 169 days
http://bugs.python.org/issue3883 ronaldoussoren
patch

Failure building 64-bit Python on Leopard 134 days
http://bugs.python.org/issue4165 ronaldoussoren


BufferedWriter non-blocking overage 120 days
http://bugs.python.org/issue4263 benjamin.peterson
patch

repr of httplib.IncompleteRead is stupid 110 days
http://bugs.python.org/issue4308 benjamin.peterson
patch

Rewrite the IO stack in C 88 days
http://bugs.python.org/issue4565 benjamin.peterson


.read() and .readline() differ in failing 83 days
http://bugs.python.org/issue4579 benjamin.peterson
patch, needs review

compile() doesn't ignore the source encoding when a string is pa 82 days
http://bugs.python.org/issue4626 haypo
patch, needs review

optimize bytecode for conditional branches 70 days
http://bugs.python.org/issue4715 jyasskin
patch

utf-16 BOM is not skipped after seek(0) 57 days
http://bugs.python.org/issue4862 haypo
patch

io.TextIOWrapper calls buffer.read1() 45 days
http://bugs.python.org/issue4996 haypo


subprocess leaves open fds on construction error 0 days
http://bugs.python.org/issue5179 ocean-city
patch

OS X IDLE.app and bin/idle: missing/extra menu options 23 days
http://bugs.python.org/issue5194 ronaldoussoren


OS X installer: "Update Shell Profile" script is not updated 20 days
http://bugs.python.org/issue5224 ronaldoussoren


OS X installer: Welcome and Readme files are out-of-date 20 days
http://bugs.python.org/issue5226 ronaldoussoren


StringIO failure when reading a chunk of text without newlines 18 days
http://bugs.python.org/issue5264 benjamin.peterson


StringIO can duplicate newlines in universal newlines mode 18 days
http://bugs.python.org/issue5265 benjamin.peterson


StringIO.read(n) does not enforce requested size in newline mode 18 days
http://bugs.python.org/issue5266 benjamin.peterson


3.0.1 crashes in unicode path 17 days
http://bugs.python.org/issue5273 ocean-city
patch

document expected/required behavior of 3.x io subsystem with res 14 days
http://bugs.python.org/issue5323 benjamin.peterson


array.fromfile() fails to insert values when EOFError is raised 13 days
http://bugs.python.org/issue5334 ocean-city
patch

collections.namedtuple generates code causing PyChecker warnings 10 days
http://bugs.python.org/issue5336 rhettinger


Unicode control characters are not allowed as identifiers 3 days
http://bugs.python.org/issue5358 loewis


RO (shorthand for READONLY) gone, not in documentation 3 days
http://bugs.python.org/issue5360 georg.brandl


adding --quiet to bdist_rpm 1 days
http://bugs.python.org/issue5378 tarek


Allow Python keywords as keyword arguments for functions. 0 days
http://bugs.python.org/issue5382 mrabarnett


mmap can crash after resize failure (windows) 6 days
http://bugs.python.org/issue5385 ocean-city
patch

mmap can crash with write_byte 1 days
http://bugs.python.org/issue5386 ocean-city


Uninitialized variable may be used in PyUnicode_DecodeUTF7Statef 6 days
http://bugs.python.org/issue5389 gvanrossum


cmath.cos and cmath.cosh have "nResult" typo in help 0 days
http://bugs.python.org/issue5393 marketdickinson


PEP 372: OrderedDict 2 days
http://bugs.python.org/issue5397 forest
patch

strftime("%B") returns a String unusable with unicode 0 days
http://bugs.python.org/issue5398 amaury.forgeotdarc


wer 0 days
http://bugs.python.org/issue5399 ajaksu2


mimetypes.MAGIC_FUNCTION performance problems 0 days
http://bugs.python.org/issue5401 benjamin.peterson
patch, patch, easy, needs review

MutableMapping code smell (see OrderedDict) 0 days
http://bugs.python.org/issue5402 rhettinger


test_md5 segfault 1 days
http://bugs.python.org/issue5403 ocean-city
patch

test_osx_env failing 2 days
http://bugs.python.org/issue5408 benjamin.peterson


ConfigParser get<int/float/boolean> methods broken 0 days
http://bugs.python.org/issue5409 draghuram


load pyc file with mbcs file system in update_compiled_module 0 days
http://bugs.python.org/issue5422 ocean-city


2to3 wrong for types.StringTypes 1 days
http://bugs.python.org/issue5425 hagen
patch

README slight error re OSX 0 days
http://bugs.python.org/issue5426 MLModel


OSX framework make error: ld: duplicate symbol _PyExc_BlockingIO 0 days
http://bugs.python.org/issue5427 benjamin.peterson


cmpfunc in Python 3.0.1 windows installer 0 days
http://bugs.python.org/issue5431 amaury.forgeotdarc


just testing 3179 days
http://bugs.python.org/issue400608 ajaksu2
patch

invalid use of setlocale 0 days
http://bugs.python.org/issue804543 georg.brandl
patch

Add ResolveFinderAliases to macostools module 1869 days
http://bugs.python.org/issue881824 ronaldoussoren


Installed but not listed *.pyo break bdist_rpm 1 days
http://bugs.python.org/issue1533164 loewis
patch

mmap.mmap can overrun buffer 630 days
http://bugs.python.org/issue1733986 ocean-city
patch



Top Issues Most Discussed (10)
______________________________

26 PEP 372: OrderedDict 2 days
closed http://bugs.python.org/issue5397

15 Item 'Python x.x.x' in Add/Remove Programs list still lacks an 1 days
open http://bugs.python.org/issue5390

14 Installed but not listed *.pyo break bdist_rpm 1 days
closed http://bugs.python.org/issue1533164

10 json needs object_pairs_hook 7 days
open http://bugs.python.org/issue5381

9 merge json library with latest simplejson 2.0.x 141 days
open http://bugs.python.org/issue4136

9 asyncore delayed calls feature 445 days
open http://bugs.python.org/issue1641

8 Queue deprecation warning patch 2 days
open http://bugs.python.org/issue5420

8 test_osx_env failing 2 days
closed http://bugs.python.org/issue5408

8 Broken Py3.1 release build in Visual Studio 2005 4 days
pending http://bugs.python.org/issue5407

8 Cross-compiling Python 4 days
open http://bugs.python.org/issue5404

1 2 3 4 5 6 7  View All