ACTIVITY SUMMARY (2015-11-27 - 2015-12-04)
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    5289 (+26)
  closed 32266 (+28)
  total  37555 (+54)

Open issues with patches: 2332 


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

#25744: Reference leaks in test_collections
http://bugs.python.org/issue25744  opened by serhiy.storchaka

#25745: Reference leaks in test_curses
http://bugs.python.org/issue25745  opened by serhiy.storchaka

#25746: test_unittest failure in leaks searching mode
http://bugs.python.org/issue25746  opened by serhiy.storchaka

#25747: test_idle failure in leaks searching mode
http://bugs.python.org/issue25747  opened by serhiy.storchaka

#25749: asyncio.Server class documented but not exported
http://bugs.python.org/issue25749  opened by Ron Frederick

#25750: tp_descr_get(self, obj, type) is called without owning a refer
http://bugs.python.org/issue25750  opened by jdemeyer

#25752: asyncio.readline - add customizable line separator
http://bugs.python.org/issue25752  opened by mmarkk

#25753: Reference leaks in test_smtplib
http://bugs.python.org/issue25753  opened by serhiy.storchaka

#25755: Test test_property failed if run twice
http://bugs.python.org/issue25755  opened by serhiy.storchaka

#25757: Subclasses of property lose docstring
http://bugs.python.org/issue25757  opened by torsten

#25758: ensurepip/venv broken on Windows if path includes unicode
http://bugs.python.org/issue25758  opened by Dima.Tisnek

#25759: Python 2.7.11rc1 not building with Visual Studio 2015
http://bugs.python.org/issue25759  opened by kovidgoyal

#25761: Improve unpickling errors handling
http://bugs.python.org/issue25761  opened by serhiy.storchaka

#25764: PyObject_Call() is called with an exception set in subprocess
http://bugs.python.org/issue25764  opened by serhiy.storchaka

#25765: Installation error
http://bugs.python.org/issue25765  opened by ayushmaan121

#25766: __bytes__ doesn't work for str subclasses
http://bugs.python.org/issue25766  opened by serhiy.storchaka

#25768: compileall functions do not document return values
http://bugs.python.org/issue25768  opened by Nicholas Chammas

#25769: Crash due to using weakref referent without acquiring a strong
http://bugs.python.org/issue25769  opened by ldeller

#25770: expose name, args, and kwargs from methodcaller
http://bugs.python.org/issue25770  opened by llllllllll

#25771: importlib: '.submodule' is not a relative name (no leading dot
http://bugs.python.org/issue25771  opened by martin.panter

#25773: Deprecate deleting with PyObject_SetAttr, PyObject_SetAttrStri
http://bugs.python.org/issue25773  opened by serhiy.storchaka

#25774: [benchmarks] Adjust to allow uploading benchmark data to codes
http://bugs.python.org/issue25774  opened by zach.ware

#25776: More compact pickle of iterators etc
http://bugs.python.org/issue25776  opened by serhiy.storchaka

#25777: Misleading descriptions in docs about invoking descriptors.
http://bugs.python.org/issue25777  opened by Juchen Zeng

#25778: winreg.EnumValue does not truncate strings correctly
http://bugs.python.org/issue25778  opened by anshul6

#25780: Add support for CAN_RAW_JOIN_FILTERS
http://bugs.python.org/issue25780  opened by rumpelsepp

#25782: CPython hangs on error __context__ set to the error itself
http://bugs.python.org/issue25782  opened by yselivanov

#25783: test_traceback.test_walk_stack() fails when run directly (with
http://bugs.python.org/issue25783  opened by haypo

#25785: TimedRotatingFileHandler missing rotations
http://bugs.python.org/issue25785  opened by felipecruz

#25786: contextlib.ExitStack introduces a cycle in exception __context
http://bugs.python.org/issue25786  opened by yselivanov

#25787: Add an explanation what happens with subprocess parent and chi
http://bugs.python.org/issue25787  opened by krichter

