[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jul 1 12:08:45 EDT 2016


ACTIVITY SUMMARY (2016-06-24 - 2016-07-01)
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    5545 (+14)
  closed 33648 (+39)
  total  39193 (+53)

Open issues with patches: 2421 


Issues opened (39)
==================

#22928: HTTP header injection in urrlib2/urllib/httplib/http.client (C
http://bugs.python.org/issue22928  reopened by koobs

#23804: SSLSocket.recv(0) receives up to 1024 bytes
http://bugs.python.org/issue23804  reopened by martin.panter

#27385: itertools.groupby has misleading doc string
http://bugs.python.org/issue27385  opened by gmathews

#27386: Asyncio server hang when clients connect and immediately disco
http://bugs.python.org/issue27386  opened by j1m

#27387: Thread hangs on str.encode() when locale is not set
http://bugs.python.org/issue27387  opened by joshpurvis

#27388: IDLE configdialog: reduce multiple references to Var names
http://bugs.python.org/issue27388  opened by terry.reedy

#27389: When a TypeError is raised due to invalid arguments to a metho
http://bugs.python.org/issue27389  opened by Steven.Barker

#27391: server_hostname should only be required when checking host nam
http://bugs.python.org/issue27391  opened by j1m

#27392: Add a server_side keyword parameter to create_connection
http://bugs.python.org/issue27392  opened by j1m

#27395: Increase test coverage of unittest.runner.TextTestResult
http://bugs.python.org/issue27395  opened by Pam.McANulty

#27397: email.message.Message.get_payload(decode=True) raises Assertio
http://bugs.python.org/issue27397  opened by Claudiu Saftoiu

#27398: configure warning for Python 3.5.2 during compilation
http://bugs.python.org/issue27398  opened by wizzardx

#27400: Datetime NoneType after calling Py_Finalize and Py_Initialize
http://bugs.python.org/issue27400  opened by Denny Weinberg

#27404: Misc/NEWS: add [Security] prefix to Python 3.5.2 changelog
http://bugs.python.org/issue27404  opened by haypo

#27405: Ability to trace Tcl commands executed by Tkinter
http://bugs.python.org/issue27405  opened by serhiy.storchaka

#27407: prepare_ssl.py missing in PCBuild folder
http://bugs.python.org/issue27407  opened by George Ge

#27408: Document importlib.abc.ExecutionLoader implements get_data()
http://bugs.python.org/issue27408  opened by brett.cannon

#27409: List socket.SO_*, SCM_*, MSG_*, IPPROTO_* symbols
http://bugs.python.org/issue27409  opened by martin.panter

#27410: DLL hijacking vulnerability in Python 3.5.2 installer
http://bugs.python.org/issue27410  opened by anandbhat

#27411: Possible different behaviour of explicit and implicit __dict__
http://bugs.python.org/issue27411  opened by xiang.zhang

#27413: Add an option to json.tool to bypass non-ASCII characters.
http://bugs.python.org/issue27413  opened by Wei-Cheng.Pan

#27414: http.server.BaseHTTPRequestHandler inconsistence with Content-
http://bugs.python.org/issue27414  opened by m.xhonneux

#27415: BaseEventLoop.create_server does not accept port=None
http://bugs.python.org/issue27415  opened by mcobden

#27417: Call CoInitializeEx on startup
http://bugs.python.org/issue27417  opened by steve.dower

#27419: Bugs in PyImport_ImportModuleLevelObject
http://bugs.python.org/issue27419  opened by serhiy.storchaka

#27420: Docs for os.link - say what happens if link already exists
http://bugs.python.org/issue27420  opened by python-bugs-uit

#27422: Deadlock when mixing threading and multiprocessing
http://bugs.python.org/issue27422  opened by Martin Ritter

#27423: Failed assertions when running test.test_os on Windows
http://bugs.python.org/issue27423  opened by ebarry

#27424: Failures in test.test_logging
http://bugs.python.org/issue27424  opened by ebarry

#27425: Tests fail because of git's newline preferences on Windows
http://bugs.python.org/issue27425  opened by ebarry

#27426: Encoding mismatch causes some tests to fail on Windows
http://bugs.python.org/issue27426  opened by ebarry

#27427: Math tests
http://bugs.python.org/issue27427  opened by franciscouzo

#27428: Document WindowsRegistryFinder inherits from MetaPathFinder
http://bugs.python.org/issue27428  opened by brett.cannon

#27429: xml.sax.saxutils.escape doesn't escape multiple characters saf
http://bugs.python.org/issue27429  opened by tylerjohnhughes

#27432: Unittest truncating of error message not works
http://bugs.python.org/issue27432  opened by Camilla Ke

#27434: cross-building python 3.6 with an older interpreter fails
http://bugs.python.org/issue27434  opened by xdegaye

#27435: ctypes and AIX - also for 2.7.X (and later)
http://bugs.python.org/issue27435  opened by aixtools at gmail.com

#27436: Strange code in selectors.KqueueSelector
http://bugs.python.org/issue27436  opened by dabeaz

#1732367: Document the constants in the socket module
http://bugs.python.org/issue1732367  reopened by martin.panter



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

#27436: Strange code in selectors.KqueueSelector
http://bugs.python.org/issue27436

#27435: ctypes and AIX - also for 2.7.X (and later)
http://bugs.python.org/issue27435

#27429: xml.sax.saxutils.escape doesn't escape multiple characters saf
http://bugs.python.org/issue27429

#27428: Document WindowsRegistryFinder inherits from MetaPathFinder
http://bugs.python.org/issue27428

#27427: Math tests
http://bugs.python.org/issue27427

#27426: Encoding mismatch causes some tests to fail on Windows
http://bugs.python.org/issue27426

#27420: Docs for os.link - say what happens if link already exists
http://bugs.python.org/issue27420

#27411: Possible different behaviour of explicit and implicit __dict__
http://bugs.python.org/issue27411

#27409: List socket.SO_*, SCM_*, MSG_*, IPPROTO_* symbols
http://bugs.python.org/issue27409

#27408: Document importlib.abc.ExecutionLoader implements get_data()
http://bugs.python.org/issue27408

#27404: Misc/NEWS: add [Security] prefix to Python 3.5.2 changelog
http://bugs.python.org/issue27404

#27395: Increase test coverage of unittest.runner.TextTestResult
http://bugs.python.org/issue27395

#27388: IDLE configdialog: reduce multiple references to Var names
http://bugs.python.org/issue27388

#27379: SocketType changed in Python 3
http://bugs.python.org/issue27379

#27376: Add mock_import method to mock module
http://bugs.python.org/issue27376



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

#27427: Math tests
http://bugs.python.org/issue27427

#27423: Failed assertions when running test.test_os on Windows
http://bugs.python.org/issue27423

#27419: Bugs in PyImport_ImportModuleLevelObject
http://bugs.python.org/issue27419

#27413: Add an option to json.tool to bypass non-ASCII characters.
http://bugs.python.org/issue27413

#27409: List socket.SO_*, SCM_*, MSG_*, IPPROTO_* symbols
http://bugs.python.org/issue27409

#27405: Ability to trace Tcl commands executed by Tkinter
http://bugs.python.org/issue27405

#27404: Misc/NEWS: add [Security] prefix to Python 3.5.2 changelog
http://bugs.python.org/issue27404

#27398: configure warning for Python 3.5.2 during compilation
http://bugs.python.org/issue27398

#27395: Increase test coverage of unittest.runner.TextTestResult
http://bugs.python.org/issue27395

#27385: itertools.groupby has misleading doc string
http://bugs.python.org/issue27385

#27380: IDLE: add base Query dialog with ttk widgets
http://bugs.python.org/issue27380

#27377: Add smarter socket.fromfd()
http://bugs.python.org/issue27377

#27376: Add mock_import method to mock module
http://bugs.python.org/issue27376

#27374: Cygwin: Makefile does not install DLL import library
http://bugs.python.org/issue27374

#27369: [PATCH] Tests break with --with-system-expat and Expat 2.2.0
http://bugs.python.org/issue27369



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

#27364: Deprecate invalid unicode escape sequences
http://bugs.python.org/issue27364  18 msgs

#27417: Call CoInitializeEx on startup
http://bugs.python.org/issue27417  18 msgs

#27386: Asyncio server hang when clients connect and immediately disco
http://bugs.python.org/issue27386  17 msgs

#27392: Add a server_side keyword parameter to create_connection
http://bugs.python.org/issue27392  15 msgs

#23395: _thread.interrupt_main() errors if SIGINT handler in SIG_DFL, 
http://bugs.python.org/issue23395  12 msgs

#26137: [idea] use the Microsoft Antimalware Scan Interface
http://bugs.python.org/issue26137  11 msgs

#27051: Create PIP gui
http://bugs.python.org/issue27051  11 msgs

#27391: server_hostname should only be required when checking host nam
http://bugs.python.org/issue27391  10 msgs

#26226: Test failures with non-ascii character in hostname on Windows
http://bugs.python.org/issue26226   9 msgs

#22079: Ensure in PyType_Ready() that base class of static type is sta
http://bugs.python.org/issue22079   8 msgs



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

#4945: json checks True/False by identity, not boolean value
http://bugs.python.org/issue4945  closed by serhiy.storchaka

#18726: json functions have too many positional parameters
http://bugs.python.org/issue18726  closed by serhiy.storchaka

#19536: MatchObject should offer __getitem__()
http://bugs.python.org/issue19536  closed by berker.peksag

#20350: Replace tkapp.split() to tkapp.splitlist()
http://bugs.python.org/issue20350  closed by serhiy.storchaka

#20770: Inform caller of smtplib STARTTLS failures
http://bugs.python.org/issue20770  closed by aclover

#22115: Add new methods to trace Tkinter variables
http://bugs.python.org/issue22115  closed by serhiy.storchaka

#22890: StringIO.StringIO pickled in 2.7 is not unpickleable on 3.x
http://bugs.python.org/issue22890  closed by serhiy.storchaka

#23401: Add pickle support of Mapping views
http://bugs.python.org/issue23401  closed by serhiy.storchaka

#24833: IDLE tabnanny check fails
http://bugs.python.org/issue24833  closed by terry.reedy

#25042: Create an "embedding SDK" distribution?
http://bugs.python.org/issue25042  closed by steve.dower

#26186: LazyLoader rejecting use of SourceFileLoader
http://bugs.python.org/issue26186  closed by brett.cannon

#26664: Misuse of $ in activate.fish of venv
http://bugs.python.org/issue26664  closed by brett.cannon

#26721: Avoid socketserver.StreamRequestHandler.wfile doing partial wr
http://bugs.python.org/issue26721  closed by martin.panter

#27007: Alternate constructors bytes.fromhex() and bytearray.fromhex()
http://bugs.python.org/issue27007  closed by serhiy.storchaka

#27038: Make os.DirEntry exist
http://bugs.python.org/issue27038  closed by brett.cannon

#27252: Make dict views copyable
http://bugs.python.org/issue27252  closed by serhiy.storchaka

#27253: More efficient deepcopying of Mapping
http://bugs.python.org/issue27253  closed by serhiy.storchaka

#27255: More opcode predictions
http://bugs.python.org/issue27255  closed by serhiy.storchaka

#27352: Bug in IMPORT_NAME
http://bugs.python.org/issue27352  closed by serhiy.storchaka

#27365: Allow non-ascii chars in IDLE NEWS.txt (for contributor names)
http://bugs.python.org/issue27365  closed by larry

#27372: Test_idle should stop changing locale
http://bugs.python.org/issue27372  closed by terry.reedy

#27383: executuable in distutils triggering microsoft anti virus
http://bugs.python.org/issue27383  closed by steve.dower

#27384: itertools islice consumes items when given negative range
http://bugs.python.org/issue27384  closed by rhettinger

#27390: state of the 3.3 branch unclear
http://bugs.python.org/issue27390  closed by brett.cannon

#27393: Command to activate venv in Windows has wrong path
http://bugs.python.org/issue27393  closed by berker.peksag

#27394: Crash with compile returning a value with an error set
http://bugs.python.org/issue27394  closed by ebarry

#27396: Change default filecmp.cmp shallow option
http://bugs.python.org/issue27396  closed by rhettinger

#27399: ChainMap.keys() is broken
http://bugs.python.org/issue27399  closed by Zahari.Dim

#27401: Wrong FTP links in 3.5.2 installer
http://bugs.python.org/issue27401  closed by zach.ware

#27402: Sequence example in typing module documentation does not typec
http://bugs.python.org/issue27402  closed by gvanrossum

#27403: os.path.dirname doesn't handle Windows' URNs correctly
http://bugs.python.org/issue27403  closed by eryksun

#27406: subprocess.Popen() hangs in multi-threaded code
http://bugs.python.org/issue27406  closed by r.david.murray

#27412: float('∞') returns 8.0
http://bugs.python.org/issue27412  closed by eryksun

#27416: typo / missing word in docs.python.org/2/library/copy.html
http://bugs.python.org/issue27416  closed by haypo

#27418: Tools/importbench/importbench.py is broken
http://bugs.python.org/issue27418  closed by serhiy.storchaka

#27421: PPC64LE Fedora 2.7: certificate for hg.python.org has unexpect
http://bugs.python.org/issue27421  closed by haypo

#27430: Spelling fixes
http://bugs.python.org/issue27430  closed by berker.peksag

#27431: Shelve pickle version error
http://bugs.python.org/issue27431  closed by berker.peksag

#27433: Missing "as err" in Lib/socket.py
http://bugs.python.org/issue27433  closed by berker.peksag


More information about the Python-Dev mailing list