[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Nov 8 18:07:42 CET 2013


ACTIVITY SUMMARY (2013-11-01 - 2013-11-08)
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    4227 (+10)
  closed 27074 (+45)
  total  31301 (+55)

Open issues with patches: 1960 


Issues opened (43)
==================

#10197: subprocess.getoutput fails on win32
http://bugs.python.org/issue10197  reopened by gregory.p.smith

#19475: Add microsecond flag to datetime isoformat()
http://bugs.python.org/issue19475  opened by skip.montanaro

#19476: Add a dedicated specification for module "reloading" to the la
http://bugs.python.org/issue19476  opened by eric.snow

#19477: document tp_print() as being dead in Py3
http://bugs.python.org/issue19477  opened by scoder

#19478: Add ability to prefix posix semaphore names created by multipr
http://bugs.python.org/issue19478  opened by Marc.Liyanage

#19479: textwrap.dedent doesn't work properly with strings containing 
http://bugs.python.org/issue19479  opened by alexis.d

#19481: IDLE hangs while printing instance of Unicode subclass
http://bugs.python.org/issue19481  opened by tim.peters

#19482: _pickle build warnings on Fedora 19
http://bugs.python.org/issue19482  opened by ncoghlan

#19483: Pure-Python ElementTree classes no longer available since 3.3
http://bugs.python.org/issue19483  opened by brechtm

#19486: Bump up version of Tcl/Tk in building Python in Windows platfo
http://bugs.python.org/issue19486  opened by vajrasky

#19489: move quick search box above TOC
http://bugs.python.org/issue19489  opened by georg.brandl

#19490: Problem installing matplotlib 1.3.1 with Python 2.7.6rc1 and 3
http://bugs.python.org/issue19490  opened by ned.deily

#19491: Python Crashing When Saving Documents
http://bugs.python.org/issue19491  opened by carolyn.reed at talktalk.net

#19492: Report skipped distutils tests as skipped
http://bugs.python.org/issue19492  opened by serhiy.storchaka

#19493: Report skipped ctypes tests as skipped
http://bugs.python.org/issue19493  opened by serhiy.storchaka

#19494: urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthH
http://bugs.python.org/issue19494  opened by mcepl

#19495: Enhancement for timeit: measure time to run blocks of code usi
http://bugs.python.org/issue19495  opened by dmoore

#19499: "import this" is cached in sys.modules
http://bugs.python.org/issue19499  opened by rhettinger

#19500: Error when connecting to FTPS servers not supporting SSL sessi
http://bugs.python.org/issue19500  opened by Ye.Wang

#19501: Buildbot testing of 3.2 broken
http://bugs.python.org/issue19501  opened by zach.ware

#19502: Wrong time zone offset, when using time.strftime() with a give
http://bugs.python.org/issue19502  opened by pwronisz

#19504: Change "customise" to "customize".
http://bugs.python.org/issue19504  opened by eric.smith

#19505: OrderedDict views don't implement __reversed__
http://bugs.python.org/issue19505  opened by ThiefMaster

#19506: subprocess.communicate() should use a memoryview
http://bugs.python.org/issue19506  opened by haypo

#19507: ssl.wrap_socket() with server_hostname should imply match_host
http://bugs.python.org/issue19507  opened by christian.heimes

#19508: Add warning that Python doesn't verify SSL certs by default
http://bugs.python.org/issue19508  opened by christian.heimes

#19509: No SSL match_hostname() in ftp, imap, nntp, pop, smtp modules
http://bugs.python.org/issue19509  opened by christian.heimes

#19510: lib2to3.fixes.fix_import gets confused if implicit relative im
http://bugs.python.org/issue19510  opened by durin42

#19511: lib2to3 Grammar file is no longer a Python 3 superset
http://bugs.python.org/issue19511  opened by ncoghlan

#19512: Avoid temporary Unicode strings, use identifiers to only creat
http://bugs.python.org/issue19512  opened by haypo

#19513: Use PyUnicodeWriter instead of PyAccu in repr(tuple) and repr(
http://bugs.python.org/issue19513  opened by haypo

#19515: Share duplicated _Py_IDENTIFIER identifiers in C code
http://bugs.python.org/issue19515  opened by haypo

#19517: sysconfig variables introduced by PEP-3149 are currently undoc
http://bugs.python.org/issue19517  opened by zaytsev

#19518: Add new PyRun_xxx() functions to not encode the filename
http://bugs.python.org/issue19518  opened by haypo

#19519: Parser: don't transcode input string to UTF-8 if it is already
http://bugs.python.org/issue19519  opened by haypo

#19520: Win32 compiler warning in _sha3
http://bugs.python.org/issue19520  opened by zach.ware

#19521: parallel build race condition on AIX since python-3.2
http://bugs.python.org/issue19521  opened by haubi

#19523: logging.FileHandler - using of delay argument case handle leak
http://bugs.python.org/issue19523  opened by DDGG

#19524: ResourceWarning when urlopen() forgets the HTTPConnection obje
http://bugs.python.org/issue19524  opened by vadmium

#19526: Review additions to the stable ABI of Python 3.4
http://bugs.python.org/issue19526  opened by haypo

#19527: Test failures with COUNT_ALLOCS
http://bugs.python.org/issue19527  opened by bkabrda

#19528: logger.config.fileConfig cant cope with files starting with an
http://bugs.python.org/issue19528  opened by 51m0n

#19529: Fix unicode_aswidechar() with 4byte unicode and 2byte wchar_t,
http://bugs.python.org/issue19529  opened by haubi



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

#19524: ResourceWarning when urlopen() forgets the HTTPConnection obje
http://bugs.python.org/issue19524

#19517: sysconfig variables introduced by PEP-3149 are currently undoc
http://bugs.python.org/issue19517

#19511: lib2to3 Grammar file is no longer a Python 3 superset
http://bugs.python.org/issue19511

#19510: lib2to3.fixes.fix_import gets confused if implicit relative im
http://bugs.python.org/issue19510

#19509: No SSL match_hostname() in ftp, imap, nntp, pop, smtp modules
http://bugs.python.org/issue19509

#19506: subprocess.communicate() should use a memoryview
http://bugs.python.org/issue19506

#19500: Error when connecting to FTPS servers not supporting SSL sessi
http://bugs.python.org/issue19500

#19493: Report skipped ctypes tests as skipped
http://bugs.python.org/issue19493

#19489: move quick search box above TOC
http://bugs.python.org/issue19489

#19482: _pickle build warnings on Fedora 19
http://bugs.python.org/issue19482

#19477: document tp_print() as being dead in Py3
http://bugs.python.org/issue19477

#19476: Add a dedicated specification for module "reloading" to the la
http://bugs.python.org/issue19476

#19474: Argument Clinic causing compiler warnings about uninitialized 
http://bugs.python.org/issue19474

#19472: inspect.getsource() raises a wrong exception type
http://bugs.python.org/issue19472

#19469: Duplicate namespace package portions (but not on Windows)
http://bugs.python.org/issue19469



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

#19529: Fix unicode_aswidechar() with 4byte unicode and 2byte wchar_t,
http://bugs.python.org/issue19529

#19527: Test failures with COUNT_ALLOCS
http://bugs.python.org/issue19527

#19521: parallel build race condition on AIX since python-3.2
http://bugs.python.org/issue19521

#19520: Win32 compiler warning in _sha3
http://bugs.python.org/issue19520

#19519: Parser: don't transcode input string to UTF-8 if it is already
http://bugs.python.org/issue19519

#19518: Add new PyRun_xxx() functions to not encode the filename
http://bugs.python.org/issue19518

#19513: Use PyUnicodeWriter instead of PyAccu in repr(tuple) and repr(
http://bugs.python.org/issue19513

#19512: Avoid temporary Unicode strings, use identifiers to only creat
http://bugs.python.org/issue19512

#19505: OrderedDict views don't implement __reversed__
http://bugs.python.org/issue19505

#19504: Change "customise" to "customize".
http://bugs.python.org/issue19504

#19501: Buildbot testing of 3.2 broken
http://bugs.python.org/issue19501

#19493: Report skipped ctypes tests as skipped
http://bugs.python.org/issue19493

#19492: Report skipped distutils tests as skipped
http://bugs.python.org/issue19492

#19486: Bump up version of Tcl/Tk in building Python in Windows platfo
http://bugs.python.org/issue19486

#19481: IDLE hangs while printing instance of Unicode subclass
http://bugs.python.org/issue19481



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

#19475: Add microsecond flag to datetime isoformat()
http://bugs.python.org/issue19475  20 msgs

#19512: Avoid temporary Unicode strings, use identifiers to only creat
http://bugs.python.org/issue19512  20 msgs

#19085: Add tkinter basic options tests
http://bugs.python.org/issue19085  19 msgs

#19515: Share duplicated _Py_IDENTIFIER identifiers in C code
http://bugs.python.org/issue19515  16 msgs

#19406: PEP 453: add the ensurepip module
http://bugs.python.org/issue19406  12 msgs

#17828: More informative error handling when encoding and decoding
http://bugs.python.org/issue17828   9 msgs

#19481: IDLE hangs while printing instance of Unicode subclass
http://bugs.python.org/issue19481   9 msgs

#19499: "import this" is cached in sys.modules
http://bugs.python.org/issue19499   9 msgs

#19513: Use PyUnicodeWriter instead of PyAccu in repr(tuple) and repr(
http://bugs.python.org/issue19513   9 msgs

#19518: Add new PyRun_xxx() functions to not encode the filename
http://bugs.python.org/issue19518   9 msgs



Issues closed (39)
==================

#4331: Add functools.partialmethod
http://bugs.python.org/issue4331  closed by ncoghlan

#4965: Can doc index of html version be separately scrollable?
http://bugs.python.org/issue4965  closed by ezio.melotti

#6157: Tkinter.Text: changes for bbox, debug, and edit methods.
http://bugs.python.org/issue6157  closed by serhiy.storchaka

#6160: Tkinter.Spinbox: fix bbox method
http://bugs.python.org/issue6160  closed by serhiy.storchaka

#6868: Check errno of epoll_ctrl
http://bugs.python.org/issue6868  closed by akuchling

#7593: Computed-goto patch for RE engine
http://bugs.python.org/issue7593  closed by akuchling

#8003: Fragile and unexpected error-handling in asyncore
http://bugs.python.org/issue8003  closed by akuchling

#10375: 2to3 print(single argument)
http://bugs.python.org/issue10375  closed by terry.reedy

#11096: Multiple turtle tracers
http://bugs.python.org/issue11096  closed by terry.reedy

#11965: Simplify context manager in os.popen
http://bugs.python.org/issue11965  closed by akuchling

#17080: A better error message for float()
http://bugs.python.org/issue17080  closed by ezio.melotti

#17827: Document codecs.encode and codecs.decode
http://bugs.python.org/issue17827  closed by python-dev

#18345: logging: file creation options with FileHandler and friends
http://bugs.python.org/issue18345  closed by python-dev

#18678: Wrong struct members name for spwd module
http://bugs.python.org/issue18678  closed by r.david.murray

#18702: Report skipped tests as skipped
http://bugs.python.org/issue18702  closed by serhiy.storchaka

#18809: Expose mtime check in importlib.machinery.FileFinder
http://bugs.python.org/issue18809  closed by brett.cannon

#18985: Improve the documentation in fcntl module
http://bugs.python.org/issue18985  closed by r.david.murray

#19286: error: can't copy '<dirname>': doesn't exist or not a regular 
http://bugs.python.org/issue19286  closed by jason.coombs

#19378: Clean up Python 3.4 API additions in the dis module
http://bugs.python.org/issue19378  closed by python-dev

#19391: Fix PCbuild/readme.txt in 2.7 and 3.3
http://bugs.python.org/issue19391  closed by zach.ware

#19397: test_pydoc fails with -S
http://bugs.python.org/issue19397  closed by terry.reedy

#19403: Make contextlib.redirect_stdout reentrant
http://bugs.python.org/issue19403  closed by python-dev

#19411: binascii.hexlify docs say it returns a string (it returns byte
http://bugs.python.org/issue19411  closed by r.david.murray

#19439: Build _testembed on Windows
http://bugs.python.org/issue19439  closed by python-dev

#19464: Remove warnings from Windows buildbot "clean" script
http://bugs.python.org/issue19464  closed by tim.golden

#19480: HTMLParser fails to handle some characters in the starttag
http://bugs.python.org/issue19480  closed by ezio.melotti

#19484: Idle crashes when opening file
http://bugs.python.org/issue19484  closed by ned.deily

#19485: Slightly incorrect doc for get_param method in Lib/email/messa
http://bugs.python.org/issue19485  closed by r.david.murray

#19487: Correct the error of the example given in the doc of partialme
http://bugs.python.org/issue19487  closed by ncoghlan

#19488: idlelib tests are silently skipped by test.regrtest on 2.7
http://bugs.python.org/issue19488  closed by terry.reedy

#19496: Website link
http://bugs.python.org/issue19496  closed by ned.deily

#19497: selectors and modify()
http://bugs.python.org/issue19497  closed by gvanrossum

#19498: IDLE is behaving badly in Python 2.7.6rc1
http://bugs.python.org/issue19498  closed by ned.deily

#19503: does gc_list_merge merge properly?
http://bugs.python.org/issue19503  closed by mark.dickinson

#19514: Merge duplicated _Py_IDENTIFIER identifiers in C code
http://bugs.python.org/issue19514  closed by loewis

#19516: segmentation fault using a dict as a key
http://bugs.python.org/issue19516  closed by ned.deily

#19522: A suggestion: python 3.* is not as convenient as python 2.*
http://bugs.python.org/issue19522  closed by eric.snow

#19525: Strict indentation in Python3
http://bugs.python.org/issue19525  closed by Arfrever

#834840: Unhelpful error message from cgi module
http://bugs.python.org/issue834840  closed by akuchling


More information about the Python-Dev mailing list