[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Nov 27 12:07:11 EST 2015


ACTIVITY SUMMARY (2015-11-20 - 2015-11-27) 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 5263 ( +3) closed 32238 (+57) total 37501 (+60)

Open issues with patches: 2312

Issues opened (41)

#20923: Explain ConfigParser 'valid section name' and .SECTCRE http://bugs.python.org/issue20923 reopened by terry.reedy

#25684: ttk.OptionMenu radiobuttons aren't unique between two instance http://bugs.python.org/issue25684 opened by Bryan.Oakley

#25685: Inefficiency with SocketHandler - may send log record message http://bugs.python.org/issue25685 opened by Marvin Greenberg

#25687: Error during test case and tearDown http://bugs.python.org/issue25687 opened by bennoleslie

#25690: Replacement for unittest.mock.mock_open http://bugs.python.org/issue25690 opened by Niv Ben-David

#25694: test.libregrtest not installed http://bugs.python.org/issue25694 opened by Arfrever

#25696: "make -j9 install" fails because bininstall target requires th http://bugs.python.org/issue25696 opened by haypo

#25698: test regressions introduced with the fix for #22995 http://bugs.python.org/issue25698 opened by doko

#25699: Easier way to specify reduced globals for doctest http://bugs.python.org/issue25699 opened by John.Mark.Vandenberg

#25701: Document that tp_setattro and tp_setattr are used for deleting http://bugs.python.org/issue25701 opened by serhiy.storchaka

#25702: Link Time Optimizations support for GCC and CLANG http://bugs.python.org/issue25702 opened by alecsandru.patrascu

#25704: Update the devguide to 3.5 http://bugs.python.org/issue25704 opened by matrixise

#25707: Add the close method for ElementTree.iterparse() object http://bugs.python.org/issue25707 opened by serhiy.storchaka

#25708: runpy hides traceback for some exceptions http://bugs.python.org/issue25708 opened by sleepycal

#25709: Problem with string concatenation and utf-8 cache. http://bugs.python.org/issue25709 opened by Árpád Kósa

#25710: zipimport is not PEP 3147 or PEP 488 compliant http://bugs.python.org/issue25710 opened by byrnes

#25711: Rewrite zipimport from scratch http://bugs.python.org/issue25711 opened by brett.cannon

#25713: Setuptools included with 64-bit Windows installer is outdated http://bugs.python.org/issue25713 opened by James.Paget

#25714: Consider isinstance(..., numbers.Integral) instead of isinstan http://bugs.python.org/issue25714 opened by posita

#25715: Python 3.5.1 installer shows wrong upgrade path http://bugs.python.org/issue25715 opened by steve.dower

#25716: typeobject.c call_method & call_maybe can leak references on ' http://bugs.python.org/issue25716 opened by Myron Walker

#25717: tempfile.TemporaryFile fails when dir option set to directory http://bugs.python.org/issue25717 opened by Hans Lawrenz

#25718: itertools.accumulate reduce/setstate bug http://bugs.python.org/issue25718 opened by arigo

#25719: Deprecate spitfire benchmark http://bugs.python.org/issue25719 opened by florin.papa

#25720: Fix curses module compilation with ncurses6 http://bugs.python.org/issue25720 opened by donmez

#25723: ConfigParser should never write broken configurations http://bugs.python.org/issue25723 opened by spaceone

#25724: SSLv3 test failure on Ubuntu 16.04 LTS http://bugs.python.org/issue25724 opened by mdeslaur

#25726: sys.setprofile / sys.getprofile asymetry http://bugs.python.org/issue25726 opened by stefan

#25728: email parser ignores inner multipart boundary when outer messa http://bugs.python.org/issue25728 opened by forest

#25729: update pure python datetime.timedelta creation http://bugs.python.org/issue25729 opened by bdkearns

#25730: invisible sidebar content with code snippets http://bugs.python.org/issue25730 opened by xwhhsprings

#25731: Assigning and deleting new attr on the class does not allo http://bugs.python.org/issue25731 opened by Stanisław Skonieczny (Uosiu)

#25732: functools.total_ordering does not correctly implement not equa http://bugs.python.org/issue25732 opened by David Seddon

#25733: Idle does not handle non-standard compile errors http://bugs.python.org/issue25733 opened by ppperry

#25735: math.factorial doc should mention integer return type http://bugs.python.org/issue25735 opened by John.Yeung

#25738: http.server doesn't handle RESET CONTENT status correctly http://bugs.python.org/issue25738 opened by spaceone

#25739: Add PAYLOAD_TOO_LARGE / URI_TOO_LONG (new name in RFC 7231) http://bugs.python.org/issue25739 opened by spaceone

#25740: multiple issues in http.client http://bugs.python.org/issue25740 opened by spaceone

#25741: Usual Installation Directory http://bugs.python.org/issue25741 opened by firatozgul

#25742: locale.setlocale does not work with unicode strings http://bugs.python.org/issue25742 opened by tierlieb

#25743: Clarify exactly what \w matches in UNICODE mode http://bugs.python.org/issue25743 opened by zwol

Most recent 15 issues with no replies (15)

#25742: locale.setlocale does not work with unicode strings http://bugs.python.org/issue25742

#25735: math.factorial doc should mention integer return type http://bugs.python.org/issue25735

#25733: Idle does not handle non-standard compile errors http://bugs.python.org/issue25733

#25726: sys.setprofile / sys.getprofile asymetry http://bugs.python.org/issue25726

#25724: SSLv3 test failure on Ubuntu 16.04 LTS http://bugs.python.org/issue25724

#25720: Fix curses module compilation with ncurses6 http://bugs.python.org/issue25720

#25713: Setuptools included with 64-bit Windows installer is outdated http://bugs.python.org/issue25713

#25708: runpy hides traceback for some exceptions http://bugs.python.org/issue25708

#25687: Error during test case and tearDown http://bugs.python.org/issue25687

#25685: Inefficiency with SocketHandler - may send log record message http://bugs.python.org/issue25685

#25682: package not set to None under pdb in Python 3 http://bugs.python.org/issue25682

#25675: doc for BaseEventLoop.run_in_executor() says its a coroutine, http://bugs.python.org/issue25675

#25661: tokenize.untokenize does not maintain the order of tabbed inde http://bugs.python.org/issue25661

#25658: PyThread assumes pthread_key_t is an integer, which is against http://bugs.python.org/issue25658

#25653: ctypes+callbacks+fork+selinux = crash http://bugs.python.org/issue25653

Most recent 15 issues waiting for review (15)

#25740: multiple issues in http.client http://bugs.python.org/issue25740

#25739: Add PAYLOAD_TOO_LARGE / URI_TOO_LONG (new name in RFC 7231) http://bugs.python.org/issue25739

#25738: http.server doesn't handle RESET CONTENT status correctly http://bugs.python.org/issue25738

#25729: update pure python datetime.timedelta creation http://bugs.python.org/issue25729

#25724: SSLv3 test failure on Ubuntu 16.04 LTS http://bugs.python.org/issue25724

#25720: Fix curses module compilation with ncurses6 http://bugs.python.org/issue25720

#25719: Deprecate spitfire benchmark http://bugs.python.org/issue25719

#25718: itertools.accumulate reduce/setstate bug http://bugs.python.org/issue25718

#25717: tempfile.TemporaryFile fails when dir option set to directory http://bugs.python.org/issue25717

#25716: typeobject.c call_method & call_maybe can leak references on ' http://bugs.python.org/issue25716

#25715: Python 3.5.1 installer shows wrong upgrade path http://bugs.python.org/issue25715

#25709: Problem with string concatenation and utf-8 cache. http://bugs.python.org/issue25709

#25704: Update the devguide to 3.5 http://bugs.python.org/issue25704

#25702: Link Time Optimizations support for GCC and CLANG http://bugs.python.org/issue25702

#25701: Document that tp_setattro and tp_setattr are used for deleting http://bugs.python.org/issue25701

Top 10 most discussed issues (10)

#25709: Problem with string concatenation and utf-8 cache. http://bugs.python.org/issue25709 24 msgs

#25717: tempfile.TemporaryFile fails when dir option set to directory http://bugs.python.org/issue25717 13 msgs

#25723: ConfigParser should never write broken configurations http://bugs.python.org/issue25723 11 msgs

#20923: Explain ConfigParser 'valid section name' and .SECTCRE http://bugs.python.org/issue20923 10 msgs

#25660: tabs don't work correctly in python repl http://bugs.python.org/issue25660 10 msgs

#25730: invisible sidebar content with code snippets http://bugs.python.org/issue25730 7 msgs

#25677: Syntax error caret confused by indentation http://bugs.python.org/issue25677 6 msgs

#25694: test.libregrtest not installed http://bugs.python.org/issue25694 6 msgs

#25729: update pure python datetime.timedelta creation http://bugs.python.org/issue25729 6 msgs

#15348: IDLE - shell becomes unresponsive if debugger windows is close http://bugs.python.org/issue15348 5 msgs

Issues closed (51)

#4744: asynchat documentation needs to be more precise http://bugs.python.org/issue4744 closed by r.david.murray

#7990: xml.etree.cElementTree lacks full dir() on Element http://bugs.python.org/issue7990 closed by serhiy.storchaka

#10131: deepcopying an xml.dom.minidom.Document generates an invalid X http://bugs.python.org/issue10131 closed by serhiy.storchaka

#10942: xml.etree.ElementTree.tostring returns type bytes, expected ty http://bugs.python.org/issue10942 closed by serhiy.storchaka

#13275: Recommend xml.etree for XML processing http://bugs.python.org/issue13275 closed by serhiy.storchaka

#14044: IncompleteRead error with urllib2 or urllib.request -- fine wi http://bugs.python.org/issue14044 closed by martin.panter

#14988: _elementtree: Raise ImportError when importing of pyexpat fail http://bugs.python.org/issue14988 closed by serhiy.storchaka

#19687: Fixes for elementtree integer overflow http://bugs.python.org/issue19687 closed by serhiy.storchaka

#21228: Missing enumeration of HTTPResponse Objects methods of urllib. http://bugs.python.org/issue21228 closed by martin.panter

#22989: HTTPResponse.msg not as documented http://bugs.python.org/issue22989 closed by martin.panter

#23914: pickle fails with SystemError http://bugs.python.org/issue23914 closed by serhiy.storchaka

#24097: Use after free in PyObject_GetState http://bugs.python.org/issue24097 closed by serhiy.storchaka

#24455: IDLE debugger causes crash if not quitted properly before next http://bugs.python.org/issue24455 closed by terry.reedy

#24731: Incorrect assert in str_subtype_new http://bugs.python.org/issue24731 closed by serhiy.storchaka

#24858: python3 -m test -ugui -v test_tk gives 3 failures under Debian http://bugs.python.org/issue24858 closed by serhiy.storchaka

#25508: LogRecord attributes are not tuple, when logging only dict http://bugs.python.org/issue25508 closed by python-dev

#25576: Remove “Content-Type: application/x-www-form-urlencoded; cha http://bugs.python.org/issue25576 closed by martin.panter

#25594: enum instance attribute access possible http://bugs.python.org/issue25594 closed by python-dev

#25616: Extract OrderedDict tests into separate file http://bugs.python.org/issue25616 closed by serhiy.storchaka

#25622: Enable ctypes.test.test_values.Win_ValuesTestCase for non-Wind http://bugs.python.org/issue25622 closed by martin.panter

#25623: Keep the link to Python implementation of OrderedDict http://bugs.python.org/issue25623 closed by serhiy.storchaka

#25624: shutil.make_archive makes invalid directory entries http://bugs.python.org/issue25624 closed by serhiy.storchaka

#25625: "chdir" Contex manager for pathlib http://bugs.python.org/issue25625 closed by serhiy.storchaka

#25626: Gzip fails for file over 2**32 bytes http://bugs.python.org/issue25626 closed by martin.panter

#25646: Distutils and Windows SDK 7.1 http://bugs.python.org/issue25646 closed by JGoutin

#25656: multiprocessing.dummy: pool.map hangs on empty list http://bugs.python.org/issue25656 closed by ebarry

#25657: virtualenv's activate does not update LD_LIBRARY_PATH http://bugs.python.org/issue25657 closed by serge-sans-paille

#25663: Make rlcompleter avoid duplicate global names http://bugs.python.org/issue25663 closed by martin.panter

#25668: Deadlock in logging caused by a possible race condition with " http://bugs.python.org/issue25668 closed by vinay.sajip

#25669: unittest.assertEqual() on un-equal types inheriting from colle http://bugs.python.org/issue25669 closed by michael.foord

#25678: int() from a buffer reads past the buffer boundaries http://bugs.python.org/issue25678 closed by serhiy.storchaka

#25686: Don't use distutils in test_shutil http://bugs.python.org/issue25686 closed by serhiy.storchaka

#25688: File leak in ElementTree.iterparse() http://bugs.python.org/issue25688 closed by serhiy.storchaka

#25689: ftplib docs language fix http://bugs.python.org/issue25689 closed by martin.panter

#25691: Crash on deleting Element attribute http://bugs.python.org/issue25691 closed by serhiy.storchaka

#25692: input function outputs prompt to stderr http://bugs.python.org/issue25692 closed by martin.panter

#25693: test_asyncio prints some messages http://bugs.python.org/issue25693 closed by martin.panter

#25695: test___all__ and test_support alter execution environment http://bugs.python.org/issue25695 closed by martin.panter

#25697: Fix rough alphabetical order in Misc/ACKS http://bugs.python.org/issue25697 closed by serhiy.storchaka

#25700: namedtuple documentation http://bugs.python.org/issue25700 closed by Laur Joost

#25703: test_sys is failed if standard stream is redirected in 2.7 http://bugs.python.org/issue25703 closed by serhiy.storchaka

#25705: Fix regex_compile benchmark crash http://bugs.python.org/issue25705 closed by zach.ware

#25706: problems in library/base64.rst http://bugs.python.org/issue25706 closed by serhiy.storchaka

#25712: Dead link in the PEP-3147 http://bugs.python.org/issue25712 closed by haypo

#25721: Fix pybench always_display error http://bugs.python.org/issue25721 closed by haypo

#25722: Lib/ssl.py breaks certificate validation for wildcard domains, http://bugs.python.org/issue25722 closed by christian.heimes

#25725: Memory leak on unpickling bogus data http://bugs.python.org/issue25725 closed by serhiy.storchaka

#25727: os.startfile implementation for other OS'es besides Windows http://bugs.python.org/issue25727 closed by r.david.murray

#25734: fnmatch regular expression can be improved http://bugs.python.org/issue25734 closed by r.david.murray

#25736: smtplib can't send 8bit encoded utf-8 message http://bugs.python.org/issue25736 closed by r.david.murray

#25737: array is not a Sequence http://bugs.python.org/issue25737 closed by eryksun



More information about the Python-Dev mailing list