[Python-Dev] Summary of Python tracker Issues

2018年2月02日 09:12:18 -0800

ACTIVITY SUMMARY (2018年01月26日 - 2018年02月02日)
Python tracker at https://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 6411 (-34)
 closed 38089 (+101)
 total 44500 (+67)
Open issues with patches: 2492 
Issues opened (35)
==================
#32221: Converting ipv6 address to string representation using getname
https://bugs.python.org/issue32221 reopened by yselivanov
#32622: Implement loop.sendfile
https://bugs.python.org/issue32622 reopened by vstinner
#32683: isinstance is calling ob.__getattribute__ as a fallback instea
https://bugs.python.org/issue32683 opened by bup
#32684: asyncio.gather(..., return_exceptions=True) swallows cancellat
https://bugs.python.org/issue32684 opened by socketpair
#32689: shutil.move raises AttributeError if first argument is a pathl
https://bugs.python.org/issue32689 opened by craigh
#32691: "pdb -m <module>" sets __main__.__package__ incorrectly
https://bugs.python.org/issue32691 opened by ncoghlan
#32692: test_threading.test_set_and_clear fails in AppVeyor CI
https://bugs.python.org/issue32692 opened by xiang.zhang
#32694: Can no longer specify OpenSSL locations with CPPFLAGS / LDFLAG
https://bugs.python.org/issue32694 opened by yselivanov
#32695: tarfile.open() raises TypeError when using compresslevel param
https://bugs.python.org/issue32695 opened by bbayles
#32696: Fix pickling exceptions with multiple arguments
https://bugs.python.org/issue32696 opened by slallum
#32706: test_check_hostname() of test_ftplib started to fail randomly
https://bugs.python.org/issue32706 opened by vstinner
#32708: test_sendfile() hangs on AMD64 FreeBSD 10.x Shared 3.x buildbo
https://bugs.python.org/issue32708 opened by vstinner
#32710: test_asyncio leaked [4, 4, 3] memory blocks, sum=11 on AMD64 W
https://bugs.python.org/issue32710 opened by vstinner
#32713: tarfile.itn breaks if n is a negative float
https://bugs.python.org/issue32713 opened by j0ffrey
#32715: Make create_unix_server for SOCK_DGRAM work
https://bugs.python.org/issue32715 opened by holger+lp
#32716: setup.py register --repository is broken
https://bugs.python.org/issue32716 opened by shimizukawa
#32717: Document PEP 560
https://bugs.python.org/issue32717 opened by levkivskyi
#32718: Install PowerShell activation scripts for venv for all platfor
https://bugs.python.org/issue32718 opened by brett.cannon
#32719: fatal error raised when Ctrl-C print loop
https://bugs.python.org/issue32719 opened by xiang.zhang
#32720: Format mini-language integer definition is incorrect
https://bugs.python.org/issue32720 opened by ncoghlan
#32723: codecs.open silently ignores argument errors
https://bugs.python.org/issue32723 opened by xiang.zhang
#32725: Instance of _multiprocessing.PipeConnection-subtype crash on d
https://bugs.python.org/issue32725 opened by hakril
#32726: macOS installer and framework enhancements and changes for 3.7
https://bugs.python.org/issue32726 opened by ned.deily
#32728: Extend zipfile's compression level support to LZMA
https://bugs.python.org/issue32728 opened by bbayles
#32729: socket error handling needed
https://bugs.python.org/issue32729 opened by rkdls
#32730: Allow py launcher to launch other registered Pythons
https://bugs.python.org/issue32730 opened by [email protected]
#32731: getpass.getuser() raises an unspecified exceptions (ImportErro
https://bugs.python.org/issue32731 opened by gregory.p.smith
#32732: LoggingAdapter ignores extra kwargs of Logger#log()
https://bugs.python.org/issue32732 opened by mcoolive
#32734: Asyncio Lock safety issue (unlimited acquire)
https://bugs.python.org/issue32734 opened by bar.harel
#32739: collections.deque rotate(n=1) default value not documented
https://bugs.python.org/issue32739 opened by yuy
#32742: zipfile extractall needlessly re-wraps ZipInfo instances
https://bugs.python.org/issue32742 opened by peterbe
#32743: Typo in hamt.c comments
https://bugs.python.org/issue32743 opened by delimitry
#32745: ctypes string pointer fields should accept embedded null chara
https://bugs.python.org/issue32745 opened by theller
#32746: More misspellings, mostly in source code.
https://bugs.python.org/issue32746 opened by terry.reedy
#32749: Remove dbm.dumb behavior deprecated in 3.6
https://bugs.python.org/issue32749 opened by serhiy.storchaka
Most recent 15 issues with no replies (15)
==========================================
#32749: Remove dbm.dumb behavior deprecated in 3.6
https://bugs.python.org/issue32749
#32746: More misspellings, mostly in source code.
https://bugs.python.org/issue32746
#32728: Extend zipfile's compression level support to LZMA
https://bugs.python.org/issue32728
#32718: Install PowerShell activation scripts for venv for all platfor
https://bugs.python.org/issue32718
#32717: Document PEP 560
https://bugs.python.org/issue32717
#32716: setup.py register --repository is broken
https://bugs.python.org/issue32716
#32713: tarfile.itn breaks if n is a negative float
https://bugs.python.org/issue32713
#32708: test_sendfile() hangs on AMD64 FreeBSD 10.x Shared 3.x buildbo
https://bugs.python.org/issue32708
#32696: Fix pickling exceptions with multiple arguments
https://bugs.python.org/issue32696
#32695: tarfile.open() raises TypeError when using compresslevel param
https://bugs.python.org/issue32695
#32692: test_threading.test_set_and_clear fails in AppVeyor CI
https://bugs.python.org/issue32692
#32682: test_zlib improve version parsing
https://bugs.python.org/issue32682
#32676: test_asyncio emits many warnings when run in debug mode
https://bugs.python.org/issue32676
#32671: redesign Windows os.getlogin, and add os.getuser
https://bugs.python.org/issue32671
#32663: SMTPUTF8SimTests are not actually being run
https://bugs.python.org/issue32663
Most recent 15 issues waiting for review (15)
=============================================
#32749: Remove dbm.dumb behavior deprecated in 3.6
https://bugs.python.org/issue32749
#32746: More misspellings, mostly in source code.
https://bugs.python.org/issue32746
#32743: Typo in hamt.c comments
https://bugs.python.org/issue32743
#32742: zipfile extractall needlessly re-wraps ZipInfo instances
https://bugs.python.org/issue32742
#32739: collections.deque rotate(n=1) default value not documented
https://bugs.python.org/issue32739
#32734: Asyncio Lock safety issue (unlimited acquire)
https://bugs.python.org/issue32734
#32729: socket error handling needed
https://bugs.python.org/issue32729
#32726: macOS installer and framework enhancements and changes for 3.7
https://bugs.python.org/issue32726
#32720: Format mini-language integer definition is incorrect
https://bugs.python.org/issue32720
#32713: tarfile.itn breaks if n is a negative float
https://bugs.python.org/issue32713
#32706: test_check_hostname() of test_ftplib started to fail randomly
https://bugs.python.org/issue32706
#32695: tarfile.open() raises TypeError when using compresslevel param
https://bugs.python.org/issue32695
#32694: Can no longer specify OpenSSL locations with CPPFLAGS / LDFLAG
https://bugs.python.org/issue32694
#32691: "pdb -m <module>" sets __main__.__package__ incorrectly
https://bugs.python.org/issue32691
#32689: shutil.move raises AttributeError if first argument is a pathl
https://bugs.python.org/issue32689
Top 10 most discussed issues (10)
=================================
#32394: socket lib beahavior change in 3.6.4
https://bugs.python.org/issue32394 11 msgs
#32622: Implement loop.sendfile
https://bugs.python.org/issue32622 11 msgs
#32604: Expose the subinterpreters C-API in Python for testing use.
https://bugs.python.org/issue32604 10 msgs
#32591: Deprecate sys.set_coroutine_wrapper and replace it with more f
https://bugs.python.org/issue32591 8 msgs
#17305: IDNA2008 encoding missing
https://bugs.python.org/issue17305 7 msgs
#25988: collections.abc.Indexable
https://bugs.python.org/issue25988 7 msgs
#32694: Can no longer specify OpenSSL locations with CPPFLAGS / LDFLAG
https://bugs.python.org/issue32694 7 msgs
#26219: implement per-opcode cache in ceval
https://bugs.python.org/issue26219 6 msgs
#30693: tarfile add uses random order
https://bugs.python.org/issue30693 6 msgs
#31368: Add os.preadv() and os.pwritev()
https://bugs.python.org/issue31368 6 msgs
Issues closed (93)
==================
#14799: Tkinter ttk tests hang on linux
https://bugs.python.org/issue14799 closed by asvetlov
#16648: stdib should use new exception types from PEP 3151
https://bugs.python.org/issue16648 closed by asvetlov
#16705: Use concrete classes inherited from OSError instead of errno c
https://bugs.python.org/issue16705 closed by asvetlov
#17044: Implement PEP 422: Simple class initialisation hook
https://bugs.python.org/issue17044 closed by ncoghlan
#20984: 'Add/Remove Programs' dialog missing entries for 32-bit CPytho
https://bugs.python.org/issue20984 closed by steve.dower
#21417: Compression level for zipfile
https://bugs.python.org/issue21417 closed by gregory.p.smith
#22908: ZipExtFile in zipfile can be seekable
https://bugs.python.org/issue22908 closed by gregory.p.smith
#24325: Speedup types.coroutine()
https://bugs.python.org/issue24325 closed by yselivanov
#25942: Do not immediately SIGKILL subprocess child processes upon ^C
https://bugs.python.org/issue25942 closed by gregory.p.smith
#27505: Missing documentation for setting module __class__ attribute
https://bugs.python.org/issue27505 closed by ncoghlan
#27931: Email parse IndexError <""@wiarcom.com>
https://bugs.python.org/issue27931 closed by xiang.zhang
#28864: Add devnull file-like object
https://bugs.python.org/issue28864 closed by rhettinger
#28914: selectmodule build fails
https://bugs.python.org/issue28914 closed by vstinner
#29120: Move hash randomisation initialisation out of Python/random.c
https://bugs.python.org/issue29120 closed by ncoghlan
#29216: Space saving step for the LRU cache
https://bugs.python.org/issue29216 closed by rhettinger
#30117: test_lib2to3.test_parser.test_all_project_files() fails
https://bugs.python.org/issue30117 closed by benjamin.peterson
#30306: release arguments of contextmanager
https://bugs.python.org/issue30306 closed by ncoghlan
#30715: Test_winreg, test_dynamic_key hangs on my Win 10
https://bugs.python.org/issue30715 closed by terry.reedy
#31356: Add context manager to temporarily disable GC
https://bugs.python.org/issue31356 closed by rhettinger
#31429: TLS cipher suite compile time option for downstream
https://bugs.python.org/issue31429 closed by christian.heimes
#31853: Use super().method instead of socket.method in SSLSocket
https://bugs.python.org/issue31853 closed by christian.heimes
#31961: subprocess._execute_child doesn't accept a single PathLike arg
https://bugs.python.org/issue31961 closed by gregory.p.smith
#32045: Does json.dumps have a memory leak?
https://bugs.python.org/issue32045 closed by csabella
#32072: Issues with binary plists
https://bugs.python.org/issue32072 closed by serhiy.storchaka
#32102: Add "capture_output=True" option to subprocess.run
https://bugs.python.org/issue32102 closed by gregory.p.smith
#32137: Stack overflow in repr of deeply nested dicts
https://bugs.python.org/issue32137 closed by serhiy.storchaka
#32226: Implement PEP 560: Core support for typing module and generic 
https://bugs.python.org/issue32226 closed by levkivskyi
#32228: truncate() changes current stream position
https://bugs.python.org/issue32228 closed by pitrou
#32251: Add asyncio.BufferedProtocol
https://bugs.python.org/issue32251 closed by yselivanov
#32336: Save OrderedDict import in argparse
https://bugs.python.org/issue32336 closed by rhettinger
#32373: Add socket.getblocking() method
https://bugs.python.org/issue32373 closed by yselivanov
#32433: Provide optimized HMAC digest
https://bugs.python.org/issue32433 closed by christian.heimes
#32446: ResourceLoader.get_data() should accept a PathLike
https://bugs.python.org/issue32446 closed by barry
#32454: Add socket.close(fd) function
https://bugs.python.org/issue32454 closed by christian.heimes
#32513: dataclasses: make it easier to use user-supplied special metho
https://bugs.python.org/issue32513 closed by eric.smith
#32521: NIS module fails to build due to the removal of interfaces rel
https://bugs.python.org/issue32521 closed by christian.heimes
#32532: improve sys.settrace and sys.setprofile documentation
https://bugs.python.org/issue32532 closed by xiang.zhang
#32546: Unusual TypeError with dataclass decorator
https://bugs.python.org/issue32546 closed by eric.smith
#32550: STORE_ANNOTATION bytecode is unnecessary and can be removed.
https://bugs.python.org/issue32550 closed by rhettinger
#32565: Document the version of adding opcodes
https://bugs.python.org/issue32565 closed by serhiy.storchaka
#32571: Speed up and clean up getting optional attributes in C code
https://bugs.python.org/issue32571 closed by yselivanov
#32572: Add the ftplib option, overrides the IP address.
https://bugs.python.org/issue32572 closed by giampaolo.rodola
#32583: Crash during decoding using UTF-16/32 and custom error handler
https://bugs.python.org/issue32583 closed by xiang.zhang
#32605: Should we really hide unawaited coroutine warnings when an exc
https://bugs.python.org/issue32605 closed by yselivanov
#32611: Tkinter taskbar icon (Windows)
https://bugs.python.org/issue32611 closed by terry.reedy
#32624: Implement WriteTransport.is_protocol_paused()
https://bugs.python.org/issue32624 closed by asvetlov
#32630: Migrate decimal to use PEP 567 context variables
https://bugs.python.org/issue32630 closed by yselivanov
#32640: Python 2.7 str.join documentation is incorrect
https://bugs.python.org/issue32640 closed by Mariatta
#32645: test_asyncio: TLS tests fail on "x86 Windows7" buildbot
https://bugs.python.org/issue32645 closed by vstinner
#32649: complete C API doc debug and profile part with new PyTrace_OPC
https://bugs.python.org/issue32649 closed by ncoghlan
#32650: Debug support for native coroutines is broken
https://bugs.python.org/issue32650 closed by yselivanov
#32664: Connector "|" missing between ImportError and LookupError
https://bugs.python.org/issue32664 closed by Mariatta
#32668: deepcopy() fails on ArgumentParser instances
https://bugs.python.org/issue32668 closed by terry.reedy
#32670: Enforce PEP 479—StopIteration and generators—in Python 3.7
https://bugs.python.org/issue32670 closed by yselivanov
#32674: minor documentation fix for '__import__'
https://bugs.python.org/issue32674 closed by Mariatta
#32675: dict.__contains__(unhashable) raises TypeError where False was
https://bugs.python.org/issue32675 closed by r.david.murray
#32677: Add.isascii() to str, bytes and bytearray
https://bugs.python.org/issue32677 closed by inada.naoki
#32678: Lazy import ast in inspect
https://bugs.python.org/issue32678 closed by inada.naoki
#32681: Fix uninitialized variable in os_dup2_impl
https://bugs.python.org/issue32681 closed by gregory.p.smith
#32685: Erroneous suggestion in print statement
https://bugs.python.org/issue32685 closed by ncoghlan
#32686: python3.6.4 build hangs on test_asyncio macOS 10.13
https://bugs.python.org/issue32686 closed by ned.deily
#32687: wrong meaning of arg in Py_tracefunc doc
https://bugs.python.org/issue32687 closed by xiang.zhang
#32688: weird comment out line of code
https://bugs.python.org/issue32688 closed by xiang.zhang
#32690: Return function locals() in order of creation?
https://bugs.python.org/issue32690 closed by rhettinger
#32693: os.path.ismount does not accept bytes objects
https://bugs.python.org/issue32693 closed by eryksun
#32697: Guarantee that Python preserves the order of kwonly parameters
https://bugs.python.org/issue32697 closed by larry
#32698: Improper gzip compression if output file extension is not "gz"
https://bugs.python.org/issue32698 closed by Delgan
#32699: pythonXY._pth : unclear how .pth files are handled
https://bugs.python.org/issue32699 closed by steve.dower
#32700: spam?
https://bugs.python.org/issue32700 closed by r.david.murray
#32701: Typo in quopri documentation
https://bugs.python.org/issue32701 closed by Mariatta
#32702: Minor markup typo
https://bugs.python.org/issue32702 closed by rhettinger
#32703: 'async with' somehow suppresses unawaited coroutine warnings
https://bugs.python.org/issue32703 closed by yselivanov
#32704: Tracking
https://bugs.python.org/issue32704 closed by eric.smith
#32705: Current Android does not have posix_spawn
https://bugs.python.org/issue32705 closed by gregory.p.smith
#32707: Python/hamt.c warnings
https://bugs.python.org/issue32707 closed by yselivanov
#32709: the iterable for itertools.groupby must be sorted
https://bugs.python.org/issue32709 closed by matrixise
#32711: Fix warnings for Python/ast_unparse.c
https://bugs.python.org/issue32711 closed by christian.heimes
#32712: Modifying a list/dict effects all variables sharing that addre
https://bugs.python.org/issue32712 closed by r.david.murray
#32714: remove resourceLoader related code since it's deprecated
https://bugs.python.org/issue32714 closed by jayyin11043
#32721: test_hashlib fails if _md5 is not built
https://bugs.python.org/issue32721 closed by benjamin.peterson
#32722: Mislabeling of a dict comprehension as a generator expression 
https://bugs.python.org/issue32722 closed by xiang.zhang
#32724: Fix references to commands in Doc/pdb.rst
https://bugs.python.org/issue32724 closed by asvetlov
#32727: smtplib's SMTP.send_message behaves differently with from_addr
https://bugs.python.org/issue32727 closed by r.david.murray
#32733: test_coroutines is failed when run with -We
https://bugs.python.org/issue32733 closed by njs
#32735: Typo in f-string example in docs
https://bugs.python.org/issue32735 closed by Mariatta
#32736: random.triangular yields unexpected distribution when args mix
https://bugs.python.org/issue32736 closed by rhettinger
#32737: str.format not producing strings for nan argument in accordanc
https://bugs.python.org/issue32737 closed by zach.ware
#32738: CDLL : Can't find module
https://bugs.python.org/issue32738 closed by christian.heimes
#32740: test_calendar and test_re fail with unknown locale: UTF-8 in _
https://bugs.python.org/issue32740 closed by vishalsingh
#32741: Add asyncio.TimerHandle.when() function
https://bugs.python.org/issue32741 closed by asvetlov
#32744: PEP 342 double colons typos in code
https://bugs.python.org/issue32744 closed by delimitry
#32747: remove trailing spaces in docstring
https://bugs.python.org/issue32747 closed by serhiy.storchaka
#32748: Improve _asyncio.TaskStepMethWrapper and TaskWakeupMethWrapper
https://bugs.python.org/issue32748 closed by asvetlov
_______________________________________________
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