[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Oct 16 12:08:32 EDT 2015


ACTIVITY SUMMARY (2015-10-09 - 2015-10-16)
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    5152 ( +8)
  closed 32026 (+55)
  total  37178 (+63)

Open issues with patches: 2272 


Issues opened (37)
==================

#24931: _asdict breaks when inheriting from a namedtuple
http://bugs.python.org/issue24931  reopened by doko

#25188: regrtest.py improvement for Profile Guided Optimization builds
http://bugs.python.org/issue25188  reopened by Arfrever

#25359: io.open() fails to open ascii file if LANG env not set
http://bugs.python.org/issue25359  opened by sentinel

#25360: pyw should search for pythonw to implement #!/usr/bin/env  pyt
http://bugs.python.org/issue25360  opened by eryksun

#25366: test_venv fails with --without-threads
http://bugs.python.org/issue25366  opened by Arfrever

#25370: Add support of pickling very large bytes and str objects with 
http://bugs.python.org/issue25370  opened by serhiy.storchaka

#25376: KeyboardInterrupt handling and traceback broken on Windows 10
http://bugs.python.org/issue25376  opened by mdf

#25377: Mention octal format of mode argument of os.chmod
http://bugs.python.org/issue25377  opened by krichter

#25381: Doc: Use of old description of raise in Python3
http://bugs.python.org/issue25381  opened by xiang.zhang

#25385: Spurious warning when compiling extension module
http://bugs.python.org/issue25385  opened by pitrou

#25386: msvcrt_putch/msvcrt_putwch don't check the return value of _pu
http://bugs.python.org/issue25386  opened by Alexander Riccio

#25387: sound_msgbeep doesn't check the return value of MessageBeep
http://bugs.python.org/issue25387  opened by Alexander Riccio

#25388: tokenizer crash/misbehavior -- heap use-after-free
http://bugs.python.org/issue25388  opened by Brian.Cain

#25390: Can't define a typing.Union containing a typing.re.Pattern
http://bugs.python.org/issue25390  opened by Martí Congost Tapias

#25392: setup.py --quiet doesn't silence "no previously-included direc
http://bugs.python.org/issue25392  opened by nedbat

#25393: 'resource' module documentation error
http://bugs.python.org/issue25393  opened by tzot

#25394: CoroWrapper breaks gen.throw
http://bugs.python.org/issue25394  opened by Chris Seto

#25395: SIGSEGV using json.tool
http://bugs.python.org/issue25395  opened by nagisa

#25397: improve ac_cv_have_long_long_format GCC fallback
http://bugs.python.org/issue25397  opened by vapier

#25400: robotparser doesn't return crawl delay for default entry
http://bugs.python.org/issue25400  opened by pwirtz

#25402: More accurate estimation of the number of digits in int to dec
http://bugs.python.org/issue25402  opened by serhiy.storchaka

#25403: urllib.parse.urljoin is broken in python 3.5
http://bugs.python.org/issue25403  opened by Pavel Ivanov

#25404: ssl.SSLcontext.load_dh_params() does not handle unicode filena
http://bugs.python.org/issue25404  opened by schlenk

#25405: User install of 3.5 removes py.exe from C:\Windows
http://bugs.python.org/issue25405  opened by paul.moore

#25407: Update PEP 4 to keep modules in Python 3
http://bugs.python.org/issue25407  opened by brett.cannon

#25408: Consider dropping html5lib and spambayes from the default benc
http://bugs.python.org/issue25408  opened by brett.cannon

#25409: fnmatch.fnmatch normalizes slashes/backslashes on Windows
http://bugs.python.org/issue25409  opened by The Compiler

#25410: Clean up and fix OrderedDict
http://bugs.python.org/issue25410  opened by serhiy.storchaka

#25411: SMTPHandler in the logging module fails with unicode strings
http://bugs.python.org/issue25411  opened by simon04

#25412: __floordiv__ in module fraction fails with TypeError instead o
http://bugs.python.org/issue25412  opened by ShashkovS

#25413: ctypes (libffi) fails to compile on Solaris X86
http://bugs.python.org/issue25413  opened by CristiFati

#25414: Bypass unnecessary size limit test from deques on builds with 
http://bugs.python.org/issue25414  opened by rhettinger

#25415: I can create instances of io.IOBase
http://bugs.python.org/issue25415  opened by Gerrit.Holl

#25416: Add encoding aliases from the (HTML5) Encoding Standard
http://bugs.python.org/issue25416  opened by zwol

#25417: Minor typo in Path.samefile docstring
http://bugs.python.org/issue25417  opened by Antony.Lee

#25419: Readline completion of module names in import statements
http://bugs.python.org/issue25419  opened by martin.panter

#25420: "import random" blocks on entropy collection
http://bugs.python.org/issue25420  opened by matejcik



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

#25420: "import random" blocks on entropy collection
http://bugs.python.org/issue25420

#25419: Readline completion of module names in import statements
http://bugs.python.org/issue25419

#25417: Minor typo in Path.samefile docstring
http://bugs.python.org/issue25417

#25416: Add encoding aliases from the (HTML5) Encoding Standard
http://bugs.python.org/issue25416

#25413: ctypes (libffi) fails to compile on Solaris X86
http://bugs.python.org/issue25413

#25407: Update PEP 4 to keep modules in Python 3
http://bugs.python.org/issue25407

#25397: improve ac_cv_have_long_long_format GCC fallback
http://bugs.python.org/issue25397

#25394: CoroWrapper breaks gen.throw
http://bugs.python.org/issue25394

#25393: 'resource' module documentation error
http://bugs.python.org/issue25393

#25387: sound_msgbeep doesn't check the return value of MessageBeep
http://bugs.python.org/issue25387

#25366: test_venv fails with --without-threads
http://bugs.python.org/issue25366

#25360: pyw should search for pythonw to implement #!/usr/bin/env  pyt
http://bugs.python.org/issue25360

#25355: Windows 3.5 installer does not add python to "App Paths" key
http://bugs.python.org/issue25355

#25351: pyvenv activate script failure with specific bash option
http://bugs.python.org/issue25351

#25348: Update pgo_build.bat to use --pgo flag for regrtest
http://bugs.python.org/issue25348



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

#25419: Readline completion of module names in import statements
http://bugs.python.org/issue25419

#25414: Bypass unnecessary size limit test from deques on builds with 
http://bugs.python.org/issue25414

#25413: ctypes (libffi) fails to compile on Solaris X86
http://bugs.python.org/issue25413

#25411: SMTPHandler in the logging module fails with unicode strings
http://bugs.python.org/issue25411

#25410: Clean up and fix OrderedDict
http://bugs.python.org/issue25410

#25402: More accurate estimation of the number of digits in int to dec
http://bugs.python.org/issue25402

#25400: robotparser doesn't return crawl delay for default entry
http://bugs.python.org/issue25400

#25394: CoroWrapper breaks gen.throw
http://bugs.python.org/issue25394

#25388: tokenizer crash/misbehavior -- heap use-after-free
http://bugs.python.org/issue25388

#25381: Doc: Use of old description of raise in Python3
http://bugs.python.org/issue25381

#25370: Add support of pickling very large bytes and str objects with 
http://bugs.python.org/issue25370

#25347: assert_has_calls output is formatted inconsistently
http://bugs.python.org/issue25347

#25341: File mode wb+ appears as rb+
http://bugs.python.org/issue25341

#25338: urllib bypasses all hosts if proxyoverride includes an empty e
http://bugs.python.org/issue25338

#25334: telnetlib: process_rawq() and binary data
http://bugs.python.org/issue25334



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

#22005: datetime.__setstate__ fails decoding python2 pickle
http://bugs.python.org/issue22005  11 msgs

#25356: Idle (Python 3.4 on Ubuntu) does not allow typing accents
http://bugs.python.org/issue25356  11 msgs

#25194: Opt-in motivations & affiliations page for core contributors
http://bugs.python.org/issue25194  10 msgs

#25381: Doc: Use of old description of raise in Python3
http://bugs.python.org/issue25381  10 msgs

#25359: io.open() fails to open ascii file if LANG env not set
http://bugs.python.org/issue25359   9 msgs

#25303: Add option to py_compile to compile for syntax checking withou
http://bugs.python.org/issue25303   8 msgs

#21159: configparser.InterpolationMissingOptionError is not very intui
http://bugs.python.org/issue21159   6 msgs

#25343: Document atomic operations on builtin types
http://bugs.python.org/issue25343   6 msgs

#25006: List pybind11 binding generator
http://bugs.python.org/issue25006   5 msgs

#25352: Add 'make this my default python' to windows installs for Pyth
http://bugs.python.org/issue25352   5 msgs



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

#5380: pty.read raises IOError when slave pty device is closed
http://bugs.python.org/issue5380  closed by gvanrossum

#21165: Optimize str.translate() for replacement with substrings and n
http://bugs.python.org/issue21165  closed by haypo

#21264: test_compileall fails to build in the installed location
http://bugs.python.org/issue21264  closed by brett.cannon

#22179: Idle. Search dialog found text not highlited on Windows
http://bugs.python.org/issue22179  closed by terry.reedy

#22726: Idle: add help to config dialogs
http://bugs.python.org/issue22726  closed by terry.reedy

#24164: Support pickling objects with __new__ with keyword arguments w
http://bugs.python.org/issue24164  closed by serhiy.storchaka

#24402: input() uses sys.__stdout__ instead of sys.stdout for prompt
http://bugs.python.org/issue24402  closed by martin.panter

#24782: Merge 'configure extensions' into main IDLE config dialog
http://bugs.python.org/issue24782  closed by terry.reedy

#24784: Build fails with --with-pydebug and --without-threads
http://bugs.python.org/issue24784  closed by python-dev

#25001: Make --nowindows argument to regrtest propagate when running w
http://bugs.python.org/issue25001  closed by haypo

#25023: time.strftime('%a'), ValueError: embedded null byte, in ko loc
http://bugs.python.org/issue25023  closed by steve.dower

#25093: New 3.5.0 failure in test_tcl on win7
http://bugs.python.org/issue25093  closed by python-dev

#25099: test_compileall fails when run by unprivileged user on install
http://bugs.python.org/issue25099  closed by brett.cannon

#25143: 3.5 install fails poorly on Windows XP
http://bugs.python.org/issue25143  closed by steve.dower

#25159: Regression in time to import a module
http://bugs.python.org/issue25159  closed by serhiy.storchaka

#25161: Missing periods at the end of sentences
http://bugs.python.org/issue25161  closed by martin.panter

#25163: Windows installer in AllUsers mode presents wrong installation
http://bugs.python.org/issue25163  closed by steve.dower

#25164: Windows default installation path is inconsistent between per-
http://bugs.python.org/issue25164  closed by steve.dower

#25207: ICC compiler warnings
http://bugs.python.org/issue25207  closed by haypo

#25210: Special-case NoneType() in do_richcompare()
http://bugs.python.org/issue25210  closed by haypo

#25254: Idle: debugger source line highlighting fails again
http://bugs.python.org/issue25254  closed by terry.reedy

#25274: sys.setrecursionlimit() must fail if the current recursion dep
http://bugs.python.org/issue25274  closed by haypo

#25277: test_sigwaitinfo() of test_eintr hangs on randomly on FreeBSD 
http://bugs.python.org/issue25277  closed by haypo

#25322: contextlib.suppress not tested for nested usage
http://bugs.python.org/issue25322  closed by martin.panter

#25335: ast.literal_eval fails to parse numbers with leading "+"
http://bugs.python.org/issue25335  closed by terry.reedy

#25344: Enhancement to Logging - Logging Stack
http://bugs.python.org/issue25344  closed by python-dev

#25349: Use _PyBytesWriter for bytes%args
http://bugs.python.org/issue25349  closed by haypo

#25353: Use _PyBytesWriter for unicode escape and raw unicode escape e
http://bugs.python.org/issue25353  closed by haypo

#25354: test_datetime failing
http://bugs.python.org/issue25354  closed by tim.peters

#25357: Add an optional newline parameter to binascii.b2a_base64() to 
http://bugs.python.org/issue25357  closed by haypo

#25358: Unexpected behaviour when converting large float to int
http://bugs.python.org/issue25358  closed by eryksun

#25361: Is python-3-5-0.exe compiled with SSE2 instrutions? If so shou
http://bugs.python.org/issue25361  closed by steve.dower

#25362: In threading module, use with instead of try finally
http://bugs.python.org/issue25362  closed by python-dev

#25363: x=[1,2,3].append([1,2,3]) bug
http://bugs.python.org/issue25363  closed by eric.smith

#25364: zipfile broken with --without-threads
http://bugs.python.org/issue25364  closed by serhiy.storchaka

#25365: test_pickle fails with --without-threads
http://bugs.python.org/issue25365  closed by serhiy.storchaka

#25367: test_coroutines fails with --without-threads
http://bugs.python.org/issue25367  closed by python-dev

#25368: test_eintr fails with --without-threads
http://bugs.python.org/issue25368  closed by python-dev

#25369: test_regrtest fails with --without-threads
http://bugs.python.org/issue25369  closed by python-dev

#25371: select.select docstring needs comma
http://bugs.python.org/issue25371  closed by python-dev

#25372: load_module() does not link submodule to parent package
http://bugs.python.org/issue25372  closed by brett.cannon

#25373: test.regrtest: -jN (with N != 1) + --slow + child error or int
http://bugs.python.org/issue25373  closed by python-dev

#25374: Deficiencies in type hint usage in Python standard libraries
http://bugs.python.org/issue25374  closed by r.david.murray

#25375: Don't mention 2.2 in the 3.x docs
http://bugs.python.org/issue25375  closed by python-dev

#25378: Roundoff error on OS X
http://bugs.python.org/issue25378  closed by ezio.melotti

#25379: Changes in traceback broke existing code (Python 3.5)
http://bugs.python.org/issue25379  closed by berker.peksag

#25380: Incorrect protocol for the STACK_GLOBAL opcode
http://bugs.python.org/issue25380  closed by serhiy.storchaka

#25382: pickletools.dis(): output memo id for MEMOIZE
http://bugs.python.org/issue25382  closed by serhiy.storchaka

#25383: Docs: Broken link
http://bugs.python.org/issue25383  closed by berker.peksag

#25384: Use _PyBytesWriter in the binascii module
http://bugs.python.org/issue25384  closed by haypo

#25389: It crashes as long as I press "(parenthese)
http://bugs.python.org/issue25389  closed by ned.deily

#25391: difflib.SequenceMatcher(...).ratio gives bad/wrong/unexpected 
http://bugs.python.org/issue25391  closed by tim.peters

#25396: A Python runtime not could be located.
http://bugs.python.org/issue25396  closed by zach.ware

#25399: Optimize bytearray % args
http://bugs.python.org/issue25399  closed by haypo

#25401: Optimize bytes.fromhex() and bytearray.fromhex()
http://bugs.python.org/issue25401  closed by haypo

#25406: OrderedDict.move_to_end may cause crash in python 3.5
http://bugs.python.org/issue25406  closed by serhiy.storchaka

#25418: Minor markup issue in reference/datamodel docs
http://bugs.python.org/issue25418  closed by berker.peksag


More information about the Python-Dev mailing list