[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Jun 10 12:08:43 EDT 2016
ACTIVITY SUMMARY (2016-06-03 - 2016-06-10)
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 5553 (+16)
closed 33491 (+75)
total 39044 (+91)
Open issues with patches: 2424
Issues opened (69)
==================
#16484: pydoc generates invalid docs.python.org link for xml.etree.Ele
http://bugs.python.org/issue16484 reopened by martin.panter
#26243: zlib.compress level as keyword argument
http://bugs.python.org/issue26243 reopened by serhiy.storchaka
#26839: Python 3.5 running on Linux kernel 3.17+ can block at startup
http://bugs.python.org/issue26839 reopened by haypo
#27186: add os.fspath()
http://bugs.python.org/issue27186 reopened by brett.cannon
#27197: mock.patch interactions with "from" imports
http://bugs.python.org/issue27197 opened by clarkbreyman
#27198: Adding an assertClose() method to unittest.TestCase
http://bugs.python.org/issue27198 opened by ChrisBarker
#27199: TarFile expose copyfileobj bufsize to improve throughput
http://bugs.python.org/issue27199 opened by fried
#27200: make doctest in CPython has failures
http://bugs.python.org/issue27200 opened by Jelle Zijlstra
#27201: expose the ABI name as a config variable
http://bugs.python.org/issue27201 opened by doko
#27204: Failing doctests in Doc/howto/
http://bugs.python.org/issue27204 opened by Jelle Zijlstra
#27205: Failing doctests in Library/collections.rst
http://bugs.python.org/issue27205 opened by Jelle Zijlstra
#27206: Failing doctests in Doc/tutorial/
http://bugs.python.org/issue27206 opened by Jelle Zijlstra
#27207: Failing doctests in Doc/whatsnew/3.2.rst
http://bugs.python.org/issue27207 opened by Jelle Zijlstra
#27208: Failing doctests in Library/traceback.rst
http://bugs.python.org/issue27208 opened by Jelle Zijlstra
#27209: Failing doctests in Library/email.*.rst
http://bugs.python.org/issue27209 opened by Jelle Zijlstra
#27210: Failing doctests due to environmental dependencies in Lib/*lib
http://bugs.python.org/issue27210 opened by Jelle Zijlstra
#27212: Doc for itertools, 'islice()' implementation have unwanted beh
http://bugs.python.org/issue27212 opened by alex0307
#27213: Rework CALL_FUNCTION* opcodes
http://bugs.python.org/issue27213 opened by serhiy.storchaka
#27214: a potential future bug and an optimization that mostly undermi
http://bugs.python.org/issue27214 opened by Oren Milman
#27218: improve tracing performance with f_trace set to Py_None
http://bugs.python.org/issue27218 opened by xdegaye
#27219: turtle.fillcolor doesn't accept a tuple of floats
http://bugs.python.org/issue27219 opened by Jelle Zijlstra
#27220: Add a pure Python version of 'collections.defaultdict'
http://bugs.python.org/issue27220 opened by ebarry
#27221: multiprocessing documentation is outdated regarding method pic
http://bugs.python.org/issue27221 opened by memeplex
#27222: redundant checks and a weird use of goto statements in long_rs
http://bugs.python.org/issue27222 opened by Oren Milman
#27223: _ready_ready and _write_ready should respect _conn_lost
http://bugs.python.org/issue27223 opened by lukasz.langa
#27226: distutils: unable to compile both .opt-1.pyc and .opt2.pyc sim
http://bugs.python.org/issue27226 opened by mgorny
#27227: argparse fails to parse [] when using choices and nargs='*'
http://bugs.python.org/issue27227 opened by evan_
#27231: Support the fspath protocol in the posixpath module
http://bugs.python.org/issue27231 opened by Jelle Zijlstra
#27232: os.fspath() should not use repr() on error
http://bugs.python.org/issue27232 opened by Jelle Zijlstra
#27233: Missing documentation for PyOS_FSPath
http://bugs.python.org/issue27233 opened by Jelle Zijlstra
#27235: Heap overflow occurred due to the int overflow (Python-2.7.11/
http://bugs.python.org/issue27235 opened by madness
#27238: Bare except: usages in turtle.py
http://bugs.python.org/issue27238 opened by Jelle Zijlstra
#27240: 'UnstructuredTokenList' object has no attribute '_fold_as_ew'
http://bugs.python.org/issue27240 opened by touilleMan
#27241: Catch exceptions raised in pstats add (repl)
http://bugs.python.org/issue27241 opened by llllllllll
#27242: Make the docs for NotImplemented & NotImplementedError unambig
http://bugs.python.org/issue27242 opened by ebarry
#27243: __aiter__ should return async iterator instead of awaitable
http://bugs.python.org/issue27243 opened by yselivanov
#27244: print(';;') fails in pdb with SyntaxError
http://bugs.python.org/issue27244 opened by cjw296
#27245: IDLE: Fix deletion of custom themes and key bindings
http://bugs.python.org/issue27245 opened by terry.reedy
#27248: Possible refleaks in PyType_Ready in error condition
http://bugs.python.org/issue27248 opened by xiang.zhang
#27250: Add os.urandom_block()
http://bugs.python.org/issue27250 opened by haypo
#27252: Make dict views copyable
http://bugs.python.org/issue27252 opened by serhiy.storchaka
#27253: More efficient deepcopying of Mapping
http://bugs.python.org/issue27253 opened by serhiy.storchaka
#27254: heap overflow in Tkinter module
http://bugs.python.org/issue27254 opened by Emin Ghuliev
#27255: More opcode predictions
http://bugs.python.org/issue27255 opened by serhiy.storchaka
#27256: header indentation destroyed
http://bugs.python.org/issue27256 opened by frispete
#27257: get_addresses results in traceback with an addrspec with an em
http://bugs.python.org/issue27257 opened by frispete
#27258: Exception in BytesGenerator.flatten
http://bugs.python.org/issue27258 opened by frispete
#27259: Possible missing deprecation warnings?
http://bugs.python.org/issue27259 opened by mark
#27260: Missing equality check for super objects
http://bugs.python.org/issue27260 opened by Jelle Zijlstra
#27261: io.BytesIO.truncate does not work as advertised
http://bugs.python.org/issue27261 opened by justus.winter
#27262: IDLE: move Aqua context menu code to maxosx
http://bugs.python.org/issue27262 opened by terry.reedy
#27263: IDLE sets the HOME environment variable breaking scripts
http://bugs.python.org/issue27263 opened by Jarrod Petz
#27266: Always use getrandom() in os.random() on Linux and add block=F
http://bugs.python.org/issue27266 opened by haypo
#27268: Incorrect error message on float('')
http://bugs.python.org/issue27268 opened by Drekin
#27269: ipaddress: Wrong behavior with ::ffff:1.2.3.4 style IPs
http://bugs.python.org/issue27269 opened by ThiefMaster
#27270: 'parentheses-equality' warnings when building with clang and c
http://bugs.python.org/issue27270 opened by xdegaye
#27272: random.Random should not read 2500 bytes from urandom
http://bugs.python.org/issue27272 opened by haypo
#27273: subprocess.run(cmd, input='text') should pass universal_newlin
http://bugs.python.org/issue27273 opened by akira
#27274: [ctypes] Allow from_pointer creation
http://bugs.python.org/issue27274 opened by memeplex
#27275: KeyError thrown by optimised collections.OrderedDict.popitem()
http://bugs.python.org/issue27275 opened by kaniini
#27277: Fatal Python error: Segmentation fault in test_exceptions
http://bugs.python.org/issue27277 opened by Rohit Mediratta
#27278: py_getrandom() uses an int for syscall() result
http://bugs.python.org/issue27278 opened by haypo
#27279: Add random.cryptorandom() and random.pseudorandom, deprecate o
http://bugs.python.org/issue27279 opened by lemburg
#27281: unpickling an xmlrpc.client.Fault raises TypeError
http://bugs.python.org/issue27281 opened by Uri Okrent
#27282: Raise BlockingIOError in os.urandom if kernel is not ready
http://bugs.python.org/issue27282 opened by ncoghlan
#27283: Add a "What's New" entry for PEP 519
http://bugs.python.org/issue27283 opened by brett.cannon
#27285: Deprecate pyvenv in favor of python3 -m venv
http://bugs.python.org/issue27285 opened by stevepiercy
#27286: str object got multiple values for keyword argument
http://bugs.python.org/issue27286 opened by martin.panter
#27287: SIGSEGV when calling os.forkpty()
http://bugs.python.org/issue27287 opened by Alexander Haensch
Most recent 15 issues with no replies (15)
==========================================
#27287: SIGSEGV when calling os.forkpty()
http://bugs.python.org/issue27287
#27283: Add a "What's New" entry for PEP 519
http://bugs.python.org/issue27283
#27273: subprocess.run(cmd, input='text') should pass universal_newlin
http://bugs.python.org/issue27273
#27269: ipaddress: Wrong behavior with ::ffff:1.2.3.4 style IPs
http://bugs.python.org/issue27269
#27259: Possible missing deprecation warnings?
http://bugs.python.org/issue27259
#27258: Exception in BytesGenerator.flatten
http://bugs.python.org/issue27258
#27248: Possible refleaks in PyType_Ready in error condition
http://bugs.python.org/issue27248
#27241: Catch exceptions raised in pstats add (repl)
http://bugs.python.org/issue27241
#27240: 'UnstructuredTokenList' object has no attribute '_fold_as_ew'
http://bugs.python.org/issue27240
#27227: argparse fails to parse [] when using choices and nargs='*'
http://bugs.python.org/issue27227
#27223: _ready_ready and _write_ready should respect _conn_lost
http://bugs.python.org/issue27223
#27222: redundant checks and a weird use of goto statements in long_rs
http://bugs.python.org/issue27222
#27220: Add a pure Python version of 'collections.defaultdict'
http://bugs.python.org/issue27220
#27218: improve tracing performance with f_trace set to Py_None
http://bugs.python.org/issue27218
#27214: a potential future bug and an optimization that mostly undermi
http://bugs.python.org/issue27214
Most recent 15 issues waiting for review (15)
=============================================
#27286: str object got multiple values for keyword argument
http://bugs.python.org/issue27286
#27281: unpickling an xmlrpc.client.Fault raises TypeError
http://bugs.python.org/issue27281
#27273: subprocess.run(cmd, input='text') should pass universal_newlin
http://bugs.python.org/issue27273
#27270: 'parentheses-equality' warnings when building with clang and c
http://bugs.python.org/issue27270
#27266: Always use getrandom() in os.random() on Linux and add block=F
http://bugs.python.org/issue27266
#27262: IDLE: move Aqua context menu code to maxosx
http://bugs.python.org/issue27262
#27255: More opcode predictions
http://bugs.python.org/issue27255
#27253: More efficient deepcopying of Mapping
http://bugs.python.org/issue27253
#27252: Make dict views copyable
http://bugs.python.org/issue27252
#27248: Possible refleaks in PyType_Ready in error condition
http://bugs.python.org/issue27248
#27245: IDLE: Fix deletion of custom themes and key bindings
http://bugs.python.org/issue27245
#27243: __aiter__ should return async iterator instead of awaitable
http://bugs.python.org/issue27243
#27242: Make the docs for NotImplemented & NotImplementedError unambig
http://bugs.python.org/issue27242
#27241: Catch exceptions raised in pstats add (repl)
http://bugs.python.org/issue27241
#27238: Bare except: usages in turtle.py
http://bugs.python.org/issue27238
Top 10 most discussed issues (10)
=================================
#26839: Python 3.5 running on Linux kernel 3.17+ can block at startup
http://bugs.python.org/issue26839 144 msgs
#27266: Always use getrandom() in os.random() on Linux and add block=F
http://bugs.python.org/issue27266 61 msgs
#27186: add os.fspath()
http://bugs.python.org/issue27186 18 msgs
#27243: __aiter__ should return async iterator instead of awaitable
http://bugs.python.org/issue27243 18 msgs
#27272: random.Random should not read 2500 bytes from urandom
http://bugs.python.org/issue27272 18 msgs
#5124: IDLE - pasting text doesn't delete selection
http://bugs.python.org/issue5124 16 msgs
#27198: Adding an assertClose() method to unittest.TestCase
http://bugs.python.org/issue27198 13 msgs
#27250: Add os.urandom_block()
http://bugs.python.org/issue27250 13 msgs
#23401: Add pickle support of Mapping views
http://bugs.python.org/issue23401 12 msgs
#25548: Show the address in the repr for class objects
http://bugs.python.org/issue25548 11 msgs
Issues closed (71)
==================
#8491: Need readline command and keybinding information
http://bugs.python.org/issue8491 closed by martin.panter
#12962: TitledHelpFormatter and IndentedHelpFormatter are not document
http://bugs.python.org/issue12962 closed by berker.peksag
#13771: HTTPSConnection __init__ super implementation causes recursion
http://bugs.python.org/issue13771 closed by berker.peksag
#15476: Index "code object" and link to code object definition
http://bugs.python.org/issue15476 closed by martin.panter
#17888: docs: more information on documentation team
http://bugs.python.org/issue17888 closed by berker.peksag
#18027: distutils should access stat_result timestamps via .st_*time a
http://bugs.python.org/issue18027 closed by berker.peksag
#18117: Missing symlink:Current after Mac OS X 3.3.2 package installat
http://bugs.python.org/issue18117 closed by ned.deily
#19234: socket.fileno() documentation
http://bugs.python.org/issue19234 closed by Jelle Zijlstra
#19611: inspect.getcallargs doesn't properly interpret set comprehensi
http://bugs.python.org/issue19611 closed by ncoghlan
#20041: TypeError when f_trace is None and tracing.
http://bugs.python.org/issue20041 closed by serhiy.storchaka
#20567: test_idle causes test_ttk_guionly 'can't invoke "event" comman
http://bugs.python.org/issue20567 closed by terry.reedy
#21272: use _sysconfigdata to itinialize distutils.sysconfig
http://bugs.python.org/issue21272 closed by doko
#21277: don't try to link _ctypes with a ffi_convenience library
http://bugs.python.org/issue21277 closed by doko
#21313: Py_GetVersion() is broken when using mqueue and a long patch n
http://bugs.python.org/issue21313 closed by martin.panter
#21916: Create unit tests for turtle textonly
http://bugs.python.org/issue21916 closed by serhiy.storchaka
#22797: urllib.request.urlopen documentation falsely guarantees that a
http://bugs.python.org/issue22797 closed by r.david.murray
#23264: Add pickle support of dict views
http://bugs.python.org/issue23264 closed by serhiy.storchaka
#24617: os.makedirs()'s [mode] not correct
http://bugs.python.org/issue24617 closed by martin.panter
#24810: UX mode for IDLE targeted to 'new learners'
http://bugs.python.org/issue24810 closed by terry.reedy
#25738: http.server doesn't handle RESET CONTENT status correctly
http://bugs.python.org/issue25738 closed by martin.panter
#25941: Add 'How to Review a Patch' section to devguide
http://bugs.python.org/issue25941 closed by ned.deily
#26014: Guide users to the newer package install instructions
http://bugs.python.org/issue26014 closed by ned.deily
#26305: Make Argument Clinic to generate PEP 7 conforming code
http://bugs.python.org/issue26305 closed by serhiy.storchaka
#26372: Popen.communicate not ignoring BrokenPipeError
http://bugs.python.org/issue26372 closed by gregory.p.smith
#26437: asyncio create_server() not always accepts the 'port' paramete
http://bugs.python.org/issue26437 closed by berker.peksag
#26448: dis.findlabels ignores EXTENDED_ARG
http://bugs.python.org/issue26448 closed by serhiy.storchaka
#26809: Add __all__ list to the string module
http://bugs.python.org/issue26809 closed by python-dev
#26884: android: cross-compilation of extension module links to the wr
http://bugs.python.org/issue26884 closed by doko
#26983: float() can return not exact float instance
http://bugs.python.org/issue26983 closed by serhiy.storchaka
#27052: Python2.7.11+ as in Debian testing and Ubuntu 16.04 LTS crashe
http://bugs.python.org/issue27052 closed by doko
#27066: SystemError if custom opener returns -1
http://bugs.python.org/issue27066 closed by barry
#27072: random.getrandbits is limited to 2**31-1 bits on 64-bit Window
http://bugs.python.org/issue27072 closed by rhettinger
#27073: redundant checks in long_add and long_sub
http://bugs.python.org/issue27073 closed by serhiy.storchaka
#27105: cgi.__all__ is incomplete
http://bugs.python.org/issue27105 closed by martin.panter
#27107: mailbox.__all__ list is incomplete
http://bugs.python.org/issue27107 closed by martin.panter
#27108: mimetypes.__all__ list is incomplete
http://bugs.python.org/issue27108 closed by martin.panter
#27109: plistlib.__all__ list is incomplete
http://bugs.python.org/issue27109 closed by martin.panter
#27110: smtpd.__all__ list is incomplete
http://bugs.python.org/issue27110 closed by martin.panter
#27127: Never have GET_ITER not followed by FOR_ITER
http://bugs.python.org/issue27127 closed by Demur Rumed
#27136: sock_connect fails for bluetooth (and probably others)
http://bugs.python.org/issue27136 closed by yselivanov
#27156: IDLE: remove unused code
http://bugs.python.org/issue27156 closed by terry.reedy
#27164: zlib can't decompress DEFLATE using shared dictionary
http://bugs.python.org/issue27164 closed by martin.panter
#27167: subprocess reports signal as negative exit status, not documen
http://bugs.python.org/issue27167 closed by gregory.p.smith
#27187: Relax __all__ location requirement in PEP 8
http://bugs.python.org/issue27187 closed by python-dev
#27196: Eliminate 'ThemeChanged' warning when running IDLE tests
http://bugs.python.org/issue27196 closed by terry.reedy
#27202: make doctest fails on 2.7 release notes
http://bugs.python.org/issue27202 closed by orsenthil
#27203: Failing doctests in Doc/faq/programming.rst
http://bugs.python.org/issue27203 closed by orsenthil
#27211: Heap corruption via Python 2.7.11 IOBase readline()
http://bugs.python.org/issue27211 closed by python-dev
#27215: Docstrings of Sequence and MutableSequence seems not right
http://bugs.python.org/issue27215 closed by rhettinger
#27216: Fix capitalisation of "Python runtime" in os.path.islink descr
http://bugs.python.org/issue27216 closed by ned.deily
#27217: IDLE 3.5.1 not using Tk 8.6
http://bugs.python.org/issue27217 closed by ned.deily
#27224: IDLE: editor versus grep line number differ
http://bugs.python.org/issue27224 closed by terry.reedy
#27225: Potential refleak in type_new when setting __new__ fails
http://bugs.python.org/issue27225 closed by serhiy.storchaka
#27228: just for clearing: os.path.normpath("file://a") returns "file:
http://bugs.python.org/issue27228 closed by georg.brandl
#27229: In tree cross-build fails copying Include/graminit.h to itsel
http://bugs.python.org/issue27229 closed by martin.panter
#27230: Calculation involving mpmath gives wrong result with Python 3.
http://bugs.python.org/issue27230 closed by ned.deily
#27234: tuple - single value with comma is assigned as type tuple
http://bugs.python.org/issue27234 closed by steven.daprano
#27236: Add CHAINED_COMPARE_OP opcode
http://bugs.python.org/issue27236 closed by serhiy.storchaka
#27237: Kafka Python Consumer Messages gets truncated
http://bugs.python.org/issue27237 closed by ned.deily
#27239: Make idlelib.macosx self-contained.
http://bugs.python.org/issue27239 closed by terry.reedy
#27246: Keyboard Shortcuts Crash Idle
http://bugs.python.org/issue27246 closed by ebarry
#27247: telnetlib AttributeError: 'error' object has no attribute 'err
http://bugs.python.org/issue27247 closed by berker.peksag
#27249: Add os.urandom_info
http://bugs.python.org/issue27249 closed by haypo
#27251: TypeError in logging.HTTPHandler.emit; possible python 2 to 3
http://bugs.python.org/issue27251 closed by vinay.sajip
#27264: python 3.4 vs. 3.5 strftime same locale different output on Wi
http://bugs.python.org/issue27264 closed by eryksun
#27265: Hash of different, specific Decimals created from str is the s
http://bugs.python.org/issue27265 closed by mark.dickinson
#27267: memory leak in _ssl.c, function load_cert_chain
http://bugs.python.org/issue27267 closed by python-dev
#27271: asyncio lost udp packets
http://bugs.python.org/issue27271 closed by gvanrossum
#27276: FileFinder.find_spec() incompatible with finder specification
http://bugs.python.org/issue27276 closed by paulmar
#27280: Paste fail in ipaddress documentation
http://bugs.python.org/issue27280 closed by berker.peksag
#27284: Spam
http://bugs.python.org/issue27284 closed by eryksun
More information about the Python-Dev
mailing list