[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri May 29 18:08:04 CEST 2009


ACTIVITY SUMMARY (05/22/09 - 05/29/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.

2201 open (+36) / 15764 closed (+18) / 17965 total (+54)

Open issues with patches: 866

Average duration of open issues: 652 days. Median duration of open issues: 400 days.

Open Issues Breakdown open 2175 (+36) pending 26 ( +0)

Issues Created Or Reopened (55)


improved allocation of PyUnicode objects 05/24/09 http://bugs.python.org/issue1943 reopened pitrou
patch

str.format raises SystemError 05/22/09 CLOSED http://bugs.python.org/issue6089 created eggy

zipfile DeprecationWarning Python 2.6.2 05/22/09 http://bugs.python.org/issue6090 created ivb

Curses segfaulting in FreeBSD/amd64 05/23/09 http://bugs.python.org/issue6091 created themoken

Changed Shortcuts don't show up in menu 05/23/09 http://bugs.python.org/issue6092 created jamesie

Ambiguous locale.strxfrm 05/23/09 CLOSED http://bugs.python.org/issue6093 created tuves

Python fails to build with Subversion 1.7 05/23/09 CLOSED http://bugs.python.org/issue6094 created Arfrever
patch

os.curdir as the default argument for os.listdir 05/23/09 http://bugs.python.org/issue6095 created tarek

SimpleXMLRPCServer not suitable for HTTP/1.1 keep-alive 05/24/09 http://bugs.python.org/issue6096 created krisvale
patch, patch, easy, needs review

Encoded surrogate characters on command line not escaped in sys. 05/24/09 http://bugs.python.org/issue6097 created baikie
patch

xml.dom.minidom incorrectly claims DOM Level 3 conformance 05/24/09 http://bugs.python.org/issue6098 created phihag
patch

HTTP/1.1 with keep-alive support for xmlrpclib.ServerProxy 05/24/09 http://bugs.python.org/issue6099 created krisvale
patch, patch, needs review

Expanding arrays inside other arrays 05/24/09 http://bugs.python.org/issue6100 created marek_sp

SETUP_WITH 05/24/09 CLOSED http://bugs.python.org/issue6101 created benjamin.peterson
patch

When the package has non-ascii path and .pyc file, we cannot imp 05/25/09 http://bugs.python.org/issue6102 created Suzumizaki

Static library (libpythonX.Y.a) installed in incorrect location 05/25/09 http://bugs.python.org/issue6103 created Arfrever
patch

OSX framework builds fail after r72861 move of _locale into core 05/25/09 CLOSED http://bugs.python.org/issue6104 created nad

json.dumps doesn't respect OrderedDict's iteration order 05/25/09 http://bugs.python.org/issue6105 created wangchun

read_until 05/25/09 http://bugs.python.org/issue6106 created ps

Subprocess.Popen output fails on Windows 05/26/09 CLOSED http://bugs.python.org/issue6107 created ac.james

unicode(exception) behaves differently on Py2.6 when len(excepti 05/26/09 http://bugs.python.org/issue6108 created ezio.melotti

IDLE rendering issue with oriental characters on OSX 05/26/09 http://bugs.python.org/issue6109 created ronaldoussoren

IDLE has two "Preferences..." menu's on OSX 05/26/09 CLOSED http://bugs.python.org/issue6110 created ronaldoussoren

Impossible to change preferences in IDLE 05/26/09 CLOSED http://bugs.python.org/issue6111 created ronaldoussoren

scheduler.cancel does not raise RuntimeError 05/26/09 CLOSED http://bugs.python.org/issue6112 created fidlej

Dupicate instances of classes in list 05/26/09 CLOSED http://bugs.python.org/issue6113 reopened mbaynham

distutils build_ext path comparison only based on strings 05/26/09 http://bugs.python.org/issue6114 created sleipnir
patch

Header and doc related to PyNumber_Divide and PyNumber_InPlaceDi 05/26/09 CLOSED http://bugs.python.org/issue6115 created bhy
patch

frame.f_locals keeps references to things for too long 05/26/09 http://bugs.python.org/issue6116 created exarkun

Fix O(n**2) performance problem in socket._fileobject 05/26/09 http://bugs.python.org/issue6117 created krisvale
patch, patch, easy, needs review

urllib.parse.quote_plus ignores optional arguments 05/26/09 CLOSED http://bugs.python.org/issue6118 created mgiuca
patch

Confusing DeprecationWarning 05/26/09 http://bugs.python.org/issue6119 created alejolp

zipfile.ZipFile's extractall works inproperly under Windows 05/27/09 CLOSED http://bugs.python.org/issue6120 created aerodonkey

help('modules ') causes IndexError. 05/27/09 CLOSED http://bugs.python.org/issue6121 created July
patch, easy

OSError: [Errno 10] No child processes 05/27/09 http://bugs.python.org/issue6122 created yonas

tarfile: opening an empty tar file fails 05/27/09 http://bugs.python.org/issue6123 created evanj
patch

Tkinter should support the OS X zoom button 05/27/09 http://bugs.python.org/issue6124 created culler

2to3 mishandles "from module_name import" when module_name inclu 05/27/09 CLOSED http://bugs.python.org/issue6125 created MLModel

Python 3 pdb: shows internal code, breakpoints don't work 05/27/09 http://bugs.python.org/issue6126 created ericp

Unexpected universal newline behavior (newline duplication) in W 05/27/09 http://bugs.python.org/issue6127 created jaraco

Consequences of using Py_TPFLAGS_HAVE_GC are incompletely explai 05/27/09 http://bugs.python.org/issue6128 created exarkun

2to3 does not convert imports of the form 'import sub.mod' to re 05/27/09 CLOSED http://bugs.python.org/issue6129 reopened MLModel

There ought to be a way for extension types to associate documen 05/27/09 http://bugs.python.org/issue6130 created exarkun

test_modulefinder leaks when run after test_distutils 05/27/09 CLOSED http://bugs.python.org/issue6131 created pitrou
patch

Implement the GIL with critical sections in Windows 05/27/09 http://bugs.python.org/issue6132 created sitbon
patch

LOAD_CONST followed by LOAD_ATTR can be optimized to just be a L 05/27/09 http://bugs.python.org/issue6133 created alex
patch

2to3 tests fail on Windows due to line endings 05/28/09 CLOSED http://bugs.python.org/issue6134 created abbeyj
patch

subprocess seems to use local 8-bit encoding and gives no choice 05/28/09 http://bugs.python.org/issue6135 created mark

Make logging configuration files easier to use 05/28/09 http://bugs.python.org/issue6136 created gjb1002

Pickle migration: Should pickle map "copy_reg" to "copyreg"? 05/28/09 http://bugs.python.org/issue6137 created mkiever

'./configure; make install' fails in setup.py step if .pydistuti 05/28/09 http://bugs.python.org/issue6138 created r.david.murray

Typo in email.base64mime 05/28/09 http://bugs.python.org/issue6139 created ocean-city
patch

configure error: shadow.h: present but cannot be compiled 05/29/09 http://bugs.python.org/issue6140 created Sashi

missing first argument on subprocess.Popen w/ executable 05/29/09 http://bugs.python.org/issue6141 created lieryan
patch

Distutils doesn't remove .pyc files 05/29/09 http://bugs.python.org/issue6142 created purpleidea
patch

Issues Now Closed (53)


Test issue 635 days http://bugs.python.org/issue1064 dtuser2
patch

Return from fork() is pid_t, not int 478 days http://bugs.python.org/issue1983 pitrou
patch

pkg-config support 280 days http://bugs.python.org/issue3585 pitrou
patch, needs review

test_fileio fails on OpenBSD 4.4 249 days http://bugs.python.org/issue3877 pitrou
patch

ignored exceptions in generators (regression?) 236 days http://bugs.python.org/issue4040 doughellmann

smtplib SMTP_SSL._get_socket doesn't return a value 228 days http://bugs.python.org/issue4066 r.david.murray
patch

Py_Object_HEAD_INIT in Py3k 183 days http://bugs.python.org/issue4385 georg.brandl

Issue with RotatingFileHandler logging handler on Windows 147 days http://bugs.python.org/issue4749 rcronk

pwd, spwd, grp functions vulnerable to denial of service 143 days http://bugs.python.org/issue4859 loewis
patch

time.ctime docs refer to "time tuple" for default 116 days http://bugs.python.org/issue5079 georg.brandl

IDLE to support reindent.py 114 days http://bugs.python.org/issue5150 rhettinger

smtplib is broken in Python3 103 days http://bugs.python.org/issue5259 r.david.murray
patch, easy

StringIO can duplicate newlines in universal newlines mode 102 days http://bugs.python.org/issue5265 jaraco

OS X installer: fix makefile target changed for 3.x 101 days http://bugs.python.org/issue5272 ronaldoussoren

sys.exc_info()[1] - different handling from str() and unicode() 102 days http://bugs.python.org/issue5274 georg.brandl

OS X Installer: by default install versioned-only links in /usr/ 55 days http://bugs.python.org/issue5653 ronaldoussoren

Speed up pickling of dicts in cPickle 53 days http://bugs.python.org/issue5670 pitrou
patch, needs review

idle pydoc et al removed from 3.1 without versioned replacements 3 days http://bugs.python.org/issue5756 nad

add file name to py3k IO objects repr() 38 days http://bugs.python.org/issue5761 pitrou
patch

pickle/cPickle of recursive tuples create pickles that cPickle c 37 days http://bugs.python.org/issue5794 collinwinter
patch, easy, 26backport

there is en exception om Create User page 33 days http://bugs.python.org/issue5797 georg.brandl

cPickle defect with tuples and different from pickle output 27 days http://bugs.python.org/issue5866 collinwinter

classmethod, staticmethod: expose wrapped function 19 days http://bugs.python.org/issue5982 rhettinger
patch

enhance getargs O& to accept cleanup function 16 days http://bugs.python.org/issue6012 loewis
patch

test_distutils leaves a 'foo' file behind in the cwd 11 days http://bugs.python.org/issue6022 rpetrov

"install" target in python 3.x makefile should be "fullinstall" 6 days http://bugs.python.org/issue6047 benjamin.peterson

make distutils use the tarinfo command 11 days http://bugs.python.org/issue6048 tarek

zipfile: Extracting a directory that already exists generates an 7 days http://bugs.python.org/issue6050 loewis
patch

PYTHONHOME should be more flexible (and controllable by --libdir 5 days http://bugs.python.org/issue6060 loewis

bdist_msi.py failed assert when including extension modules 5 days http://bugs.python.org/issue6065 loewis
patch

threading.Timer and gtk.main are not compatible 7 days http://bugs.python.org/issue6073 amaury.forgeotdarc

freeze.py doesn't work 1 days http://bugs.python.org/issue6078 georg.brandl

SyntaxError in xmlrpc.client examples 1 days http://bugs.python.org/issue6079 georg.brandl

str.format raises SystemError 1 days http://bugs.python.org/issue6089 eric.smith

Ambiguous locale.strxfrm 0 days http://bugs.python.org/issue6093 loewis

Python fails to build with Subversion 1.7 1 days http://bugs.python.org/issue6094 Arfrever
patch

SETUP_WITH 1 days http://bugs.python.org/issue6101 benjamin.peterson
patch

OSX framework builds fail after r72861 move of _locale into core 0 days http://bugs.python.org/issue6104 benjamin.peterson

Subprocess.Popen output fails on Windows 1 days http://bugs.python.org/issue6107 ac.james

IDLE has two "Preferences..." menu's on OSX 0 days http://bugs.python.org/issue6110 ronaldoussoren

Impossible to change preferences in IDLE 0 days http://bugs.python.org/issue6111 nad

scheduler.cancel does not raise RuntimeError 0 days http://bugs.python.org/issue6112 georg.brandl

Dupicate instances of classes in list 0 days http://bugs.python.org/issue6113 mbaynham

Header and doc related to PyNumber_Divide and PyNumber_InPlaceDi 0 days http://bugs.python.org/issue6115 georg.brandl
patch

urllib.parse.quote_plus ignores optional arguments 0 days http://bugs.python.org/issue6118 georg.brandl
patch

zipfile.ZipFile's extractall works inproperly under Windows 0 days http://bugs.python.org/issue6120 ocean-city

help('modules ') causes IndexError. 1 days http://bugs.python.org/issue6121 r.david.murray
patch, easy

2to3 mishandles "from module_name import" when module_name inclu 0 days http://bugs.python.org/issue6125 r.david.murray

2to3 does not convert imports of the form 'import sub.mod' to re 0 days http://bugs.python.org/issue6129 benjamin.peterson

test_modulefinder leaks when run after test_distutils 2 days http://bugs.python.org/issue6131 ocean-city
patch

2to3 tests fail on Windows due to line endings 1 days http://bugs.python.org/issue6134 benjamin.peterson
patch

os.listdir on empty strings. Inconsistent behaviour. 2063 days http://bugs.python.org/issue818059 benjamin.peterson
patch, needs review

Make fcntl work properly on AMD64 1332 days http://bugs.python.org/issue1309352 pitrou
patch

Top Issues Most Discussed (10)


13 Dupicate instances of classes in list 0 days closed http://bugs.python.org/issue6113

10 improved allocation of PyUnicode objects 5 days open http://bugs.python.org/issue1943

9 .pyc files created readonly if .py file is readonly, python won 9 days open http://bugs.python.org/issue6074

9 Python 2.6 makes .pyc/.pyo bytecode files executable 9 days open http://bugs.python.org/issue6070

8 LOAD_CONST followed by LOAD_ATTR can be optimized to just be a 2 days open http://bugs.python.org/issue6133

8 test_modulefinder leaks when run after test_distutils 2 days closed http://bugs.python.org/issue6131

8 OSError: [Errno 10] No child processes 2 days open http://bugs.python.org/issue6122

7 Impossible to change preferences in IDLE 0 days closed http://bugs.python.org/issue6111

6 zipfile.ZipFile's extractall works inproperly under Windows 0 days closed http://bugs.python.org/issue6120

6 SETUP_WITH 1 days closed http://bugs.python.org/issue6101



More information about the Python-Dev mailing list