[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Feb 3 12:09:12 EST 2017


ACTIVITY SUMMARY (2017-01-27 - 2017-02-03)
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    5769 ( +1)
  closed 35423 (+55)
  total  41192 (+56)

Open issues with patches: 2479 


Issues opened (35)
==================

#29300: Modify the _struct module to use FASTCALL and Argument Clinic
http://bugs.python.org/issue29300  reopened by serhiy.storchaka

#29382: IDLE search and replace should use 'hit' tag instead of 'hilit
http://bugs.python.org/issue29382  opened by d s2

#29386: select.epoll.poll may behave differently if timeout = -1 vs ti
http://bugs.python.org/issue29386  opened by Gabriel McManus

#29387: Tabs vs spaces FAQ out of date
http://bugs.python.org/issue29387  opened by martin.panter

#29392: msvcrt.locking crashes python
http://bugs.python.org/issue29392  opened by RazerM

#29394: Cannot tunnel TLS connection through TLS connection
http://bugs.python.org/issue29394  opened by Maximilian Blochberger

#29395: Edit with IDLE 3.6 don´t work if Name of File "code.py"
http://bugs.python.org/issue29395  opened by wueste87

#29396: Re-opening /dev/tty breaks readline
http://bugs.python.org/issue29396  opened by silvioricardoc

#29397: linux/random.h present but cannot be compiled
http://bugs.python.org/issue29397  opened by zhaw_munt

#29399: python3.dll export forwarders not resolved in all situations d
http://bugs.python.org/issue29399  opened by Elli Pirelli

#29400: Instruction level tracing via sys.settrace
http://bugs.python.org/issue29400  opened by George.King

#29402: Problem with Checkbutton and  duplicate last name components
http://bugs.python.org/issue29402  opened by terry.reedy

#29403: mock's autospec's behavior on method-bound builtin functions i
http://bugs.python.org/issue29403  opened by Aaron Gallagher

#29405: improve csv.Sniffer().sniff() behavior
http://bugs.python.org/issue29405  opened by mepstein

#29406: asyncio SSL contexts leak sockets after calling close with cer
http://bugs.python.org/issue29406  opened by thehesiod

#29408: Add timestamp-based dependency system to build_clib
http://bugs.python.org/issue29408  opened by daniel.nunes

#29409: Implement PEP 529 for io.FileIO
http://bugs.python.org/issue29409  opened by eryksun

#29410: Moving to SipHash-1-3
http://bugs.python.org/issue29410  opened by inada.naoki

#29411: Option --executable for entry_points
http://bugs.python.org/issue29411  opened by Michal Cyprian

#29412: IndexError thrown on email.message.Message.get
http://bugs.python.org/issue29412  opened by uckelman

#29413: ssl.SSLSocket.unwrap() is not flexible enough
http://bugs.python.org/issue29413  opened by Greg Stark

#29414: Change 'the for statement is such an iterator' in Tutorial
http://bugs.python.org/issue29414  opened by Jim Fasarakis-Hilliard

#29416: Path.mkdir can get into a recursive error loop
http://bugs.python.org/issue29416  opened by Dan Buchoff

#29417: Sort entries in foo.dist-info/RECORD
http://bugs.python.org/issue29417  opened by dgreiman

#29418: inspect.isroutine does not return True for some bound builtin 
http://bugs.python.org/issue29418  opened by Wheerd

#29419: Argument Clinic: inline PyArg_UnpackTuple and PyArg_ParseStack
http://bugs.python.org/issue29419  opened by haypo

#29422: add socket independent timeout to httplib/http.client read
http://bugs.python.org/issue29422  opened by Patrick Michaud

#29424: Multiple vulnerabilities in BaseHTTPRequestHandler enable HTTP
http://bugs.python.org/issue29424  opened by meitar

#29425: File-altering aspects of pathlib should return new pathlib obj
http://bugs.python.org/issue29425  opened by Walter Szeliga

#29427: Option to skip padding for base64 urlsafe encoding/decoding
http://bugs.python.org/issue29427  opened by Thorney

#29428: Doctest documentation unclear about multi-line fixtures
http://bugs.python.org/issue29428  opened by JDLH

#29430: zipfile: invalid link
http://bugs.python.org/issue29430  opened by lucasmus

#29432: wait_for(gather(...)) logs weird error message
http://bugs.python.org/issue29432  opened by Martin.Teichmann

#29435: Allow to pass fileobj to is_tarfile
http://bugs.python.org/issue29435  opened by twiggers

#29436: Compilation failure against Android NDK r14 beta 2
http://bugs.python.org/issue29436  opened by Chi Hsuan Yen



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

#29435: Allow to pass fileobj to is_tarfile
http://bugs.python.org/issue29435

#29432: wait_for(gather(...)) logs weird error message
http://bugs.python.org/issue29432

#29430: zipfile: invalid link
http://bugs.python.org/issue29430

#29427: Option to skip padding for base64 urlsafe encoding/decoding
http://bugs.python.org/issue29427

#29425: File-altering aspects of pathlib should return new pathlib obj
http://bugs.python.org/issue29425

#29422: add socket independent timeout to httplib/http.client read
http://bugs.python.org/issue29422

#29418: inspect.isroutine does not return True for some bound builtin 
http://bugs.python.org/issue29418

#29417: Sort entries in foo.dist-info/RECORD
http://bugs.python.org/issue29417

#29413: ssl.SSLSocket.unwrap() is not flexible enough
http://bugs.python.org/issue29413

#29411: Option --executable for entry_points
http://bugs.python.org/issue29411

#29409: Implement PEP 529 for io.FileIO
http://bugs.python.org/issue29409

#29408: Add timestamp-based dependency system to build_clib
http://bugs.python.org/issue29408

#29396: Re-opening /dev/tty breaks readline
http://bugs.python.org/issue29396

#29395: Edit with IDLE 3.6 don´t work if Name of File "code.py"
http://bugs.python.org/issue29395

#29370: "./configure --enable-optimizations && make install" does not 
http://bugs.python.org/issue29370



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

#29436: Compilation failure against Android NDK r14 beta 2
http://bugs.python.org/issue29436

#29424: Multiple vulnerabilities in BaseHTTPRequestHandler enable HTTP
http://bugs.python.org/issue29424

#29414: Change 'the for statement is such an iterator' in Tutorial
http://bugs.python.org/issue29414

#29410: Moving to SipHash-1-3
http://bugs.python.org/issue29410

#29409: Implement PEP 529 for io.FileIO
http://bugs.python.org/issue29409

#29408: Add timestamp-based dependency system to build_clib
http://bugs.python.org/issue29408

#29406: asyncio SSL contexts leak sockets after calling close with cer
http://bugs.python.org/issue29406

#29403: mock's autospec's behavior on method-bound builtin functions i
http://bugs.python.org/issue29403

#29400: Instruction level tracing via sys.settrace
http://bugs.python.org/issue29400

#29387: Tabs vs spaces FAQ out of date
http://bugs.python.org/issue29387

#29376: threading._DummyThread.__repr__ raises AssertionError
http://bugs.python.org/issue29376

#29362: regrtest: don't fail immediately if a child does crash
http://bugs.python.org/issue29362

#29353: Incorrect handling of HTTP response with "Content-Type: messag
http://bugs.python.org/issue29353

#29352: provide the authorative source for s[i:j] negative slice indic
http://bugs.python.org/issue29352

#29351: absolute imports for logging
http://bugs.python.org/issue29351



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

#29300: Modify the _struct module to use FASTCALL and Argument Clinic
http://bugs.python.org/issue29300  29 msgs

#29410: Moving to SipHash-1-3
http://bugs.python.org/issue29410  19 msgs

#11549: Build-out an AST optimizer, moving some functionality out of t
http://bugs.python.org/issue11549  18 msgs

#29400: Instruction level tracing via sys.settrace
http://bugs.python.org/issue29400  11 msgs

#18842: Add float.is_finite is_nan is_infinite to match Decimal method
http://bugs.python.org/issue18842  10 msgs

#27200: make doctest in CPython has failures
http://bugs.python.org/issue27200   7 msgs

#27647: Update Windows 2.7 build to Tcl/Tk 8.5.19
http://bugs.python.org/issue27647   7 msgs

#29344: sock_recv not detected a coroutine
http://bugs.python.org/issue29344   7 msgs

#15373: copy.copy() does not properly copy os.environment
http://bugs.python.org/issue15373   5 msgs

#29399: python3.dll export forwarders not resolved in all situations d
http://bugs.python.org/issue29399   5 msgs



Issues closed (54)
==================

#14376: sys.exit documents argument as "integer" but actually requires
http://bugs.python.org/issue14376  closed by mark.dickinson

#18590: Found text not always highlighted by Replace dialog on Windows
http://bugs.python.org/issue18590  closed by terry.reedy

#23298: Add ArgumentParser.add_mutually_dependence_group
http://bugs.python.org/issue23298  closed by paul.j3

#23551: IDLE to provide menu link to PIP gui.
http://bugs.python.org/issue23551  closed by terry.reedy

#24736: argparse add_mutually_exclusive_group do not print help
http://bugs.python.org/issue24736  closed by paul.j3

#24875: pyvenv doesn´t install PIP inside a new venv with --system-si
http://bugs.python.org/issue24875  closed by python-dev

#27051: Create PIP gui
http://bugs.python.org/issue27051  closed by ncoghlan

#28618: Decorate hot functions using __attribute__((hot)) to optimize 
http://bugs.python.org/issue28618  closed by haypo

#29140: time_hash() reads the wrong bytes to get microseconds
http://bugs.python.org/issue29140  closed by haypo

#29157: random.c: Prefer getrandom() over getentropy() to support glib
http://bugs.python.org/issue29157  closed by haypo

#29169: update zlib to 1.2.11
http://bugs.python.org/issue29169  closed by doko

#29182: Remove the warning in urllib docs that it doesn't do certifica
http://bugs.python.org/issue29182  closed by orsenthil

#29213: python -m venv activate.bat has weird mix of line endings
http://bugs.python.org/issue29213  closed by python-dev

#29218: distutils: Remove unused install_misc class
http://bugs.python.org/issue29218  closed by berker.peksag

#29227: Reduce C stack consumption in function calls
http://bugs.python.org/issue29227  closed by haypo

#29234: Disable inlining of _PyStack_AsTuple() to reduce the stack con
http://bugs.python.org/issue29234  closed by haypo

#29260: Use designated initializers to define PyTypeObject types
http://bugs.python.org/issue29260  closed by haypo

#29263: Implement LOAD_METHOD/CALL_METHOD for C functions
http://bugs.python.org/issue29263  closed by inada.naoki

#29264: sparc/ffi.c:440 error: 'asm' undeclared
http://bugs.python.org/issue29264  closed by xdegaye

#29283: duplicate README in site-packages
http://bugs.python.org/issue29283  closed by berker.peksag

#29286: Use METH_FASTCALL in str methods
http://bugs.python.org/issue29286  closed by haypo

#29289: Convert OrderedDict methods to Argument Clinic
http://bugs.python.org/issue29289  closed by haypo

#29310: Document typing.NamedTuple default argument syntax
http://bugs.python.org/issue29310  closed by rhettinger

#29311: Argument Clinic: convert dict methods
http://bugs.python.org/issue29311  closed by haypo

#29318: Optimize _PyFunction_FastCallDict() for **kwargs
http://bugs.python.org/issue29318  closed by haypo

#29329: Incorrect documentation for custom `hex()` support on Python 2
http://bugs.python.org/issue29329  closed by Mariatta

#29349: Update old Python 2 code in Docs/tools/extensions/patchlevel.p
http://bugs.python.org/issue29349  closed by martin.panter

#29354: Python 2.7.12: pydoc.help(lambda (a,): lambda x: a) raises Ind
http://bugs.python.org/issue29354  closed by serhiy.storchaka

#29364: msilib Fetch raises MSIError rather than return None
http://bugs.python.org/issue29364  closed by Jason Matthew

#29367: python-gdb: display wrapper_call()
http://bugs.python.org/issue29367  closed by python-dev

#29368: Optimize unpickling list-like objects: use extend() instead of
http://bugs.python.org/issue29368  closed by python-dev

#29377: Add the 'wrapper_descriptor' type to the types module
http://bugs.python.org/issue29377  closed by gvanrossum

#29381: Tutorial documentation contains undefined reference to #!
http://bugs.python.org/issue29381  closed by python-dev

#29383: Reduce temporary unicode object while adding descriptors
http://bugs.python.org/issue29383  closed by inada.naoki

#29384: Unused beos build scripts
http://bugs.python.org/issue29384  closed by martin.panter

#29385: Sockets Crashes or Memory Corruption
http://bugs.python.org/issue29385  closed by inada.naoki

#29388: regex mismatch in the simple cases
http://bugs.python.org/issue29388  closed by steven.daprano

#29389: math.isclose signature contains incorrect start parameter
http://bugs.python.org/issue29389  closed by ammar2

#29390: Python Tutorial should introduce iterators and generators
http://bugs.python.org/issue29390  closed by rhettinger

#29391: Windows Defender finds trojan Spursint in Numpy for Py36 Win64
http://bugs.python.org/issue29391  closed by eryksun

#29393: Enabiling IPv6 by default
http://bugs.python.org/issue29393  closed by ned.deily

#29398: memory corruption in xxlimited
http://bugs.python.org/issue29398  closed by python-dev

#29401: Python3.6 docs should not have a "what's new in Python 3.7" pa
http://bugs.python.org/issue29401  closed by ned.deily

#29404: "TypeError: 'int' does not have the buffer interface" on memor
http://bugs.python.org/issue29404  closed by brett.cannon

#29407: Remove redundant ensure_future() calls in factorial example
http://bugs.python.org/issue29407  closed by berker.peksag

#29415: Exposing handle._callback and handle._args in asyncio
http://bugs.python.org/issue29415  closed by yselivanov

#29420: Python 3.6 change in dict iteration when inserting keys
http://bugs.python.org/issue29420  closed by r.david.murray

#29421: Make int.to_bytes() and int.from_bytes() slightly faster
http://bugs.python.org/issue29421  closed by serhiy.storchaka

#29423: using concurrent.futures.ProcessPoolExecutor in class giving '
http://bugs.python.org/issue29423  closed by serhiy.storchaka

#29426: Using pywin32 on Python3 on linux
http://bugs.python.org/issue29426  closed by eryksun

#29429: Requests package is incompatible with py2exe
http://bugs.python.org/issue29429  closed by inada.naoki

#29431: Add a PYTHONREVERSEDICTKEYORDER environment variable
http://bugs.python.org/issue29431  closed by rhettinger

#29433: any, all and sum should accept variadic args
http://bugs.python.org/issue29433  closed by serhiy.storchaka

#29434: tuple.__repr__ may segv when it contains NULL
http://bugs.python.org/issue29434  closed by inada.naoki


More information about the Python-Dev mailing list