[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Aug 29 18:06:34 CEST 2008
ACTIVITY SUMMARY (08/22/08 - 08/29/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.
2029 open (+66) / 13524 closed (+16) / 15553 total (+82)
Open issues with patches: 655
Average duration of open issues: 704 days.
Median duration of open issues: 1760 days.
Open Issues Breakdown
open 2015 (+65)
pending 14 ( +1)
Issues Created Or Reopened (84)
_______________________________
__eq__ / __hash__ check doesn't take inheritance into account 08/28/08
http://bugs.python.org/issue2235 reopened ncoghlan
patch
Objects/obmalloc.c:529: warning: comparison is always false due 08/24/08
http://bugs.python.org/issue3642 reopened christian.heimes
64bit
IA5 Encoding should be in the default encodings 08/22/08
CLOSED http://bugs.python.org/issue3649 created pascal.bach
Memory leak in bytes.split() 08/22/08
CLOSED http://bugs.python.org/issue3650 created amaury.forgeotdarc
patch, needs review
eval() leaks 1 reference every time 08/22/08
CLOSED http://bugs.python.org/issue3651 created amaury.forgeotdarc
patch, needs review
Remove DeprecationWarning in _warnings about 'line' 08/23/08
http://bugs.python.org/issue3652 created brett.cannon
segfault calling sys.excepthook with non-Exception argument 08/23/08
CLOSED http://bugs.python.org/issue3653 created ajaksu2
patch, needs review
Duplicated test name in regex test script 08/23/08
CLOSED http://bugs.python.org/issue3654 created mrabarnett
latexwriter: \footnotemark can only take numbers as arguments 08/23/08
http://bugs.python.org/issue3655 created pv
unicode encoding has lots of leaks of bytes 08/24/08
CLOSED http://bugs.python.org/issue3656 created nnorwitz
pickle can pickle the wrong function 08/24/08
http://bugs.python.org/issue3657 created nnorwitz
fix for pychecker property complaints 08/24/08
http://bugs.python.org/issue3658 created skip.montanaro
patch, easy, needs review
sqlite: enumeration value 'TYPE_STRING' not handled in switch 08/24/08
http://bugs.python.org/issue3659 created christian.heimes
reference leaks in 3.0 08/24/08
http://bugs.python.org/issue3660 created nnorwitz
patch
sys.call_tracing segfaults 08/24/08
http://bugs.python.org/issue3661 created ajaksu2
_fileio._FileIO segfaults 08/24/08
CLOSED http://bugs.python.org/issue3662 created ajaksu2
needs review
Extra DECREF on syntax errors 08/24/08
CLOSED http://bugs.python.org/issue3663 created amaury.forgeotdarc
patch, needs review
Pickler.dump from a badly initialized Pickler segfaults 08/24/08
http://bugs.python.org/issue3664 created ajaksu2
Support \u and \U escapes in regexes 08/24/08
http://bugs.python.org/issue3665 created georg.brandl
patch
atexit.register with bad input segfaults on exit 08/24/08
http://bugs.python.org/issue3666 created ajaksu2
Reloading an extension module always leaks 08/24/08
http://bugs.python.org/issue3667 created amaury.forgeotdarc
patch, needs review
"s*" argument parser marker leaks memory 08/24/08
http://bugs.python.org/issue3668 created amaury.forgeotdarc
patch, needs review
sqlite3.Connection.iterdump docs pythonicity 08/24/08
http://bugs.python.org/issue3669 created lehmannro
patch
Reporting bugs - no such sections 08/24/08
CLOSED http://bugs.python.org/issue3670 created kjohnson
What's New in 2.6 - corrections 08/24/08
http://bugs.python.org/issue3671 created kjohnson
Ill-formed surrogates not treated as errors during encoding/deco 08/24/08
http://bugs.python.org/issue3672 created Rhamphoryncus
bsddb module leaks memory 08/25/08
http://bugs.python.org/issue3673 created nnorwitz
patch, patch
test_dbm_ndbm skip is unexpected on win32? 08/25/08
http://bugs.python.org/issue3674 created ocean-city
patch
Python 2.6 can't read sets pickled with Python 3.0 08/25/08
http://bugs.python.org/issue3675 created hagen
patch
Obsolete references to PEP 291 in py3k lib 08/25/08
http://bugs.python.org/issue3676 created orent
importing from UNC roots doesn't work 08/25/08
http://bugs.python.org/issue3677 created krisvale
Ignored LDFLAGS during linking libpython$(VERSION).so 08/25/08
http://bugs.python.org/issue3678 created Arfrever
patch, easy, needs review
pressing HOME key in IDLE editor ends IDLE 08/25/08
http://bugs.python.org/issue3679 created tjd
Cycles with some iterator are leaking. 08/25/08
http://bugs.python.org/issue3680 created schuppenies
patch
Cannot read saved csv file in a single run 08/25/08
http://bugs.python.org/issue3681 created paul
test_math: math.log(-ninf) fails to raise exception on OpenBSD 08/26/08
http://bugs.python.org/issue3682 created djmdjm
compilation --without-threads fails 08/26/08
http://bugs.python.org/issue3683 created djmdjm
needs review
traceback.format_exception_only() misplaces the caret for certai 08/26/08
http://bugs.python.org/issue3684 created brodierao
patch
Crash while compiling Python 3000 in OpenBSD 4.4 08/26/08
http://bugs.python.org/issue3685 created henry.precheur
patch
PKG-INFO file should differentiate between authors and maintaine 08/26/08
http://bugs.python.org/issue3686 created lemburg
Popen() object stdout attribute reassignment behaviour 08/26/08
http://bugs.python.org/issue3687 created vincent.legoll
open() rejects bytes as filename 08/26/08
CLOSED http://bugs.python.org/issue3688 created dlitz
listreverseiterator has a decreasing len() 08/26/08
http://bugs.python.org/issue3689 created laxrulz777
sys.getsizeof wrong for Py3k bool objects 08/26/08
http://bugs.python.org/issue3690 created schuppenies
patch
Incorrect variable reference 08/26/08
CLOSED http://bugs.python.org/issue3691 created timh
improper scope in list comprehension, when used in class declara 08/26/08
CLOSED http://bugs.python.org/issue3692 created kaizhu
Obscure array.array error message 08/27/08
http://bugs.python.org/issue3693 created tjreedy
Undetected error in _struct.pack_into 08/27/08
http://bugs.python.org/issue3694 created ajaksu2
patch
Source tarball for Sphinx 0.4.3 missing 08/27/08
http://bugs.python.org/issue3695 created hircus
Error parsing arguments on OpenBSD <= 4.4 08/27/08
http://bugs.python.org/issue3696 created henry.precheur
patch, needs review
"Fatal Python error: Cannot recover from stack overflow" on Wind 08/27/08
http://bugs.python.org/issue3697 created pitrou
patch, needs review
incompatible arguments in warning formatting for idle 08/27/08
http://bugs.python.org/issue3698 created gcoffin
test_bigaddrspace broken 08/27/08
http://bugs.python.org/issue3699 created pitrou
test_bigmem broken 08/27/08
http://bugs.python.org/issue3700 created pitrou
test_ntpath.test_relpath fails when launched from a different Wi 08/27/08
http://bugs.python.org/issue3701 created pitrou
test_urllib2.test_trivial fails when run from another Windows dr 08/27/08
http://bugs.python.org/issue3702 created pitrou
open() on directory raises IOError with unhelpful message 08/27/08
http://bugs.python.org/issue3703 created hagen
patch, needs review
cookielib doesn't handle URLs with / in parameters 08/27/08
http://bugs.python.org/issue3704 created andyk
patch, needs review
py3k aborts if "-c" or "-m" is given a non-ascii value 08/27/08
http://bugs.python.org/issue3705 created pitrou
patch, needs review
Fix error message for wrong exec() argument type 08/27/08
CLOSED http://bugs.python.org/issue3706 created georg.brandl
patch, patch, needs review
help('finally') behaves bizarrely 08/27/08
http://bugs.python.org/issue3707 created ms
patch, easy, needs review
os.urandom(1.1): infinite loop 08/27/08
http://bugs.python.org/issue3708 created ajaksu2
patch, easy, needs review
BaseHTTPRequestHandler innefficient when sending HTTP header 08/27/08
http://bugs.python.org/issue3709 created yangman
Reference leak in thread._local 08/28/08
http://bugs.python.org/issue3710 created tamino
patch
docs still say to use .dll for compiled extensions 08/28/08
CLOSED http://bugs.python.org/issue3711 created gagenellina
patch
memoryview leaks references 08/28/08
http://bugs.python.org/issue3712 created amaury.forgeotdarc
patch, needs review
Compile warning for Objects/stringlib 08/28/08
CLOSED http://bugs.python.org/issue3713 created kirkshorts
patch
nntplib module broken by str to unicode conversion 08/28/08
http://bugs.python.org/issue3714 created hdima
patch
hashlib's docstring throws exception in pydoc 08/28/08
http://bugs.python.org/issue3715 created erickt
mistake in 3.4.2 Customizing attribute access 08/28/08
http://bugs.python.org/issue3716 created Alex7564
Py_InitModule* is still referenced in docs 08/28/08
http://bugs.python.org/issue3717 created erickt
environment variable MACHDEP and python build system 08/28/08
http://bugs.python.org/issue3718 created rpetrov
patch
platform.py: _syscmd_file() can't handle target path with space 08/29/08
http://bugs.python.org/issue3719 created jfdp
segfault in for loop with evil iterator 08/29/08
http://bugs.python.org/issue3720 created gideon
patch, needs review
invalid literal for int() with base 16: '' 08/29/08
http://bugs.python.org/issue3721 created xhomol11
print followed by exception eats print with doctest 08/29/08
http://bugs.python.org/issue3722 created cjw296
Py_NewInterpreter does not work 08/29/08
http://bugs.python.org/issue3723 created amaury.forgeotdarc
math.log(x, 10) gives different result than math.log10(x) 08/29/08
http://bugs.python.org/issue3724 created segfaulthunter
patch
telnetlib module broken by str to unicode conversion 08/29/08
http://bugs.python.org/issue3725 created hdima
Allow ',<whitespace>' delimiters in logging.config.fileConfig() 08/29/08
http://bugs.python.org/issue3726 created wcmaier
patch
poplib module broken by str to unicode conversion 08/29/08
http://bugs.python.org/issue3727 created hdima
imaplib module broken by str to unicode conversion 08/29/08
CLOSED http://bugs.python.org/issue3728 created hdima
SystemError on calling len() if __len__() doesn't return an int 08/29/08
http://bugs.python.org/issue3729 created hagen
patch
Update BaseHTTPServer docs 08/29/08
http://bugs.python.org/issue3730 created catlee
Issues Now Closed (35)
______________________
LookupError: unknown encoding: X-MAC-JAPANESE 317 days
http://bugs.python.org/issue1276 lemburg
patch
Error using >>> from OpenGL.GLUT import * 301 days
http://bugs.python.org/issue1346 igorcamp
Using __(get|set|del)slice__ needs a Py3K warning 160 days
http://bugs.python.org/issue2351 benjamin.peterson
patch, needs review
Fixer to handle new places where parentheses are needed 158 days
http://bugs.python.org/issue2367 benjamin.peterson
patch, 26backport
bytes() should respect __bytes__ 161 days
http://bugs.python.org/issue2415 benjamin.peterson
patch, needs review
urllib2 can't handle http://www.wikispaces.com 157 days
http://bugs.python.org/issue2464 orsenthil
patch
Restore isinstance and issubclass speed in 2.6 147 days
http://bugs.python.org/issue2534 pitrou
patch, patch, needs review
Locking should be removed from the new buffer protocol 80 days
http://bugs.python.org/issue3046 teoliphant
patch
bytearrays are not thread safe 66 days
http://bugs.python.org/issue3139 pitrou
patch
multiprocessing build fails on Solaris 10 68 days
http://bugs.python.org/issue3149 pitrou
2to3 Fix_imports optimization 59 days
http://bugs.python.org/issue3218 benjamin.peterson
patch
invalid call to PyMem_Free() in fileio_init() 49 days
http://bugs.python.org/issue3304 nnorwitz
patch, easy
making partial functions comparable 7 days
http://bugs.python.org/issue3564 tjreedy
SPAM 5 days
http://bugs.python.org/issue3579 tjreedy
invalid exception context 8 days
http://bugs.python.org/issue3611 amaury.forgeotdarc
patch, needs review
shutil.rmtree() fails on invalid filename 8 days
http://bugs.python.org/issue3616 pitrou
test issues on 64bit windows 2 days
http://bugs.python.org/issue3625 mhammond
patch, patch, 64bit
apple security patches need to be forward ported to py3k 3 days
http://bugs.python.org/issue3627 nnorwitz
Add more checks to testcapi 2 days
http://bugs.python.org/issue3643 benjamin.peterson
patch
IA5 Encoding should be in the default encodings 3 days
http://bugs.python.org/issue3649 pascal.bach
Memory leak in bytes.split() 0 days
http://bugs.python.org/issue3650 amaury.forgeotdarc
patch, needs review
eval() leaks 1 reference every time 4 days
http://bugs.python.org/issue3651 benjamin.peterson
patch, needs review
segfault calling sys.excepthook with non-Exception argument 1 days
http://bugs.python.org/issue3653 benjamin.peterson
patch, needs review
Duplicated test name in regex test script 1 days
http://bugs.python.org/issue3654 georg.brandl
unicode encoding has lots of leaks of bytes 0 days
http://bugs.python.org/issue3656 amaury.forgeotdarc
_fileio._FileIO segfaults 0 days
http://bugs.python.org/issue3662 nnorwitz
needs review
Extra DECREF on syntax errors 2 days
http://bugs.python.org/issue3663 pitrou
patch, needs review
Reporting bugs - no such sections 0 days
http://bugs.python.org/issue3670 kjohnson
open() rejects bytes as filename 0 days
http://bugs.python.org/issue3688 amaury.forgeotdarc
Incorrect variable reference 0 days
http://bugs.python.org/issue3691 benjamin.peterson
improper scope in list comprehension, when used in class declara 0 days
http://bugs.python.org/issue3692 georg.brandl
Fix error message for wrong exec() argument type 0 days
http://bugs.python.org/issue3706 georg.brandl
patch, patch, needs review
docs still say to use .dll for compiled extensions 0 days
http://bugs.python.org/issue3711 georg.brandl
patch
Compile warning for Objects/stringlib 0 days
http://bugs.python.org/issue3713 christian.heimes
patch
imaplib module broken by str to unicode conversion 0 days
http://bugs.python.org/issue3728 hdima
Top Issues Most Discussed (10)
______________________________
23 eval() leaks 1 reference every time 4 days
closed http://bugs.python.org/issue3651
10 "s*" argument parser marker leaks memory 5 days
open http://bugs.python.org/issue3668
9 import of site.py fails on startup 57 days
open http://bugs.python.org/issue3279
8 Restore isinstance and issubclass speed in 2.6 147 days
closed http://bugs.python.org/issue2534
7 Error parsing arguments on OpenBSD <= 4.4 2 days
open http://bugs.python.org/issue3696
7 IA5 Encoding should be in the default encodings 3 days
closed http://bugs.python.org/issue3649
6 os.urandom(1.1): infinite loop 2 days
open http://bugs.python.org/issue3708
6 Objects/obmalloc.c:529: warning: comparison is always false due 5 days
open http://bugs.python.org/issue3642
6 test_cpickle crash on AMD64 Windows build 8 days
open http://bugs.python.org/issue3640
6 python3.0 interpreter on Cygwin ignores all arguments 8 days
open http://bugs.python.org/issue3626
More information about the Python-Dev
mailing list