[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Feb 26 12:08:34 EST 2016
ACTIVITY SUMMARY (2016-02-19 - 2016-02-26)
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 5437 ( +5)
closed 32764 (+46)
total 38201 (+51)
Open issues with patches: 2378
Issues opened (25)
==================
#26393: random.shuffled
http://bugs.python.org/issue26393 opened by palaviv
#26394: Have argparse provide ability to require a fallback value be p
http://bugs.python.org/issue26394 opened by quabla
#26396: Create json.JSONType
http://bugs.python.org/issue26396 opened by brett.cannon
#26403: Catch FileNotFoundError in socketserver.DatagramRequestHandler
http://bugs.python.org/issue26403 opened by desbma
#26404: socketserver context manager
http://bugs.python.org/issue26404 opened by palaviv
#26407: csv.writer.writerows masks exceptions from __iter__
http://bugs.python.org/issue26407 opened by Ilja Everilä
#26410: "incompatible pointer type" while compiling Python3.5.1
http://bugs.python.org/issue26410 opened by Devyn Johnson
#26414: os.defpath too permissive
http://bugs.python.org/issue26414 opened by jbeck
#26415: Out of memory, trying to parse a 35MB dict
http://bugs.python.org/issue26415 opened by A. Skrobov
#26418: multiprocessing.pool.ThreadPool eats up memories
http://bugs.python.org/issue26418 opened by renlifeng
#26420: IDEL for Python 3.5.1 for x64 Windows exits when pasted a stri
http://bugs.python.org/issue26420 opened by tats.u.
#26421: string_richcompare invalid check Py_NotImplemented
http://bugs.python.org/issue26421 opened by yuriy_levchenko
#26423: Integer overflow in wrap_lenfunc() on 64-bit build of Windows
http://bugs.python.org/issue26423 opened by Dave Hibbitts
#26425: 'TypeError: object of type 'NoneType' has no len()' in 'splitd
http://bugs.python.org/issue26425 opened by Konrad
#26432: Add partial.kwargs
http://bugs.python.org/issue26432 opened by serhiy.storchaka
#26433: urllib.urlencode() does not explain how to handle unicode
http://bugs.python.org/issue26433 opened by Thomas Güttler
#26434: multiprocessing cannot spawn grandchild from a Windows service
http://bugs.python.org/issue26434 opened by schlamar
#26436: Add the regex-dna benchmark
http://bugs.python.org/issue26436 opened by serhiy.storchaka
#26437: asyncio create_server() not always accepts the 'port' paramete
http://bugs.python.org/issue26437 opened by xdegaye
#26439: ctypes.util.find_library fails when ldconfig/glibc not availab
http://bugs.python.org/issue26439 opened by Michael.Felt
#26440: tarfile._FileInFile.seekable is broken in stream mode
http://bugs.python.org/issue26440 opened by Bill Lee
#26441: email.charset: to_splittable and from_splittable are not there
http://bugs.python.org/issue26441 opened by martin.panter
#26442: Doc refers to xmlrpc.client but means xmlrpc.server
http://bugs.python.org/issue26442 opened by Valentin.Lorentz
#26443: cross building extensions picks up host headers
http://bugs.python.org/issue26443 opened by hundeboll
#26444: Fix 2 typos on ElementTree docs
http://bugs.python.org/issue26444 opened by Ismail s
Most recent 15 issues with no replies (15)
==========================================
#26444: Fix 2 typos on ElementTree docs
http://bugs.python.org/issue26444
#26443: cross building extensions picks up host headers
http://bugs.python.org/issue26443
#26442: Doc refers to xmlrpc.client but means xmlrpc.server
http://bugs.python.org/issue26442
#26441: email.charset: to_splittable and from_splittable are not there
http://bugs.python.org/issue26441
#26433: urllib.urlencode() does not explain how to handle unicode
http://bugs.python.org/issue26433
#26432: Add partial.kwargs
http://bugs.python.org/issue26432
#26418: multiprocessing.pool.ThreadPool eats up memories
http://bugs.python.org/issue26418
#26396: Create json.JSONType
http://bugs.python.org/issue26396
#26393: random.shuffled
http://bugs.python.org/issue26393
#26391: Specialized sub-classes of Generic never call __init__
http://bugs.python.org/issue26391
#26383: benchmarks (perf.py): number of decimal places in csv output
http://bugs.python.org/issue26383
#26373: asyncio: add support for async context manager on streams?
http://bugs.python.org/issue26373
#26363: __builtins__ propagation is misleading described in exec and e
http://bugs.python.org/issue26363
#26359: CPython build options for out-of-the box performance
http://bugs.python.org/issue26359
#26358: mmap.mmap.__iter__ is broken (yields bytes instead of ints)
http://bugs.python.org/issue26358
Most recent 15 issues waiting for review (15)
=============================================
#26444: Fix 2 typos on ElementTree docs
http://bugs.python.org/issue26444
#26443: cross building extensions picks up host headers
http://bugs.python.org/issue26443
#26436: Add the regex-dna benchmark
http://bugs.python.org/issue26436
#26432: Add partial.kwargs
http://bugs.python.org/issue26432
#26423: Integer overflow in wrap_lenfunc() on 64-bit build of Windows
http://bugs.python.org/issue26423
#26414: os.defpath too permissive
http://bugs.python.org/issue26414
#26404: socketserver context manager
http://bugs.python.org/issue26404
#26403: Catch FileNotFoundError in socketserver.DatagramRequestHandler
http://bugs.python.org/issue26403
#26393: random.shuffled
http://bugs.python.org/issue26393
#26388: Disabling changing sys.argv[0] with runpy.run_module(...alter_
http://bugs.python.org/issue26388
#26387: Crash calling sqlite3_close with invalid pointer
http://bugs.python.org/issue26387
#26386: tkinter - Treeview - .selection_add and selection_toggle
http://bugs.python.org/issue26386
#26385: the call of tempfile.NamedTemporaryFile fails and leaves a fil
http://bugs.python.org/issue26385
#26384: UnboundLocalError in socket._sendfile_use_sendfile
http://bugs.python.org/issue26384
#26382: List object memory allocator
http://bugs.python.org/issue26382
Top 10 most discussed issues (10)
=================================
#26423: Integer overflow in wrap_lenfunc() on 64-bit build of Windows
http://bugs.python.org/issue26423 15 msgs
#26221: awaiting asyncio.Future swallows StopIteration
http://bugs.python.org/issue26221 11 msgs
#26385: the call of tempfile.NamedTemporaryFile fails and leaves a fil
http://bugs.python.org/issue26385 9 msgs
#26415: Out of memory, trying to parse a 35MB dict
http://bugs.python.org/issue26415 8 msgs
#19475: Add timespec optional flag to datetime isoformat() to choose t
http://bugs.python.org/issue19475 7 msgs
#26376: Tkinter root window won't close if packed.
http://bugs.python.org/issue26376 7 msgs
#26039: More flexibility in zipfile interface
http://bugs.python.org/issue26039 6 msgs
#26281: Clear sys.path_importer_cache from importlib.invalidate_caches
http://bugs.python.org/issue26281 6 msgs
#26323: Add assert_called() and assert_called_once() methods for mock
http://bugs.python.org/issue26323 6 msgs
#21042: ctypes.util.find_library() should return full pathname instead
http://bugs.python.org/issue21042 5 msgs
Issues closed (44)
==================
#1429: FD leak in SocketServer when request handler throws exception
http://bugs.python.org/issue1429 closed by martin.panter
#5824: SocketServer.DatagramRequestHandler Broken under Linux
http://bugs.python.org/issue5824 closed by martin.panter
#21996: gettarinfo method does not handle files without text string na
http://bugs.python.org/issue21996 closed by martin.panter
#22088: base64 module still ignores non-alphabet characters
http://bugs.python.org/issue22088 closed by martin.panter
#22468: Tarfile using fstat on GZip file object
http://bugs.python.org/issue22468 closed by martin.panter
#23430: socketserver.BaseServer.handle_error() should not catch exitin
http://bugs.python.org/issue23430 closed by martin.panter
#24229: pathlib.Path should have a copy() method
http://bugs.python.org/issue24229 closed by serhiy.storchaka
#25080: The example-code for making XML-RPC requests through proxy, fa
http://bugs.python.org/issue25080 closed by berker.peksag
#25136: Python doesn't find Xcode 7 SDK stub libraries
http://bugs.python.org/issue25136 closed by ned.deily
#25139: socketserver.ThreadingMixIn exception handler: Just a little r
http://bugs.python.org/issue25139 closed by martin.panter
#25801: ResourceWarning in test_zipfile64
http://bugs.python.org/issue25801 closed by SilentGhost
#25913: base64.a85decode adobe flag incorrectly utilizes <~ as a marke
http://bugs.python.org/issue25913 closed by serhiy.storchaka
#26261: NamedTemporaryFile documentation is vague about the `name` att
http://bugs.python.org/issue26261 closed by martin.panter
#26302: cookies module allows commas in keys
http://bugs.python.org/issue26302 closed by jason.coombs
#26366: Use â.. versionaddedâ over â.. versionchangedâ where a
http://bugs.python.org/issue26366 closed by rhettinger
#26367: importlib.__import__ does not fail for invalid relative import
http://bugs.python.org/issue26367 closed by brett.cannon
#26390: hashlib's pbkdf2_hmac documentation "rounds" does not match so
http://bugs.python.org/issue26390 closed by martin.panter
#26392: socketserver.BaseServer.close_server should stop serve_forever
http://bugs.python.org/issue26392 closed by palaviv
#26395: asyncio does not support yielding from recvfrom (socket/udp)
http://bugs.python.org/issue26395 closed by Simon Bernier St-Pierre
#26397: Tweak importlib Example of importlib.import_module() to use im
http://bugs.python.org/issue26397 closed by brett.cannon
#26398: cgi.escape() Can Lead To XSS and HTML Vulnerabilities
http://bugs.python.org/issue26398 closed by gregory.p.smith
#26399: CSV Injection Vulnerability
http://bugs.python.org/issue26399 closed by maciej.szulik
#26400: SyntaxError when running Python 2.7 interpreter with subproces
http://bugs.python.org/issue26400 closed by giumas
#26401: Error in documentation for "compile" built-in function
http://bugs.python.org/issue26401 closed by berker.peksag
#26402: Regression in Python 3.5 xmlrpc.client, raises RemoteDisconnec
http://bugs.python.org/issue26402 closed by martin.panter
#26405: tkinter askopenfilename doubleclick issue on windows
http://bugs.python.org/issue26405 closed by serhiy.storchaka
#26406: getaddrinfo is thread-safe on NetBSD and OpenBSD
http://bugs.python.org/issue26406 closed by ned.deily
#26408: pep-8 requires a few corrections
http://bugs.python.org/issue26408 closed by python-dev
#26409: Support latest Tcl/Tk on future versions of Mac installer
http://bugs.python.org/issue26409 closed by ned.deily
#26411: Suggestion concerning compile-time warnings
http://bugs.python.org/issue26411 closed by brett.cannon
#26412: Segmentation Fault: 11
http://bugs.python.org/issue26412 closed by christian.heimes
#26413: python 3.5.1 uses wrong registry in system-wide installation
http://bugs.python.org/issue26413 closed by eryksun
#26416: Deprecate the regex_v8, telco, and spectral_norm benchmarks
http://bugs.python.org/issue26416 closed by brett.cannon
#26417: Default IDLE 2.7.11 configuration files are out-of-sync on OS
http://bugs.python.org/issue26417 closed by ned.deily
#26422: printing 1e23 and up is incorrect
http://bugs.python.org/issue26422 closed by eric.smith
#26424: QPyNullVariant
http://bugs.python.org/issue26424 closed by haypo
#26426: email examples: incorrect use of email.headerregistry.Address
http://bugs.python.org/issue26426 closed by berker.peksag
#26427: w* format in PyArg_ParseTupleAndKeywords for optional argument
http://bugs.python.org/issue26427 closed by serhiy.storchaka
#26428: The range for xrange() is too narrow on Windows 64-bit
http://bugs.python.org/issue26428 closed by serhiy.storchaka
#26429: os.path.dirname returns empty string instead of "." when file
http://bugs.python.org/issue26429 closed by serhiy.storchaka
#26430: quote marks problem on loaded file
http://bugs.python.org/issue26430 closed by SilentGhost
#26431: string template substitute tests
http://bugs.python.org/issue26431 closed by serhiy.storchaka
#26435: Fix versionadded/versionchanged documentation directives
http://bugs.python.org/issue26435 closed by python-dev
#26438: Complete your registration to Python tracker -- key4g5ti2VWPYC
http://bugs.python.org/issue26438 closed by christian.heimes
More information about the Python-Dev
mailing list