[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Apr 12 18:06:46 CEST 2013


ACTIVITY SUMMARY (2013-04-05 - 2013-04-12)
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    3908 ( +3)
  closed 25569 (+61)
  total  29477 (+64)

Open issues with patches: 1728 


Issues opened (38)
==================

#17642: IDLE add font resizing hot keys
http://bugs.python.org/issue17642  opened by rhettinger

#17643: Expose weakref callback for introspection purposes.
http://bugs.python.org/issue17643  opened by mark.dickinson

#17644: str.format() crashes
http://bugs.python.org/issue17644  opened by poldnev

#17646: traceback.py has a lot of code duplication
http://bugs.python.org/issue17646  opened by isoschiz

#17647: subprocess.communicate() should preserve colored output on Win
http://bugs.python.org/issue17647  opened by Caitlin.Potter

#17649: Python/Python-ast.c: No such file or directory
http://bugs.python.org/issue17649  opened by pfg

#17651: Errno checking replaced by concrete classes inherited from OSE
http://bugs.python.org/issue17651  opened by atykhonov

#17652: Add skip_on_windows decorator to test.support
http://bugs.python.org/issue17652  opened by berker.peksag

#17653: fix typo in socketserver.rst
http://bugs.python.org/issue17653  opened by tshepang

#17654: IDLE only customizes correctly for OS X when using framework b
http://bugs.python.org/issue17654  opened by Todd.Rovito

#17656: Python 2.7.4 breaks ZipFile extraction of zip files with unico
http://bugs.python.org/issue17656  opened by Vhati

#17658: pythonw.exe crashes on opening IDLE
http://bugs.python.org/issue17658  opened by Acebulf

#17659: First weekday
http://bugs.python.org/issue17659  opened by IzidorMatusov

#17660: mock.patch could whitelist builtins to not need create=True
http://bugs.python.org/issue17660  opened by michael.foord

#17661: documentation of '%r' links to the wrong repr
http://bugs.python.org/issue17661  opened by twouters

#17665: convert to idiomatic unittest code
http://bugs.python.org/issue17665  opened by tshepang

#17666: Extra gzip headers breaks _read_gzip_header
http://bugs.python.org/issue17666  opened by maubp

#17667: Windows: build with "build_pgo.bat -2" fails to optimize pytho
http://bugs.python.org/issue17667  opened by anselm.kruis

#17668: re.split loses characters matching ungrouped parts of a patter
http://bugs.python.org/issue17668  opened by triquetra011

#17670: expandtabs() weirdness
http://bugs.python.org/issue17670  opened by asolano

#17671: io.BufferedRWPair can use uninitialized members
http://bugs.python.org/issue17671  opened by amaury.forgeotdarc

#17673: add `copy_from` argument to temporaryfile
http://bugs.python.org/issue17673  opened by pitrou

#17676: spwd uses -1 for empty attributes
http://bugs.python.org/issue17676  opened by Alexqw

#17679: sysconfig generation uses some env variables multiple times
http://bugs.python.org/issue17679  opened by bkabrda

#17681: Work with an extra field of gzip files
http://bugs.python.org/issue17681  opened by serhiy.storchaka

#17683: socket.getsockname() inconsistent return type with AF_UNIX
http://bugs.python.org/issue17683  opened by giampaolo.rodola

#17684: Skip tests in test_socket like testFDPassSeparate on OS X
http://bugs.python.org/issue17684  opened by jramnani

#17686: Doc using/unix broken link (http://linuxmafia.com/)
http://bugs.python.org/issue17686  opened by hashimo

#17689: Fix test discovery for test_tarfile.py
http://bugs.python.org/issue17689  opened by zach.ware

#17691: Fix test discovery for test_univnewlines.py
http://bugs.python.org/issue17691  opened by zach.ware

#17694: Enhance _PyUnicodeWriter API to control minimum buffer length 
http://bugs.python.org/issue17694  opened by haypo

#17695: _sysconfigdata broken with universal builds on OSX
http://bugs.python.org/issue17695  opened by ronaldoussoren

#17697: Incorrect stacktrace from pdb
http://bugs.python.org/issue17697  opened by donaldcallen

#17700: Update Curses HOWTO for 3.4
http://bugs.python.org/issue17700  opened by akuchling

#17701: Improving strftime documentation
http://bugs.python.org/issue17701  opened by wolever

#17702: os.environ converts key type from string to bytes in KeyError 
http://bugs.python.org/issue17702  opened by Robert.Tasarz

#17703: Trash can mechanism segfault during interpreter finalization i
http://bugs.python.org/issue17703  opened by lemburg

#17704: ImportError: No module named '_curses'
http://bugs.python.org/issue17704  opened by marco.buttu



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

#17704: ImportError: No module named '_curses'
http://bugs.python.org/issue17704

#17695: _sysconfigdata broken with universal builds on OSX
http://bugs.python.org/issue17695

#17694: Enhance _PyUnicodeWriter API to control minimum buffer length 
http://bugs.python.org/issue17694

#17691: Fix test discovery for test_univnewlines.py
http://bugs.python.org/issue17691

#17689: Fix test discovery for test_tarfile.py
http://bugs.python.org/issue17689

#17686: Doc using/unix broken link (http://linuxmafia.com/)
http://bugs.python.org/issue17686

#17681: Work with an extra field of gzip files
http://bugs.python.org/issue17681

#17676: spwd uses -1 for empty attributes
http://bugs.python.org/issue17676

#17671: io.BufferedRWPair can use uninitialized members
http://bugs.python.org/issue17671

#17667: Windows: build with "build_pgo.bat -2" fails to optimize pytho
http://bugs.python.org/issue17667

#17665: convert to idiomatic unittest code
http://bugs.python.org/issue17665

#17653: fix typo in socketserver.rst
http://bugs.python.org/issue17653

#17640: from distutils.util import byte_compile hangs
http://bugs.python.org/issue17640

#17631: inspect getsource does not display full text of lambda
http://bugs.python.org/issue17631

#17621: Create a lazy import loader mixin
http://bugs.python.org/issue17621



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

#17702: os.environ converts key type from string to bytes in KeyError 
http://bugs.python.org/issue17702

#17701: Improving strftime documentation
http://bugs.python.org/issue17701

#17700: Update Curses HOWTO for 3.4
http://bugs.python.org/issue17700

#17691: Fix test discovery for test_univnewlines.py
http://bugs.python.org/issue17691

#17689: Fix test discovery for test_tarfile.py
http://bugs.python.org/issue17689

#17684: Skip tests in test_socket like testFDPassSeparate on OS X
http://bugs.python.org/issue17684

#17683: socket.getsockname() inconsistent return type with AF_UNIX
http://bugs.python.org/issue17683

#17679: sysconfig generation uses some env variables multiple times
http://bugs.python.org/issue17679

#17670: expandtabs() weirdness
http://bugs.python.org/issue17670

#17667: Windows: build with "build_pgo.bat -2" fails to optimize pytho
http://bugs.python.org/issue17667

#17660: mock.patch could whitelist builtins to not need create=True
http://bugs.python.org/issue17660

#17656: Python 2.7.4 breaks ZipFile extraction of zip files with unico
http://bugs.python.org/issue17656

#17653: fix typo in socketserver.rst
http://bugs.python.org/issue17653

#17652: Add skip_on_windows decorator to test.support
http://bugs.python.org/issue17652

#17651: Errno checking replaced by concrete classes inherited from OSE
http://bugs.python.org/issue17651



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

#17511: Idle find function closes after each find operation
http://bugs.python.org/issue17511  13 msgs

#14010: deeply nested filter segfaults
http://bugs.python.org/issue14010  11 msgs

#16427: Faster hash implementation
http://bugs.python.org/issue16427  11 msgs

#17668: re.split loses characters matching ungrouped parts of a patter
http://bugs.python.org/issue17668  11 msgs

#17618: base85 encoding
http://bugs.python.org/issue17618  10 msgs

#17656: Python 2.7.4 breaks ZipFile extraction of zip files with unico
http://bugs.python.org/issue17656  10 msgs

#17649: Python/Python-ast.c: No such file or directory
http://bugs.python.org/issue17649   8 msgs

#17703: Trash can mechanism segfault during interpreter finalization i
http://bugs.python.org/issue17703   8 msgs

#12181: SIGBUS error on OpenBSD (sparc64)
http://bugs.python.org/issue12181   7 msgs

#15518: Provide test coverage for filecmp.dircmp.report methods.
http://bugs.python.org/issue15518   7 msgs



Issues closed (57)
==================

#5609: Create Unit Tests for nturl2path module
http://bugs.python.org/issue5609  closed by orsenthil

#6640: urlparse should parse mailto: URL headers as query parameters
http://bugs.python.org/issue6640  closed by orsenthil

#6696: Profile objects should be documented
http://bugs.python.org/issue6696  closed by ezio.melotti

#6743: Add function compatible with print to pprint module
http://bugs.python.org/issue6743  closed by pitrou

#12820: Tests for Lib/xml/dom/minicompat.py
http://bugs.python.org/issue12820  closed by ezio.melotti

#13056: test_multibytecodec.py:TestStreamWriter is skipped after PEP39
http://bugs.python.org/issue13056  closed by ezio.melotti

#13126: find() slower than rfind()
http://bugs.python.org/issue13126  closed by python-dev

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

#14439: Easier error diagnosis when bootstrapping the runpy module in 
http://bugs.python.org/issue14439  closed by python-dev

#15092: Using enum PyUnicode_Kind
http://bugs.python.org/issue15092  closed by serhiy.storchaka

#15194: libffi-3.0.11 update
http://bugs.python.org/issue15194  closed by doko

#15596: pickle: Faster serialization of Unicode strings
http://bugs.python.org/issue15596  closed by pitrou

#16153: PyUnicode_FromFormatV() must fail if the format string is inva
http://bugs.python.org/issue16153  closed by haypo

#16389: re._compiled_typed's lru_cache causes significant degradation 
http://bugs.python.org/issue16389  closed by serhiy.storchaka

#16850: Add "e" mode to open(): close-and-exec (O_CLOEXEC) / O_NOINHER
http://bugs.python.org/issue16850  closed by haypo

#16887: IDLE - tabify/untabify applied when clicking Cancel
http://bugs.python.org/issue16887  closed by roger.serwy

#17093: Make importlib.abc more inheritance-friendly
http://bugs.python.org/issue17093  closed by brett.cannon

#17469: Fix sys.getallocatedblocks() when running on valgrind
http://bugs.python.org/issue17469  closed by pitrou

#17477: update the bsddb module do build with db 5.x versions
http://bugs.python.org/issue17477  closed by doko

#17484: add tests for getpass
http://bugs.python.org/issue17484  closed by r.david.murray

#17487: wave.Wave_read.getparams should be more user friendly
http://bugs.python.org/issue17487  closed by r.david.murray

#17502: unittest.mock: side_effect iterators ignore DEFAULT
http://bugs.python.org/issue17502  closed by asvetlov

#17566: Make importlib.abc.Loader.module_repr optional
http://bugs.python.org/issue17566  closed by brett.cannon

#17567: Clarify importlib.abc.PathEntryFinder.find_loader() docs
http://bugs.python.org/issue17567  closed by brett.cannon

#17585: IDLE - regression with exit() and quit()
http://bugs.python.org/issue17585  closed by roger.serwy

#17613: IDLE "AttributeError: 'NoneType' object has no attribute 'inde
http://bugs.python.org/issue17613  closed by roger.serwy

#17635: Doc of multiprocessing.connection mentions answerChallenge ins
http://bugs.python.org/issue17635  closed by ezio.melotti

#17637: Mention "What's New" in devguide's patch guidelines
http://bugs.python.org/issue17637  closed by ezio.melotti

#17638: test_ssl failure
http://bugs.python.org/issue17638  closed by neologix

#17641: ssl module doc unification
http://bugs.python.org/issue17641  closed by giampaolo.rodola

#17645: assert fails in _Py_Mangle
http://bugs.python.org/issue17645  closed by pitrou

#17648: test_urllib2 convert doctests to unittest
http://bugs.python.org/issue17648  closed by orsenthil

#17650: There is no exception correspond to errno EROFS
http://bugs.python.org/issue17650  closed by georg.brandl

#17655: Use writev() function in the io module
http://bugs.python.org/issue17655  closed by haypo

#17657: IDLE: about dialog should report the full version of TK
http://bugs.python.org/issue17657  closed by roger.serwy

#17662: socketmodule raises on import when compiled using Setup.dist o
http://bugs.python.org/issue17662  closed by kristjan.jonsson

#17663: re.sub not replacing all
http://bugs.python.org/issue17663  closed by r.david.murray

#17664: ssl.SSLError has errno value of None
http://bugs.python.org/issue17664  closed by pitrou

#17669: Segfault caused by weird combination of imports and yield from
http://bugs.python.org/issue17669  closed by python-dev

#17672: ssl unclean shutdown
http://bugs.python.org/issue17672  closed by pitrou

#17674: All examples for concurrent.futures fail with "BrokenProcessPo
http://bugs.python.org/issue17674  closed by gjwebber

#17675: show addresses in socket.__repr__
http://bugs.python.org/issue17675  closed by giampaolo.rodola

#17677: spam
http://bugs.python.org/issue17677  closed by neologix

#17678: DeprecationWarning fix on cookiejar module since Python 3.3
http://bugs.python.org/issue17678  closed by orsenthil

#17680: self is lost if methods are callable objects
http://bugs.python.org/issue17680  closed by christian.heimes

#17682: _io is missing in Setup.dist in 2.7.x
http://bugs.python.org/issue17682  closed by doko

#17685: Frozenset literal?
http://bugs.python.org/issue17685  closed by mark.dickinson

#17687: Undeclared symbol in _struct.c
http://bugs.python.org/issue17687  closed by inducer

#17688: Wrong signature for richcmpfunc in documentation
http://bugs.python.org/issue17688  closed by asvetlov

#17690: Fix test discovery for test_time.py
http://bugs.python.org/issue17690  closed by ezio.melotti

#17692: Fix test discovery for test_sqlite.py
http://bugs.python.org/issue17692  closed by ezio.melotti

#17693: Use _PyUnicodeWriter API for CJK decoders
http://bugs.python.org/issue17693  closed by python-dev

#17696: lookup fails for renamed functions
http://bugs.python.org/issue17696  closed by r.david.murray

#17698: Setting allow_reuse_address in BaseHTTPServer has no effect.
http://bugs.python.org/issue17698  closed by r.david.murray

#17699: Fix test_getpass on Windows
http://bugs.python.org/issue17699  closed by r.david.murray

#16432: Template strings documentation in Python 3 refers to % substit
http://bugs.python.org/issue16432  closed by andrewsg

#900112: cgi.fieldStorage doesn't grok standards env. variables
http://bugs.python.org/issue900112  closed by orsenthil


More information about the Python-Dev mailing list