ACTIVITY SUMMARY (2017-03-03 - 2017-03-10) 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 5850 ( -1) closed 35695 (+77) total 41545 (+76) Open issues with patches: 2444 Issues opened (62) ================== #27362: json.dumps to check for obj.__json__ before raising TypeError http://bugs.python.org/issue27362 reopened by serhiy.storchaka #28685: Optimizing list.sort() by performing safety checks in advance http://bugs.python.org/issue28685 reopened by serhiy.storchaka #29571: test_re is failing when local is set for `en_IN` http://bugs.python.org/issue29571 reopened by serhiy.storchaka #29715: Arparse improperly handles "-_" http://bugs.python.org/issue29715 opened by Max Rothman #29717: `loop.add_reader` and `<<EOF` http://bugs.python.org/issue29717 opened by vahid.mardani #29718: Fixed compile on cygwin. http://bugs.python.org/issue29718 opened by Decorater #29719: "Date" of what's new is confusing http://bugs.python.org/issue29719 opened by inada.naoki #29720: potential silent truncation in PyLong_AsVoidPtr http://bugs.python.org/issue29720 opened by Oren Milman #29721: "abort: repository . not found!" during the build of Python 2. http://bugs.python.org/issue29721 opened by serhiy.storchaka #29722: heapq.merge docs are misleading with the "reversed" flag http://bugs.python.org/issue29722 opened by adamniederer #29723: 3.6.1rc1 adds the current directory to sys.path when running a http://bugs.python.org/issue29723 opened by nedbat #29725: sqlite3.Cursor doesn't properly document "arraysize" http://bugs.python.org/issue29725 opened by jae #29726: test_xmlrpc raises DeprecationWarnings http://bugs.python.org/issue29726 opened by dillon.brock #29727: collections.abc.Reversible doesn't fully support the reversing http://bugs.python.org/issue29727 opened by serhiy.storchaka #29728: Expose TCP_NOTSENT_LOWAT http://bugs.python.org/issue29728 opened by njs #29729: UUID bytes constructor has too-tight an assertion http://bugs.python.org/issue29729 opened by jnwatson #29730: unoptimal calls to PyNumber_Check http://bugs.python.org/issue29730 opened by Oren Milman #29731: Ability to filter warnings to print current stack http://bugs.python.org/issue29731 opened by mbussonn #29732: Heap out of bounds read in tok_nextc() http://bugs.python.org/issue29732 opened by Kamil Frankowicz #29733: concurrent.futures as_completed raise TimeoutError wrong http://bugs.python.org/issue29733 opened by jiangwanwei #29734: nt._getfinalpathname handle leak http://bugs.python.org/issue29734 opened by eryksun #29735: Optimize functools.partial() for positional arguments http://bugs.python.org/issue29735 opened by haypo #29736: Optimize builtin types constructor http://bugs.python.org/issue29736 opened by haypo #29737: Optimize concatenating empty tuples http://bugs.python.org/issue29737 opened by serhiy.storchaka #29738: Fix memory leak in SSLSocket.getpeercert() http://bugs.python.org/issue29738 opened by olivielpeau #29739: zipfile raises wrong exception for some incorrect passwords http://bugs.python.org/issue29739 opened by jcushman #29741: BytesIO methods don't accept integer types, while StringIO cou http://bugs.python.org/issue29741 opened by Oren Milman #29742: asyncio get_extra_info() throws exception http://bugs.python.org/issue29742 opened by fafhrd91 #29743: Closing transport during handshake process leaks open socket http://bugs.python.org/issue29743 opened by fafhrd91 #29745: asyncio: Make pause/resume_reading idepotent and no-op for clo http://bugs.python.org/issue29745 opened by fafhrd91 #29746: Update marshal docs to Python 3 http://bugs.python.org/issue29746 opened by serhiy.storchaka #29748: Argument Clinic: slice index converter http://bugs.python.org/issue29748 opened by serhiy.storchaka #29750: smtplib doesn't handle unicode passwords http://bugs.python.org/issue29750 opened by david__ #29751: PyLong_FromString documentation wrong on numbers with leading http://bugs.python.org/issue29751 opened by cubinator #29752: Enum._missing_ not called for __getattr__ failures http://bugs.python.org/issue29752 opened by ethan.furman #29753: Ctypes Packing Incorrectly - Linux http://bugs.python.org/issue29753 opened by Charles Machalow #29755: python3 gettext.lgettext sometimes returns bytes, not string http://bugs.python.org/issue29755 opened by petri #29756: Improve documentation for list methods that compare items by e http://bugs.python.org/issue29756 opened by Alexander Todorov #29757: The loop in utility `socket.create_connection()` swallows prev http://bugs.python.org/issue29757 opened by ankostis #29758: Previously-working SWIG code fails in Python 3.6 http://bugs.python.org/issue29758 opened by Tristan Croll #29759: Deadlock in multiprocessing.pool.Pool on terminate http://bugs.python.org/issue29759 opened by mapozyan #29760: tarfile chokes on reading .tar file with no entries (but does http://bugs.python.org/issue29760 opened by posita #29762: Use "raise from None" http://bugs.python.org/issue29762 opened by serhiy.storchaka #29763: test_site failing on AppVeyor http://bugs.python.org/issue29763 opened by brett.cannon #29765: 2.7.12 compile error from ssl related http://bugs.python.org/issue29765 opened by ada #29766: --with-lto still implied by --enable-optimizations in Python 2 http://bugs.python.org/issue29766 opened by Hanno Schlichting #29767: build python failed on test_socket due to unused_port is actua http://bugs.python.org/issue29767 opened by Shuo Li #29769: pkgutil._iter_file_finder_modules should not be fooled by *.py http://bugs.python.org/issue29769 opened by wolma #29770: Executable help output (--help) at commandline is wrong for op http://bugs.python.org/issue29770 opened by tds333 #29776: Modernize properties http://bugs.python.org/issue29776 opened by serhiy.storchaka #29777: argparse arguments in main parser hide an argument in subparse http://bugs.python.org/issue29777 opened by Alan Evangelista #29778: _Py_CheckPython3 uses uninitialized dllpath when embedder sets http://bugs.python.org/issue29778 opened by Tibor Csonka #29779: New environment variable PYTHONHISTORY http://bugs.python.org/issue29779 opened by 0xl3vi #29780: Interpreter hang on self._epoll.poll(timeout, max_ev) http://bugs.python.org/issue29780 opened by k1.hedayati #29781: SSLObject.version returns incorrect value before handshake. http://bugs.python.org/issue29781 opened by Lukasa #29782: Use __builtin_clzl for bits_in_digit if available http://bugs.python.org/issue29782 opened by niklasf #29783: Modify codecs.open() to use the io module instead of codecs.St http://bugs.python.org/issue29783 opened by haypo #29784: Erroneous link in shutil.copy description http://bugs.python.org/issue29784 opened by pep. #29785: Registration link sent via email by the tracker is http http://bugs.python.org/issue29785 opened by pep. #29786: asyncio.wrap_future() is not documented http://bugs.python.org/issue29786 opened by haypo #29787: Internal importlib frames visible when module imported by impo http://bugs.python.org/issue29787 opened by ulope #29788: tarfile: Add absolute_path option to tarfile, disabled by defa http://bugs.python.org/issue29788 opened by haypo Most recent 15 issues with no replies (15) ========================================== #29788: tarfile: Add absolute_path option to tarfile, disabled by defa http://bugs.python.org/issue29788 #29787: Internal importlib frames visible when module imported by impo http://bugs.python.org/issue29787 #29786: asyncio.wrap_future() is not documented http://bugs.python.org/issue29786 #29785: Registration link sent via email by the tracker is http http://bugs.python.org/issue29785 #29784: Erroneous link in shutil.copy description http://bugs.python.org/issue29784 #29782: Use __builtin_clzl for bits_in_digit if available http://bugs.python.org/issue29782 #29780: Interpreter hang on self._epoll.poll(timeout, max_ev) http://bugs.python.org/issue29780 #29779: New environment variable PYTHONHISTORY http://bugs.python.org/issue29779 #29770: Executable help output (--help) at commandline is wrong for op http://bugs.python.org/issue29770 #29766: --with-lto still implied by --enable-optimizations in Python 2 http://bugs.python.org/issue29766 #29763: test_site failing on AppVeyor http://bugs.python.org/issue29763 #29755: python3 gettext.lgettext sometimes returns bytes, not string http://bugs.python.org/issue29755 #29748: Argument Clinic: slice index converter http://bugs.python.org/issue29748 #29746: Update marshal docs to Python 3 http://bugs.python.org/issue29746 #29745: asyncio: Make pause/resume_reading idepotent and no-op for clo http://bugs.python.org/issue29745 Most recent 15 issues waiting for review (15) ============================================= #29776: Modernize properties http://bugs.python.org/issue29776 #29769: pkgutil._iter_file_finder_modules should not be fooled by *.py http://bugs.python.org/issue29769 #29762: Use "raise from None" http://bugs.python.org/issue29762 #29748: Argument Clinic: slice index converter http://bugs.python.org/issue29748 #29746: Update marshal docs to Python 3 http://bugs.python.org/issue29746 #29741: BytesIO methods don't accept integer types, while StringIO cou http://bugs.python.org/issue29741 #29737: Optimize concatenating empty tuples http://bugs.python.org/issue29737 #29735: Optimize functools.partial() for positional arguments http://bugs.python.org/issue29735 #29728: Expose TCP_NOTSENT_LOWAT http://bugs.python.org/issue29728 #29726: test_xmlrpc raises DeprecationWarnings http://bugs.python.org/issue29726 #29718: Fixed compile on cygwin. http://bugs.python.org/issue29718 #29706: IDLE needs syntax highlighting for async and await http://bugs.python.org/issue29706 #29694: race condition in pathlib mkdir with flags parents=True http://bugs.python.org/issue29694 #29680: gdb/libpython.py does not work with gdb 7.2 http://bugs.python.org/issue29680 #29657: os.symlink: FileExistsError shows wrong message http://bugs.python.org/issue29657 Top 10 most discussed issues (10) ================================= #20087: Mismatch between glibc and X11 locale.alias http://bugs.python.org/issue20087 19 msgs #29723: 3.6.1rc1 adds the current directory to sys.path when running a http://bugs.python.org/issue29723 18 msgs #29718: Fixed compile on cygwin. http://bugs.python.org/issue29718 13 msgs #29741: BytesIO methods don't accept integer types, while StringIO cou http://bugs.python.org/issue29741 13 msgs #29319: Embedded 3.6.0 distribution cannot run pyz files http://bugs.python.org/issue29319 11 msgs #29638: Spurious failures in test_collections in releak hunting mode a http://bugs.python.org/issue29638 10 msgs #29758: Previously-working SWIG code fails in Python 3.6 http://bugs.python.org/issue29758 10 msgs #29571: test_re is failing when local is set for `en_IN` http://bugs.python.org/issue29571 9 msgs #29719: "Date" of what's new is confusing http://bugs.python.org/issue29719 8 msgs #29783: Modify codecs.open() to use the io module instead of codecs.St http://bugs.python.org/issue29783 8 msgs Issues closed (53) ================== #6759: zipfile.ZipExtFile.read() is missing universal newline support http://bugs.python.org/issue6759 closed by serhiy.storchaka #9051: Improve pickle format for timezone aware datetime instances http://bugs.python.org/issue9051 closed by serhiy.storchaka #10408: Denser dicts and linear probing http://bugs.python.org/issue10408 closed by serhiy.storchaka #15954: No error checking after using of the wcsxfrm() http://bugs.python.org/issue15954 closed by serhiy.storchaka #17003: Unification of read()Â and readline() argument names http://bugs.python.org/issue17003 closed by serhiy.storchaka #17441: Do not cache re.compile http://bugs.python.org/issue17441 closed by serhiy.storchaka #21509: json.load fails to read UTF-8 file with (BOM) Byte Order Marks http://bugs.python.org/issue21509 closed by serhiy.storchaka #24329: __qualname__ and __slots__ http://bugs.python.org/issue24329 closed by xiang.zhang #25582: Fixed memory leaks in test_ctypes http://bugs.python.org/issue25582 closed by serhiy.storchaka #25744: Reference leaks in test_collections http://bugs.python.org/issue25744 closed by serhiy.storchaka #26213: Document BUILD_*_UNPACK opcodes http://bugs.python.org/issue26213 closed by brett.cannon #26744: print() function hangs on MS-Windows 10 http://bugs.python.org/issue26744 closed by Ma Lin #27577: Make implementation and doc of tuple and list more compliant http://bugs.python.org/issue27577 closed by xiang.zhang #27850: Remove 3DES from cipher list (sweet32 CVE-2016-2183) http://bugs.python.org/issue27850 closed by larry #28231: zipfile does not support pathlib http://bugs.python.org/issue28231 closed by serhiy.storchaka #28243: Performance regression in functools.partial() http://bugs.python.org/issue28243 closed by haypo #28298: can't set big int-like objects to items in array 'Q', 'L' and http://bugs.python.org/issue28298 closed by serhiy.storchaka #28682: Bytes support in os.fwalk() http://bugs.python.org/issue28682 closed by serhiy.storchaka #28728: test_host_resolution in test_socket fails http://bugs.python.org/issue28728 closed by xiang.zhang #28893: Make sure exceptions raised in __aiter__ are properly chained http://bugs.python.org/issue28893 closed by yselivanov #28963: Use-after-free in _asyncio_Future_remove_done_callback() of _a http://bugs.python.org/issue28963 closed by yselivanov #29271: Task.current_task(None) returns unexpected result http://bugs.python.org/issue29271 closed by yselivanov #29455: Mention coverage.py in trace module documentation http://bugs.python.org/issue29455 closed by brett.cannon #29537: Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5 http://bugs.python.org/issue29537 closed by ncoghlan #29568: undefined parsing behavior with the old style string formattin http://bugs.python.org/issue29568 closed by xiang.zhang #29623: configparser.ConfigParser.read() does not accept Pathlib path http://bugs.python.org/issue29623 closed by berker.peksag #29645: webbrowser module import has heavy side effects http://bugs.python.org/issue29645 closed by serhiy.storchaka #29676: C method is not profiled by lsprof http://bugs.python.org/issue29676 closed by inada.naoki #29682: Possible missing NULL check in pyexpat http://bugs.python.org/issue29682 closed by serhiy.storchaka #29691: Some tests fail in coverage Travis check http://bugs.python.org/issue29691 closed by brett.cannon #29695: Weird keyword parameter names in builtins http://bugs.python.org/issue29695 closed by serhiy.storchaka #29697: Wrong ECDH configuration with OpenSSL 1.1 http://bugs.python.org/issue29697 closed by dstufft #29701: Add close method to queue.Queue http://bugs.python.org/issue29701 closed by rhettinger #29704: Can't read data from Transport after asyncio.SubprocessStreamP http://bugs.python.org/issue29704 closed by yselivanov #29709: Short-circuiting not only on False and True http://bugs.python.org/issue29709 closed by Mariatta #29713: String changes whether or not '\x81' is present http://bugs.python.org/issue29713 closed by r.david.murray #29714: can't interpolate byte string with \x00 before replacement ide http://bugs.python.org/issue29714 closed by xiang.zhang #29716: Python 3 Module doc still sounds like __init__.py is required http://bugs.python.org/issue29716 closed by brett.cannon #29724: Itertools docs propose a harmful âspeedupâ without any exp http://bugs.python.org/issue29724 closed by rhettinger #29740: Visual C++ CRT security update from 14 June 2011 http://bugs.python.org/issue29740 closed by steve.dower #29744: memmap behavior changed http://bugs.python.org/issue29744 closed by xiang.zhang #29747: unittest - assertDoesNotRaise http://bugs.python.org/issue29747 closed by r.david.murray #29749: Outdated int() docstring http://bugs.python.org/issue29749 closed by brett.cannon #29754: sorted ignores reverse=True when sorting produces same list http://bugs.python.org/issue29754 closed by tim.peters #29761: Wrong size of c_ulong in linux, windows version is fine http://bugs.python.org/issue29761 closed by eryksun #29764: PyUnicode_Decode with encoding utf8 crashes http://bugs.python.org/issue29764 closed by xiang.zhang #29768: Fix expact version check http://bugs.python.org/issue29768 closed by serhiy.storchaka #29771: An email and MIME handling package - Add support to send CC of http://bugs.python.org/issue29771 closed by eric.smith #29772: Unintentionally deleted line on library/collections.rst http://bugs.python.org/issue29772 closed by rhettinger #29773: Additional float-from-string tests http://bugs.python.org/issue29773 closed by serhiy.storchaka #29774: Improve zipfile handling of corrupted extra field http://bugs.python.org/issue29774 closed by serhiy.storchaka #29775: There appears to be a spurious ^0 in sys.version for 3.6.1rc1 http://bugs.python.org/issue29775 closed by ned.deily #29789: zipfile: Add absolute_path option, disabled by default http://bugs.python.org/issue29789 closed by haypo
_______________________________________________ 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