[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri May 22 18:06:56 CEST 2009
- Previous message: [Python-Dev] Documenting lnotab
- Next message: [Python-Dev] PEP 384: Defining a Stable ABI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (05/15/09 - 05/22/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.
2195 open (+35) / 15716 closed (+24) / 17911 total (+59)
Open issues with patches: 863
Average duration of open issues: 650 days. Median duration of open issues: 400 days.
Open Issues Breakdown open 2168 (+35) pending 27 ( +0)
Issues Created Or Reopened (64)
bsddb memory leak on ubuntu 05/18/09 CLOSED http://bugs.python.org/issue3541 reopened ajaksu2
idle pydoc et al removed from 3.1 without versioned replacements 05/22/09 http://bugs.python.org/issue5756 reopened nad
Dict fails to notice addition and deletion of keys during iterat 05/16/09 CLOSED http://bugs.python.org/issue6017 reopened stevenjd
documentation of xml.dom.minidom.parse signature is wrong 05/16/09
CLOSED http://bugs.python.org/issue6025 reopened phihag
patch
Interpreter crashes when chaining an infinite number of exceptio 05/15/09
http://bugs.python.org/issue6028 reopened amaury.forgeotdarc
patch
io.BufferedWriter C module missing _write_lock 05/15/09 CLOSED http://bugs.python.org/issue6030 created jroesslein
BaseServer.shutdown documentation is incomplete 05/15/09 http://bugs.python.org/issue6031 created gagenellina
Fix refleaks in test_urllib2_localnet 05/16/09
CLOSED http://bugs.python.org/issue6032 created collinwinter
patch
LOOKUP_METHOD and CALL_METHOD optimization 05/16/09
http://bugs.python.org/issue6033 created benjamin.peterson
patch
Fix object.reversed doc 05/16/09 CLOSED http://bugs.python.org/issue6034 created tjreedy
test_poplib Bus error with gcc-4.4 on OS X 05/16/09 CLOSED http://bugs.python.org/issue6035 created marketdickinson
Clean up test_posixpath.py 05/16/09
http://bugs.python.org/issue6036 created phihag
patch
MutableSequence.iadd should return self 05/16/09 CLOSED http://bugs.python.org/issue6037 created amarzal
Should collections.Counter check for int? 05/16/09 CLOSED http://bugs.python.org/issue6038 created hagen
cygwin compilers should not check compiler versions 05/16/09 http://bugs.python.org/issue6039 created cdavid
bdist_msi does not deal with pre-release version 05/16/09 http://bugs.python.org/issue6040 created cdavid
change sdist and register command so they use check 05/16/09 CLOSED http://bugs.python.org/issue6041 created tarek
Document and slightly simplify lnotab tracing 05/16/09
http://bugs.python.org/issue6042 created jyasskin
patch, needs review
HTMLParseError derivation 05/16/09 CLOSED http://bugs.python.org/issue6043 created bayerf
Exception message in int() when trying to convert a complex 05/17/09 CLOSED http://bugs.python.org/issue6044 created aletornw
Fix dbm interfaces 05/17/09 http://bugs.python.org/issue6045 created georg.brandl
test_distutils.py fails on VC6(Windows) 05/17/09
CLOSED http://bugs.python.org/issue6046 created ocean-city
patch
"install" target in python 3.x makefile should be "fullinstall" 05/17/09 http://bugs.python.org/issue6047 created ronaldoussoren
make distutils use the tarinfo command 05/17/09 http://bugs.python.org/issue6048 created tarek
str.strip() and " behaviour expected? 05/17/09 CLOSED http://bugs.python.org/issue6049 created sholvar
zipfile: Extracting a directory that already exists generates an 05/18/09
http://bugs.python.org/issue6050 created joe.amenta
patch
smtplib docs should link to email module examples 05/18/09 CLOSED http://bugs.python.org/issue6051 created guettli
for-loop doesn't work with -c 05/18/09 CLOSED http://bugs.python.org/issue6052 created exe
distutils error on windows 05/18/09
CLOSED http://bugs.python.org/issue6053 created ocean-city
patch
tarfile normalizes arcname 05/18/09 http://bugs.python.org/issue6054 created mkv
References to "pysqlite" in documentation of sqlite3 should be c 05/18/09 CLOSED http://bugs.python.org/issue6055 created MLModel
socket.setdefaulttimeout affecting multiprocessing Manager 05/18/09 http://bugs.python.org/issue6056 created ryles
sqlite3 error classes should be documented 05/18/09 http://bugs.python.org/issue6057 created MLModel
Add cp65001 to encodings/aliases.py 05/19/09
http://bugs.python.org/issue6058 created tzot
patch
uuid.uuid4 cause segfault in emesene 05/19/09 http://bugs.python.org/issue6059 created acevery
PYTHONHOME should be more flexible (and controllable by --libdir 05/19/09 http://bugs.python.org/issue6060 created soundmurderer
time.clock(): overflow in programs that run for very long 05/19/09 CLOSED http://bugs.python.org/issue6061 created tom65536
build_ext fails to build in the right directory using the packag 05/19/09 CLOSED http://bugs.python.org/issue6062 created tarek
pydoc_data package is not installed 05/19/09
CLOSED http://bugs.python.org/issue6063 created ronaldoussoren
patch, 26backport
Add "daemon" argument to threading.Thread constructor 05/19/09
http://bugs.python.org/issue6064 created tebeka
patch, easy
bdist_msi.py failed assert when including extension modules 05/19/09
http://bugs.python.org/issue6065 created tim.golden
patch
POP_MARK was not in pickle protocol 0 05/20/09
CLOSED http://bugs.python.org/issue6066 created collinwinter
patch, easy
make error 05/20/09 http://bugs.python.org/issue6067 created gast
support read/write c_ulonglong type bitfield structures 05/20/09 http://bugs.python.org/issue6068 created higstar
casting error from ctypes array to structure 05/20/09 http://bugs.python.org/issue6069 created higstar
Pyhon 2.6 makes .pyc/.pyo bytecode files executable 05/20/09 http://bugs.python.org/issue6070 created phd
no longer possible to hash arrays 05/20/09 http://bugs.python.org/issue6071 created exarkun
unittest.TestCase._result is very likely to collide (and break) 05/20/09
CLOSED http://bugs.python.org/issue6072 created exarkun
patch
threading.Timer and gtk.main are not compatible 05/20/09 http://bugs.python.org/issue6073 created eric
.pyc files created readonly if .py file is readonly, python won' 05/20/09 http://bugs.python.org/issue6074 created pdsimanyi
Patch for IDLE/OS X to work with Tk-Cocoa 05/20/09
http://bugs.python.org/issue6075 created wordtech
patch
Missing title for configDialog.py 05/20/09
http://bugs.python.org/issue6076 created wordtech
patch
Unicode issue with tempfile on Windows 05/21/09 http://bugs.python.org/issue6077 created daniel.ugra
freeze.py doesn't work 05/21/09 http://bugs.python.org/issue6078 created mzalokar
SyntaxError in xmlrpc.client examples 05/21/09 http://bugs.python.org/issue6079 created thijs
Itertools objects are missing "send" 05/21/09 CLOSED http://bugs.python.org/issue6080 created tebeka
str.format_from_mapping() 05/21/09 http://bugs.python.org/issue6081 created rhettinger
os.path.sameopenfile reports that standard streams are the same 05/22/09 CLOSED http://bugs.python.org/issue6082 reopened ryles
Reference counting bug in setrlimit 05/22/09
http://bugs.python.org/issue6083 created billm
patch
documentation of zip function is error 05/22/09 CLOSED http://bugs.python.org/issue6084 created bones7456
Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag 05/22/09 http://bugs.python.org/issue6085 created aerodonkey
Correct minor typos in doanddont.rst and urllib2.rst howto docum 05/22/09
CLOSED http://bugs.python.org/issue6086 created vshenoy
patch
distutils.sysconfig.get_python_lib gives surprising result when 05/22/09
http://bugs.python.org/issue6087 created vsajip
easy
Python3.0.1.1 is not available when system locale is zh_TW.eucTW 05/22/09 http://bugs.python.org/issue6088 created leeon
Issues Now Closed (65)
weakref copy module interaction 456 days
http://bugs.python.org/issue2116 pitrou
patch
os.listdir doc should mention that Unicode decoding can fail 366 days http://bugs.python.org/issue2856 georg.brandl
sys.stdin.fileno() gives attribute error in IDLE 354 days http://bugs.python.org/issue3003 kbk
Problem with invalidly-encoded command-line arguments (Unix) 351 days http://bugs.python.org/issue3023 benjamin.peterson
incorrect comments for PyObject_ReleaseBuffer 315 days http://bugs.python.org/issue3293 pitrou
Py_WIN_WIDE_FILENAMES removal 282 days
http://bugs.python.org/issue3527 ocean-city
patch
bsddb memory leak on ubuntu 4 days http://bugs.python.org/issue3541 jcea
remove not decodable environment variables 214 days
http://bugs.python.org/issue4126 loewis
patch
3 tutorial documentation errors 210 days http://bugs.python.org/issue4144 georg.brandl
Running Python 2.6 GUI on Windows Vista 202 days http://bugs.python.org/issue4215 georg.brandl
Missing make altframeworkinstall for Mac OS X 165 days http://bugs.python.org/issue4554 ronaldoussoren
2.6.1 breaks many applications that embed Python on Windows 163 days
http://bugs.python.org/issue4566 chrisyco
patch, needs review
Setting font from preference dialog in IDLE on OS X broken 97 days
http://bugs.python.org/issue5232 kbk
patch
OS X Installer: add options to specify universal build type and 93 days http://bugs.python.org/issue5269 ronaldoussoren
Scanner class in re module undocumented 87 days http://bugs.python.org/issue5337 rhettinger
add a new command called "check" into Distutils 37 days http://bugs.python.org/issue5732 tarek
OS X Installer: new make of documentation installs at wrong loca 34 days http://bugs.python.org/issue5769 ronaldoussoren
len(reversed( 28 days http://bugs.python.org/issue5786 marketdickinson
float('1e500') -> inf, complex('1e500') -> ValueError 26 days
http://bugs.python.org/issue5829 marketdickinson
patch, easy
Better documentation of use of BROWSER environment variable 12 days http://bugs.python.org/issue5935 georg.brandl
Problems with dbm documentation 12 days http://bugs.python.org/issue5937 georg.brandl
Ambiguity in dbm.open flag documentation 14 days http://bugs.python.org/issue5942 georg.brandl
email.message : get_payload args's documentation is confusing 10 days http://bugs.python.org/issue5951 georg.brandl
test_distutils fails for Python 3.1b1 on MacOS X 9 days http://bugs.python.org/issue5956 nad
WeakSet cmp methods 11 days
http://bugs.python.org/issue5964 pitrou
patch, needs review
Add bug tracker tasks to PEP 101 8 days
http://bugs.python.org/issue5980 georg.brandl
patch
Broken link to "Curses Programming with Python" 6 days http://bugs.python.org/issue5987 georg.brandl
Add bool to threading.Event and multiprocessing.Event 4 days
http://bugs.python.org/issue5998 benjamin.peterson
patch
test_urllib2_localnet DigestAuthHandler leaks nonces 7 days
http://bugs.python.org/issue6002 collinwinter
easy
optparse docs say 'default' keyword is deprecated but uses it in 3 days http://bugs.python.org/issue6009 georg.brandl
Dict fails to notice addition and deletion of keys during iterat 1 days http://bugs.python.org/issue6017 georg.brandl
Fix the output word from "ok" to "OK" when a testcase passes 3 days http://bugs.python.org/issue6018 benjamin.peterson
test_distutils leaves a 'foo' file behind in the cwd 5 days http://bugs.python.org/issue6022 r.david.murray
Search does not intelligently handle module.function queries on 3 days http://bugs.python.org/issue6023 georg.brandl
documentation of xml.dom.minidom.parse signature is wrong 0 days
http://bugs.python.org/issue6025 georg.brandl
patch
io.BufferedWriter C module missing _write_lock 0 days http://bugs.python.org/issue6030 pitrou
Fix refleaks in test_urllib2_localnet 3 days
http://bugs.python.org/issue6032 collinwinter
patch
Fix object.reversed doc 0 days http://bugs.python.org/issue6034 georg.brandl
test_poplib Bus error with gcc-4.4 on OS X 0 days http://bugs.python.org/issue6035 marketdickinson
MutableSequence.iadd should return self 2 days http://bugs.python.org/issue6037 rhettinger
Should collections.Counter check for int? 1 days http://bugs.python.org/issue6038 rhettinger
change sdist and register command so they use check 0 days http://bugs.python.org/issue6041 tarek
HTMLParseError derivation 0 days http://bugs.python.org/issue6043 benjamin.peterson
Exception message in int() when trying to convert a complex 0 days http://bugs.python.org/issue6044 marketdickinson
test_distutils.py fails on VC6(Windows) 1 days
http://bugs.python.org/issue6046 tarek
patch
str.strip() and " behaviour expected? 0 days http://bugs.python.org/issue6049 loewis
smtplib docs should link to email module examples 2 days http://bugs.python.org/issue6051 georg.brandl
for-loop doesn't work with -c 0 days http://bugs.python.org/issue6052 r.david.murray
distutils error on windows 0 days
http://bugs.python.org/issue6053 loewis
patch
References to "pysqlite" in documentation of sqlite3 should be c 2 days http://bugs.python.org/issue6055 georg.brandl
time.clock(): overflow in programs that run for very long 0 days http://bugs.python.org/issue6061 tom65536
build_ext fails to build in the right directory using the packag 0 days http://bugs.python.org/issue6062 tarek
pydoc_data package is not installed 0 days
http://bugs.python.org/issue6063 georg.brandl
patch, 26backport
POP_MARK was not in pickle protocol 0 1 days
http://bugs.python.org/issue6066 collinwinter
patch, easy
unittest.TestCase._result is very likely to collide (and break) 1 days
http://bugs.python.org/issue6072 michael.foord
patch
Itertools objects are missing "send" 0 days http://bugs.python.org/issue6080 rhettinger
os.path.sameopenfile reports that standard streams are the same 0 days http://bugs.python.org/issue6082 ryles
documentation of zip function is error 0 days http://bugs.python.org/issue6084 georg.brandl
Correct minor typos in doanddont.rst and urllib2.rst howto docum 0 days
http://bugs.python.org/issue6086 georg.brandl
patch
http libraries throw errors internally in BitTorrent 1884 days http://bugs.python.org/issue920573 rhettinger
Documentation for Descriptors in the main docs 1809 days http://bugs.python.org/issue966625 rhettinger
pdb unable to jump to first statement 785 days
http://bugs.python.org/issue1689458 jyasskin
patch, needs review
Failure to build on AIX 5.3 773 days http://bugs.python.org/issue1694442 ajaksu2
syslog syscall support for SysLogLogger 749 days
http://bugs.python.org/issue1711603 dandrzejewski
patch
help() can't find right source file 702 days
http://bugs.python.org/issue1738179 pitrou
patch, easy
Top Issues Most Discussed (10)
11 test_distutils.py fails on VC6(Windows) 1 days closed http://bugs.python.org/issue6046
8 Interpreter crashes when chaining an infinite number of excepti 7 days open http://bugs.python.org/issue6028
8 Dict fails to notice addition and deletion of keys during itera 1 days closed http://bugs.python.org/issue6017
7 test_distutils fails for Python 3.1b1 on MacOS X 9 days closed http://bugs.python.org/issue5956
7 urllib/urllib2: HTTPS over (Squid) Proxy fails 1203 days open http://bugs.python.org/issue1424152
6 Enhanced cPython profiler with high-resolution timer 436 days open http://bugs.python.org/issue2281
5 distutils error on windows 0 days closed http://bugs.python.org/issue6053
5 Fix dbm interfaces 5 days open http://bugs.python.org/issue6045
5 Fix refleaks in test_urllib2_localnet 3 days closed http://bugs.python.org/issue6032
5 Embedding into a shared library fails 177 days open http://bugs.python.org/issue4434
- Previous message: [Python-Dev] Documenting lnotab
- Next message: [Python-Dev] PEP 384: Defining a Stable ABI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]