ACTIVITY SUMMARY (2016-02-26 - 2016-03-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    5435 ( -2)
  closed 32802 (+38)
  total  38237 (+36)

Open issues with patches: 2370 


Issues opened (26)
==================

#19450: Bug in sqlite in Windows binaries
http://bugs.python.org/issue19450  reopened by schlamar

#25910: Fixing links in documentation
http://bugs.python.org/issue25910  reopened by georg.brandl

#26434: multiprocessing cannot spawn grandchild from a Windows service
http://bugs.python.org/issue26434  reopened by schlamar

#26446: Mention in the devguide that core dev stuff falls under the PS
http://bugs.python.org/issue26446  opened by brett.cannon

#26448: dis.findlabels ignores EXTENDED_ARG
http://bugs.python.org/issue26448  opened by eric.fahlgren

#26449: Tutorial on Python Scopes and Namespaces uses confusing 'read-
http://bugs.python.org/issue26449  opened by mjpieters

#26450: make html fails on OSX
http://bugs.python.org/issue26450  opened by Alex.LordThorsen

#26451: CSV documentation doesn't open with an example
http://bugs.python.org/issue26451  opened by Alex.LordThorsen

#26452: Wrong line number attributed to comprehension expressions
http://bugs.python.org/issue26452  opened by Greg Price

#26454: add support string that are not inherited from PyStringObject
http://bugs.python.org/issue26454  opened by yuriy_levchenko

#26455: Inconsistent behavior with KeyboardInterrupt and asyncio futur
http://bugs.python.org/issue26455  opened by Michel Desmoulin

#26456: import _tkinter + TestForkInThread leaves zombie with stalled 
http://bugs.python.org/issue26456  opened by martin.panter

#26459: Windows build instructions are very inaccurate
http://bugs.python.org/issue26459  opened by fijall

#26460: datetime.strptime without a year fails on Feb 29
http://bugs.python.org/issue26460  opened by Sriram Rajagopalan

#26461: PyInterpreterState_Head(), PyThreadState_Next() etc can't be s
http://bugs.python.org/issue26461  opened by fijall

#26462: Patch to enhance literal block language declaration
http://bugs.python.org/issue26462  opened by sizeof

#26465: Upgrade OpenSSL shipped with python installers
http://bugs.python.org/issue26465  opened by alex

#26466: could not build python 2.7.11 on AIX
http://bugs.python.org/issue26466  opened by Michael.Felt

#26467: Add async magic method support to unittest.mock.Mock
http://bugs.python.org/issue26467  opened by brett.cannon

#26468: shutil.copy2 raises OSError if filesystem doesn't support chmo
http://bugs.python.org/issue26468  opened by Vojtěch Pachol

#26470: Make OpenSSL module compatible with OpenSSL 1.1.0
http://bugs.python.org/issue26470  opened by christian.heimes

#26471: load_verify_locations(cadata) should load AUX ASN.1 to support
http://bugs.python.org/issue26471  opened by christian.heimes

#26475: Misleading debugging output for verbose regular expressions
http://bugs.python.org/issue26475  opened by serhiy.storchaka

#26477: typing forward references and module attributes
http://bugs.python.org/issue26477  opened by mjpieters

#26479: Init documentation typo "may be return" > "may NOT be returned
http://bugs.python.org/issue26479  opened by Samuel Colvin

#26480: add a flag that will not give the set a sys.stdin
http://bugs.python.org/issue26480  opened by yuriy_levchenko



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

#26480: add a flag that will not give the set a sys.stdin
http://bugs.python.org/issue26480

#26475: Misleading debugging output for verbose regular expressions
http://bugs.python.org/issue26475

#26471: load_verify_locations(cadata) should load AUX ASN.1 to support
http://bugs.python.org/issue26471

#26467: Add async magic method support to unittest.mock.Mock
http://bugs.python.org/issue26467

#26455: Inconsistent behavior with KeyboardInterrupt and asyncio futur
http://bugs.python.org/issue26455

#26454: add support string that are not inherited from PyStringObject
http://bugs.python.org/issue26454

#26452: Wrong line number attributed to comprehension expressions
http://bugs.python.org/issue26452

#26451: CSV documentation doesn't open with an example
http://bugs.python.org/issue26451

#26441: email.charset: to_splittable and from_splittable are not there
http://bugs.python.org/issue26441

#26433: urllib.urlencode() does not explain how to handle unicode
http://bugs.python.org/issue26433

#26418: multiprocessing.pool.ThreadPool eats up memories
http://bugs.python.org/issue26418

#26396: Create json.JSONType
http://bugs.python.org/issue26396

#26391: Specialized sub-classes of Generic never call __init__
http://bugs.python.org/issue26391

#26383: benchmarks (perf.py): number of decimal places in csv output
http://bugs.python.org/issue26383

#26373: asyncio: add support for async context manager on streams?
http://bugs.python.org/issue26373



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

#26475: Misleading debugging output for verbose regular expressions
http://bugs.python.org/issue26475

#26462: Patch to enhance literal block language declaration
http://bugs.python.org/issue26462

#26456: import _tkinter + TestForkInThread leaves zombie with stalled 
http://bugs.python.org/issue26456

#26452: Wrong line number attributed to comprehension expressions
http://bugs.python.org/issue26452

#26451: CSV documentation doesn't open with an example
http://bugs.python.org/issue26451

#26448: dis.findlabels ignores EXTENDED_ARG
http://bugs.python.org/issue26448

#26443: cross building extensions picks up host headers
http://bugs.python.org/issue26443

#26436: Add the regex-dna benchmark
http://bugs.python.org/issue26436

#26434: multiprocessing cannot spawn grandchild from a Windows service
http://bugs.python.org/issue26434

#26432: Add partial.kwargs
http://bugs.python.org/issue26432

#26423: Integer overflow in wrap_lenfunc() on 64-bit build of Windows 
http://bugs.python.org/issue26423

#26414: os.defpath too permissive
http://bugs.python.org/issue26414

#26404: socketserver context manager
http://bugs.python.org/issue26404

#26403: Catch FileNotFoundError in socketserver.DatagramRequestHandler
http://bugs.python.org/issue26403

#26394: Have argparse provide ability to require a fallback value be p
http://bugs.python.org/issue26394



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

#26448: dis.findlabels ignores EXTENDED_ARG
http://bugs.python.org/issue26448  20 msgs

#19475: Add timespec optional flag to datetime isoformat() to choose t
http://bugs.python.org/issue19475  16 msgs

#26466: could not build python 2.7.11 on AIX
http://bugs.python.org/issue26466  10 msgs

#25702: Link Time Optimizations support for GCC and CLANG
http://bugs.python.org/issue25702   8 msgs

#26362: Approved API for creating a temporary file path
http://bugs.python.org/issue26362   7 msgs

#26436: Add the regex-dna benchmark
http://bugs.python.org/issue26436   6 msgs

#25910: Fixing links in documentation
http://bugs.python.org/issue25910   5 msgs

#26439: ctypes.util.find_library fails when ldconfig/glibc not availab
http://bugs.python.org/issue26439   5 msgs

#26449: Tutorial on Python Scopes and Namespaces uses confusing 'read-
http://bugs.python.org/issue26449   5 msgs

#26450: make html fails on OSX
http://bugs.python.org/issue26450   5 msgs



Issues closed (36)
==================

#6294: Improve shutdown exception ignored message
http://bugs.python.org/issue6294  closed by martin.panter

#13492: ./configure --with-system-ffi=LIBFFI-PATH
http://bugs.python.org/issue13492  closed by berker.peksag

#13573: csv.writer uses str() for floats instead of repr()
http://bugs.python.org/issue13573  closed by rhettinger

#17580: ctypes: ARM hardfloat argument corruption calling functions wi
http://bugs.python.org/issue17580  closed by berker.peksag

#17873: _ctypes/libffi missing bits for aarch64 support
http://bugs.python.org/issue17873  closed by berker.peksag

#22176: update internal libffi copy to 3.1, introducing AArch64 and PO
http://bugs.python.org/issue22176  closed by berker.peksag

#22836: Broken "Exception ignored in:" message on exceptions in __repr
http://bugs.python.org/issue22836  closed by martin.panter

#23041: csv needs more quoting rules
http://bugs.python.org/issue23041  closed by berker.peksag

#24421: Race condition compiling Modules/_math.c
http://bugs.python.org/issue24421  closed by martin.panter

#25647: Return of asyncio.coroutine from asyncio.coroutine doesn't wor
http://bugs.python.org/issue25647  closed by yselivanov

#25888: awaiting on coroutine that is being awaited should be an error
http://bugs.python.org/issue25888  closed by yselivanov

#25918: AssertionError in lib2to3 on 2.7.11 Windows
http://bugs.python.org/issue25918  closed by schlamar

#26221: awaiting asyncio.Future swallows StopIteration
http://bugs.python.org/issue26221  closed by yselivanov

#26246: Code output toggle button uses removed jQuery method
http://bugs.python.org/issue26246  closed by ezio.melotti

#26335: Make mmap.write return the number of bytes written like other 
http://bugs.python.org/issue26335  closed by berker.peksag

#26338: remove duplicate bind addresses in create_server
http://bugs.python.org/issue26338  closed by yselivanov

#26347: BoundArguments.apply_defaults doesn't handle empty arguments
http://bugs.python.org/issue26347  closed by yselivanov

#26385: the call of tempfile.NamedTemporaryFile fails and leaves a fil
http://bugs.python.org/issue26385  closed by SilentGhost

#26393: random.shuffled
http://bugs.python.org/issue26393  closed by rhettinger

#26420: IDLE for Python 3.5.1 for x64 Windows exits when pasted a stri
http://bugs.python.org/issue26420  closed by terry.reedy

#26421: string_richcompare invalid check Py_NotImplemented
http://bugs.python.org/issue26421  closed by serhiy.storchaka

#26442: Doc refers to xmlrpc.client but means xmlrpc.server
http://bugs.python.org/issue26442  closed by python-dev

#26444: Fix 2 typos on ElementTree docs
http://bugs.python.org/issue26444  closed by python-dev

#26445: setup.py sdist mishandles package_dir option
http://bugs.python.org/issue26445  closed by glep

#26447: rstrip() is pilfering my 'p'
http://bugs.python.org/issue26447  closed by ethan.furman

#26453: SystemError on invalid numpy.ndarray / Path operation
http://bugs.python.org/issue26453  closed by haypo

#26457: Error in ipaddress.address_exclude function
http://bugs.python.org/issue26457  closed by serhiy.storchaka

#26458: Is the default value assignment of a function parameter evalua
http://bugs.python.org/issue26458  closed by ezio.melotti

#26463: asyncio-related (?) segmentation fault
http://bugs.python.org/issue26463  closed by Nicholas Chammas

#26464: str.translate() unexpectedly duplicates characters
http://bugs.python.org/issue26464  closed by haypo

#26469: Bug in ConfigParser when setting new values in extended interp
http://bugs.python.org/issue26469  closed by Michael Jacob

#26472: Infinite loop
http://bugs.python.org/issue26472  closed by christian.heimes

#26473: Python 3.5 not run
http://bugs.python.org/issue26473  closed by SilentGhost

#26474: ctypes: Memory leak at malloc_closure.c
http://bugs.python.org/issue26474  closed by brett.cannon

#26476: Constness in _PyErr_BadInternalCall
http://bugs.python.org/issue26476  closed by serhiy.storchaka

#26478: dict views don't implement subtraction correctly
http://bugs.python.org/issue26478  closed by python-dev
_______________________________________________
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