[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Dec 19 18:08:13 CET 2014
ACTIVITY SUMMARY (2014-12-12 - 2014-12-19)
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 4683 (+17)
closed 30168 (+31)
total 34851 (+48)
Open issues with patches: 2192
Issues opened (34)
==================
#23042: Python 2.7.9 ctypes module doesn't build on FreeBSD x86
http://bugs.python.org/issue23042 opened by lemburg
#23043: doctest ignores "from __future__ import print_function"
http://bugs.python.org/issue23043 opened by fva
#23046: asyncio.BaseEventLoop is documented, but only exported via asy
http://bugs.python.org/issue23046 opened by vadmium
#23050: Add Japanese legacy encodings
http://bugs.python.org/issue23050 opened by t2y
#23051: multiprocessing.pool methods imap() and imap_unordered() cause
http://bugs.python.org/issue23051 opened by advance512
#23054: ConnectionError: ('Connection aborted.', BadStatusLine(""''''"
http://bugs.python.org/issue23054 opened by joecabrera
#23055: PyUnicode_FromFormatV crasher
http://bugs.python.org/issue23055 opened by gvanrossum
#23056: tarfile raises an exception when reading an empty tar in strea
http://bugs.python.org/issue23056 opened by gregory.p.smith
#23057: asyncio loop on Windows should stop on keyboard interrupt
http://bugs.python.org/issue23057 opened by asvetlov
#23058: argparse silently ignores arguments
http://bugs.python.org/issue23058 opened by remram
#23059: cmd module should sort misc help topics
http://bugs.python.org/issue23059 opened by samwyse
#23060: Assert fails in multiprocessing.heap.Arena.__setstate__ on Win
http://bugs.python.org/issue23060 opened by steve.dower
#23061: Update pep8 to specify explicitly 'module level' imports at to
http://bugs.python.org/issue23061 opened by IanLee1521
#23062: test_argparse --version test cases
http://bugs.python.org/issue23062 opened by vadmium
#23063: `python setup.py check --restructuredtext --strict --metadata`
http://bugs.python.org/issue23063 opened by Marc.Abramowitz
#23065: Pyhton27.dll at SysWOW64 not updated when updating Python 2.7.
http://bugs.python.org/issue23065 opened by GamesGamble
#23067: Export readline forced_update_display
http://bugs.python.org/issue23067 opened by dexteradeus
#23068: Add a way to determine if the current thread has the import lo
http://bugs.python.org/issue23068 opened by gvanrossum
#23069: IDLE's F5 Run Module doesn't transfer effects of future import
http://bugs.python.org/issue23069 opened by rhettinger
#23071: codecs.__all__ incomplete
http://bugs.python.org/issue23071 opened by vadmium
#23072: 2.7.9 multiprocessing compile conflict
http://bugs.python.org/issue23072 opened by aab at purdue.edu
#23075: Mock backport in 2.7 relies on implementation defined behavior
http://bugs.python.org/issue23075 opened by alex
#23076: list(pathlib.Path().glob("")) fails with IndexError
http://bugs.python.org/issue23076 opened by Antony.Lee
#23077: PEP 1: Allow Provisional status for PEPs
http://bugs.python.org/issue23077 opened by ncoghlan
#23078: unittest.mock patch autospec doesn't work on staticmethods
http://bugs.python.org/issue23078 opened by kevinbenton
#23079: os.path.normcase documentation confusing
http://bugs.python.org/issue23079 opened by chris.jerdonek
#23080: BoundArguments.arguments should be unordered
http://bugs.python.org/issue23080 opened by Antony.Lee
#23081: Document PySequence_List(o) as equivalent to list(o)
http://bugs.python.org/issue23081 opened by larsmans
#23082: pathlib relative_to() can give confusing error message
http://bugs.python.org/issue23082 opened by chris.jerdonek
#23085: update internal libffi copy to 3.2.1
http://bugs.python.org/issue23085 opened by gustavotemple
#23086: Add start and stop parameters to the Sequence.index() ABC mixi
http://bugs.python.org/issue23086 opened by rhettinger
#23087: Exec variable not found error
http://bugs.python.org/issue23087 opened by Keith.Chewning
#23088: Document that PyUnicode_AsUTF8() returns a null-terminated str
http://bugs.python.org/issue23088 opened by vadmium
#23089: Update libffi config files
http://bugs.python.org/issue23089 opened by gustavotemple
Most recent 15 issues with no replies (15)
==========================================
#23088: Document that PyUnicode_AsUTF8() returns a null-terminated str
http://bugs.python.org/issue23088
#23087: Exec variable not found error
http://bugs.python.org/issue23087
#23086: Add start and stop parameters to the Sequence.index() ABC mixi
http://bugs.python.org/issue23086
#23081: Document PySequence_List(o) as equivalent to list(o)
http://bugs.python.org/issue23081
#23078: unittest.mock patch autospec doesn't work on staticmethods
http://bugs.python.org/issue23078
#23077: PEP 1: Allow Provisional status for PEPs
http://bugs.python.org/issue23077
#23075: Mock backport in 2.7 relies on implementation defined behavior
http://bugs.python.org/issue23075
#23069: IDLE's F5 Run Module doesn't transfer effects of future import
http://bugs.python.org/issue23069
#23067: Export readline forced_update_display
http://bugs.python.org/issue23067
#23061: Update pep8 to specify explicitly 'module level' imports at to
http://bugs.python.org/issue23061
#23059: cmd module should sort misc help topics
http://bugs.python.org/issue23059
#23043: doctest ignores "from __future__ import print_function"
http://bugs.python.org/issue23043
#23029: test_warnings produces extra output in quiet mode
http://bugs.python.org/issue23029
#23028: CEnvironmentVariableTests and PyEnvironmentVariableTests test
http://bugs.python.org/issue23028
#23027: test_warnings fails with -Werror
http://bugs.python.org/issue23027
Most recent 15 issues waiting for review (15)
=============================================
#23089: Update libffi config files
http://bugs.python.org/issue23089
#23088: Document that PyUnicode_AsUTF8() returns a null-terminated str
http://bugs.python.org/issue23088
#23085: update internal libffi copy to 3.2.1
http://bugs.python.org/issue23085
#23081: Document PySequence_List(o) as equivalent to list(o)
http://bugs.python.org/issue23081
#23080: BoundArguments.arguments should be unordered
http://bugs.python.org/issue23080
#23075: Mock backport in 2.7 relies on implementation defined behavior
http://bugs.python.org/issue23075
#23071: codecs.__all__ incomplete
http://bugs.python.org/issue23071
#23067: Export readline forced_update_display
http://bugs.python.org/issue23067
#23063: `python setup.py check --restructuredtext --strict --metadata`
http://bugs.python.org/issue23063
#23062: test_argparse --version test cases
http://bugs.python.org/issue23062
#23061: Update pep8 to specify explicitly 'module level' imports at to
http://bugs.python.org/issue23061
#23056: tarfile raises an exception when reading an empty tar in strea
http://bugs.python.org/issue23056
#23055: PyUnicode_FromFormatV crasher
http://bugs.python.org/issue23055
#23051: multiprocessing.pool methods imap() and imap_unordered() cause
http://bugs.python.org/issue23051
#23050: Add Japanese legacy encodings
http://bugs.python.org/issue23050
Top 10 most discussed issues (10)
=================================
#14134: xmlrpc.client.ServerProxy needs timeout parameter
http://bugs.python.org/issue14134 15 msgs
#22980: C extension naming doesn't take bitness into account
http://bugs.python.org/issue22980 9 msgs
#23004: mock_open() should allow reading binary data
http://bugs.python.org/issue23004 9 msgs
#23085: update internal libffi copy to 3.2.1
http://bugs.python.org/issue23085 9 msgs
#23050: Add Japanese legacy encodings
http://bugs.python.org/issue23050 8 msgs
#21071: struct.Struct.format is bytes, but should be str
http://bugs.python.org/issue21071 7 msgs
#23014: Don't have importlib.abc.Loader.create_module() be optional
http://bugs.python.org/issue23014 7 msgs
#23041: csv needs more quoting rules
http://bugs.python.org/issue23041 7 msgs
#23068: Add a way to determine if the current thread has the import lo
http://bugs.python.org/issue23068 7 msgs
#23071: codecs.__all__ incomplete
http://bugs.python.org/issue23071 7 msgs
Issues closed (30)
==================
#15506: configure should use PKG_PROG_PKG_CONFIG
http://bugs.python.org/issue15506 closed by python-dev
#15513: Correct __sizeof__ support for pickle
http://bugs.python.org/issue15513 closed by serhiy.storchaka
#19858: Make pickletools.optimize aware of the MEMOIZE opcode.
http://bugs.python.org/issue19858 closed by serhiy.storchaka
#20577: IDLE: Remove FormatParagraph's width setting from config dialo
http://bugs.python.org/issue20577 closed by terry.reedy
#21236: patch to use cabinet.lib instead of fci.lib (fixes build with
http://bugs.python.org/issue21236 closed by steve.dower
#22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly
http://bugs.python.org/issue22733 closed by steve.dower
#22777: Test pickling with all protocols
http://bugs.python.org/issue22777 closed by serhiy.storchaka
#22783: Pickle: use NEWOBJ instead of NEWOBJ_EX if possible
http://bugs.python.org/issue22783 closed by serhiy.storchaka
#22823: Use set literals instead of creating a set from a list
http://bugs.python.org/issue22823 closed by serhiy.storchaka
#22875: asyncio: call_soon() documentation unclear on timing
http://bugs.python.org/issue22875 closed by haypo
#22919: Update PCBuild for VS 2015
http://bugs.python.org/issue22919 closed by steve.dower
#22945: Ctypes inconsistent between Linux and OS X
http://bugs.python.org/issue22945 closed by Daniel.Standage
#23011: Duplicate Paragraph in documentation for json module
http://bugs.python.org/issue23011 closed by terry.reedy
#23015: Improve test_uuid
http://bugs.python.org/issue23015 closed by serhiy.storchaka
#23030: lru_cache manual get/put
http://bugs.python.org/issue23030 closed by rhettinger
#23031: pdb crashes when jumping over "with" statement
http://bugs.python.org/issue23031 closed by DSP
#23044: incorrect addition of floating point numbers
http://bugs.python.org/issue23044 closed by benjamin.peterson
#23045: json data iteration through loop in python
http://bugs.python.org/issue23045 closed by steven.daprano
#23047: typo in pyporting.rst
http://bugs.python.org/issue23047 closed by berker.peksag
#23048: abort when jumping out of a loop
http://bugs.python.org/issue23048 closed by python-dev
#23049: Fix functools.reduce code equivalent.
http://bugs.python.org/issue23049 closed by rhettinger
#23052: python2.7.9 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verif
http://bugs.python.org/issue23052 closed by berker.peksag
#23053: test_urllib2_localnet fails without ssl
http://bugs.python.org/issue23053 closed by python-dev
#23064: pep8 asyncore.py
http://bugs.python.org/issue23064 closed by r.david.murray
#23066: re.match hang
http://bugs.python.org/issue23066 closed by gvanrossum
#23070: Error in Tutorial comment
http://bugs.python.org/issue23070 closed by berker.peksag
#23073: Broken turtle example in Cmd documentation
http://bugs.python.org/issue23073 closed by ethan.furman
#23074: asyncio: get_event_loop() must always raise an exception, even
http://bugs.python.org/issue23074 closed by haypo
#23083: sys.exit with bool parameter
http://bugs.python.org/issue23083 closed by rhettinger
#23084: Expose C struct timespec (nanosecond resolution) in time modul
http://bugs.python.org/issue23084 closed by belopolsky
More information about the Python-Dev
mailing list