[Python-Dev] Summary of Python tracker Issues

2016年5月20日 09:11:25 -0700

ACTIVITY SUMMARY (2016年05月13日 - 2016年05月20日)
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 5504 ( +3)
 closed 33322 (+52)
 total 38826 (+55)
Open issues with patches: 2381 
Issues opened (33)
==================
#26741: subprocess.Popen should emit a ResourceWarning in destructor i
http://bugs.python.org/issue26741 reopened by haypo
#27015: subprocess.CalledProcessError's repr changes based on kwargs, 
http://bugs.python.org/issue27015 opened by Taywee
#27016: BlockingIOError not raised inside function.
http://bugs.python.org/issue27016 opened by [email protected]
#27019: Reduce marshal stack depth for 2.7 on Windows debug build
http://bugs.python.org/issue27019 opened by db3l
#27020: os.writev() does not accept generators (as buffers argument)
http://bugs.python.org/issue27020 opened by mmarkk
#27021: It is not documented that os.writev() suffer from SC_IOV_MAX
http://bugs.python.org/issue27021 opened by mmarkk
#27022: expose sendmmsg() syscall in sockets API
http://bugs.python.org/issue27022 opened by mmarkk
#27024: IDLE shutdown glitch when started by import
http://bugs.python.org/issue27024 opened by terry.reedy
#27025: More human readable generated widget names
http://bugs.python.org/issue27025 opened by serhiy.storchaka
#27026: async/await keywords are missing from reference docs
http://bugs.python.org/issue27026 opened by hongminhee
#27027: add is_android in test.support to detect Android platform
http://bugs.python.org/issue27027 opened by xdegaye
#27029: Remove support of deprecated mode 'U' in zipfile
http://bugs.python.org/issue27029 opened by serhiy.storchaka
#27030: Remove deprecated re features
http://bugs.python.org/issue27030 opened by serhiy.storchaka
#27032: Remove deprecated html.parser.HTMLParser.unescape()
http://bugs.python.org/issue27032 opened by serhiy.storchaka
#27033: Change the decode_data default in smtpd to False
http://bugs.python.org/issue27033 opened by serhiy.storchaka
#27035: Cannot set exit code in atexit callback
http://bugs.python.org/issue27035 opened by Melebius
#27036: Mark up of references in different form
http://bugs.python.org/issue27036 opened by serhiy.storchaka
#27037: Universal newline support for zipFile.ZipExtFile.read() is not
http://bugs.python.org/issue27037 opened by David Pitchford
#27038: Make os.DirEntry exist
http://bugs.python.org/issue27038 opened by brett.cannon
#27043: Describe what ‘inspect.cleandoc’ does to synopsis line.
http://bugs.python.org/issue27043 opened by bignose
#27048: distutils._msvccompiler._get_vc_env() fails with UnicodeDecode
http://bugs.python.org/issue27048 opened by ebarry
#27050: Demote run() below the high level APIs in subprocess docs
http://bugs.python.org/issue27050 opened by ncoghlan
#27051: Create PIP gui
http://bugs.python.org/issue27051 opened by upendra-k14
#27052: Python2.7.11+ as in Debian testing and Ubuntu 16.04 LTS crashe
http://bugs.python.org/issue27052 opened by Ján Jockusch
#27054: Python installation problem: No module named 'encodings'
http://bugs.python.org/issue27054 opened by [email protected]
#27060: Documentation of assertItemsEqual in unittest is VERY misleadi
http://bugs.python.org/issue27060 opened by vitaly
#27062: `inspect` doesn't have `__all__`
http://bugs.python.org/issue27062 opened by leewz
#27063: Some unittest loader tests are silently skipped by mistake
http://bugs.python.org/issue27063 opened by serhiy.storchaka
#27064: Make py.exe default to Python 3 when used interactively
http://bugs.python.org/issue27064 opened by paul.moore
#27066: SystemError if custom opener returns -1
http://bugs.python.org/issue27066 opened by barry
#27067: Improve curses tests
http://bugs.python.org/issue27067 opened by serhiy.storchaka
#27068: Add a detach() method to subprocess.Popen
http://bugs.python.org/issue27068 opened by haypo
#27069: webbrowser creates zombi processes in the background mode
http://bugs.python.org/issue27069 opened by haypo
Most recent 15 issues with no replies (15)
==========================================
#27067: Improve curses tests
http://bugs.python.org/issue27067
#27063: Some unittest loader tests are silently skipped by mistake
http://bugs.python.org/issue27063
#27060: Documentation of assertItemsEqual in unittest is VERY misleadi
http://bugs.python.org/issue27060
#27051: Create PIP gui
http://bugs.python.org/issue27051
#27043: Describe what ‘inspect.cleandoc’ does to synopsis line.
http://bugs.python.org/issue27043
#27038: Make os.DirEntry exist
http://bugs.python.org/issue27038
#27032: Remove deprecated html.parser.HTMLParser.unescape()
http://bugs.python.org/issue27032
#27030: Remove deprecated re features
http://bugs.python.org/issue27030
#27029: Remove support of deprecated mode 'U' in zipfile
http://bugs.python.org/issue27029
#27021: It is not documented that os.writev() suffer from SC_IOV_MAX
http://bugs.python.org/issue27021
#27019: Reduce marshal stack depth for 2.7 on Windows debug build
http://bugs.python.org/issue27019
#27006: C implementation of Decimal.from_float() bypasses __new__ and 
http://bugs.python.org/issue27006
#27002: Support different modes in posixpath.realpath()
http://bugs.python.org/issue27002
#26997: Docs for pdb should note that __future__ magic doesn't work
http://bugs.python.org/issue26997
#26990: file.tell affect decoding
http://bugs.python.org/issue26990
Most recent 15 issues waiting for review (15)
=============================================
#27067: Improve curses tests
http://bugs.python.org/issue27067
#27066: SystemError if custom opener returns -1
http://bugs.python.org/issue27066
#27064: Make py.exe default to Python 3 when used interactively
http://bugs.python.org/issue27064
#27063: Some unittest loader tests are silently skipped by mistake
http://bugs.python.org/issue27063
#27048: distutils._msvccompiler._get_vc_env() fails with UnicodeDecode
http://bugs.python.org/issue27048
#27036: Mark up of references in different form
http://bugs.python.org/issue27036
#27033: Change the decode_data default in smtpd to False
http://bugs.python.org/issue27033
#27032: Remove deprecated html.parser.HTMLParser.unescape()
http://bugs.python.org/issue27032
#27030: Remove deprecated re features
http://bugs.python.org/issue27030
#27029: Remove support of deprecated mode 'U' in zipfile
http://bugs.python.org/issue27029
#27027: add is_android in test.support to detect Android platform
http://bugs.python.org/issue27027
#27026: async/await keywords are missing from reference docs
http://bugs.python.org/issue27026
#27025: More human readable generated widget names
http://bugs.python.org/issue27025
#27024: IDLE shutdown glitch when started by import
http://bugs.python.org/issue27024
#27019: Reduce marshal stack depth for 2.7 on Windows debug build
http://bugs.python.org/issue27019
Top 10 most discussed issues (10)
=================================
#26870: Unexpected call to readline's add_history in call_readline
http://bugs.python.org/issue26870 11 msgs
#27048: distutils._msvccompiler._get_vc_env() fails with UnicodeDecode
http://bugs.python.org/issue27048 11 msgs
#20371: datetime.datetime.replace bypasses a subclass's __new__
http://bugs.python.org/issue20371 9 msgs
#27036: Mark up of references in different form
http://bugs.python.org/issue27036 8 msgs
#27054: Python installation problem: No module named 'encodings'
http://bugs.python.org/issue27054 8 msgs
#26168: Py_BuildValue may leak 'N' arguments on PyTuple_New failure
http://bugs.python.org/issue26168 6 msgs
#26331: Tokenizer: allow underscores for grouping in numeric literals
http://bugs.python.org/issue26331 6 msgs
#26369: unicode.decode and str.encode are unnecessarily confusing for 
http://bugs.python.org/issue26369 6 msgs
#26814: [WIP] Add a new _PyObject_FastCall() function which avoids the
http://bugs.python.org/issue26814 6 msgs
#26839: Python 3.5 running on Linux kernel 3.17+ can block at startup 
http://bugs.python.org/issue26839 6 msgs
Issues closed (48)
==================
#3213: "pydoc -p" should listen to [::] if IPv6 is supported
http://bugs.python.org/issue3213 closed by martin.panter
#3948: readline steals sigwinch
http://bugs.python.org/issue3948 closed by martin.panter
#11980: zipfile.ZipFile.write should accept fp as argument
http://bugs.python.org/issue11980 closed by serhiy.storchaka
#14132: Redirect is not working correctly in urllib2
http://bugs.python.org/issue14132 closed by martin.panter
#18410: Idle: test SearchDialog.py
http://bugs.python.org/issue18410 closed by terry.reedy
#20640: Idle: test configHelpSourceEdit
http://bugs.python.org/issue20640 closed by terry.reedy
#20792: Idle: test PathBrowser more
http://bugs.python.org/issue20792 closed by terry.reedy
#21676: IDLE - Test Replace Dialog
http://bugs.python.org/issue21676 closed by terry.reedy
#21703: IDLE: Test UndoDelegator
http://bugs.python.org/issue21703 closed by terry.reedy
#21939: IDLE - Test Percolator
http://bugs.python.org/issue21939 closed by terry.reedy
#23275: Can assign [] = (), but not () = []
http://bugs.python.org/issue23275 closed by berker.peksag
#23958: compile warnings in libffi
http://bugs.python.org/issue23958 closed by berker.peksag
#23977: Enhancing IDLE's test_delegator.py unit test
http://bugs.python.org/issue23977 closed by terry.reedy
#25285: regrtest: run tests in subprocesses with -j1 on buildbots
http://bugs.python.org/issue25285 closed by haypo
#25650: Mismatching documentation <=> behaviour for typing.Any
http://bugs.python.org/issue25650 closed by berker.peksag
#25747: test_idle failure in leaks searching mode
http://bugs.python.org/issue25747 closed by terry.reedy
#26039: More flexibility in zipfile write interface
http://bugs.python.org/issue26039 closed by takluyver
#26807: mock_open()().readline() fails at EOF
http://bugs.python.org/issue26807 closed by rbcollins
#26848: asyncio.subprocess's communicate() method mishandles empty inp
http://bugs.python.org/issue26848 closed by berker.peksag
#26850: PyMem_RawMalloc(): update also sys.getallocatedblocks() in deb
http://bugs.python.org/issue26850 closed by haypo
#26938: android: test_concurrent_futures hangs on armv7
http://bugs.python.org/issue26938 closed by xdegaye
#26948: Simplify PyImport_ImportModuleLevelObject: avoid temporary tup
http://bugs.python.org/issue26948 closed by haypo
#26991: Possible reference leak in MAKE_FUNCTION
http://bugs.python.org/issue26991 closed by python-dev
#26995: Add tests for parsing float and object arguments
http://bugs.python.org/issue26995 closed by serhiy.storchaka
#27014: maximum recursion depth when using typing options
http://bugs.python.org/issue27014 closed by gvanrossum
#27017: Python3.5.1: type().startswith()
http://bugs.python.org/issue27017 closed by SilentGhost
#27018: Incorrect documentation of select module
http://bugs.python.org/issue27018 closed by orsenthil
#27023: Documentation of tempfile.gettempdir() does not mention it onl
http://bugs.python.org/issue27023 closed by r.david.murray
#27028: configparser BasicInterpolation issue with %()
http://bugs.python.org/issue27028 closed by r.david.murray
#27031: Remove interface to obsolete Tk commands
http://bugs.python.org/issue27031 closed by serhiy.storchaka
#27034: Remove deprecated asynchat.fifo
http://bugs.python.org/issue27034 closed by serhiy.storchaka
#27039: bytearray.remove cannot remove bytes with value greater than 1
http://bugs.python.org/issue27039 closed by serhiy.storchaka
#27040: asyncio: Add loop.get_exception_handler method
http://bugs.python.org/issue27040 closed by yselivanov
#27041: asyncio: Add loop.create_future method
http://bugs.python.org/issue27041 closed by yselivanov
#27042: Incorrect grammar for function definitions
http://bugs.python.org/issue27042 closed by python-dev
#27044: Stop test_idle memory leaks
http://bugs.python.org/issue27044 closed by terry.reedy
#27045: Forward slashes in Windows paths
http://bugs.python.org/issue27045 closed by ebarry
#27046: Emoji support in Pie Chart legend with matplotlib
http://bugs.python.org/issue27046 closed by berker.peksag
#27047: O(1) deque indexing
http://bugs.python.org/issue27047 closed by rhettinger
#27049: Typo in "The Python Language Reference" 7.11 -- "individiual"
http://bugs.python.org/issue27049 closed by ned.deily
#27053: Python Windows x86-64 embeddable zip file missing module encod
http://bugs.python.org/issue27053 closed by steve.dower
#27055: python fails to run zipapp when zip contains comments
http://bugs.python.org/issue27055 closed by serhiy.storchaka
#27056: pickle: constant propagation in _Unpickler_Read()
http://bugs.python.org/issue27056 closed by haypo
#27057: os.set_inheritable(): fall back to fcntl() if ioctl() fails wi
http://bugs.python.org/issue27057 closed by haypo
#27058: Tkinter's canvas' dashed lines have incorrect segment lengths
http://bugs.python.org/issue27058 closed by kms70847
#27059: find_spec and find_loader ignore package/path argument
http://bugs.python.org/issue27059 closed by brett.cannon
#27061: 2.7.11 OS X pkg doesn't put proper version in the receipts
http://bugs.python.org/issue27061 closed by ned.deily
#27065: robotparser user agent considered hostile by mod_security rule
http://bugs.python.org/issue27065 closed by berker.peksag
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to