[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jun 17 12:08:38 EDT 2016


ACTIVITY SUMMARY (2016-06-10 - 2016-06-17)
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    5544 ( -9)
  closed 33557 (+66)
  total  39101 (+57)

Open issues with patches: 2417 


Issues opened (41)
==================

#10839: email module should not allow some header field repetitions
http://bugs.python.org/issue10839  reopened by rhettinger

#26171: heap overflow in zipimporter module
http://bugs.python.org/issue26171  reopened by ned.deily

#27288: secrets should use getrandom() on Linux
http://bugs.python.org/issue27288  opened by dstufft

#27292: Warn users that os.urandom() can return insecure values
http://bugs.python.org/issue27292  opened by christian.heimes

#27293: Summarize issues related to urandom, getrandom etc in secrets 
http://bugs.python.org/issue27293  opened by steven.daprano

#27294: Better repr for Tkinter event objects
http://bugs.python.org/issue27294  opened by serhiy.storchaka

#27297: Add support for /dev/random to "secrets"
http://bugs.python.org/issue27297  opened by larry

#27298: redundant iteration over digits in _PyLong_AsUnsignedLongMask
http://bugs.python.org/issue27298  opened by Oren Milman

#27299: urllib does not splitport while putrequest realhost to HTTP he
http://bugs.python.org/issue27299  opened by gr zhang

#27300: tempfile.TemporaryFile(): missing errors=... argument
http://bugs.python.org/issue27300  opened by mmarkk

#27302: csv.Sniffer guesses wrong when unquoted fields contain quotes
http://bugs.python.org/issue27302  opened by Redoute

#27303: [argparse] Unify options in help output
http://bugs.python.org/issue27303  opened by memeplex

#27304: Create "Source Code" links in module sections, where relevant
http://bugs.python.org/issue27304  opened by Yoni Lavi

#27305: Crash with "pip list --outdated" on Windows 10 with Python 2.7
http://bugs.python.org/issue27305  opened by James.Paget

#27307: string.Formatter does not support key/attribute access on unnu
http://bugs.python.org/issue27307  opened by tbeadle

#27309: Visual Styles support
http://bugs.python.org/issue27309  opened by [HYBRID BEING]

#27312: test_setupapp (idlelib.idle_test.test_macosx.SetupTest) fails 
http://bugs.python.org/issue27312  opened by ned.deily

#27313: test case failures in test_widgets.ComboboxTest.of test_ttk_gu
http://bugs.python.org/issue27313  opened by ned.deily

#27314: Cannot install 3.5.2 with 3.6.0a1 installed
http://bugs.python.org/issue27314  opened by steve.dower

#27315: pydoc: prefer the pager command in favor of the specifc less c
http://bugs.python.org/issue27315  opened by doko

#27317: Handling data_files: too much is removed in uninstall
http://bugs.python.org/issue27317  opened by sylvain.corlay

#27318: Add support for symlinks to zipfile
http://bugs.python.org/issue27318  opened by ldoktor

#27319: Multiple item arguments for selection operations
http://bugs.python.org/issue27319  opened by serhiy.storchaka

#27320: ./setup.py --help-commands should sort extra commands
http://bugs.python.org/issue27320  opened by Antony.Lee

#27321: Email parser creates a message object that can't be flattened
http://bugs.python.org/issue27321  opened by msapiro

#27322: test_compile_path fails when python has been installed
http://bugs.python.org/issue27322  opened by xdegaye

#27323: ncurses putwin() fails in test_module_funcs
http://bugs.python.org/issue27323  opened by xdegaye

#27326: SIGSEV in test_window_funcs of test_curses
http://bugs.python.org/issue27326  opened by xdegaye

#27328: Documentation corrections for email defects
http://bugs.python.org/issue27328  opened by martin.panter

#27329: Document behavior when CDLL is called  with None as an argumen
http://bugs.python.org/issue27329  opened by Jeffrey Esquivel Sibaja

#27331: Add a policy argument to email.mime.MIMEBase
http://bugs.python.org/issue27331  opened by berker.peksag

#27332: Clinic: first parameter for module-level functions should be P
http://bugs.python.org/issue27332  opened by encukou

#27333: validate_step in rangeobject.c, incorrect code logic but right
http://bugs.python.org/issue27333  opened by xiang.zhang

#27334: pysqlite3 context manager not performing rollback when a datab
http://bugs.python.org/issue27334  opened by lciti

#27335: Clarify that writing to locals() inside a class body is suppor
http://bugs.python.org/issue27335  opened by steven.daprano

#27337: 3.6.0a2 tarball has weird paths
http://bugs.python.org/issue27337  opened by petere

#27340: bytes-like objects with socket.sendall(), SSL, and http.client
http://bugs.python.org/issue27340  opened by martin.panter

#27341: mock.patch decorator fails silently on generators
http://bugs.python.org/issue27341  opened by shoshber

#27342: Clean up some Py_XDECREFs in rangeobject.c and bltinmodule.c
http://bugs.python.org/issue27342  opened by xiang.zhang

#27343: Incorrect error message for conflicting initializers of ctypes
http://bugs.python.org/issue27343  opened by serhiy.storchaka

#27344: zipfile *does* support utf-8 filenames
http://bugs.python.org/issue27344  opened by dholth



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

#27344: zipfile *does* support utf-8 filenames
http://bugs.python.org/issue27344

#27343: Incorrect error message for conflicting initializers of ctypes
http://bugs.python.org/issue27343

#27341: mock.patch decorator fails silently on generators
http://bugs.python.org/issue27341

#27340: bytes-like objects with socket.sendall(), SSL, and http.client
http://bugs.python.org/issue27340

#27332: Clinic: first parameter for module-level functions should be P
http://bugs.python.org/issue27332

#27331: Add a policy argument to email.mime.MIMEBase
http://bugs.python.org/issue27331

#27329: Document behavior when CDLL is called  with None as an argumen
http://bugs.python.org/issue27329

#27328: Documentation corrections for email defects
http://bugs.python.org/issue27328

#27326: SIGSEV in test_window_funcs of test_curses
http://bugs.python.org/issue27326

#27323: ncurses putwin() fails in test_module_funcs
http://bugs.python.org/issue27323

#27322: test_compile_path fails when python has been installed
http://bugs.python.org/issue27322

#27317: Handling data_files: too much is removed in uninstall
http://bugs.python.org/issue27317

#27309: Visual Styles support
http://bugs.python.org/issue27309

#27307: string.Formatter does not support key/attribute access on unnu
http://bugs.python.org/issue27307

#27304: Create "Source Code" links in module sections, where relevant
http://bugs.python.org/issue27304



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

#27343: Incorrect error message for conflicting initializers of ctypes
http://bugs.python.org/issue27343

#27342: Clean up some Py_XDECREFs in rangeobject.c and bltinmodule.c
http://bugs.python.org/issue27342

#27334: pysqlite3 context manager not performing rollback when a datab
http://bugs.python.org/issue27334

#27333: validate_step in rangeobject.c, incorrect code logic but right
http://bugs.python.org/issue27333

#27332: Clinic: first parameter for module-level functions should be P
http://bugs.python.org/issue27332

#27331: Add a policy argument to email.mime.MIMEBase
http://bugs.python.org/issue27331

#27328: Documentation corrections for email defects
http://bugs.python.org/issue27328

#27321: Email parser creates a message object that can't be flattened
http://bugs.python.org/issue27321

#27320: ./setup.py --help-commands should sort extra commands
http://bugs.python.org/issue27320

#27319: Multiple item arguments for selection operations
http://bugs.python.org/issue27319

#27318: Add support for symlinks to zipfile
http://bugs.python.org/issue27318

#27315: pydoc: prefer the pager command in favor of the specifc less c
http://bugs.python.org/issue27315

#27307: string.Formatter does not support key/attribute access on unnu
http://bugs.python.org/issue27307

#27304: Create "Source Code" links in module sections, where relevant
http://bugs.python.org/issue27304

#27298: redundant iteration over digits in _PyLong_AsUnsignedLongMask
http://bugs.python.org/issue27298



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

#27305: Crash with "pip list --outdated" on Windows 10 with Python 2.7
http://bugs.python.org/issue27305  18 msgs

#27294: Better repr for Tkinter event objects
http://bugs.python.org/issue27294  13 msgs

#10839: email module should not allow some header field repetitions
http://bugs.python.org/issue10839  12 msgs

#25782: CPython hangs on error __context__ set to the error itself
http://bugs.python.org/issue25782  12 msgs

#27186: add os.fspath()
http://bugs.python.org/issue27186  11 msgs

#27292: Warn users that os.urandom() can return insecure values
http://bugs.python.org/issue27292  11 msgs

#27263: Tkinter sets the HOME environment variable, breaking scripts
http://bugs.python.org/issue27263   9 msgs

#25455: Some repr implementations don't check for self-referential str
http://bugs.python.org/issue25455   8 msgs

#27025: More human readable generated widget names
http://bugs.python.org/issue27025   8 msgs

#27288: secrets should use getrandom() on Linux
http://bugs.python.org/issue27288   8 msgs



Issues closed (62)
==================

#5124: IDLE - pasting text doesn't delete selection
http://bugs.python.org/issue5124  closed by terry.reedy

#8637: Add MANPAGER envvar to specify pager for pydoc
http://bugs.python.org/issue8637  closed by doko

#14209: pkgutil.iter_zipimport_modules ignores the prefix parameter fo
http://bugs.python.org/issue14209  closed by lukasz.langa

#15468: Edit docs to hide hashlib.md5()
http://bugs.python.org/issue15468  closed by gregory.p.smith

#16182: readline: Wrong tab completion scope indices in Unicode termin
http://bugs.python.org/issue16182  closed by martin.panter

#16234: Implement correct block_size and tests for HMAC-SHA3
http://bugs.python.org/issue16234  closed by christian.heimes

#16864: sqlite3.Cursor.lastrowid isn't populated when executing a SQL 
http://bugs.python.org/issue16864  closed by berker.peksag

#17500: move PC/icons/source.xar to http://www.python.org/community/lo
http://bugs.python.org/issue17500  closed by doko

#19328: Improve PBKDF2 documentation
http://bugs.python.org/issue19328  closed by christian.heimes

#20508: IndexError from ipaddress._BaseNetwork.__getitem__ has no mess
http://bugs.python.org/issue20508  closed by berker.peksag

#20699: Document that binary IO classes work with bytes-likes objects
http://bugs.python.org/issue20699  closed by martin.panter

#20900: distutils register command should print text, not bytes repr
http://bugs.python.org/issue20900  closed by berker.peksag

#21386: ipaddress.IPv4Address.is_global not implemented
http://bugs.python.org/issue21386  closed by berker.peksag

#22558: Missing doc links to source code for Python-coded modules.
http://bugs.python.org/issue22558  closed by terry.reedy

#22970: asyncio: Cancelling wait() after notification leaves Condition
http://bugs.python.org/issue22970  closed by yselivanov

#24086: Configparser interpolation is unexpected
http://bugs.python.org/issue24086  closed by lukasz.langa

#24136: document PEP 448: unpacking generalization
http://bugs.python.org/issue24136  closed by martin.panter

#24750: IDLE: Cosmetic improvements for main window
http://bugs.python.org/issue24750  closed by terry.reedy

#24887: Sqlite3 has no option to provide open flags
http://bugs.python.org/issue24887  closed by berker.peksag

#25529: Provide access to the validated certificate chain in ssl modul
http://bugs.python.org/issue25529  closed by berker.peksag

#25724: SSLv3 test failure on Ubuntu 16.04 LTS
http://bugs.python.org/issue25724  closed by martin.panter

#26282: Add support for partial keyword arguments in extension functio
http://bugs.python.org/issue26282  closed by serhiy.storchaka

#26386: tkinter - Treeview - .selection_add and selection_toggle
http://bugs.python.org/issue26386  closed by serhiy.storchaka

#26556: Update expat to 2.2.1
http://bugs.python.org/issue26556  closed by python-dev

#26862: android: SYS_getdents64 does not need to be defined on android
http://bugs.python.org/issue26862  closed by xdegaye

#27029: Remove support of deprecated mode 'U' in zipfile
http://bugs.python.org/issue27029  closed by serhiy.storchaka

#27030: Remove deprecated re features
http://bugs.python.org/issue27030  closed by serhiy.storchaka

#27095: Simplify MAKE_FUNCTION
http://bugs.python.org/issue27095  closed by serhiy.storchaka

#27122: Hang with contextlib.ExitStack and subprocess.Popen (regressio
http://bugs.python.org/issue27122  closed by gregory.p.smith

#27140: Opcode for creating dict with constant keys
http://bugs.python.org/issue27140  closed by serhiy.storchaka

#27188: sqlite3 execute* methods return value not documented
http://bugs.python.org/issue27188  closed by berker.peksag

#27190: Check sqlite3_version before allowing check_same_thread = Fals
http://bugs.python.org/issue27190  closed by berker.peksag

#27194: Tarfile superfluous truncate calls slows extraction.
http://bugs.python.org/issue27194  closed by lukasz.langa

#27221: multiprocessing documentation is outdated regarding method pic
http://bugs.python.org/issue27221  closed by berker.peksag

#27223: _read_ready and _write_ready should respect _conn_lost
http://bugs.python.org/issue27223  closed by yselivanov

#27227: argparse fails to parse [] when using choices and nargs='*'
http://bugs.python.org/issue27227  closed by berker.peksag

#27233: Missing documentation for PyOS_FSPath
http://bugs.python.org/issue27233  closed by Jelle Zijlstra

#27238: Bare except: usages in turtle.py
http://bugs.python.org/issue27238  closed by serhiy.storchaka

#27245: IDLE: Fix deletion of custom themes and key bindings
http://bugs.python.org/issue27245  closed by terry.reedy

#27262: IDLE: move Aqua context menu code to maxosx
http://bugs.python.org/issue27262  closed by terry.reedy

#27270: 'parentheses-equality' warnings when building with clang and c
http://bugs.python.org/issue27270  closed by xdegaye

#27272: random.Random should not read 2500 bytes from urandom
http://bugs.python.org/issue27272  closed by rhettinger

#27278: py_getrandom() uses an int for syscall() result
http://bugs.python.org/issue27278  closed by haypo

#27286: str object got multiple values for keyword argument
http://bugs.python.org/issue27286  closed by serhiy.storchaka

#27289: test_ftp_timeout fails with EOFError
http://bugs.python.org/issue27289  closed by berker.peksag

#27290: Turn heaps library into a more OOP data structure?
http://bugs.python.org/issue27290  closed by rhettinger

#27291: two heap corruption issues when running modified pyc code.
http://bugs.python.org/issue27291  closed by gregory.p.smith

#27295: heaps library does not have support for max heap
http://bugs.python.org/issue27295  closed by rhettinger

#27296: Urllib/Urlopen IncompleteRead with HTTP header with new line c
http://bugs.python.org/issue27296  closed by martin.panter

#27301: Incorrect return codes in compile.c
http://bugs.python.org/issue27301  closed by serhiy.storchaka

#27306: Grammatical Error in Documentation - Tarfile page
http://bugs.python.org/issue27306  closed by berker.peksag

#27308: Inconsistency in cgi.FieldStorage() causes unicode/byte TypeEr
http://bugs.python.org/issue27308  closed by berker.peksag

#27310: 3.6.0a2 IDLE.app on OS X fails to launch, use command line idl
http://bugs.python.org/issue27310  closed by ned.deily

#27311: Incorrect documentation for zipfile.writestr()
http://bugs.python.org/issue27311  closed by martin.panter

#27316: [PDB] NameError in list comprehension in PDB
http://bugs.python.org/issue27316  closed by SilentGhost

#27324: Error when building Python extension
http://bugs.python.org/issue27324  closed by zach.ware

#27325: random failure of test_builtin
http://bugs.python.org/issue27325  closed by berker.peksag

#27327: re documentation: typo "escapes consist of"
http://bugs.python.org/issue27327  closed by ned.deily

#27330: Possible leaks in ctypes
http://bugs.python.org/issue27330  closed by serhiy.storchaka

#27336: --without-threads build fails due to undeclared _PyGILState_ch
http://bugs.python.org/issue27336  closed by berker.peksag

#27338: python 2.7 platform.system reports wrong on Mac OS X El Capita
http://bugs.python.org/issue27338  closed by Audric D'Hoest (Dr. Pariolo)

#27339: Security Issue: Typosquatting
http://bugs.python.org/issue27339  closed by haypo


More information about the Python-Dev mailing list