ACTIVITY SUMMARY (2016-12-02 - 2016-12-09) 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 5621 ( +8) closed 35057 (+55) total 40678 (+63) Open issues with patches: 2440 Issues opened (40) ================== #28864: Add devnull file-like object http://bugs.python.org/issue28864 opened by rhettinger #28866: Type cache is not correctly invalidated on a class defining mr http://bugs.python.org/issue28866 opened by sjpalt #28867: NamedTemporaryFile does not generate a ResourceWarning for unc http://bugs.python.org/issue28867 opened by jdufresne #28869: __module__ attribute is not set correctly for a class created http://bugs.python.org/issue28869 opened by levkivskyi #28870: Refactor PyObject_CallFunctionObjArgs() and like http://bugs.python.org/issue28870 opened by serhiy.storchaka #28871: Destructor of ElementTree.Element is recursive http://bugs.python.org/issue28871 opened by serhiy.storchaka #28874: test_logging fails and freezes http://bugs.python.org/issue28874 opened by Whitequill Riclo #28876: bool of large range raises OverflowError http://bugs.python.org/issue28876 opened by mark.dickinson #28877: Cannot compile _ssl.o on HP-UX http://bugs.python.org/issue28877 opened by James Matthews #28879: smtplib send_message should add Date header if it is missing, http://bugs.python.org/issue28879 opened by Henning.von.Bargen #28881: int no attribute 'lower' iterating email.Message http://bugs.python.org/issue28881 opened by Vitold S #28882: RFC: Slice confusing with negative strides and the 0th element http://bugs.python.org/issue28882 opened by hardkrash #28883: Python 3.5.2 crashers (from PyPy) http://bugs.python.org/issue28883 opened by arigo #28884: Python 3.5.2 non-segfaulting bugs (from PyPy) http://bugs.python.org/issue28884 opened by arigo #28885: Python 3.5.2 strange-behavior issues (from PyPy) http://bugs.python.org/issue28885 opened by arigo #28886: Move deprecated abc module decorators to separate section in d http://bugs.python.org/issue28886 opened by John Hagen #28888: Installer fails when newer version of CRT is pending installat http://bugs.python.org/issue28888 opened by steve.dower #28889: IDLE needs the ability to pass in command-line arguments http://bugs.python.org/issue28889 opened by rhettinger #28890: logging.handlers: Document that QueueListener is a daemon thre http://bugs.python.org/issue28890 opened by Julien Castiaux #28891: Standardise more behaviours for zero-argument super() __class_ http://bugs.python.org/issue28891 opened by ncoghlan #28893: Make sure exceptions raised in __aiter__ are properly chained http://bugs.python.org/issue28893 opened by yselivanov #28895: Two suggestions for windows.html http://bugs.python.org/issue28895 opened by mark #28896: Embeddable zip allows Windows registry to override module loca http://bugs.python.org/issue28896 opened by izbyshev #28898: Can't compile gdb with Python 3.6 http://bugs.python.org/issue28898 opened by cstratak #28900: update 'docs for other versions' http://bugs.python.org/issue28900 opened by Matthias v/d Meent #28901: Windows: document that site is not imported by default by embe http://bugs.python.org/issue28901 opened by Matthias v/d Meent #28902: 3.6.0rc1 installer fails to install / uninstall. http://bugs.python.org/issue28902 opened by Decorater #28907: test_pydoc fails if build is in sub-directory http://bugs.python.org/issue28907 opened by nascheme #28908: pydoc getdocloc() is broken http://bugs.python.org/issue28908 opened by nascheme #28909: Adding LTTng-UST tracing support http://bugs.python.org/issue28909 opened by Francis Deslauriers #28911: Clarify the behaviour of assert_called_once_with http://bugs.python.org/issue28911 opened by 153957 #28912: collections.abc.OrderedMapping http://bugs.python.org/issue28912 opened by jab #28913: "Fatal Python error: Cannot recover from stack overflow." from http://bugs.python.org/issue28913 opened by Richard Eames #28914: selectmodule build fails http://bugs.python.org/issue28914 opened by sxsns243 #28916: Not matched behavior of modulo operator % with the description http://bugs.python.org/issue28916 opened by woo yoo #28918: cross compiling xxlimited fails with "Py_LIMITED_API is incomp http://bugs.python.org/issue28918 opened by xdegaye #28919: Simplify `_copy_func_details` in unittest.mock http://bugs.python.org/issue28919 opened by Jiajun Huang #28920: Dangerous usage of "O" format string in _asynciomodule.c http://bugs.python.org/issue28920 opened by haypo #28921: Make str.count one character for latin1 string faster http://bugs.python.org/issue28921 opened by xiang.zhang #28922: Add fixer for "import exceptions" http://bugs.python.org/issue28922 opened by Valentin.Lorentz Most recent 15 issues with no replies (15) ========================================== #28922: Add fixer for "import exceptions" http://bugs.python.org/issue28922 #28919: Simplify `_copy_func_details` in unittest.mock http://bugs.python.org/issue28919 #28913: "Fatal Python error: Cannot recover from stack overflow." from http://bugs.python.org/issue28913 #28911: Clarify the behaviour of assert_called_once_with http://bugs.python.org/issue28911 #28909: Adding LTTng-UST tracing support http://bugs.python.org/issue28909 #28907: test_pydoc fails if build is in sub-directory http://bugs.python.org/issue28907 #28895: Two suggestions for windows.html http://bugs.python.org/issue28895 #28890: logging.handlers: Document that QueueListener is a daemon thre http://bugs.python.org/issue28890 #28889: IDLE needs the ability to pass in command-line arguments http://bugs.python.org/issue28889 #28888: Installer fails when newer version of CRT is pending installat http://bugs.python.org/issue28888 #28877: Cannot compile _ssl.o on HP-UX http://bugs.python.org/issue28877 #28871: Destructor of ElementTree.Element is recursive http://bugs.python.org/issue28871 #28859: os.path.ismount sometimes raises FileNotFoundError on Windows http://bugs.python.org/issue28859 #28856: %b format for bytes does not support objects that follow the b http://bugs.python.org/issue28856 #28850: Regression in Python 3: Subclassing PrettyPrinter.format doesn http://bugs.python.org/issue28850 Most recent 15 issues waiting for review (15) ============================================= #28921: Make str.count one character for latin1 string faster http://bugs.python.org/issue28921 #28920: Dangerous usage of "O" format string in _asynciomodule.c http://bugs.python.org/issue28920 #28919: Simplify `_copy_func_details` in unittest.mock http://bugs.python.org/issue28919 #28918: cross compiling xxlimited fails with "Py_LIMITED_API is incomp http://bugs.python.org/issue28918 #28914: selectmodule build fails http://bugs.python.org/issue28914 #28912: collections.abc.OrderedMapping http://bugs.python.org/issue28912 #28911: Clarify the behaviour of assert_called_once_with http://bugs.python.org/issue28911 #28909: Adding LTTng-UST tracing support http://bugs.python.org/issue28909 #28907: test_pydoc fails if build is in sub-directory http://bugs.python.org/issue28907 #28896: Embeddable zip allows Windows registry to override module loca http://bugs.python.org/issue28896 #28893: Make sure exceptions raised in __aiter__ are properly chained http://bugs.python.org/issue28893 #28885: Python 3.5.2 strange-behavior issues (from PyPy) http://bugs.python.org/issue28885 #28876: bool of large range raises OverflowError http://bugs.python.org/issue28876 #28870: Refactor PyObject_CallFunctionObjArgs() and like http://bugs.python.org/issue28870 #28867: NamedTemporaryFile does not generate a ResourceWarning for unc http://bugs.python.org/issue28867 Top 10 most discussed issues (10) ================================= #28838: Using consistent naming for arguments of "call" functions (C A http://bugs.python.org/issue28838 14 msgs #28884: Python 3.5.2 non-segfaulting bugs (from PyPy) http://bugs.python.org/issue28884 14 msgs #28885: Python 3.5.2 strange-behavior issues (from PyPy) http://bugs.python.org/issue28885 14 msgs #28147: Unbounded memory growth resizing split-table dicts http://bugs.python.org/issue28147 11 msgs #28866: Type cache is not correctly invalidated on a class defining mr http://bugs.python.org/issue28866 10 msgs #28089: asyncio: Document that TCP_NODELAY is now used by default http://bugs.python.org/issue28089 9 msgs #28896: Embeddable zip allows Windows registry to override module loca http://bugs.python.org/issue28896 9 msgs #28867: NamedTemporaryFile does not generate a ResourceWarning for unc http://bugs.python.org/issue28867 8 msgs #28900: update 'docs for other versions' http://bugs.python.org/issue28900 8 msgs #28091: Document PEP 525 http://bugs.python.org/issue28091 7 msgs Issues closed (52) ================== #12660: test_gdb fails when installed http://bugs.python.org/issue12660 closed by inada.naoki #26566: Failures on FreeBSD CURRENT buildbot http://bugs.python.org/issue26566 closed by haypo #26769: Python 2.7: make private file descriptors non inheritable http://bugs.python.org/issue26769 closed by haypo #26937: the chown() method of the tarfile.TarFile class fails on Andro http://bugs.python.org/issue26937 closed by xdegaye #26939: android: test_functools hangs on armv7 http://bugs.python.org/issue26939 closed by xdegaye #26940: android: test_importlib hangs on armv7 http://bugs.python.org/issue26940 closed by xdegaye #26941: android: test_threading hangs on armv7 http://bugs.python.org/issue26941 closed by xdegaye #27050: Demote run() below the high level APIs in subprocess docs http://bugs.python.org/issue27050 closed by ncoghlan #27367: Windows buildbot: random timeout failure on test_threading http://bugs.python.org/issue27367 closed by haypo #27784: Random failure of test_TCPServer() of test.test_socketserver.S http://bugs.python.org/issue27784 closed by haypo #27791: test_threading: test_threads_join_2() failed with "Fatal Pytho http://bugs.python.org/issue27791 closed by haypo #27829: test.regrtest: changed environment variables are not logged http://bugs.python.org/issue27829 closed by haypo #27864: test_socket: unknown thread blocks forever on "AMD64 FreeBSD 9 http://bugs.python.org/issue27864 closed by haypo #27971: utf-16 decoding can't handle lone surrogates http://bugs.python.org/issue27971 closed by lazka #28050: test_traceback is broken by new CALL_FUNCTION* opcodes http://bugs.python.org/issue28050 closed by haypo #28152: Clang warnings: code will never be executed http://bugs.python.org/issue28152 closed by haypo #28731: _PyDict_NewPresized() creates too small dict http://bugs.python.org/issue28731 closed by inada.naoki #28770: Update python-gdb.py for fastcalls http://bugs.python.org/issue28770 closed by haypo #28797: Modifying class __dict__ inside __set_name__ http://bugs.python.org/issue28797 closed by ncoghlan #28808: Make PyUnicode_CompareWithASCIIString() never failing http://bugs.python.org/issue28808 closed by serhiy.storchaka #28818: simplify lookdict functions http://bugs.python.org/issue28818 closed by inada.naoki #28829: Tkinter messagebox cx_freeze Python 3.4 http://bugs.python.org/issue28829 closed by terry.reedy #28835: Change in behavior when overriding warnings.showwarning and wi http://bugs.python.org/issue28835 closed by ned.deily #28846: Add a ProviderKey to the installer bundle http://bugs.python.org/issue28846 closed by steve.dower #28847: dumbdbm should not commit if in read mode http://bugs.python.org/issue28847 closed by serhiy.storchaka #28852: sorted(range(1000)) is slower in Python 3.7 than in 3.5 http://bugs.python.org/issue28852 closed by haypo #28853: locals() and free variables http://bugs.python.org/issue28853 closed by marco.buttu #28854: FIPS mode causes dead-lock in ssl module http://bugs.python.org/issue28854 closed by christian.heimes #28858: Fastcall uses more C stack http://bugs.python.org/issue28858 closed by haypo #28860: Fixed all the doctest failures in Doc/library/configparser.rst http://bugs.python.org/issue28860 closed by marco.buttu #28861: Type Hints Syntax http://bugs.python.org/issue28861 closed by YoSTEALTH #28862: test_import.py leaks on 2.7 http://bugs.python.org/issue28862 closed by python-dev #28863: Doc/includes/*.py files and doctests http://bugs.python.org/issue28863 closed by marco.buttu #28865: [MinGW32-x64]-PyList_Check PyDict_Check does not work http://bugs.python.org/issue28865 closed by mifik #28868: Python advertising BeOpen.com domain http://bugs.python.org/issue28868 closed by ebarry #28872: test_builtin failures when refleak hunting http://bugs.python.org/issue28872 closed by ned.deily #28873: test_unittest failures when refleak hunting http://bugs.python.org/issue28873 closed by berker.peksag #28875: test fails and freezes http://bugs.python.org/issue28875 closed by martin.panter #28878: datetime should not be a subclass of date http://bugs.python.org/issue28878 closed by r.david.murray #28880: range(i, j) doesn't work http://bugs.python.org/issue28880 closed by r.david.murray #28887: Login with Google not working on PyPi site http://bugs.python.org/issue28887 closed by SilentGhost #28892: pandas.to_datetime crashes in 3.6b4 http://bugs.python.org/issue28892 closed by ned.deily #28894: Memory leak in dict.pop() http://bugs.python.org/issue28894 closed by xiang.zhang #28897: Python 3.6.0rc1 breaks NumPy tests. http://bugs.python.org/issue28897 closed by ncoghlan #28899: Symbols doesn't match in VS for python.exe and python35.dll http://bugs.python.org/issue28899 closed by Arkady âKindDragonâ Shapkin #28903: Windows Embeddable Python exit not defined http://bugs.python.org/issue28903 closed by zach.ware #28904: add more format conversion flags eg. "len" and "id" http://bugs.python.org/issue28904 closed by Samuel Colvin #28905: re.sub appears not to check count optional argument for intege http://bugs.python.org/issue28905 closed by r.david.murray #28906: Can't inherit sockets with multiprocessing on Windows http://bugs.python.org/issue28906 closed by planders #28910: Async generator does not raise RuntimeError if finalizer not s http://bugs.python.org/issue28910 closed by yselivanov #28915: Modify PyObject_CallFunction() to use fast call internally http://bugs.python.org/issue28915 closed by haypo #28917: Docs: Add missing protocol to pickle http://bugs.python.org/issue28917 closed by ChillarAnand
_______________________________________________ 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