[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Nov 4 18:07:30 CET 2011


ACTIVITY SUMMARY (2011-10-28 - 2011-11-04)
Python tracker at http://bugs.python.org/

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

Issues counts and deltas:
  open    3118 (+10)
  closed 22006 (+45)
  total  25124 (+55)

Open issues with patches: 1324 


Issues opened (42)
==================

#12119: test_distutils failure
http://bugs.python.org/issue12119  reopened by eric.araujo

#12342: characters with ord above 65535 fail to display in IDLE
http://bugs.python.org/issue12342  reopened by flox

#13290: get vars for object with __slots__
http://bugs.python.org/issue13290  opened by JBernardo

#13292: missing versionadded for bytearray
http://bugs.python.org/issue13292  opened by flox

#13294: http.server - HEAD request when no resource is defined.
http://bugs.python.org/issue13294  opened by karlcow

#13297: xmlrpc.client could accept bytes for input and output
http://bugs.python.org/issue13297  opened by flox

#13298: Result type depends on order of operands for bytes and bytearr
http://bugs.python.org/issue13298  opened by ncoghlan

#13299: namedtuple row factory for sqlite3
http://bugs.python.org/issue13299  opened by ncoghlan

#13300: IDLE 3.3 Restart Shell command fails
http://bugs.python.org/issue13300  opened by ned.deily

#13301: the script Tools/i18n/msgfmt.py allows arbitrary code executio
http://bugs.python.org/issue13301  opened by izi

#13302: Clarification needed in C API arg parsing
http://bugs.python.org/issue13302  opened by sandro.tosi

#13303: Sporadic importlib failures: FileNotFoundError on os.rename()
http://bugs.python.org/issue13303  opened by haypo

#13305: datetime.strftime("%Y") not consistent for years < 1000
http://bugs.python.org/issue13305  opened by flox

#13306: Add diagnostic tools to importlib?
http://bugs.python.org/issue13306  opened by ncoghlan

#13309: test_time fails: time data 'LMT' does not match format '%Z'
http://bugs.python.org/issue13309  opened by flox

#13311: asyncore handle_read should call recv
http://bugs.python.org/issue13311  opened by xdegaye

#13312: test_time fails: strftime('%Y', y) for negative year
http://bugs.python.org/issue13312  opened by flox

#13313: test_time fails: tzset() do not change timezone
http://bugs.python.org/issue13313  opened by flox

#13314: ImportError ImportError: Import by filename, should be deferre
http://bugs.python.org/issue13314  opened by Rob.Bairos

#13316: build_py_2to3 does not convert when there was an error in the 
http://bugs.python.org/issue13316  opened by simohe

#13317: building with 2to3 generates wrong import paths because build_
http://bugs.python.org/issue13317  opened by simohe

#13319: IDLE: Menu accelerator conflict between Format and Options
http://bugs.python.org/issue13319  opened by serwy

#13320: _remove_visual_c_ref in distutils.msvc9compiler causes DLL loa
http://bugs.python.org/issue13320  opened by Inverness

#13321: fstat doesn't accept an object with "fileno" method
http://bugs.python.org/issue13321  opened by anacrolix

#13322: buffered read() and write() does not raise BlockingIOError
http://bugs.python.org/issue13322  opened by sbt

#13323: urllib2 does not correctly handle multiple	www-authenticate he
http://bugs.python.org/issue13323  opened by dfischer

#13325: no address in the representation of asyncore dispatcher after 
http://bugs.python.org/issue13325  opened by xdegaye

#13326: make clean failed on OpenBSD
http://bugs.python.org/issue13326  opened by rpointel

#13327: Update utime API to not require explicit None argument
http://bugs.python.org/issue13327  opened by brian.curtin

#13328: pdb shows code from wrong module
http://bugs.python.org/issue13328  opened by yak

#13329: Runs normal as console script but falls as CGI
http://bugs.python.org/issue13329  opened by Nick.Rowan

#13330: Attempt full test coverage of LocaleTextCalendar.formatweekday
http://bugs.python.org/issue13330  opened by Sean.Fleming

#13331: Packaging cannot install resource directory trees specified in
http://bugs.python.org/issue13331  opened by vinay.sajip

#13332: execfile fixer produces code that does not close the file
http://bugs.python.org/issue13332  opened by smarnach

#13333: utf-7 inconsistent with surrogates
http://bugs.python.org/issue13333  opened by pitrou

#13335: Service application hang in python25.dll
http://bugs.python.org/issue13335  opened by chandra

#13336: packaging.command.Command.copy_file doesn't implement preserve
http://bugs.python.org/issue13336  opened by vinay.sajip

#13337: IGNORE_CASE doctest option flag
http://bugs.python.org/issue13337  opened by Gerald.Dalley

#13338: Not all enumerations used in _Py_ANNOTATE_MEMORY_ORDER
http://bugs.python.org/issue13338  opened by flub

#13340: list.index does not accept None as start or stop
http://bugs.python.org/issue13340  opened by Carl.Friedrich.Bolz

#13341: Incorrect documentation for "u" PyArg_Parse format unit
http://bugs.python.org/issue13341  opened by Ilya.Novoselov

#13342: input() builtin always uses "strict" error handler
http://bugs.python.org/issue13342  opened by stefanholek



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

#13341: Incorrect documentation for "u" PyArg_Parse format unit
http://bugs.python.org/issue13341

#13340: list.index does not accept None as start or stop
http://bugs.python.org/issue13340

#13338: Not all enumerations used in _Py_ANNOTATE_MEMORY_ORDER
http://bugs.python.org/issue13338

#13336: packaging.command.Command.copy_file doesn't implement preserve
http://bugs.python.org/issue13336

#13330: Attempt full test coverage of LocaleTextCalendar.formatweekday
http://bugs.python.org/issue13330

#13325: no address in the representation of asyncore dispatcher after 
http://bugs.python.org/issue13325

#13319: IDLE: Menu accelerator conflict between Format and Options
http://bugs.python.org/issue13319

#13313: test_time fails: tzset() do not change timezone
http://bugs.python.org/issue13313

#13300: IDLE 3.3 Restart Shell command fails
http://bugs.python.org/issue13300

#13297: xmlrpc.client could accept bytes for input and output
http://bugs.python.org/issue13297

#13294: http.server - HEAD request when no resource is defined.
http://bugs.python.org/issue13294

#13292: missing versionadded for bytearray
http://bugs.python.org/issue13292

#13290: get vars for object with __slots__
http://bugs.python.org/issue13290

#13282: the table of contents in epub file is too long
http://bugs.python.org/issue13282

#13277: tzinfo subclasses information
http://bugs.python.org/issue13277



Most recent 15 issues waiting for review (15)
=============================================

#13330: Attempt full test coverage of LocaleTextCalendar.formatweekday
http://bugs.python.org/issue13330

#13328: pdb shows code from wrong module
http://bugs.python.org/issue13328

#13327: Update utime API to not require explicit None argument
http://bugs.python.org/issue13327

#13325: no address in the representation of asyncore dispatcher after 
http://bugs.python.org/issue13325

#13311: asyncore handle_read should call recv
http://bugs.python.org/issue13311

#13305: datetime.strftime("%Y") not consistent for years < 1000
http://bugs.python.org/issue13305

#13303: Sporadic importlib failures: FileNotFoundError on os.rename()
http://bugs.python.org/issue13303

#13301: the script Tools/i18n/msgfmt.py allows arbitrary code executio
http://bugs.python.org/issue13301

#13300: IDLE 3.3 Restart Shell command fails
http://bugs.python.org/issue13300

#13297: xmlrpc.client could accept bytes for input and output
http://bugs.python.org/issue13297

#13281: Make robotparser.RobotFileParser ignore blank lines
http://bugs.python.org/issue13281

#13256: Document and test new socket options
http://bugs.python.org/issue13256

#13254: maildir.items() broken
http://bugs.python.org/issue13254

#13249: argparse.ArgumentParser() lists arguments in the wrong order
http://bugs.python.org/issue13249

#13247: os.path.abspath returns unicode paths as question marks
http://bugs.python.org/issue13247



Top 10 most discussed issues (10)
=================================

#12498: asyncore.dispatcher_with_send, disconnection problem + miss-co
http://bugs.python.org/issue12498  16 msgs

#13303: Sporadic importlib failures: FileNotFoundError on os.rename()
http://bugs.python.org/issue13303  16 msgs

#13326: make clean failed on OpenBSD
http://bugs.python.org/issue13326  13 msgs

#13305: datetime.strftime("%Y") not consistent for years < 1000
http://bugs.python.org/issue13305  11 msgs

#12342: characters with ord above 65535 fail to display in IDLE
http://bugs.python.org/issue12342  10 msgs

#13322: buffered read() and write() does not raise BlockingIOError
http://bugs.python.org/issue13322  10 msgs

#12939: Add new io.FileIO using the native Windows API
http://bugs.python.org/issue12939   8 msgs

#13281: Make robotparser.RobotFileParser ignore blank lines
http://bugs.python.org/issue13281   8 msgs

#13309: test_time fails: time data 'LMT' does not match format '%Z'
http://bugs.python.org/issue13309   7 msgs

#13327: Update utime API to not require explicit None argument
http://bugs.python.org/issue13327   7 msgs



Issues closed (42)
==================

#2892: improve cElementTree iterparse error handling
http://bugs.python.org/issue2892  closed by python-dev

#5661: asyncore should catch EPIPE while sending() and receiving()
http://bugs.python.org/issue5661  closed by neologix

#5875: test_distutils failing on OpenSUSE 10.3, Py3k
http://bugs.python.org/issue5875  closed by eric.araujo

#6434: buffer overflow in Zipfile when wrinting more than 2gig file
http://bugs.python.org/issue6434  closed by nadeem.vawda

#6655: etree iterative find[text]
http://bugs.python.org/issue6655  closed by flox

#7334: ElementTree: file locking in Jython 2.5 (OSError on Windows)
http://bugs.python.org/issue7334  closed by python-dev

#8047: Serialiser in ElementTree returns unicode strings in Py3k
http://bugs.python.org/issue8047  closed by flox

#8277: ElementTree won't parse comments
http://bugs.python.org/issue8277  closed by flox

#9897: multiprocessing problems
http://bugs.python.org/issue9897  closed by neologix

#10519: setobject.c no-op typo
http://bugs.python.org/issue10519  closed by python-dev

#10570: curses.tigetstr() returns bytes, but curses.tparm() expects a 
http://bugs.python.org/issue10570  closed by haypo

#10817: urllib.request.urlretrieve never raises ContentTooShortError i
http://bugs.python.org/issue10817  closed by orsenthil

#12008: HtmlParser non-strict goes wrong with unquoted attributes
http://bugs.python.org/issue12008  closed by ezio.melotti

#12760: Add create mode to open()
http://bugs.python.org/issue12760  closed by neologix

#12797: io.FileIO and io.open should support openat
http://bugs.python.org/issue12797  closed by rosslagerwall

#13140: ThreadingMixIn.daemon_threads is not honored when parent is da
http://bugs.python.org/issue13140  closed by python-dev

#13147: Multiprocessing Pool.map_async() does not have an error_callba
http://bugs.python.org/issue13147  closed by orsenthil

#13218: test_ssl failures on Debian/Ubuntu
http://bugs.python.org/issue13218  closed by barry

#13246: Py_UCS4_strlen and friends needn't be public
http://bugs.python.org/issue13246  closed by python-dev

#13257: Move importlib over to PEP 3151 exceptions
http://bugs.python.org/issue13257  closed by brett.cannon

#13265: IDLE crashes when printing some unprintable characters.
http://bugs.python.org/issue13265  closed by ned.deily

#13274: heapq pure python version uses islice without guarding for neg
http://bugs.python.org/issue13274  closed by rhettinger

#13279: Add memcmp into unicode_compare for optimizing comparisons
http://bugs.python.org/issue13279  closed by loewis

#13280: argparse should use the new Formatter class
http://bugs.python.org/issue13280  closed by rhettinger

#13283: removal of two unused variable in locale.py
http://bugs.python.org/issue13283  closed by python-dev

#13287: urllib.request exposes too many names
http://bugs.python.org/issue13287  closed by orsenthil

#13288: SSL module doesn't allow access to cert issuer information
http://bugs.python.org/issue13288  closed by pitrou

#13289: a spell error in standard lib SocketServer‘s comment
http://bugs.python.org/issue13289  closed by ezio.melotti

#13291: latent NameError in xmlrpc package
http://bugs.python.org/issue13291  closed by python-dev

#13293: xmlrpc.client encode error
http://bugs.python.org/issue13293  closed by flox

#13295: Fix HTML produced by http.server
http://bugs.python.org/issue13295  closed by ezio.melotti

#13296: IDLE: __future__ flags don't clear on shell restart
http://bugs.python.org/issue13296  closed by ned.deily

#13304: test_site assumes that site.ENABLE_USER_SITE is True
http://bugs.python.org/issue13304  closed by ned.deily

#13307: bdist_rpm: INSTALLED_FILES does not use __pycache__
http://bugs.python.org/issue13307  closed by pitrou

#13308: fix test_httpservers failures when run as root
http://bugs.python.org/issue13308  closed by neologix

#13310: asyncore handling of out-of-band data fails
http://bugs.python.org/issue13310  closed by neologix

#13315: tarfile extract fails on OS X system python due to chown of gi
http://bugs.python.org/issue13315  closed by ned.deily

#13318: Shelve second tier array subscript "[ ]" key creation doesn't 
http://bugs.python.org/issue13318  closed by ned.deily

#13324: fcntl module doesn't support F_NOCACHE (OS X specific) results
http://bugs.python.org/issue13324  closed by neologix

#13334: Erroneous Size check in _PyString_Resize
http://bugs.python.org/issue13334  closed by amaury.forgeotdarc

#13339: Missing semicolon at Modules/posixsubprocess.c:4511
http://bugs.python.org/issue13339  closed by rosslagerwall

#670664: HTMLParser.py - more robust SCRIPT tag parsing
http://bugs.python.org/issue670664  closed by ezio.melotti


More information about the Python-Dev mailing list