#25788: fileinput.hook_encoded has no way to pass arguments to codecs
http://bugs.python.org/issue25788  opened by lac

#25789: py launcher stderr is not piped to subprocess.Popen.stderr
http://bugs.python.org/issue25789  opened by wolma

#25791: Raise an ImportWarning when __spec__.parent/__package__ isn't 
http://bugs.python.org/issue25791  opened by brett.cannon

#25794: __setattr__ does not always overload operators
http://bugs.python.org/issue25794  opened by Dominik Schmid

#25795: test_fork1 cannot be run directly: ./pyhon Lib/test/test_fork1
http://bugs.python.org/issue25795  opened by haypo

#25796: Running test_multiprocessing_spawn is slow (more than 8 minute
http://bugs.python.org/issue25796  opened by haypo



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

#25795: test_fork1 cannot be run directly: ./pyhon Lib/test/test_fork1
http://bugs.python.org/issue25795

#25791: Raise an ImportWarning when __spec__.parent/__package__ isn't 
http://bugs.python.org/issue25791

#25785: TimedRotatingFileHandler missing rotations
http://bugs.python.org/issue25785

#25776: More compact pickle of iterators etc
http://bugs.python.org/issue25776

#25774: [benchmarks] Adjust to allow uploading benchmark data to codes
http://bugs.python.org/issue25774

#25773: Deprecate deleting with PyObject_SetAttr, PyObject_SetAttrStri
http://bugs.python.org/issue25773

#25766: __bytes__ doesn't work for str subclasses
http://bugs.python.org/issue25766

#25753: Reference leaks in test_smtplib
http://bugs.python.org/issue25753

#25746: test_unittest failure in leaks searching mode
http://bugs.python.org/issue25746

#25745: Reference leaks in test_curses
http://bugs.python.org/issue25745

#25744: Reference leaks in test_collections
http://bugs.python.org/issue25744

#25726: sys.setprofile / sys.getprofile asymetry
http://bugs.python.org/issue25726

#25724: SSLv3 test failure on Ubuntu 16.04 LTS
http://bugs.python.org/issue25724

#25720: Fix curses module compilation with ncurses6
http://bugs.python.org/issue25720

#25713: Setuptools included with 64-bit Windows installer is outdated
http://bugs.python.org/issue25713



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

#25794: __setattr__ does not always overload operators
http://bugs.python.org/issue25794

#25789: py launcher stderr is not piped to subprocess.Popen.stderr
http://bugs.python.org/issue25789

#25786: contextlib.ExitStack introduces a cycle in exception __context
http://bugs.python.org/issue25786

#25782: CPython hangs on error __context__ set to the error itself
http://bugs.python.org/issue25782

#25780: Add support for CAN_RAW_JOIN_FILTERS
http://bugs.python.org/issue25780

#25778: winreg.EnumValue does not truncate strings correctly
http://bugs.python.org/issue25778

#25776: More compact pickle of iterators etc
http://bugs.python.org/issue25776

#25774: [benchmarks] Adjust to allow uploading benchmark data to codes
http://bugs.python.org/issue25774

#25773: Deprecate deleting with PyObject_SetAttr, PyObject_SetAttrStri
http://bugs.python.org/issue25773

#25770: expose name, args, and kwargs from methodcaller
http://bugs.python.org/issue25770

#25769: Crash due to using weakref referent without acquiring a strong
http://bugs.python.org/issue25769

#25768: compileall functions do not document return values
http://bugs.python.org/issue25768

#25766: __bytes__ doesn't work for str subclasses
http://bugs.python.org/issue25766

#25764: PyObject_Call() is called with an exception set in subprocess
http://bugs.python.org/issue25764

#25761: Improve unpickling errors handling
http://bugs.python.org/issue25761



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

#25778: winreg.EnumValue does not truncate strings correctly
http://bugs.python.org/issue25778  26 msgs

#25782: CPython hangs on error __context__ set to the error itself
http://bugs.python.org/issue25782  22 msgs

#25698: The copy_reg module becomes unexpectedly empty in test_cpickle
http://bugs.python.org/issue25698  17 msgs

