[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jan 9 18:07:51 CET 2015


ACTIVITY SUMMARY (2015-01-02 - 2015-01-09)
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    4726 (+20)
  closed 30244 (+37)
  total  34970 (+57)

Open issues with patches: 2214 


Issues opened (44)
==================

#14099: ZipFile.open() should not reopen the underlying file
http://bugs.python.org/issue14099  reopened by serhiy.storchaka

#14853: test_file.py depends on sys.stdin being unseekable
http://bugs.python.org/issue14853  reopened by haypo

#16192: ctypes - documentation example
http://bugs.python.org/issue16192  reopened by berker.peksag

#19776: Provide expanduser() on Path objects
http://bugs.python.org/issue19776  reopened by haypo

#22919: Update PCBuild for VS 2015
http://bugs.python.org/issue22919  reopened by haypo

#23152: fstat64 required on Windows
http://bugs.python.org/issue23152  opened by steve.dower

#23155: unittest: object has no attribute '_removed_tests'
http://bugs.python.org/issue23155  opened by wiz

#23156: Update tix install information in tkinter tix chapter of doc
http://bugs.python.org/issue23156  opened by terry.reedy

#23159: argparse: Provide equivalent of optparse.OptionParser.{option_
http://bugs.python.org/issue23159  opened by emcd

#23160: Respect the environment variable SVNROOT in external-common.ba
http://bugs.python.org/issue23160  opened by anselm.kruis

#23162: collections.abc sequences don't check identity before equality
http://bugs.python.org/issue23162  opened by Devin Jeanpierre

#23163: pdb docs need to contain a statement on threads/multithreaded 
http://bugs.python.org/issue23163  opened by krichter

#23164: "pydoc filter" documentation restrictive
http://bugs.python.org/issue23164  opened by lebigot

#23166: urllib2 ignores opener configuration under certain circumstanc
http://bugs.python.org/issue23166  opened by crazyjurich

#23169: Reflect that PreReq and BuildPreReq are deprecated in the late
http://bugs.python.org/issue23169  opened by radeksimko

#23171: csv.writer.writerow() does not accept generator (must be coerc
http://bugs.python.org/issue23171  opened by jdufresne

#23173: asyncio: kill the subprocess if the creation failed
http://bugs.python.org/issue23173  opened by haypo

#23174: shelve.open fails with error "anydbm.error: db type could not 
http://bugs.python.org/issue23174  opened by krichter

#23176: socket.recvfrom(0) waits for data
http://bugs.python.org/issue23176  opened by Sworddragon

#23177: test_ssl: failures on OpenBSD with LibreSSL
http://bugs.python.org/issue23177  opened by haypo

#23180: Rename IDLE's "Windows" menu item to "Window"
http://bugs.python.org/issue23180  opened by Al.Sweigart

#23181: Unicode "code point" should be two words in documentation
http://bugs.python.org/issue23181  opened by Al.Sweigart

#23182: Update grammar tests to use new style for annotated function d
http://bugs.python.org/issue23182  opened by IanLee1521

#23183: timeit CLI best of 3: undocumented output format
http://bugs.python.org/issue23183  opened by hachat

#23184: Unused imports, variables, file in IDLE
http://bugs.python.org/issue23184  opened by Al.Sweigart

#23185: add inf and nan to math module
http://bugs.python.org/issue23185  opened by ethan.furman

#23187: Segmentation fault, possibly asyncio related
http://bugs.python.org/issue23187  opened by karamanolev

#23188: Exception chaining should trigger for non-normalised exception
http://bugs.python.org/issue23188  opened by ncoghlan

#23189: Set docstrings to empty string when optimizing with -OO.
http://bugs.python.org/issue23189  opened by jvs

#23191: fnmatch regex cache use is not threadsafe
http://bugs.python.org/issue23191  opened by mschmitzer

#23192: Generator return value ignored in lambda function
http://bugs.python.org/issue23192  opened by Rosuav

#23193: Please support "numeric_owner" in tarfile
http://bugs.python.org/issue23193  opened by mvo

#23195: Sorting with locale (strxfrm) does not work properly with Pyth
http://bugs.python.org/issue23195  opened by pnugues

#23197: asyncio: check if a future is cancelled before calling set_res
http://bugs.python.org/issue23197  opened by haypo

#23198: asyncio: refactor StreamReader
http://bugs.python.org/issue23198  opened by haypo

#23199: libpython27.a in amd64 release is 32-bit
http://bugs.python.org/issue23199  opened by zwelch

#23200: Clarify max_length and flush() for zlib decompression
http://bugs.python.org/issue23200  opened by vadmium

#23201: Decimal(0)**0 is an error, 0**0 is 1, but Decimal(0) == 0
http://bugs.python.org/issue23201  opened by Devin Jeanpierre

#23202: pyvenv does not fail like documented when a venv already exist
http://bugs.python.org/issue23202  opened by The Compiler

#23203: Aliasing import of sub-{module,package} from the package raise
http://bugs.python.org/issue23203  opened by franck

#23205: Unit test needed for IDLE's GrepDialog.py's findfiles()
http://bugs.python.org/issue23205  opened by Al.Sweigart

#23206: json.dumps(ensure_ascii=False) is ~10x slower than json.dumps(
http://bugs.python.org/issue23206  opened by naoki

#23207: logging.basicConfig does not validate keyword arguments
http://bugs.python.org/issue23207  opened by The Compiler

#23208: asyncio: add BaseEventLoop._current_handle
http://bugs.python.org/issue23208  opened by haypo



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

#23207: logging.basicConfig does not validate keyword arguments
http://bugs.python.org/issue23207

#23205: Unit test needed for IDLE's GrepDialog.py's findfiles()
http://bugs.python.org/issue23205

#23202: pyvenv does not fail like documented when a venv already exist
http://bugs.python.org/issue23202

#23199: libpython27.a in amd64 release is 32-bit
http://bugs.python.org/issue23199

#23183: timeit CLI best of 3: undocumented output format
http://bugs.python.org/issue23183

#23182: Update grammar tests to use new style for annotated function d
http://bugs.python.org/issue23182

#23181: Unicode "code point" should be two words in documentation
http://bugs.python.org/issue23181

#23173: asyncio: kill the subprocess if the creation failed
http://bugs.python.org/issue23173

#23169: Reflect that PreReq and BuildPreReq are deprecated in the late
http://bugs.python.org/issue23169

#23164: "pydoc filter" documentation restrictive
http://bugs.python.org/issue23164

#23163: pdb docs need to contain a statement on threads/multithreaded 
http://bugs.python.org/issue23163

#23159: argparse: Provide equivalent of optparse.OptionParser.{option_
http://bugs.python.org/issue23159

#23148: Missing the charset parameter in as_encoded_word()
http://bugs.python.org/issue23148

#23147: Possible error in _header_value_parser.py
http://bugs.python.org/issue23147

#23146: Incosistency in pathlib between / and \
http://bugs.python.org/issue23146



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

#23208: asyncio: add BaseEventLoop._current_handle
http://bugs.python.org/issue23208

#23206: json.dumps(ensure_ascii=False) is ~10x slower than json.dumps(
http://bugs.python.org/issue23206

#23205: Unit test needed for IDLE's GrepDialog.py's findfiles()
http://bugs.python.org/issue23205

#23200: Clarify max_length and flush() for zlib decompression
http://bugs.python.org/issue23200

#23198: asyncio: refactor StreamReader
http://bugs.python.org/issue23198

#23197: asyncio: check if a future is cancelled before calling set_res
http://bugs.python.org/issue23197

#23193: Please support "numeric_owner" in tarfile
http://bugs.python.org/issue23193

#23191: fnmatch regex cache use is not threadsafe
http://bugs.python.org/issue23191

#23185: add inf and nan to math module
http://bugs.python.org/issue23185

#23184: Unused imports, variables, file in IDLE
http://bugs.python.org/issue23184

#23182: Update grammar tests to use new style for annotated function d
http://bugs.python.org/issue23182

#23181: Unicode "code point" should be two words in documentation
http://bugs.python.org/issue23181

#23180: Rename IDLE's "Windows" menu item to "Window"
http://bugs.python.org/issue23180

#23173: asyncio: kill the subprocess if the creation failed
http://bugs.python.org/issue23173

#23171: csv.writer.writerow() does not accept generator (must be coerc
http://bugs.python.org/issue23171



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

#23185: add inf and nan to math module
http://bugs.python.org/issue23185  19 msgs

#23086: Add start and stop parameters to the Sequence.index() ABC mixi
http://bugs.python.org/issue23086  13 msgs

#23201: Decimal(0)**0 is an error, 0**0 is 1, but Decimal(0) == 0
http://bugs.python.org/issue23201  10 msgs

#23152: fstat64 required on Windows
http://bugs.python.org/issue23152   8 msgs

#23187: Segmentation fault, possibly asyncio related
http://bugs.python.org/issue23187   8 msgs

#22906: PEP 479: Change StopIteration handling inside generators
http://bugs.python.org/issue22906   7 msgs

#22919: Update PCBuild for VS 2015
http://bugs.python.org/issue22919   7 msgs

#23162: collections.abc sequences don't check identity before equality
http://bugs.python.org/issue23162   7 msgs

#23174: shelve.open fails with error "anydbm.error: db type could not 
http://bugs.python.org/issue23174   7 msgs

#23177: test_ssl: failures on OpenBSD with LibreSSL
http://bugs.python.org/issue23177   7 msgs



Issues closed (39)
==================

#3180: Interrupts are lost during readline PyOS_InputHook processing
http://bugs.python.org/issue3180  closed by haypo

#14076: sqlite3 module ignores placeholders in CREATE TRIGGER code
http://bugs.python.org/issue14076  closed by ghaering

#18644: Got ResourceWarning: unclosed file when using test function fr
http://bugs.python.org/issue18644  closed by berker.peksag

#19548: 'codecs' module docs improvements
http://bugs.python.org/issue19548  closed by ncoghlan

#20487: Odd words in unittest.mock document.
http://bugs.python.org/issue20487  closed by berker.peksag

#20606: Operator Documentation Example doesn't work
http://bugs.python.org/issue20606  closed by benjamin.peterson

#21356: Support LibreSSL (instead of OpenSSL): make RAND_egd optional
http://bugs.python.org/issue21356  closed by haypo

#21980: Implement `logging.LogRecord.__repr__`
http://bugs.python.org/issue21980  closed by python-dev

#22038: Implement atomic operations on non-x86 platforms
http://bugs.python.org/issue22038  closed by haypo

#22428: asyncio: KeyboardInterrupt inside a coroutine causes Attribute
http://bugs.python.org/issue22428  closed by haypo

#22638: ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack)
http://bugs.python.org/issue22638  closed by pitrou

#23014: Don't have importlib.abc.Loader.create_module() be optional
http://bugs.python.org/issue23014  closed by brett.cannon

#23119: Remove unicode specialization from set objects
http://bugs.python.org/issue23119  closed by rhettinger

#23127: socket.setsockopt() is still broken for multicast TTL and Loop
http://bugs.python.org/issue23127  closed by benjamin.peterson

#23132: Faster total_ordering
http://bugs.python.org/issue23132  closed by rhettinger

#23140: InvalidStateError on asyncio subprocess task cancelled
http://bugs.python.org/issue23140  closed by haypo

#23143: Remove some conditional code in _ssl.c
http://bugs.python.org/issue23143  closed by pitrou

#23145: regrtest: log test loader errors
http://bugs.python.org/issue23145  closed by haypo

#23149: Typo in PEP-0008 - "this PEP do not"
http://bugs.python.org/issue23149  closed by python-dev

#23151: _loggerClass is initialized twice
http://bugs.python.org/issue23151  closed by python-dev

#23153: Clarify Boolean Clause Results
http://bugs.python.org/issue23153  closed by r.david.murray

#23154: MSVC 2013 Express needlessly rebuilds code
http://bugs.python.org/issue23154  closed by zach.ware

#23157: Lib/test/time_hashlib.py doesn't work
http://bugs.python.org/issue23157  closed by gregory.p.smith

#23158: IDLE's help.txt "corrent" typo
http://bugs.python.org/issue23158  closed by terry.reedy

#23161: collections.abc.MutableSet missing methods
http://bugs.python.org/issue23161  closed by rhettinger

#23165: Heap overwrite in Python/fileutils.c:_Py_char2wchar() on 32 bi
http://bugs.python.org/issue23165  closed by python-dev

#23167: Marshal docs say format version is 3; actual format version is
http://bugs.python.org/issue23167  closed by python-dev

#23168: test_file2k.py depends on sys.stdin being unseekable
http://bugs.python.org/issue23168  closed by haypo

#23170: test_uuid test_ifconfig_getnode fails with Temporary failure i
http://bugs.python.org/issue23170  closed by r.david.murray

#23172: Bad file descriptor error occurs if random library is imported
http://bugs.python.org/issue23172  closed by haypo

#23175: logging.exception doesn't accept custom exc_info
http://bugs.python.org/issue23175  closed by vinay.sajip

#23178: csv.reader does not handle BOM
http://bugs.python.org/issue23178  closed by r.david.murray

#23179: New function proposal: string.from_iterable(iterable [,map_fun
http://bugs.python.org/issue23179  closed by r.david.murray

#23186: expose the client's list of ciphers during the handshake
http://bugs.python.org/issue23186  closed by python-dev

#23190: OpenSSL fails building with build.bat
http://bugs.python.org/issue23190  closed by pitrou

#23194: Antigravity prints osascript errors in OS X Yosemite
http://bugs.python.org/issue23194  closed by ned.deily

#23196: Greek letters not sorted properly
http://bugs.python.org/issue23196  closed by r.david.murray

#23204: list.index and rest of list methods disagree if a value is in 
http://bugs.python.org/issue23204  closed by rhettinger

#1687125: cannot catch KeyboardInterrupt when using curses getkey()
http://bugs.python.org/issue1687125  closed by haypo


More information about the Python-Dev mailing list