[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Jul 31 18:08:26 CEST 2015
ACTIVITY SUMMARY (2015-07-24 - 2015-07-31)
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 4961 ( +4)
closed 31563 (+52)
total 36524 (+56)
Open issues with patches: 2246
Issues opened (36)
==================
#23447: Import fails when doing a circular import involving an `import
http://bugs.python.org/issue23447 reopened by rbcollins
#24476: Statically link vcruntime140.dll
http://bugs.python.org/issue24476 reopened by steve.dower
#24709: Unix build uses '-Wno-unused-result', which icc doesn't recogn
http://bugs.python.org/issue24709 opened by zach.ware
#24710: Class name hardcoded in TracebackException.from_exception()
http://bugs.python.org/issue24710 opened by berker.peksag
#24711: Document getpass.getpass behavior on ^C
http://bugs.python.org/issue24711 opened by untitaker
#24712: Docs page's sidebar vibrates on mouse wheel scroll on Chrome.
http://bugs.python.org/issue24712 opened by Biwin John
#24715: Sorting HOW TO: bad example for reverse sort stability
http://bugs.python.org/issue24715 opened by jwilk
#24718: Specify interpreter when running in IDLE
http://bugs.python.org/issue24718 opened by Daniel Pope
#24720: Python install help
http://bugs.python.org/issue24720 opened by node
#24724: Element.findall documentation misleading
http://bugs.python.org/issue24724 opened by Eric S
#24725: test_socket testFDPassEmpty fails on OS X 10.11 DP with "Canno
http://bugs.python.org/issue24725 opened by ned.deily
#24726: OrderedDict has strange behaviour when dict.__setitem__ is use
http://bugs.python.org/issue24726 opened by Mark.Shannon
#24727: Expand readline module
http://bugs.python.org/issue24727 opened by Barney Stratford
#24731: Incorrect assert in str_subtype_new
http://bugs.python.org/issue24731 opened by Kevin Modzelewski
#24732: 3.5.0b3 Windows accept() on unready non-blocking socket raises
http://bugs.python.org/issue24732 opened by bryangeneolson
#24733: Logically Dead Code
http://bugs.python.org/issue24733 opened by pankaj.s01
#24736: argparse add_mutually_exclusive_group do not print help
http://bugs.python.org/issue24736 opened by Alexandre.Badez
#24739: allow argparse.FileType to accept newline argument
http://bugs.python.org/issue24739 opened by garyp
#24740: make patchcheck doesn't detect changes if commit is done first
http://bugs.python.org/issue24740 opened by rbcollins
#24743: Make _PyTraceback_Add public
http://bugs.python.org/issue24743 opened by mic-e
#24744: Lack of type checks in pkgutil.walk_packages and friends
http://bugs.python.org/issue24744 opened by sleepycal
#24745: Better default font for editor
http://bugs.python.org/issue24745 opened by markroseman
#24746: doctest 'fancy diff' formats incorrectly strip trailing whites
http://bugs.python.org/issue24746 opened by r.david.murray
#24747: ctypes silently truncates ints larger than C int
http://bugs.python.org/issue24747 opened by encukou
#24748: Change of behavior for importlib between 3.4 and 3.5 with DLL
http://bugs.python.org/issue24748 opened by ebfortin
#24750: IDLE: Cosmetic improvements for main window
http://bugs.python.org/issue24750 opened by markroseman
#24751: regrtest/buildbot: test run marked as failure even when re-run
http://bugs.python.org/issue24751 opened by zach.ware
#24752: SystemError when importing from a non-package directory
http://bugs.python.org/issue24752 opened by fossilet
#24754: argparse add_argument with action="store_true", type=bool shou
http://bugs.python.org/issue24754 opened by dbagnall
#24755: asyncio.wrap_future undocumented
http://bugs.python.org/issue24755 opened by wodny
#24756: doctest run_docstring_examples does have an obvious utility
http://bugs.python.org/issue24756 opened by r.david.murray
#24757: Installing Py on Windows: Need to restart or logout for path t
http://bugs.python.org/issue24757 opened by John Palermo
#24758: unittest.mock.Mock's new "unsafe" feature needs a better error
http://bugs.python.org/issue24758 opened by Randy Syring
#24760: IDLE settings dialog shouldn't be modal
http://bugs.python.org/issue24760 opened by markroseman
#24761: ERROR: test_dh_params (test.test_ssl.ThreadedTests)
http://bugs.python.org/issue24761 opened by cloud2han9
#24762: Branchless, vectorizable frozen set hash
http://bugs.python.org/issue24762 opened by rhettinger
Most recent 15 issues with no replies (15)
==========================================
#24762: Branchless, vectorizable frozen set hash
http://bugs.python.org/issue24762
#24761: ERROR: test_dh_params (test.test_ssl.ThreadedTests)
http://bugs.python.org/issue24761
#24755: asyncio.wrap_future undocumented
http://bugs.python.org/issue24755
#24746: doctest 'fancy diff' formats incorrectly strip trailing whites
http://bugs.python.org/issue24746
#24743: Make _PyTraceback_Add public
http://bugs.python.org/issue24743
#24740: make patchcheck doesn't detect changes if commit is done first
http://bugs.python.org/issue24740
#24739: allow argparse.FileType to accept newline argument
http://bugs.python.org/issue24739
#24736: argparse add_mutually_exclusive_group do not print help
http://bugs.python.org/issue24736
#24733: Logically Dead Code
http://bugs.python.org/issue24733
#24731: Incorrect assert in str_subtype_new
http://bugs.python.org/issue24731
#24727: Expand readline module
http://bugs.python.org/issue24727
#24718: Specify interpreter when running in IDLE
http://bugs.python.org/issue24718
#24715: Sorting HOW TO: bad example for reverse sort stability
http://bugs.python.org/issue24715
#24711: Document getpass.getpass behavior on ^C
http://bugs.python.org/issue24711
#24709: Unix build uses '-Wno-unused-result', which icc doesn't recogn
http://bugs.python.org/issue24709
Most recent 15 issues waiting for review (15)
=============================================
#24762: Branchless, vectorizable frozen set hash
http://bugs.python.org/issue24762
#24756: doctest run_docstring_examples does have an obvious utility
http://bugs.python.org/issue24756
#24751: regrtest/buildbot: test run marked as failure even when re-run
http://bugs.python.org/issue24751
#24750: IDLE: Cosmetic improvements for main window
http://bugs.python.org/issue24750
#24746: doctest 'fancy diff' formats incorrectly strip trailing whites
http://bugs.python.org/issue24746
#24733: Logically Dead Code
http://bugs.python.org/issue24733
#24724: Element.findall documentation misleading
http://bugs.python.org/issue24724
#24715: Sorting HOW TO: bad example for reverse sort stability
http://bugs.python.org/issue24715
#24710: Class name hardcoded in TracebackException.from_exception()
http://bugs.python.org/issue24710
#24698: get_externals.bat script fails
http://bugs.python.org/issue24698
#24693: zipfile: change RuntimeError to more appropriate exception typ
http://bugs.python.org/issue24693
#24692: types.coroutines() idempotence documentation
http://bugs.python.org/issue24692
#24682: Add Quick Start: Communications section to devguide
http://bugs.python.org/issue24682
#24674: pyclbr not recursively showing classes in packages
http://bugs.python.org/issue24674
#24673: distutils/_msvccompiler does not remove /DLL during link(CComp
http://bugs.python.org/issue24673
Top 10 most discussed issues (10)
=================================
#24667: OrderedDict.popitem()/__str__() raises KeyError
http://bugs.python.org/issue24667 14 msgs
#24748: Change of behavior for importlib between 3.4 and 3.5 with DLL
http://bugs.python.org/issue24748 13 msgs
#24720: Python install help
http://bugs.python.org/issue24720 12 msgs
#24750: IDLE: Cosmetic improvements for main window
http://bugs.python.org/issue24750 12 msgs
#18378: locale.getdefaultlocale() fails on Mac OS X with default langu
http://bugs.python.org/issue18378 8 msgs
#19450: Bug in sqlite in Windows binaries
http://bugs.python.org/issue19450 7 msgs
#24732: 3.5.0b3 Windows accept() on unready non-blocking socket raises
http://bugs.python.org/issue24732 7 msgs
#20059: Inconsistent urlparse/urllib.parse handling of invalid port va
http://bugs.python.org/issue20059 6 msgs
#23496: Steps for Android Native Build of Python 3.4.2
http://bugs.python.org/issue23496 6 msgs
#24651: Mock.assert* API is in user namespace
http://bugs.python.org/issue24651 6 msgs
Issues closed (52)
==================
#2091: file accepts 'rU+' as a mode
http://bugs.python.org/issue2091 closed by rbcollins
#12160: codecs doc: what is StreamCodec?
http://bugs.python.org/issue12160 closed by berker.peksag
#13884: IDLE: Remove tear-off menu feature
http://bugs.python.org/issue13884 closed by terry.reedy
#17527: PATCH as valid request method in wsgiref.validator
http://bugs.python.org/issue17527 closed by rbcollins
#17991: ctypes.c_char gives a misleading error when passed a one-chara
http://bugs.python.org/issue17991 closed by Steven.Barker
#20051: PA-RISC buildbot: compiler cannot create executables
http://bugs.python.org/issue20051 closed by zach.ware
#20366: SQLite FTS (full text search)
http://bugs.python.org/issue20366 closed by mark
#20544: Use specific asserts in operator tests
http://bugs.python.org/issue20544 closed by python-dev
#20551: Use specific asserts in decimal tests
http://bugs.python.org/issue20551 closed by skrah
#21657: pip.get_installed_distributions() Does not return packages in
http://bugs.python.org/issue21657 closed by zach.ware
#21697: shutil.copytree() handles symbolic directory incorrectly
http://bugs.python.org/issue21697 closed by berker.peksag
#21750: mock_open data is visible only once for the life of the class
http://bugs.python.org/issue21750 closed by rbcollins
#23254: Document how to close the TCPServer listening socket
http://bugs.python.org/issue23254 closed by rbcollins
#23319: Missing SWAP_INTÂ in I_set_sw
http://bugs.python.org/issue23319 closed by haypo
#23426: run_setup is broken in distutils
http://bugs.python.org/issue23426 closed by rbcollins
#23441: rlcompleter: tab on empty prefix => insert spaces
http://bugs.python.org/issue23441 closed by berker.peksag
#23589: Redundant sentence in FAQ
http://bugs.python.org/issue23589 closed by rbcollins
#23779: imaplib authenticate raises TypeError if authenticator tries t
http://bugs.python.org/issue23779 closed by rbcollins
#23899: HTTP regression in distutils uploads to chishop
http://bugs.python.org/issue23899 closed by jason.coombs
#23931: Update DevGuide link in Quickstart Step 1
http://bugs.python.org/issue23931 closed by berker.peksag
#24109: Documentation for difflib uses optparse
http://bugs.python.org/issue24109 closed by berker.peksag
#24279: Update test_base64 to use test.support.script_helper
http://bugs.python.org/issue24279 closed by berker.peksag
#24360: improve argparse.Namespace __repr__ for invalid identifiers.
http://bugs.python.org/issue24360 closed by berker.peksag
#24420: Documentation regressions from adding subprocess.run()
http://bugs.python.org/issue24420 closed by berker.peksag
#24603: Update OpenSSL to 1.0.2d in Windows and OS X installer
http://bugs.python.org/issue24603 closed by ned.deily
#24613: array.fromstring Use After Free
http://bugs.python.org/issue24613 closed by serhiy.storchaka
#24621: zipfile.BadZipFile: File is not a zip file
http://bugs.python.org/issue24621 closed by serhiy.storchaka
#24645: logging.handlers.QueueHandler should not lock when handling a
http://bugs.python.org/issue24645 closed by vinay.sajip
#24681: Put most likely test first in set_add_entry()
http://bugs.python.org/issue24681 closed by rhettinger
#24683: Type confusion in json encoding
http://bugs.python.org/issue24683 closed by serhiy.storchaka
#24708: strop.replace Integer Overflow
http://bugs.python.org/issue24708 closed by python-dev
#24713: Import docs reference the deprecated imp.reload
http://bugs.python.org/issue24713 closed by berker.peksag
#24714: Crash with string_at(None)
http://bugs.python.org/issue24714 closed by haypo
#24716: Multiple fdopen() on mkstemp() descriptor crashes py27 interpr
http://bugs.python.org/issue24716 closed by Thomas Krijnen
#24717: python logging handler not used when added after a process is
http://bugs.python.org/issue24717 closed by vinay.sajip
#24719: Resourc Leak in cPickle Module
http://bugs.python.org/issue24719 closed by python-dev
#24721: The result of calling dict.* methods on OrderedDict is undefin
http://bugs.python.org/issue24721 closed by rhettinger
#24722: Python install help
http://bugs.python.org/issue24722 closed by zach.ware
#24723: The new typing module is not documented :-(
http://bugs.python.org/issue24723 closed by berker.peksag
#24728: Build fails when threads are disabled
http://bugs.python.org/issue24728 closed by berker.peksag
#24729: Input and Output tutorial erroneously references default encod
http://bugs.python.org/issue24729 closed by jason.coombs
#24730: Returning a float via a method yields in an approximate value
http://bugs.python.org/issue24730 closed by zach.ware
#24734: Dereferencing a null returning value
http://bugs.python.org/issue24734 closed by python-dev
#24735: Invalid access in combinations_with_replacement()
http://bugs.python.org/issue24735 closed by rhettinger
#24737: Doc issue: Python 3.6 doesn't compile on Visual Studio 2010 an
http://bugs.python.org/issue24737 closed by steve.dower
#24738: os.link() issues on Windows & ReFS
http://bugs.python.org/issue24738 closed by r.david.murray
#24741: Hangs and errors while testing on Ubuntu/Intel
http://bugs.python.org/issue24741 closed by r.david.murray
#24742: type(dict with docstring) returns set instead of dict
http://bugs.python.org/issue24742 closed by serhiy.storchaka
#24749: Which fastest python-mysql connector?
http://bugs.python.org/issue24749 closed by haypo
#24753: function to get completion install location for setup.py?
http://bugs.python.org/issue24753 closed by r.david.murray
#24759: Idle: require 8.5 / ttk
http://bugs.python.org/issue24759 closed by terry.reedy
#24763: asyncio.BaseSubprocessTransport triggers an unavoidable Resour
http://bugs.python.org/issue24763 closed by haypo
More information about the Python-Dev
mailing list