[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jul 15 12:08:45 EDT 2016


ACTIVITY SUMMARY (2016-07-08 - 2016-07-15)
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    5562 (+12)
  closed 33715 (+39)
  total  39277 (+51)

Open issues with patches: 2429 


Issues opened (33)
==================

#27469: Unicode filename gets crippled on Windows when drag and drop
http://bugs.python.org/issue27469  reopened by eryksun

#27470: -3 commandline option documented differently via man
http://bugs.python.org/issue27470  opened by mgilson

#27471: sre_constants.error: bad escape \d
http://bugs.python.org/issue27471  opened by Noah Petherbridge

#27472: add the 'unix_shell' attribute to test.support
http://bugs.python.org/issue27472  opened by xdegaye

#27477: IDLE: Switch dialogs to ttk widgets.
http://bugs.python.org/issue27477  opened by terry.reedy

#27482: heap-buffer-overflow on address 0x6250000078ff
http://bugs.python.org/issue27482  opened by mtowalski

#27483: Expose HEAD_LOCK/HEAD_UNLOCK in pystate.c
http://bugs.python.org/issue27483  opened by fijall

#27485: urllib.splitport -- is it official or not?
http://bugs.python.org/issue27485  opened by gvanrossum

#27486: FTPlib hangs on some pasv responses
http://bugs.python.org/issue27486  opened by Byoungwoo Song

#27487: -m switch regression in Python 3.5.2 (under rare circumstances
http://bugs.python.org/issue27487  opened by wolma

#27490: ARM cross-compile: pgen built without $(CFLAGS) as $(LIBRARY) 
http://bugs.python.org/issue27490  opened by Thomas Perl

#27491: Errors when building with UNICODE character set
http://bugs.python.org/issue27491  opened by Minmin.Gong

#27492: Enhance bytearray_repr with bytes_repr's logic
http://bugs.python.org/issue27492  opened by xiang.zhang

#27493: logging module fails with unclear error when supplied a (Posix
http://bugs.python.org/issue27493  opened by rhendrikse

#27494: 2to3 parser failure caused by a comma after a generator expres
http://bugs.python.org/issue27494  opened by jstasiak

#27495: Pretty printing sorting for set and frozenset instances
http://bugs.python.org/issue27495  opened by danilo.bellini

#27496: unicodedata.name() doesn't have names for control characters
http://bugs.python.org/issue27496  opened by zwol

#27497: csv module: Add return value to DictWriter.writeheader
http://bugs.python.org/issue27497  opened by lsowen

#27499: PY_SSIZE_T_CLEAN conflicts with Py_LIMITED_API
http://bugs.python.org/issue27499  opened by dholth

#27500: ProactorEventLoop cannot open connection to ::1
http://bugs.python.org/issue27500  opened by sebastien.bourdeauducq

#27501: Add typing.py class describing a PEP 3118 buffer object
http://bugs.python.org/issue27501  opened by Daniel Moisset

#27502: Python -m Module Vulnerable to Buffer Over Flow.
http://bugs.python.org/issue27502  opened by DhirajMishra

#27505: Missing documentation for setting module __class__ attribute
http://bugs.python.org/issue27505  opened by ncoghlan

#27506: make bytes/bytearray delete a keyword argument
http://bugs.python.org/issue27506  opened by xiang.zhang

#27507: bytearray.extend lacks overflow check when increasing buffer
http://bugs.python.org/issue27507  opened by xiang.zhang

#27509: Some tests breaks PGO build on Windows
http://bugs.python.org/issue27509  opened by Charles G.

#27511: Add PathLike objects support to BZ2File
http://bugs.python.org/issue27511  opened by xiang.zhang

#27512: os.fspath is certain to crash when exception raised in __fspat
http://bugs.python.org/issue27512  opened by xiang.zhang

#27513: email.utils.getaddresses does not handle Header objects
http://bugs.python.org/issue27513  opened by frispete

#27515: Dotted name re-import does not rebind after deletion
http://bugs.python.org/issue27515  opened by terry.reedy

#27516: Wrong initialization of python path with embeddable distributi
http://bugs.python.org/issue27516  opened by palm.kevin

#27517: LZMACompressor and LZMADecompressor raise exceptions if given 
http://bugs.python.org/issue27517  opened by benfogle

#27520: Issue when building PGO
http://bugs.python.org/issue27520  opened by Decorater



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

#27520: Issue when building PGO
http://bugs.python.org/issue27520

#27511: Add PathLike objects support to BZ2File
http://bugs.python.org/issue27511

#27505: Missing documentation for setting module __class__ attribute
http://bugs.python.org/issue27505

#27494: 2to3 parser failure caused by a comma after a generator expres
http://bugs.python.org/issue27494

#27491: Errors when building with UNICODE character set
http://bugs.python.org/issue27491

#27486: FTPlib hangs on some pasv responses
http://bugs.python.org/issue27486

#27482: heap-buffer-overflow on address 0x6250000078ff
http://bugs.python.org/issue27482

#27470: -3 commandline option documented differently via man
http://bugs.python.org/issue27470

#27451: gzip.py: Please save more of the gzip header for later examina
http://bugs.python.org/issue27451

#27446: struct: allow per-item byte order
http://bugs.python.org/issue27446

#27445: Charset instance not passed to set_payload()
http://bugs.python.org/issue27445

#27435: ctypes and AIX - also for 2.7.X (and later)
http://bugs.python.org/issue27435

#27428: Document WindowsRegistryFinder inherits from MetaPathFinder
http://bugs.python.org/issue27428

#27426: Encoding mismatch causes some tests to fail on Windows
http://bugs.python.org/issue27426

#27420: Docs for os.link - say what happens if link already exists
http://bugs.python.org/issue27420



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

#27517: LZMACompressor and LZMADecompressor raise exceptions if given 
http://bugs.python.org/issue27517

#27512: os.fspath is certain to crash when exception raised in __fspat
http://bugs.python.org/issue27512

#27511: Add PathLike objects support to BZ2File
http://bugs.python.org/issue27511

#27507: bytearray.extend lacks overflow check when increasing buffer
http://bugs.python.org/issue27507

#27506: make bytes/bytearray delete a keyword argument
http://bugs.python.org/issue27506

#27501: Add typing.py class describing a PEP 3118 buffer object
http://bugs.python.org/issue27501

#27495: Pretty printing sorting for set and frozenset instances
http://bugs.python.org/issue27495

#27492: Enhance bytearray_repr with bytes_repr's logic
http://bugs.python.org/issue27492

#27491: Errors when building with UNICODE character set
http://bugs.python.org/issue27491

#27477: IDLE: Switch dialogs to ttk widgets.
http://bugs.python.org/issue27477

#27472: add the 'unix_shell' attribute to test.support
http://bugs.python.org/issue27472

#27461: Optimize PNGs
http://bugs.python.org/issue27461

#27454: PyUnicode_InternInPlace can use PyDict_SetDefault
http://bugs.python.org/issue27454

#27453: $CPP invocation in configure must use $CPPFLAGS
http://bugs.python.org/issue27453

#27452: IDLE: Cleanup config code
http://bugs.python.org/issue27452



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

#26988: Add AutoNumberedEnum to stdlib
http://bugs.python.org/issue26988  19 msgs

#27078: Make f'' strings faster than .format: BUILD_STRING opcode?
http://bugs.python.org/issue27078  15 msgs

#27487: -m switch regression in Python 3.5.2 (under rare circumstances
http://bugs.python.org/issue27487  15 msgs

#27512: os.fspath is certain to crash when exception raised in __fspat
http://bugs.python.org/issue27512  14 msgs

#14977: mailcap does not respect precedence in the presence of wildcar
http://bugs.python.org/issue14977  13 msgs

#18966: Threads within multiprocessing Process terminate early
http://bugs.python.org/issue18966  13 msgs

#27392: Add a server_side keyword parameter to create_connection
http://bugs.python.org/issue27392  12 msgs

#27515: Dotted name re-import does not rebind after deletion
http://bugs.python.org/issue27515  12 msgs

#27469: Unicode filename gets crippled on Windows when drag and drop
http://bugs.python.org/issue27469  11 msgs

#27497: csv module: Add return value to DictWriter.writeheader
http://bugs.python.org/issue27497  10 msgs



Issues closed (37)
==================

#8538: Add FlagAction to argparse
http://bugs.python.org/issue8538  closed by haypo

#10697: host and port attributes not documented well in function urlli
http://bugs.python.org/issue10697  closed by martin.panter

#20674: Update comments in dictobject.c
http://bugs.python.org/issue20674  closed by r.david.murray

#22125: Cure signedness warnings introduced by #22003
http://bugs.python.org/issue22125  closed by berker.peksag

#25548: Show the address in the repr for class objects
http://bugs.python.org/issue25548  closed by python-dev

#25572: _ssl doesn't build on OSX 10.11
http://bugs.python.org/issue25572  closed by matrixise

#26176: EmailMessage example doesn't work
http://bugs.python.org/issue26176  closed by r.david.murray

#26446: Mention in the devguide that core dev stuff falls under the PS
http://bugs.python.org/issue26446  closed by berker.peksag

#26896: mix-up with the terms 'importer', 'finder', 'loader' in the im
http://bugs.python.org/issue26896  closed by brett.cannon

#26972: mistakes in docstrings in the import machinery
http://bugs.python.org/issue26972  closed by brett.cannon

#27027: add the 'is_android' attribute to test.support
http://bugs.python.org/issue27027  closed by xdegaye

#27180: Doc/pathlib: Please describe the behaviour of Path().rename() 
http://bugs.python.org/issue27180  closed by berker.peksag

#27285: Document the deprecation of pyvenv in favor of `python3 -m ven
http://bugs.python.org/issue27285  closed by brett.cannon

#27369: Tests break with --with-system-expat and Expat 2.2.0
http://bugs.python.org/issue27369  closed by benjamin.peterson

#27442: expose the Android API level in sysconfig.get_config_vars()
http://bugs.python.org/issue27442  closed by xdegaye

#27455: Fix tkinter examples to be PEP8 compliant
http://bugs.python.org/issue27455  closed by berker.peksag

#27466: [Copy from github user macartur] time2netscape missing comma
http://bugs.python.org/issue27466  closed by orsenthil

#27468: Erroneous memory behaviour for objects created in another thre
http://bugs.python.org/issue27468  closed by Adria Garriga

#27473: bytes_concat seems to check overflow using undefined behaviour
http://bugs.python.org/issue27473  closed by serhiy.storchaka

#27474: Unify exception in _Py_bytes_contains for integers
http://bugs.python.org/issue27474  closed by serhiy.storchaka

#27475: define_macros uses incorrect parameter for msvc compilers
http://bugs.python.org/issue27475  closed by eryksun

#27476: Introduce a .github folder with PULL_REQUEST_TEMPLATE
http://bugs.python.org/issue27476  closed by berker.peksag

#27478: Python Can't run
http://bugs.python.org/issue27478  closed by orsenthil

#27479: Slicing strings out of bounds does not raise IndexError
http://bugs.python.org/issue27479  closed by eryksun

#27480: Cannot link _crypt and _nis modules on a host with glibc-2.12
http://bugs.python.org/issue27480  closed by r.david.murray

#27481: Replace TypeError with ValueError in doc regarding "embedded N
http://bugs.python.org/issue27481  closed by serhiy.storchaka

#27484: Some Examples in Format String Syntax are incorrect or poorly 
http://bugs.python.org/issue27484  closed by r.david.murray

#27488: Underscore not showing Mac El Capitan
http://bugs.python.org/issue27488  closed by zach.ware

#27489: Win 10, choco install python gets message: Access to the path 
http://bugs.python.org/issue27489  closed by eryksun

#27498: Regression in repr() of class object
http://bugs.python.org/issue27498  closed by python-dev

#27503: support RUSAGE_THREAD as a constant in the resource module
http://bugs.python.org/issue27503  closed by r.david.murray

#27504: Missing assertion methods in unittest documentation
http://bugs.python.org/issue27504  closed by berker.peksag

#27508: process thread with implicit join is killed unexpectedly
http://bugs.python.org/issue27508  closed by tim.peters

#27510: Found some Solution build missconfigurations.
http://bugs.python.org/issue27510  closed by steve.dower

#27514: SystemError when compiling deeply nested for loops
http://bugs.python.org/issue27514  closed by python-dev

#27518: small typo error in Grammar/Grammar
http://bugs.python.org/issue27518  closed by berker.peksag

#27519: update the references to http://mercurial.selenic.com
http://bugs.python.org/issue27519  closed by berker.peksag


More information about the Python-Dev mailing list