[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Aug 15 18:07:43 CEST 2014


ACTIVITY SUMMARY (2014-08-08 - 2014-08-15)
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    4602 ( +0)
  closed 29371 (+31)
  total  33973 (+31)

Open issues with patches: 2175 


Issues opened (23)
==================

#21166: Bus error in pybuilddir.txt 'python -m sysconfigure --generate
http://bugs.python.org/issue21166  reopened by ned.deily

#22176: update internal libffi copy to 3.1, introducing AArch64 and PO
http://bugs.python.org/issue22176  opened by doko

#22177: Incorrect version reported after downgrade
http://bugs.python.org/issue22177  opened by jpe5605

#22179: Focus stays on Search Dialog when text found in editor
http://bugs.python.org/issue22179  opened by BreamoreBoy

#22181: os.urandom() should use Linux 3.17 getrandom() syscall
http://bugs.python.org/issue22181  opened by haypo

#22182: distutils.file_util.move_file unpacks wrongly an exception
http://bugs.python.org/issue22182  opened by Claudiu.Popa

#22185: Occasional RuntimeError from Condition.notify
http://bugs.python.org/issue22185  opened by dougz

#22186: Typos in .py files
http://bugs.python.org/issue22186  opened by iwontbecreative

#22187: commands.mkarg() buggy in East Asian locales
http://bugs.python.org/issue22187  opened by jwilk

#22188: test_gdb fails on invalid gdbinit
http://bugs.python.org/issue22188  opened by lekensteyn

#22189: collections.UserString missing some str methods
http://bugs.python.org/issue22189  opened by ncoghlan

#22191: warnings.__all__ incomplete
http://bugs.python.org/issue22191  opened by pitrou

#22192: dict_values objects are hashable
http://bugs.python.org/issue22192  opened by roippi

#22193: Add _PySys_GetSizeOf()
http://bugs.python.org/issue22193  opened by serhiy.storchaka

#22194: access to cdecimal / libmpdec API
http://bugs.python.org/issue22194  opened by pitrou

#22195: Make it easy to replace print() calls with logging calls
http://bugs.python.org/issue22195  opened by pitrou

#22196: namedtuple documentation could/should mention the new Enum typ
http://bugs.python.org/issue22196  opened by lelit

#22197: Allow better verbosity / output control in test cases
http://bugs.python.org/issue22197  opened by pitrou

#22198: Odd floor-division corner case
http://bugs.python.org/issue22198  opened by mark.dickinson

#22199: 2.7 sysconfig._get_makefile_filename should be sysconfig.get_m
http://bugs.python.org/issue22199  opened by jamercee

#22200: Remove distutils checks for Python version
http://bugs.python.org/issue22200  opened by takluyver

#22201: python -mzipfile fails to unzip files with folders created by 
http://bugs.python.org/issue22201  opened by Antony.Lee

#22203: inspect.getargspec() returns wrong spec for builtins
http://bugs.python.org/issue22203  opened by suor



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

#22201: python -mzipfile fails to unzip files with folders created by 
http://bugs.python.org/issue22201

#22200: Remove distutils checks for Python version
http://bugs.python.org/issue22200

#22197: Allow better verbosity / output control in test cases
http://bugs.python.org/issue22197

#22196: namedtuple documentation could/should mention the new Enum typ
http://bugs.python.org/issue22196

#22194: access to cdecimal / libmpdec API
http://bugs.python.org/issue22194

#22189: collections.UserString missing some str methods
http://bugs.python.org/issue22189

#22188: test_gdb fails on invalid gdbinit
http://bugs.python.org/issue22188

#22181: os.urandom() should use Linux 3.17 getrandom() syscall
http://bugs.python.org/issue22181

#22179: Focus stays on Search Dialog when text found in editor
http://bugs.python.org/issue22179

#22173: Update lib2to3.tests and test_lib2to3 to use test discovery
http://bugs.python.org/issue22173

#22164: cell object cleared too early?
http://bugs.python.org/issue22164

#22163: max_wbits set incorrectly to -zlib.MAX_WBITS in tarfile, shoul
http://bugs.python.org/issue22163

#22159: smtpd.PureProxy and smtpd.DebuggingServer do not work with dec
http://bugs.python.org/issue22159

#22158: RFC 6531 (SMTPUTF8) support in smtpd.PureProxy
http://bugs.python.org/issue22158

#22153: There is no standard TestCase.runTest implementation
http://bugs.python.org/issue22153



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

#22200: Remove distutils checks for Python version
http://bugs.python.org/issue22200

#22199: 2.7 sysconfig._get_makefile_filename should be sysconfig.get_m
http://bugs.python.org/issue22199

#22193: Add _PySys_GetSizeOf()
http://bugs.python.org/issue22193

#22186: Typos in .py files
http://bugs.python.org/issue22186

#22185: Occasional RuntimeError from Condition.notify
http://bugs.python.org/issue22185

#22182: distutils.file_util.move_file unpacks wrongly an exception
http://bugs.python.org/issue22182

#22173: Update lib2to3.tests and test_lib2to3 to use test discovery
http://bugs.python.org/issue22173

#22166: test_codecs "leaking" references
http://bugs.python.org/issue22166

#22165: Empty response from http.server when directory listing contain
http://bugs.python.org/issue22165

#22163: max_wbits set incorrectly to -zlib.MAX_WBITS in tarfile, shoul
http://bugs.python.org/issue22163

#22159: smtpd.PureProxy and smtpd.DebuggingServer do not work with dec
http://bugs.python.org/issue22159

#22158: RFC 6531 (SMTPUTF8) support in smtpd.PureProxy
http://bugs.python.org/issue22158

#22156: Fix compiler warnings
http://bugs.python.org/issue22156

#22150: deprecated-removed directive is broken in Sphinx 1.2.2
http://bugs.python.org/issue22150

#22149: the frame of a suspended generator should not have a local tra
http://bugs.python.org/issue22149



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

#19494: urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthH
http://bugs.python.org/issue19494  15 msgs

#15381: Optimize BytesIO to do  less reallocations when written, simil
http://bugs.python.org/issue15381  10 msgs

#22193: Add _PySys_GetSizeOf()
http://bugs.python.org/issue22193   7 msgs

#22118: urljoin fails with messy relative URLs
http://bugs.python.org/issue22118   6 msgs

#12954: Multiprocessing logging under Windows
http://bugs.python.org/issue12954   5 msgs

#18844: allow weights in random.choice
http://bugs.python.org/issue18844   5 msgs

#21448: Email Parser use 100% CPU
http://bugs.python.org/issue21448   5 msgs

#22177: Incorrect version reported after downgrade
http://bugs.python.org/issue22177   5 msgs

#22191: warnings.__all__ incomplete
http://bugs.python.org/issue22191   5 msgs

#22198: Odd floor-division corner case
http://bugs.python.org/issue22198   5 msgs



Issues closed (28)
==================

#14105: Breakpoints in debug lost if line is inserted; IDLE
http://bugs.python.org/issue14105  closed by terry.reedy

#16773: int() half-accepts UserString
http://bugs.python.org/issue16773  closed by serhiy.storchaka

#17923: test glob with trailing slash fail on AIX 6.1
http://bugs.python.org/issue17923  closed by serhiy.storchaka

#18004: test_list.test_overflow crashes Win64
http://bugs.python.org/issue18004  closed by serhiy.storchaka

#19743: test_gdb failures
http://bugs.python.org/issue19743  closed by pitrou

#20101: Determine correct behavior for time functions on Windows
http://bugs.python.org/issue20101  closed by haypo

#20729: mailbox.Mailbox does odd hasattr() check
http://bugs.python.org/issue20729  closed by serhiy.storchaka

#20746: test_pdb fails in refleak mode
http://bugs.python.org/issue20746  closed by pitrou

#21121: -Werror=declaration-after-statement is added even for extensio
http://bugs.python.org/issue21121  closed by python-dev

#21412: Solaris/Oracle Studio: Fatal Python error: PyThreadState_Get w
http://bugs.python.org/issue21412  closed by ned.deily

#21445: Some asserts in test_filecmp have the wrong messages
http://bugs.python.org/issue21445  closed by berker.peksag

#21725: RFC 6531 (SMTPUTF8) support in smtpd
http://bugs.python.org/issue21725  closed by r.david.murray

#21777: Separate out documentation of binary sequence methods
http://bugs.python.org/issue21777  closed by ncoghlan

#22060: Clean up ctypes.test, use unittest test discovery
http://bugs.python.org/issue22060  closed by python-dev

#22065: Update turtledemo menu creation
http://bugs.python.org/issue22065  closed by terry.reedy

#22112: '_UnixSelectorEventLoop' object has no attribute 'create_task'
http://bugs.python.org/issue22112  closed by haypo

#22139: python windows 2.7.8 64-bit did not install
http://bugs.python.org/issue22139  closed by loewis

#22145: <> in parser spec but not lexer spec
http://bugs.python.org/issue22145  closed by rhettinger

#22161: Remove unsupported code from ctypes
http://bugs.python.org/issue22161  closed by serhiy.storchaka

#22174: property doc fixes
http://bugs.python.org/issue22174  closed by rhettinger

#22175: improve test_faulthandler readability with dedent
http://bugs.python.org/issue22175  closed by python-dev

#22178: _winreg.QueryInfoKey Last Modified Time Value Incorrect or Exp
http://bugs.python.org/issue22178  closed by python-dev

#22180: operator.setitem example no longer works in Python 3 due to la
http://bugs.python.org/issue22180  closed by rhettinger

#22183: datetime.timezone methods require datetime object
http://bugs.python.org/issue22183  closed by belopolsky

#22184: lrucache should reject maxsize as a function
http://bugs.python.org/issue22184  closed by rhettinger

#22190: Integrate tracemalloc into regrtest refleak hunting
http://bugs.python.org/issue22190  closed by ncoghlan

#22202: Function Bug?
http://bugs.python.org/issue22202  closed by steven.daprano

#22204: spam
http://bugs.python.org/issue22204  closed by ezio.melotti


More information about the Python-Dev mailing list