[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Nov 13 12:08:33 EST 2015
ACTIVITY SUMMARY (2015-11-06 - 2015-11-13)
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 5232 (+14)
closed 32143 (+35)
total 37375 (+49)
Open issues with patches: 2307
Issues opened (36)
==================
#7759: mhlib fails on Btrfs filesystem (test_mhlib failure)
http://bugs.python.org/issue7759 reopened by serhiy.storchaka
#25570: urllib.request > Request.add_header("abcd","efgh") fails with
http://bugs.python.org/issue25570 opened by crickert
#25571: Improve the lltrace feature with the Py_Debug mode
http://bugs.python.org/issue25571 opened by matrixise
#25572: _ssl doesn't build on OSX 10.11
http://bugs.python.org/issue25572 opened by matrixise
#25573: FrameSummary repr() does not support previously working uses o
http://bugs.python.org/issue25573 opened by zopieux
#25574: 2.7 incorrectly documents objects hash as equal to id
http://bugs.python.org/issue25574 opened by wim.glenn
#25576: Remove âContent-Type: application/x-www-form-urlencoded; cha
http://bugs.python.org/issue25576 opened by martin.panter
#25578: Memory leak in SSLSocket.getpeercert() with 0-length AIA exten
http://bugs.python.org/issue25578 opened by alex
#25580: async and await missing from token list
http://bugs.python.org/issue25580 opened by SilentGhost
#25582: Fixed memory leaks in test_ctypes
http://bugs.python.org/issue25582 opened by serhiy.storchaka
#25583: os.makedirs with exist_ok=True raises PermissionError on Windo
http://bugs.python.org/issue25583 opened by plachotich
#25585: Bad path leads to: ImportError: DLL load failed: %1 is not a v
http://bugs.python.org/issue25585 opened by lac
#25586: socket.sendall broken when a socket has a timeout
http://bugs.python.org/issue25586 opened by jstasiak
#25588: Run test suite from IDLE idlelib.run subprocess
http://bugs.python.org/issue25588 opened by terry.reedy
#25590: tab-completition on instances repeatedly accesses attribute/de
http://bugs.python.org/issue25590 opened by ezio.melotti
#25591: improve test coverage for the imaplib
http://bugs.python.org/issue25591 opened by maciej.szulik
#25592: distutils docs: data_files always uses sys.prefix
http://bugs.python.org/issue25592 opened by jdemeyer
#25593: _sock_connect_cb can be called twice resulting in InvalidState
http://bugs.python.org/issue25593 opened by thehesiod
#25594: enum instance attribute access possible
http://bugs.python.org/issue25594 opened by SilentGhost
#25596: regular files handled as directories in the glob module
http://bugs.python.org/issue25596 opened by xdegaye
#25597: unittest.mock does not wrap dict objects correctly
http://bugs.python.org/issue25597 opened by Darragh Bailey
#25599: asyncio.iscoroutinefunction returns unexpected results when pr
http://bugs.python.org/issue25599 opened by luhn
#25601: test_cpickle failure on the ware-gentoo-x86 buildbot
http://bugs.python.org/issue25601 opened by serhiy.storchaka
#25602: Add support for EVFILT_USER kqueue filter
http://bugs.python.org/issue25602 opened by jceel
#25604: [Minor] bug in integer true division algorithm
http://bugs.python.org/issue25604 opened by mark.dickinson
#25606: asyncio doc: 'socket' transport extra info is not mandatory
http://bugs.python.org/issue25606 opened by haypo
#25608: ascynio readexactly() should raise ValueError if passed length
http://bugs.python.org/issue25608 opened by mmarkk
#25609: Add a ContextManager ABC and type
http://bugs.python.org/issue25609 opened by brett.cannon
#25610: Add typing.Awaitable
http://bugs.python.org/issue25610 opened by brett.cannon
#25611: test_deque failure on Gentoo and OpenIndiana buildbots on 2.7
http://bugs.python.org/issue25611 opened by serhiy.storchaka
#25612: nested try..excepts don't work correctly for generators
http://bugs.python.org/issue25612 opened by yselivanov
#25613: fix ssl tests with sslv3 disabled
http://bugs.python.org/issue25613 opened by doko
#25614: Lib/code.py: InteractiveConsole.raw_input writes prompt to std
http://bugs.python.org/issue25614 opened by Yclept.Nemo
#25615: Document unsorted behaviour of glob.glob
http://bugs.python.org/issue25615 opened by Dave Jones
#25616: Extract OrderedDict tests into separate file
http://bugs.python.org/issue25616 opened by serhiy.storchaka
#25617: Installing local installation of Python
http://bugs.python.org/issue25617 opened by koustavpal88
Most recent 15 issues with no replies (15)
==========================================
#25617: Installing local installation of Python
http://bugs.python.org/issue25617
#25616: Extract OrderedDict tests into separate file
http://bugs.python.org/issue25616
#25615: Document unsorted behaviour of glob.glob
http://bugs.python.org/issue25615
#25614: Lib/code.py: InteractiveConsole.raw_input writes prompt to std
http://bugs.python.org/issue25614
#25611: test_deque failure on Gentoo and OpenIndiana buildbots on 2.7
http://bugs.python.org/issue25611
#25610: Add typing.Awaitable
http://bugs.python.org/issue25610
#25602: Add support for EVFILT_USER kqueue filter
http://bugs.python.org/issue25602
#25592: distutils docs: data_files always uses sys.prefix
http://bugs.python.org/issue25592
#25591: improve test coverage for the imaplib
http://bugs.python.org/issue25591
#25588: Run test suite from IDLE idlelib.run subprocess
http://bugs.python.org/issue25588
#25578: Memory leak in SSLSocket.getpeercert() with 0-length AIA exten
http://bugs.python.org/issue25578
#25574: 2.7 incorrectly documents objects hash as equal to id
http://bugs.python.org/issue25574
#25566: asyncio reference cycles after ConnectionResetError
http://bugs.python.org/issue25566
#25560: Unhandled warning in test_unicode_file
http://bugs.python.org/issue25560
#25551: Event's test_reset_internal_locks too fragile
http://bugs.python.org/issue25551
Most recent 15 issues waiting for review (15)
=============================================
#25615: Document unsorted behaviour of glob.glob
http://bugs.python.org/issue25615
#25612: nested try..excepts don't work correctly for generators
http://bugs.python.org/issue25612
#25602: Add support for EVFILT_USER kqueue filter
http://bugs.python.org/issue25602
#25596: regular files handled as directories in the glob module
http://bugs.python.org/issue25596
#25594: enum instance attribute access possible
http://bugs.python.org/issue25594
#25593: _sock_connect_cb can be called twice resulting in InvalidState
http://bugs.python.org/issue25593
#25592: distutils docs: data_files always uses sys.prefix
http://bugs.python.org/issue25592
#25591: improve test coverage for the imaplib
http://bugs.python.org/issue25591
#25590: tab-completition on instances repeatedly accesses attribute/de
http://bugs.python.org/issue25590
#25586: socket.sendall broken when a socket has a timeout
http://bugs.python.org/issue25586
#25583: os.makedirs with exist_ok=True raises PermissionError on Windo
http://bugs.python.org/issue25583
#25582: Fixed memory leaks in test_ctypes
http://bugs.python.org/issue25582
#25580: async and await missing from token list
http://bugs.python.org/issue25580
#25578: Memory leak in SSLSocket.getpeercert() with 0-length AIA exten
http://bugs.python.org/issue25578
#25576: Remove âContent-Type: application/x-www-form-urlencoded; cha
http://bugs.python.org/issue25576
Top 10 most discussed issues (10)
=================================
#25593: _sock_connect_cb can be called twice resulting in InvalidState
http://bugs.python.org/issue25593 27 msgs
#25570: urllib.request > Request.add_header("abcd","efgh") fails with
http://bugs.python.org/issue25570 12 msgs
#25583: os.makedirs with exist_ok=True raises PermissionError on Windo
http://bugs.python.org/issue25583 12 msgs
#25586: socket.sendall broken when a socket has a timeout
http://bugs.python.org/issue25586 12 msgs
#25585: Bad path leads to: ImportError: DLL load failed: %1 is not a v
http://bugs.python.org/issue25585 8 msgs
#7759: mhlib fails on Btrfs filesystem (test_mhlib failure)
http://bugs.python.org/issue7759 7 msgs
#24999: ICC compiler: ICC treats denormal floating point numbers as 0.
http://bugs.python.org/issue24999 7 msgs
#25590: tab-completition on instances repeatedly accesses attribute/de
http://bugs.python.org/issue25590 7 msgs
#23883: __all__ lists are incomplete
http://bugs.python.org/issue23883 6 msgs
#25179: PEP 498 f-strings need to be documented
http://bugs.python.org/issue25179 6 msgs
Issues closed (34)
==================
#6598: calling email.utils.make_msgid frequently has a non-trivial pr
http://bugs.python.org/issue6598 closed by serhiy.storchaka
#7267: format method: c presentation type broken in 2.7
http://bugs.python.org/issue7267 closed by haypo
#14350: Strange Exception from copying an iterator
http://bugs.python.org/issue14350 closed by serhiy.storchaka
#18010: pydoc search chokes on import errors
http://bugs.python.org/issue18010 closed by martin.panter
#21935: Implement AUTH command in smtpd.
http://bugs.python.org/issue21935 closed by r.david.murray
#24306: Backport py.exe to 3.4
http://bugs.python.org/issue24306 closed by steve.dower
#24661: CGIHTTPServer: premature unescaping of query string
http://bugs.python.org/issue24661 closed by martin.panter
#24802: int and float constructing from non NUL-terminated buffer
http://bugs.python.org/issue24802 closed by martin.panter
#24805: Python installer having problem in installing Python for all u
http://bugs.python.org/issue24805 closed by steve.dower
#24848: Warts in UTF-7 error handling
http://bugs.python.org/issue24848 closed by serhiy.storchaka
#25064: Adjust tempfile documentation for bytes filename support
http://bugs.python.org/issue25064 closed by martin.panter
#25263: test_tkinter fails randomly on the buildbots "AMD64 Windows10"
http://bugs.python.org/issue25263 closed by serhiy.storchaka
#25313: IDLE: gracefully handle themes (or keysets, or ...) not presen
http://bugs.python.org/issue25313 closed by terry.reedy
#25446: smtplib.py AUTH LOGIN code messed up sending login and passwor
http://bugs.python.org/issue25446 closed by r.david.murray
#25462: Avoid repeated hash calculation in C implementation of Ordered
http://bugs.python.org/issue25462 closed by serhiy.storchaka
#25465: Pickle uses O(n) memory overhead
http://bugs.python.org/issue25465 closed by serhiy.storchaka
#25530: ssl: OP_NO_SSLv3 should always be set unless a user specifical
http://bugs.python.org/issue25530 closed by python-dev
#25555: Fix parser and AST: fill lineno and col_offset when compiling
http://bugs.python.org/issue25555 closed by haypo
#25558: Use static asserts in C code
http://bugs.python.org/issue25558 closed by serhiy.storchaka
#25569: Memory leak in SSLSocket.getpeercert()
http://bugs.python.org/issue25569 closed by python-dev
#25575: idle not working
http://bugs.python.org/issue25575 closed by zach.ware
#25577: os.path.dirname leave left quote and remove right one
http://bugs.python.org/issue25577 closed by zach.ware
#25579: def is not a keyword with tokenize.py
http://bugs.python.org/issue25579 closed by SilentGhost
#25581: Python -U raises error during site import
http://bugs.python.org/issue25581 closed by r.david.murray
#25584: a recursive glob pattern fails to list files in the current di
http://bugs.python.org/issue25584 closed by serhiy.storchaka
#25587: Useless addition in PyTuple_New
http://bugs.python.org/issue25587 closed by haypo
#25589: test_ascii_formatd fails on Mac when built with Intel compiler
http://bugs.python.org/issue25589 closed by christopher.hogan
#25595: test_deleted_cwd in test_importlib is failed on AIX
http://bugs.python.org/issue25595 closed by serhiy.storchaka
#25598: Fix memory_hex (#9951) for non-contiguous buffers
http://bugs.python.org/issue25598 closed by skrah
#25600: argparse, argument_default=argparse.SUPPRESS seems to have no
http://bugs.python.org/issue25600 closed by r.david.murray
#25603: spelling mistake - 26.1 typing
http://bugs.python.org/issue25603 closed by python-dev
#25605: fcntl doc: document exceptions raised on error for ioctl() and
http://bugs.python.org/issue25605 closed by haypo
#25607: test_distutils provokes unexpected output in test_shutil
http://bugs.python.org/issue25607 closed by serhiy.storchaka
#892902: problem with pickling newstyle class instances
http://bugs.python.org/issue892902 closed by serhiy.storchaka
More information about the Python-Dev
mailing list