#25759: Python 2.7.11rc1 not building with Visual Studio 2015
http://bugs.python.org/issue25759  12 msgs

#25770: expose name, args, and kwargs from methodcaller
http://bugs.python.org/issue25770  11 msgs

#14285: Traceback wrong on ImportError while executing a package
http://bugs.python.org/issue14285   9 msgs

#25768: compileall functions do not document return values
http://bugs.python.org/issue25768   8 msgs

#25780: Add support for CAN_RAW_JOIN_FILTERS
http://bugs.python.org/issue25780   8 msgs

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

#25627: distutils : file "bdist_rpm.py" does not quote filenames when 
http://bugs.python.org/issue25627   7 msgs



Issues closed (27)
==================

#5319: stdout error at interpreter shutdown fails to return OS error 
http://bugs.python.org/issue5319  closed by martin.panter

#12460: SocketServer.shutdown() does not have "timeout=None" parameter
http://bugs.python.org/issue12460  closed by martin.panter

#18082: Inconsistent behavior of IOBase methods on closed files
http://bugs.python.org/issue18082  closed by martin.panter

#20836: Pickle Nonetype
http://bugs.python.org/issue20836  closed by serhiy.storchaka

#25252: Hard-coded line ending in asyncio.streams.StreamReader.readlin
http://bugs.python.org/issue25252  closed by martin.panter

#25485: Add a context manager to telnetlib.Telnet
http://bugs.python.org/issue25485  closed by r.david.murray

#25601: test_cpickle failure on the ware-gentoo-x86 buildbot
http://bugs.python.org/issue25601  closed by serhiy.storchaka

#25708: runpy hides traceback for some exceptions
http://bugs.python.org/issue25708  closed by martin.panter

#25719: Deprecate spitfire benchmark
http://bugs.python.org/issue25719  closed by zach.ware

#25742: locale.setlocale does not work with unicode strings
http://bugs.python.org/issue25742  closed by python-dev

#25748: Resource warnings when run test_asyncio in leaks searching mod
http://bugs.python.org/issue25748  closed by martin.panter

#25751: ctypes.util , Shell Injection in find_library()
http://bugs.python.org/issue25751  closed by martin.panter

#25754: Test test_rlcompleter failed if run twice
http://bugs.python.org/issue25754  closed by martin.panter

#25756: asyncio WriteTransport documentation typo
http://bugs.python.org/issue25756  closed by asvetlov

#25760: TextWrapper fails to split 'two-and-a-half-hour' correctly
http://bugs.python.org/issue25760  closed by serhiy.storchaka

#25762: Calculation Mistake 1.5  * 0.3
http://bugs.python.org/issue25762  closed by ethan.furman

#25763: I cannot use absolute path in sqlite3 , python 2.7.9, windows
http://bugs.python.org/issue25763  closed by jingtao chen

#25767: asyncio documentation section 18.5.2.3.1. (Windows) links to F
http://bugs.python.org/issue25767  closed by python-dev

#25772: Misleading descriptions about built-in `super.`
http://bugs.python.org/issue25772  closed by martin.panter

#25775: Bug tracker emails go to spam
http://bugs.python.org/issue25775  closed by Nicholas Chammas

#25779: deadlock with asyncio+contextmanager+ExitStack
http://bugs.python.org/issue25779  closed by yselivanov

#25781: infinite loop in reprlib
http://bugs.python.org/issue25781  closed by yselivanov

#25784: Please consider integrating performance fix for ipaddress.py
http://bugs.python.org/issue25784  closed by Alexander Finkel

#25790: shutil.chown function enhancement
http://bugs.python.org/issue25790  closed by r.david.murray

#25792: sorted() is not stable given key=len and large inputs
http://bugs.python.org/issue25792  closed by r.david.murray

#25793: spam
http://bugs.python.org/issue25793  closed by r.david.murray

#25797: Default argument values with type hints break type correctness
http://bugs.python.org/issue25797  closed by ebarry
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to