[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Mar 18 13:08:40 EDT 2016
ACTIVITY SUMMARY (2016-03-11 - 2016-03-18)
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 5459 ( +5)
closed 32885 (+43)
total 38344 (+48)
Open issues with patches: 2375
Issues opened (36)
==================
#15660: Clarify 0 prefix for width specifier in str.format doc,
http://bugs.python.org/issue15660 reopened by terry.reedy
#22758: Regression in Python 3.2 cookie parsing
http://bugs.python.org/issue22758 reopened by berker.peksag
#25934: ICC compiler: ICC treats denormal floating point numbers as 0.
http://bugs.python.org/issue25934 reopened by zach.ware
#26270: Support for read()/write()/select() on asyncio
http://bugs.python.org/issue26270 reopened by gvanrossum
#26481: unittest discovery process not working without .py source file
http://bugs.python.org/issue26481 reopened by rbcollins
#26541: Add stop_after parameter to setup()
http://bugs.python.org/issue26541 opened by memeplex
#26543: imaplib noop Debug
http://bugs.python.org/issue26543 opened by Stephen.Evans
#26544: platform.libc_ver() returns incorrect version number
http://bugs.python.org/issue26544 opened by Thomas.Waldmann
#26545: os.walk is limited by python's recursion limit
http://bugs.python.org/issue26545 opened by Thomas.Waldmann
#26546: Provide translated french translation on docs.python.org
http://bugs.python.org/issue26546 opened by sizeof
#26547: Undocumented use of the term dictproxy in vars() documentation
http://bugs.python.org/issue26547 opened by sizeof
#26549: co_stacksize is calculated from unoptimized code
http://bugs.python.org/issue26549 opened by ztane
#26550: documentation minor issue : "Step back: WSGI" section from "HO
http://bugs.python.org/issue26550 opened by Alejandro Soini
#26552: Failing ensure_future still creates a Task
http://bugs.python.org/issue26552 opened by gordon
#26553: Write HTTP in uppercase
http://bugs.python.org/issue26553 opened by Sudheer Satyanarayana
#26554: PC\bdist_wininst\install.c: Missing call to fclose()
http://bugs.python.org/issue26554 opened by maddin200
#26556: Update expat to 2.2.1
http://bugs.python.org/issue26556 opened by christian.heimes
#26557: dictviews methods not present on shelve objects
http://bugs.python.org/issue26557 opened by Michael Crouch
#26559: logging.handlers.MemoryHandler flushes on shutdown but not rem
http://bugs.python.org/issue26559 opened by David Escott
#26560: Error in assertion in wsgiref.handlers.BaseHandler.start_respo
http://bugs.python.org/issue26560 opened by inglesp
#26565: [ctypes] Add value attribute to non basic pointers.
http://bugs.python.org/issue26565 opened by memeplex
#26566: Failures on FreeBSD CURRENT buildbot
http://bugs.python.org/issue26566 opened by haypo
#26567: ResourceWarning: Use tracemalloc to display the traceback wher
http://bugs.python.org/issue26567 opened by haypo
#26568: Add a new warnings.showmsg() function taking a warnings.Warnin
http://bugs.python.org/issue26568 opened by haypo
#26571: turtle regression in 3.5
http://bugs.python.org/issue26571 opened by Ellison Marks
#26574: replace_interleave can be optimized for single character byte
http://bugs.python.org/issue26574 opened by Josh Snider
#26576: Tweak wording of decorator docos
http://bugs.python.org/issue26576 opened by Rosuav
#26577: inspect.getclosurevars returns incorrect variable when using c
http://bugs.python.org/issue26577 opened by Ryan Fox
#26578: Bad BaseHTTPRequestHandler response when using HTTP/0.9
http://bugs.python.org/issue26578 opened by xiang.zhang
#26579: Support pickling slots in subclasses of common classes
http://bugs.python.org/issue26579 opened by serhiy.storchaka
#26581: Double coding cookie
http://bugs.python.org/issue26581 opened by serhiy.storchaka
#26582: asyncio documentation links to wrong CancelledError
http://bugs.python.org/issue26582 opened by awilfox
#26584: pyclbr module needs to be more flexible on loader support
http://bugs.python.org/issue26584 opened by eric.snow
#26585: Use html.escape to replace _quote_html in http.server
http://bugs.python.org/issue26585 opened by xiang.zhang
#26586: Simple enhancement to BaseHTTPRequestHandler
http://bugs.python.org/issue26586 opened by xiang.zhang
#26587: Possible duplicate entries in sys.path if .pth files are used
http://bugs.python.org/issue26587 opened by tds333
Most recent 15 issues with no replies (15)
==========================================
#26584: pyclbr module needs to be more flexible on loader support
http://bugs.python.org/issue26584
#26582: asyncio documentation links to wrong CancelledError
http://bugs.python.org/issue26582
#26581: Double coding cookie
http://bugs.python.org/issue26581
#26579: Support pickling slots in subclasses of common classes
http://bugs.python.org/issue26579
#26577: inspect.getclosurevars returns incorrect variable when using c
http://bugs.python.org/issue26577
#26571: turtle regression in 3.5
http://bugs.python.org/issue26571
#26565: [ctypes] Add value attribute to non basic pointers.
http://bugs.python.org/issue26565
#26559: logging.handlers.MemoryHandler flushes on shutdown but not rem
http://bugs.python.org/issue26559
#26556: Update expat to 2.2.1
http://bugs.python.org/issue26556
#26554: PC\bdist_wininst\install.c: Missing call to fclose()
http://bugs.python.org/issue26554
#26550: documentation minor issue : "Step back: WSGI" section from "HO
http://bugs.python.org/issue26550
#26546: Provide translated french translation on docs.python.org
http://bugs.python.org/issue26546
#26543: imaplib noop Debug
http://bugs.python.org/issue26543
#26541: Add stop_after parameter to setup()
http://bugs.python.org/issue26541
#26539: frozen executables should have an empty path
http://bugs.python.org/issue26539
Most recent 15 issues waiting for review (15)
=============================================
#26586: Simple enhancement to BaseHTTPRequestHandler
http://bugs.python.org/issue26586
#26585: Use html.escape to replace _quote_html in http.server
http://bugs.python.org/issue26585
#26581: Double coding cookie
http://bugs.python.org/issue26581
#26579: Support pickling slots in subclasses of common classes
http://bugs.python.org/issue26579
#26576: Tweak wording of decorator docos
http://bugs.python.org/issue26576
#26574: replace_interleave can be optimized for single character byte
http://bugs.python.org/issue26574
#26568: Add a new warnings.showmsg() function taking a warnings.Warnin
http://bugs.python.org/issue26568
#26567: ResourceWarning: Use tracemalloc to display the traceback wher
http://bugs.python.org/issue26567
#26560: Error in assertion in wsgiref.handlers.BaseHandler.start_respo
http://bugs.python.org/issue26560
#26553: Write HTTP in uppercase
http://bugs.python.org/issue26553
#26547: Undocumented use of the term dictproxy in vars() documentation
http://bugs.python.org/issue26547
#26546: Provide translated french translation on docs.python.org
http://bugs.python.org/issue26546
#26539: frozen executables should have an empty path
http://bugs.python.org/issue26539
#26536: Add the SIO_LOOPBACK_FAST_PATH option to socket.ioctl
http://bugs.python.org/issue26536
#26535: Minor typo in the docs for struct.unpack
http://bugs.python.org/issue26535
Top 10 most discussed issues (10)
=================================
#26530: tracemalloc: add C API to manually track/untrack memory alloca
http://bugs.python.org/issue26530 12 msgs
#26512: Vocabulary: Using "integral" in library/stdtypes.html
http://bugs.python.org/issue26512 8 msgs
#26553: Write HTTP in uppercase
http://bugs.python.org/issue26553 8 msgs
#13305: datetime.strftime("%Y") not consistent for years < 1000
http://bugs.python.org/issue13305 7 msgs
#26576: Tweak wording of decorator docos
http://bugs.python.org/issue26576 7 msgs
#22359: Remove incorrect uses of recursive make
http://bugs.python.org/issue22359 4 msgs
#22625: When cross-compiling, donât try to execute binaries
http://bugs.python.org/issue22625 4 msgs
#23214: BufferedReader.read1(size) signature incompatible with Buffere
http://bugs.python.org/issue23214 4 msgs
#24959: unittest swallows part of stack trace when raising AssertionEr
http://bugs.python.org/issue24959 4 msgs
#26585: Use html.escape to replace _quote_html in http.server
http://bugs.python.org/issue26585 4 msgs
Issues closed (45)
==================
#5505: sys.stdin.read() doesn't return after first EOF on Windows
http://bugs.python.org/issue5505 closed by berker.peksag
#16181: cookielib.http2time raises ValueError for invalid date.
http://bugs.python.org/issue16181 closed by berker.peksag
#17603: AC_LIBOBJ replacement of fileblocks
http://bugs.python.org/issue17603 closed by martin.panter
#17758: test_site fails when the user does not have a home directory
http://bugs.python.org/issue17758 closed by haypo
#18320: python installation is broken if prefix is overridden on an in
http://bugs.python.org/issue18320 closed by ned.deily
#20556: Use specific asserts in threading tests
http://bugs.python.org/issue20556 closed by serhiy.storchaka
#20589: pathlib.owner() and pathlib.group() raise ImportError on Windo
http://bugs.python.org/issue20589 closed by berker.peksag
#23606: ctypes.util.find_library("c") no longer makes sense
http://bugs.python.org/issue23606 closed by steve.dower
#23718: strptime() can produce invalid date with negative year day
http://bugs.python.org/issue23718 closed by serhiy.storchaka
#24918: Docs layout bug
http://bugs.python.org/issue24918 closed by ezio.melotti
#25320: unittest loader.py TypeError when code directory contains a so
http://bugs.python.org/issue25320 closed by rbcollins
#25638: Verify the etree_parse and etree_iterparse benchmarks are work
http://bugs.python.org/issue25638 closed by brett.cannon
#25687: Error during test case and tearDown
http://bugs.python.org/issue25687 closed by ezio.melotti
#25959: tkinter - PhotoImage.zoom() causes segfault
http://bugs.python.org/issue25959 closed by terry.reedy
#26079: Build with Visual Studio 2015 using PlatformToolset=v120
http://bugs.python.org/issue26079 closed by steve.dower
#26102: access violation in PyErrFetch if tcur==null in PyGILState_Rel
http://bugs.python.org/issue26102 closed by haypo
#26247: Document Chrome/Chromium for python2.7
http://bugs.python.org/issue26247 closed by ezio.melotti
#26313: ssl.py _load_windows_store_certs fails if windows cert store i
http://bugs.python.org/issue26313 closed by steve.dower
#26314: interned strings are stored in a dict, a set would use less me
http://bugs.python.org/issue26314 closed by rhettinger
#26323: Add assert_called() and assert_called_once() methods for mock
http://bugs.python.org/issue26323 closed by berker.peksag
#26499: http.client.IncompleteRead from HTTPResponse read after part r
http://bugs.python.org/issue26499 closed by martin.panter
#26500: Document of new star unpacking is missing.
http://bugs.python.org/issue26500 closed by terry.reedy
#26513: platform.win32_ver() broken in 2.7.11
http://bugs.python.org/issue26513 closed by steve.dower
#26516: Add PYTHONMALLOC env var and add support for malloc debug hook
http://bugs.python.org/issue26516 closed by haypo
#26519: Cython doesn't work anymore on Python 3.6
http://bugs.python.org/issue26519 closed by haypo
#26523: multiprocessing ThreadPool is untested
http://bugs.python.org/issue26523 closed by pitrou
#26538: regrtest: setup_tests() must not replace module.__path__ (_Nam
http://bugs.python.org/issue26538 closed by haypo
#26540: Python Macros
http://bugs.python.org/issue26540 closed by ezio.melotti
#26542: Wrongly formatted doctest block in difflib documentation
http://bugs.python.org/issue26542 closed by berker.peksag
#26548: Probably missing word in a sentence in the doc of bitwise oper
http://bugs.python.org/issue26548 closed by rhettinger
#26551: Regex.finditer infinite loops with certain input
http://bugs.python.org/issue26551 closed by serhiy.storchaka
#26555: string.format(bytes) raise warning
http://bugs.python.org/issue26555 closed by haypo
#26558: Disable PyGILState_Check() when Py_NewInterpreter() is called
http://bugs.python.org/issue26558 closed by haypo
#26561: exec function fails to properly assign scope to dict like obje
http://bugs.python.org/issue26561 closed by belopolsky
#26562: Large Involuntary context switches during oom-killer
http://bugs.python.org/issue26562 closed by haypo
#26563: PyMem_Malloc(): check that the GIL is hold in debug hooks
http://bugs.python.org/issue26563 closed by haypo
#26564: Malloc debug hooks: display memory block traceback on error
http://bugs.python.org/issue26564 closed by haypo
#26569: pyclbr.readmodule() and pyclbr.readmodule_ex() don't support n
http://bugs.python.org/issue26569 closed by eric.snow
#26570: comma-separated cookies with expires header do not parse prope
http://bugs.python.org/issue26570 closed by SilentGhost
#26572: urlparse does not handle passwords with ? in them.
http://bugs.python.org/issue26572 closed by martin.panter
#26573: Method Parameters can be Accepted as Keyword Arguments?
http://bugs.python.org/issue26573 closed by G Young
#26575: lambda not closed on specific value in comprehension
http://bugs.python.org/issue26575 closed by martin.panter
#26580: Documentation for ftplib still references ftpmirror.py
http://bugs.python.org/issue26580 closed by berker.peksag
#26583: test_timestamp_overflow of test_importlib fails if PYTHONDONTW
http://bugs.python.org/issue26583 closed by ned.deily
#747320: rfc2822 formatdate functionality duplication
http://bugs.python.org/issue747320 closed by berker.peksag
More information about the Python-Dev
mailing list