Summary of Python tracker Issues

ACTIVITY SUMMARY (2017-06-16 - 2017-06-23) 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 6026 ( -8) closed 36470 (+65) total 42496 (+57)
Open issues with patches: 2361
Issues opened (49) ==================
#27425: Tests fail because of git's newline preferences on Windows http://bugs.python.org/issue27425 reopened by haypo
#30383: [3.5] Backport regrtest features from master to Python 3.5 http://bugs.python.org/issue30383 reopened by haypo
#30597: Show expected input in custom "print" error message http://bugs.python.org/issue30597 reopened by ncoghlan
#30685: Multiprocessing Send to Manager Fails for Large Payload http://bugs.python.org/issue30685 opened by maxehr
#30686: make `make install` faster http://bugs.python.org/issue30686 opened by inada.naoki
#30688: support named Unicode escapes (\N{name}) in re http://bugs.python.org/issue30688 opened by jonathaneunice
#30691: WeakSet is not pickleable http://bugs.python.org/issue30691 opened by serhiy.storchaka
#30692: Automatic upcast does not occur for custom classes http://bugs.python.org/issue30692 opened by rharke
#30693: tarfile add uses random order http://bugs.python.org/issue30693 opened by bmwiedemann
#30694: Update embedded copy of expat to 2.2.1 http://bugs.python.org/issue30694 opened by ned.deily
#30695: add a nomemory_allocator to the _testcapi module http://bugs.python.org/issue30695 opened by xdegaye
#30696: infinite loop in PyRun_InteractiveLoopFlags() http://bugs.python.org/issue30696 opened by xdegaye
#30697: segfault in PyErr_NormalizeException() after memory exhaustion http://bugs.python.org/issue30697 opened by xdegaye
#30698: asyncio sslproto do not shutdown ssl layer cleanly http://bugs.python.org/issue30698 opened by grzgrzgrz3
#30699: Misleading class names in datetime.tzinfo usage examples http://bugs.python.org/issue30699 opened by Robert.Tasarz
#30700: fileinput inplace clobbers file without leaving backup on deco http://bugs.python.org/issue30700 opened by switchnode
#30701: Exception parsing certain invalid email address headers http://bugs.python.org/issue30701 opened by timb07
#30703: test_multiprocessing_forkserver hangs on the master branch http://bugs.python.org/issue30703 opened by haypo
#30704: test_free_different_thread() of test_code leaks references on http://bugs.python.org/issue30704 opened by haypo
#30705: python2.7 -m test -R 3:3 hangs on Refleaks 2.7 buildbots http://bugs.python.org/issue30705 opened by haypo
#30706: EmailMessage Object Creation http://bugs.python.org/issue30706 opened by Michael Salsone
#30707: Incorrect description of "async with" in PEP492 and documentat http://bugs.python.org/issue30707 opened by Damien George
#30708: Ensure that the result of PyUnicode_AsWideCharString() doesn't http://bugs.python.org/issue30708 opened by serhiy.storchaka
#30710: getaddrinfo raises OverflowError http://bugs.python.org/issue30710 opened by smejkar
#30711: getaddrinfo invalid port number http://bugs.python.org/issue30711 opened by smejkar
#30713: Reject newline character (U+000A) in URLs in urllib.parse http://bugs.python.org/issue30713 opened by haypo
#30714: test_ssl fails with openssl 1.1.0f http://bugs.python.org/issue30714 opened by cstratak
#30715: Test_winreg, test_dynamic_key hangs on my Win 10 http://bugs.python.org/issue30715 opened by terry.reedy
#30716: Failing tests with installed 3.6.2rc1 on Win 10-64 http://bugs.python.org/issue30716 opened by terry.reedy
#30717: str.center() is not unicode aware http://bugs.python.org/issue30717 opened by Guillaume Sanchez
#30718: open builtin function: specifying the size of buffer has no ef http://bugs.python.org/issue30718 opened by direprobs
#30719: IDLE: Make PyShell visible upon error. http://bugs.python.org/issue30719 opened by terry.reedy
#30721: Show expected input for right shift operator usage in custom " http://bugs.python.org/issue30721 opened by CuriousLearner
#30722: Tools/demo/redemo.py broken http://bugs.python.org/issue30722 opened by Christoph Sarnowski2
#30723: IDLE parenmatch - left and right highlighting, independent fla http://bugs.python.org/issue30723 opened by wohlganger
#30724: ZipFile.open treats directory path as empty file http://bugs.python.org/issue30724 opened by Kit Yan Choi
#30725: Windows installer for 2.7.13 doesn't install pip when installi http://bugs.python.org/issue30725 opened by KevKeating
#30726: [Windows] Warnings in elementtree due to new expat http://bugs.python.org/issue30726 opened by Segev Finer
#30728: IDLE: Modernize configdialog code. http://bugs.python.org/issue30728 opened by terry.reedy
#30730: Injecting environment variable in subprocess on Windows http://bugs.python.org/issue30730 opened by serhiy.storchaka
#30731: Use correct executable manifest for windows http://bugs.python.org/issue30731 opened by tumagonx
#30732: json.dumps() lacks information about RecursionError related to http://bugs.python.org/issue30732 opened by Krzysztof Nazarewski
#30733: Typo in Document What's New: Calendar http://bugs.python.org/issue30733 opened by Jonathon Vandezande
#30734: 200000 indexes crashes eval and python (without eval) http://bugs.python.org/issue30734 opened by george-shuklin
#30735: Python 3.6.1 test_asyncio fails on Solaris 11 http://bugs.python.org/issue30735 opened by petriborg
#30737: Update devguide link to the new URL http://bugs.python.org/issue30737 opened by Mariatta
#30739: pypi ssl errors [CERTIFICATE_VERIFY_FAILED] http://bugs.python.org/issue30739 opened by Luc Zimmermann
#30740: SSLError when cancelling an SSL connection http://bugs.python.org/issue30740 opened by mehaase
#30741: https://www.pypi-mirrors.org/ error 503 http://bugs.python.org/issue30741 opened by Luc Zimmermann
Most recent 15 issues with no replies (15) ==========================================
#30740: SSLError when cancelling an SSL connection http://bugs.python.org/issue30740
#30739: pypi ssl errors [CERTIFICATE_VERIFY_FAILED] http://bugs.python.org/issue30739
#30735: Python 3.6.1 test_asyncio fails on Solaris 11 http://bugs.python.org/issue30735
#30734: 200000 indexes crashes eval and python (without eval) http://bugs.python.org/issue30734
#30733: Typo in Document What's New: Calendar http://bugs.python.org/issue30733
#30732: json.dumps() lacks information about RecursionError related to http://bugs.python.org/issue30732
#30730: Injecting environment variable in subprocess on Windows http://bugs.python.org/issue30730
#30724: ZipFile.open treats directory path as empty file http://bugs.python.org/issue30724
#30718: open builtin function: specifying the size of buffer has no ef http://bugs.python.org/issue30718
#30715: Test_winreg, test_dynamic_key hangs on my Win 10 http://bugs.python.org/issue30715
#30711: getaddrinfo invalid port number http://bugs.python.org/issue30711
#30705: python2.7 -m test -R 3:3 hangs on Refleaks 2.7 buildbots http://bugs.python.org/issue30705
#30704: test_free_different_thread() of test_code leaks references on http://bugs.python.org/issue30704
#30700: fileinput inplace clobbers file without leaving backup on deco http://bugs.python.org/issue30700
#30699: Misleading class names in datetime.tzinfo usage examples http://bugs.python.org/issue30699
Most recent 15 issues waiting for review (15) =============================================
#30730: Injecting environment variable in subprocess on Windows http://bugs.python.org/issue30730
#30714: test_ssl fails with openssl 1.1.0f http://bugs.python.org/issue30714
#30711: getaddrinfo invalid port number http://bugs.python.org/issue30711
#30710: getaddrinfo raises OverflowError http://bugs.python.org/issue30710
#30708: Ensure that the result of PyUnicode_AsWideCharString() doesn't http://bugs.python.org/issue30708
#30696: infinite loop in PyRun_InteractiveLoopFlags() http://bugs.python.org/issue30696
#30695: add a nomemory_allocator to the _testcapi module http://bugs.python.org/issue30695
#30693: tarfile add uses random order http://bugs.python.org/issue30693
#30688: support named Unicode escapes (\N{name}) in re http://bugs.python.org/issue30688
#30680: textwrap should treat Unicode em-dash like ASCII em-dash http://bugs.python.org/issue30680
#30665: pass big values for arg to fcntl.ioctl http://bugs.python.org/issue30665
#30593: sqlite3 executescript does not respect isolation_level? http://bugs.python.org/issue30593
#30560: Py_SetFatalErrorAbortFunc: Allow embedding program to handle f http://bugs.python.org/issue30560
#30541: Add restricted mocks to the python unittest mocking framework http://bugs.python.org/issue30541
#30519: Add daemon argument to Timer http://bugs.python.org/issue30519
Top 10 most discussed issues (10) =================================
#30500: [security] urllib connects to a wrong host http://bugs.python.org/issue30500 13 msgs
#30695: add a nomemory_allocator to the _testcapi module http://bugs.python.org/issue30695 10 msgs
#29591: expat 2.2.0: Various security vulnerabilities in bundled expat http://bugs.python.org/issue29591 9 msgs
#30725: Windows installer for 2.7.13 doesn't install pip when installi http://bugs.python.org/issue30725 9 msgs
#16258: test_local.TestEnUSCollection failures on Solaris 10 http://bugs.python.org/issue16258 8 msgs
#30368: [2.7] OpenSSL compilation fails on AMD64 Windows7 SP1 VS9.0 2. http://bugs.python.org/issue30368 8 msgs
#30694: Update embedded copy of expat to 2.2.1 http://bugs.python.org/issue30694 8 msgs
#30710: getaddrinfo raises OverflowError http://bugs.python.org/issue30710 8 msgs
#30726: [Windows] Warnings in elementtree due to new expat http://bugs.python.org/issue30726 8 msgs
#30263: regrtest: log the system load? http://bugs.python.org/issue30263 7 msgs
Issues closed (63) ==================
#4765: IDLE fails to "Delete Custom Key Set" properly http://bugs.python.org/issue4765 closed by terry.reedy
#10079: idlelib for Python 3 with Guilherme Polo GSoC enhancements http://bugs.python.org/issue10079 closed by terry.reedy
#12420: distutils tests fail if PATH is not defined http://bugs.python.org/issue12420 closed by terry.reedy
#14326: IDLE - allow shell to support different locales http://bugs.python.org/issue14326 closed by terry.reedy
#15308: IDLE - add an "Interrupt Execution" to shell menu http://bugs.python.org/issue15308 closed by terry.reedy
#17060: IDLE -- jump to home should not go past the PS1 and PS2 prompt http://bugs.python.org/issue17060 closed by terry.reedy
#17187: Python segfaults from improperly formed and called function http://bugs.python.org/issue17187 closed by serhiy.storchaka
#17773: test_pydoc fails with the installed testsuite (2.7) http://bugs.python.org/issue17773 closed by terry.reedy
#18152: Idle: add 2.7 backport script http://bugs.python.org/issue18152 closed by terry.reedy
#18316: Idle 2.7: update to simplify cross-version patches http://bugs.python.org/issue18316 closed by terry.reedy
#18967: Find a less conflict prone approach to Misc/NEWS http://bugs.python.org/issue18967 closed by brett.cannon
#20663: Introduce exception argument to iter http://bugs.python.org/issue20663 closed by terry.reedy
#21071: struct.Struct.format is bytes, but should be str http://bugs.python.org/issue21071 closed by haypo
#21632: Idle: sychronize text files across versions as appropriate. http://bugs.python.org/issue21632 closed by terry.reedy
#22028: Python 3.4.1 Installer ended prematurely (Windows msi) http://bugs.python.org/issue22028 closed by tim.golden
#22897: IDLE hangs on OS X with Cocoa Tk if encoding dialog is require http://bugs.python.org/issue22897 closed by terry.reedy
#23337: [IDLE/Windows] Run python with restricted rights http://bugs.python.org/issue23337 closed by terry.reedy
#23431: Idle Application Not Responding http://bugs.python.org/issue23431 closed by terry.reedy
#24212: Idle, 2.7, backport idlelib.__main__, enable py -m idlelib http://bugs.python.org/issue24212 closed by terry.reedy
#24718: Specify interpreter when running in IDLE http://bugs.python.org/issue24718 closed by terry.reedy
#24936: Idle: handle 'raise' properly when running with subprocess (2. http://bugs.python.org/issue24936 closed by terry.reedy
#25020: IDLE - centralize ui policies and small utilities http://bugs.python.org/issue25020 closed by terry.reedy
#25125: "Edit with IDLE" does not work for shortcuts http://bugs.python.org/issue25125 closed by terry.reedy
#25224: Replace Idle's README.txt with annotated file list http://bugs.python.org/issue25224 closed by terry.reedy
#25303: Add option to py_compile to compile for syntax checking withou http://bugs.python.org/issue25303 closed by terry.reedy
#26627: IDLE incorrectly labeling error as internal http://bugs.python.org/issue26627 closed by terry.reedy
#26993: Copy idlelib *.py files with new names http://bugs.python.org/issue26993 closed by terry.reedy
#27162: Add idlelib.interface module http://bugs.python.org/issue27162 closed by terry.reedy
#28889: IDLE needs the ability to pass in command-line arguments http://bugs.python.org/issue28889 closed by terry.reedy
#29366: os.listdir has inconsistent behavior when run on a non-directo http://bugs.python.org/issue29366 closed by terry.reedy
#29523: latest setuptools breaks virtualenvs due to unbundling depende http://bugs.python.org/issue29523 closed by cstratak
#29702: Error 0x80070003: Failed to launch elevated child process http://bugs.python.org/issue29702 closed by eryksun
#29755: python3 gettext.lgettext sometimes returns bytes, not string http://bugs.python.org/issue29755 closed by serhiy.storchaka
#30016: No sideways scrolling in IDLE http://bugs.python.org/issue30016 closed by terry.reedy
#30054: Expose tracemalloc C API to track/untrack memory blocks http://bugs.python.org/issue30054 closed by haypo
#30176: curses attribute constants list is incomplete http://bugs.python.org/issue30176 closed by xiang.zhang
#30303: IDLE: Add _utest to textview and add textview tests http://bugs.python.org/issue30303 closed by terry.reedy
#30360: getpass.getpass() does not accept stdin from an Expect script http://bugs.python.org/issue30360 closed by terry.reedy
#30473: defaultdict raises SystemError, __missing__ returned NULL in t http://bugs.python.org/issue30473 closed by haypo
#30565: PEP 538: silence locale coercion and compatibility warnings by http://bugs.python.org/issue30565 closed by ncoghlan
#30598: Py_NewInterpreter() leaks a reference on warnoptions in _PySys http://bugs.python.org/issue30598 closed by ncoghlan
#30602: [Windows] os.spawn*() tests of test_os leak references on Wind http://bugs.python.org/issue30602 closed by haypo
#30604: co_extra_freefuncs is stored thread locally and can lead to cr http://bugs.python.org/issue30604 closed by yselivanov
#30619: typing.Union doc incoherence in case a class and its subclass http://bugs.python.org/issue30619 closed by Mariatta
#30629: lower() is called twice http://bugs.python.org/issue30629 closed by terry.reedy
#30630: Missing MSI files http://bugs.python.org/issue30630 closed by terry.reedy
#30657: Unsafe arithmetic in PyString_DecodeEscape http://bugs.python.org/issue30657 closed by serhiy.storchaka
#30670: pprint for dict in sorted order or insert order? http://bugs.python.org/issue30670 closed by terry.reedy
#30671: dict: improve lookup function http://bugs.python.org/issue30671 closed by tim.peters
#30682: f-string assert is too restrictive http://bugs.python.org/issue30682 closed by eric.smith
#30684: datetime.fromtimestamp raises OSError on first day after epoch http://bugs.python.org/issue30684 closed by r.david.murray
#30687: build.bat should locate msbuild.exe rather than vcvarsall.bat http://bugs.python.org/issue30687 closed by steve.dower
#30689: len() and iter() of ChainMap don't work with unhashable keys http://bugs.python.org/issue30689 closed by rhettinger
#30690: ChainMap doesn't preserve the order of ordered mappings http://bugs.python.org/issue30690 closed by rhettinger
#30702: pickle uses getattr(obj, '__reduce__') instead of getattr(type http://bugs.python.org/issue30702 closed by serhiy.storchaka
#30709: Bad getter from Descriptor#Properties example http://bugs.python.org/issue30709 closed by Mariatta
#30712: struct.unpack generates wrong error in certain conditions http://bugs.python.org/issue30712 closed by serhiy.storchaka
#30720: re.sub substitution match group contains wrong value after unm http://bugs.python.org/issue30720 closed by serhiy.storchaka
#30727: [2.7] test_threading.ConditionTests.test_notify() hangs random http://bugs.python.org/issue30727 closed by serhiy.storchaka
#30729: Swap doesn't work in some circumstances http://bugs.python.org/issue30729 closed by rhettinger
#30736: Support Unicode 10.0 http://bugs.python.org/issue30736 closed by benjamin.peterson
#30738: __next__() method in iterators 9.9 http://bugs.python.org/issue30738 closed by eryksun
#1080387: Making IDLE Themes and Keys Config more Robust http://bugs.python.org/issue1080387 closed by terry.reedy

23.06.17 19:09, Python tracker пише:
ACTIVITY SUMMARY (2017-06-16 - 2017-06-23) 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 6026 ( -8)
Terry closed a third of hundred outdated IDLE issues.
participants (2)
-
Python tracker
-
Serhiy Storchaka