Summary of Python tracker Issues
ACTIVITY SUMMARY (2017-02-10 - 2017-02-17) 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 5837 (+38) closed 35511 (+28) total 41348 (+66) Open issues with patches: 2488 Issues opened (51) ================== #29442: Use argparse and drop dirty optparse hacks in setup.py http://bugs.python.org/issue29442 reopened by Chi Hsuan Yen #29529: Backport Travis configuration http://bugs.python.org/issue29529 opened by brett.cannon #29530: Windows buildbots broken by the migration to GitHub (meta issu http://bugs.python.org/issue29530 opened by haypo #29532: functools.partial is not compatible between 2.7 and 3.5 http://bugs.python.org/issue29532 opened by naoyuki #29533: urllib2 works slowly with proxy on windows http://bugs.python.org/issue29533 opened by juliadolgova #29535: datetime hash is deterministic in some cases http://bugs.python.org/issue29535 opened by arigo #29537: Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5 http://bugs.python.org/issue29537 opened by serhiy.storchaka #29539: [smtplib] collect response data for all recipients http://bugs.python.org/issue29539 opened by David Ford (FirefighterBlu3) #29540: Add compact=True flag to json.dump/dumps http://bugs.python.org/issue29540 opened by Alex Gordon #29541: Python3 error while building on Alt-F http://bugs.python.org/issue29541 opened by Honza Skýpala #29545: Python behavioral difference between Linux and AIX http://bugs.python.org/issue29545 opened by gireeshpunathil #29546: A more helpful ImportError message http://bugs.python.org/issue29546 opened by barry #29547: Add c code coverage to codecov http://bugs.python.org/issue29547 opened by belopolsky #29548: Recommend PyObject_Call* APIs over PyEval_Call*() APIs http://bugs.python.org/issue29548 opened by inada.naoki #29549: Improve docstring for str.index http://bugs.python.org/issue29549 opened by rhettinger #29550: Mac build-installer touch step fails after github conversion http://bugs.python.org/issue29550 opened by db3l #29551: unittest: TestSuite.debug() does not like subTest() http://bugs.python.org/issue29551 opened by wrohdewald #29553: Argparser does not display closing parentheses in nested mutex http://bugs.python.org/issue29553 opened by christofsteel #29554: profile/pstat doc clariification http://bugs.python.org/issue29554 opened by mbussonn #29555: Update Python Software Foundation Copyright Year http://bugs.python.org/issue29555 opened by orsenthil #29556: Remove unused #include <langinfo.h> http://bugs.python.org/issue29556 opened by Chi Hsuan Yen #29557: binhex documentation claims unknown bug http://bugs.python.org/issue29557 opened by David Wilemski #29558: Provide run_until_complete inside loop http://bugs.python.org/issue29558 opened by txomon #29559: Detect mouse over lines on canvas while mouse button is down http://bugs.python.org/issue29559 opened by Ted Shaneyfelt2 #29560: Turtle graphics fill behavior differs between versions http://bugs.python.org/issue29560 opened by John Simmons #29561: Interactive mode gives sys.ps2 not sys.ps1 after comment-only http://bugs.python.org/issue29561 opened by JDLH #29562: test_getgroups of test_posix fails (on OS X 10.10) http://bugs.python.org/issue29562 opened by JDLH #29564: ResourceWarning: suggest to enable tracemalloc in the message http://bugs.python.org/issue29564 opened by David Ford (FirefighterBlu3) #29565: Still broken ctypes calling convention on MSVC / 64-bit Window http://bugs.python.org/issue29565 opened by Igor Kudrin #29566: binhex() creates files with mixed line endings http://bugs.python.org/issue29566 opened by serhiy.storchaka #29568: undefined parsing behavior with the old style string formattin http://bugs.python.org/issue29568 opened by Jerry Dimitrov #29569: threading.Timer class: Continue periodical execution till acti http://bugs.python.org/issue29569 opened by slytomcat #29570: Windows Buildbot 2.7 is broken http://bugs.python.org/issue29570 opened by haypo #29571: test_re is failing when local is set for `en_IN` http://bugs.python.org/issue29571 opened by jaysinh.shukla #29572: Upgrade installers to OpenSSL 1.0.2k http://bugs.python.org/issue29572 opened by zach.ware #29573: NamedTemporaryFile with delete=True should not fail if file al http://bugs.python.org/issue29573 opened by richardxia #29574: python-3.6.0.tgz permissions borked http://bugs.python.org/issue29574 opened by Dave_Anderson #29575: doc 17.2.1: basic Pool example is too basic http://bugs.python.org/issue29575 opened by j5w6 #29577: Enum: mixin classes don't mix well with already mixed Enums http://bugs.python.org/issue29577 opened by ethan.furman #29579: Windows Python 3.7 installer broken by README.txt renamed to R http://bugs.python.org/issue29579 opened by haypo #29580: "Built-in Functions" not being functions http://bugs.python.org/issue29580 opened by Stefan Pochmann #29581: __init_subclass__ causes TypeError when used with standard lib http://bugs.python.org/issue29581 opened by Nate Soares #29582: Add Python coverage make target(s) http://bugs.python.org/issue29582 opened by zach.ware #29585: site.py imports relatively large `sysconfig` module. http://bugs.python.org/issue29585 opened by inada.naoki #29586: Cannot run pip in fresh install of py 3.5.3 http://bugs.python.org/issue29586 opened by Adrian Chan #29587: Generator/coroutine 'throw' discards exc_info state, which is http://bugs.python.org/issue29587 opened by njs #29588: importing ssl can fail with NameError: name 'PROTOCOL_TLS' is http://bugs.python.org/issue29588 opened by jdemeyer #29589: test_asyncio & test_multiprocessing_forkserver failed http://bugs.python.org/issue29589 opened by Dima Zhukov #29590: Incorrect stack traces when re-entering a generator/coroutine http://bugs.python.org/issue29590 opened by njs #29591: Various security vulnerabilities in bundled expat http://bugs.python.org/issue29591 opened by Natanael Copa #29592: abs_paths() in site.py is slow http://bugs.python.org/issue29592 opened by inada.naoki Most recent 15 issues with no replies (15) ========================================== #29592: abs_paths() in site.py is slow http://bugs.python.org/issue29592 #29590: Incorrect stack traces when re-entering a generator/coroutine http://bugs.python.org/issue29590 #29589: test_asyncio & test_multiprocessing_forkserver failed http://bugs.python.org/issue29589 #29581: __init_subclass__ causes TypeError when used with standard lib http://bugs.python.org/issue29581 #29575: doc 17.2.1: basic Pool example is too basic http://bugs.python.org/issue29575 #29572: Upgrade installers to OpenSSL 1.0.2k http://bugs.python.org/issue29572 #29570: Windows Buildbot 2.7 is broken http://bugs.python.org/issue29570 #29569: threading.Timer class: Continue periodical execution till acti http://bugs.python.org/issue29569 #29566: binhex() creates files with mixed line endings http://bugs.python.org/issue29566 #29560: Turtle graphics fill behavior differs between versions http://bugs.python.org/issue29560 #29559: Detect mouse over lines on canvas while mouse button is down http://bugs.python.org/issue29559 #29555: Update Python Software Foundation Copyright Year http://bugs.python.org/issue29555 #29554: profile/pstat doc clariification http://bugs.python.org/issue29554 #29551: unittest: TestSuite.debug() does not like subTest() http://bugs.python.org/issue29551 #29549: Improve docstring for str.index http://bugs.python.org/issue29549 Most recent 15 issues waiting for review (15) ============================================= #29571: test_re is failing when local is set for `en_IN` http://bugs.python.org/issue29571 #29568: undefined parsing behavior with the old style string formattin http://bugs.python.org/issue29568 #29557: binhex documentation claims unknown bug http://bugs.python.org/issue29557 #29555: Update Python Software Foundation Copyright Year http://bugs.python.org/issue29555 #29540: Add compact=True flag to json.dump/dumps http://bugs.python.org/issue29540 #29537: Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5 http://bugs.python.org/issue29537 #29533: urllib2 works slowly with proxy on windows http://bugs.python.org/issue29533 #29532: functools.partial is not compatible between 2.7 and 3.5 http://bugs.python.org/issue29532 #29523: latest setuptools breaks virtualenvs due to unbundling depende http://bugs.python.org/issue29523 #29509: redundant interning in PyObject_GetAttrString http://bugs.python.org/issue29509 #29507: Use FASTCALL in call_method() to avoid temporary tuple http://bugs.python.org/issue29507 #29476: Simplify set_add_entry() http://bugs.python.org/issue29476 #29475: option to not follow symlinks when globbing http://bugs.python.org/issue29475 #29469: AST-level Constant folding http://bugs.python.org/issue29469 #29465: Add _PyObject_FastCall() to reduce stack consumption http://bugs.python.org/issue29465 Top 10 most discussed issues (10) ================================= #29514: Add a test case that prevents magic number changes in minor re http://bugs.python.org/issue29514 30 msgs #29548: Recommend PyObject_Call* APIs over PyEval_Call*() APIs http://bugs.python.org/issue29548 23 msgs #29470: ssl: SNI callbacks should not modify context objects http://bugs.python.org/issue29470 14 msgs #29585: site.py imports relatively large `sysconfig` module. http://bugs.python.org/issue29585 11 msgs #29540: Add compact=True flag to json.dump/dumps http://bugs.python.org/issue29540 10 msgs #29564: ResourceWarning: suggest to enable tracemalloc in the message http://bugs.python.org/issue29564 10 msgs #29521: Minor warning messages when compiling documentation http://bugs.python.org/issue29521 9 msgs #29442: Use argparse and drop dirty optparse hacks in setup.py http://bugs.python.org/issue29442 8 msgs #29586: Cannot run pip in fresh install of py 3.5.3 http://bugs.python.org/issue29586 8 msgs #19675: Pool dies with excessive workers, but does not cleanup http://bugs.python.org/issue19675 7 msgs Issues closed (28) ================== #5667: Interpreter fails to initialize on build dir when IO encoding http://bugs.python.org/issue5667 closed by haypo #18779: Misleading documentations and comments in regular expression H http://bugs.python.org/issue18779 closed by akuchling #23109: French quotes in the documentation are often ungrammatical http://bugs.python.org/issue23109 closed by akuchling #27536: Convert readme to reStructuredText http://bugs.python.org/issue27536 closed by zach.ware #28929: Provide a link from documentation back to its source file http://bugs.python.org/issue28929 closed by Mariatta #28941: Update the link to Source Code in Python Docs from hg to githu http://bugs.python.org/issue28941 closed by Mariatta #29438: use after free in key sharing dict http://bugs.python.org/issue29438 closed by inada.naoki #29474: Grammatical errors in weakref.WeakValueDictionary docs http://bugs.python.org/issue29474 closed by Mariatta #29481: 3.6.0 doc describes 3.6.1 feature - typing.Deque http://bugs.python.org/issue29481 closed by Mariatta #29511: Add 'find' as build-in method for lists http://bugs.python.org/issue29511 closed by terry.reedy #29518: 'for' loop not automatically breaking (index error on line of http://bugs.python.org/issue29518 closed by brett.cannon #29524: Move functions to call objects into a new Objects/call.c file http://bugs.python.org/issue29524 closed by haypo #29527: Travis: doc job is broken http://bugs.python.org/issue29527 closed by haypo #29528: Encrypt IRC channel details for Travis http://bugs.python.org/issue29528 closed by zach.ware #29531: Update Doc/README.txt to README.rst http://bugs.python.org/issue29531 closed by Roger Sachan #29534: _decimal difference with _pydecimal http://bugs.python.org/issue29534 closed by mark.dickinson #29536: test_hashlib failure on Ubuntu 16.04 http://bugs.python.org/issue29536 closed by christian.heimes #29538: bugs.python.org does not redirect to HTTPS http://bugs.python.org/issue29538 closed by berker.peksag #29542: python -m spacy.en.download undefined symbol: _ZSt24__throw_ou http://bugs.python.org/issue29542 closed by berker.peksag #29543: Allow login to bugs.python.org with email address http://bugs.python.org/issue29543 closed by berker.peksag #29544: Allow login to bugs.python.org with Google account http://bugs.python.org/issue29544 closed by berker.peksag #29552: Issue in Dictionary fromkeys http://bugs.python.org/issue29552 closed by prudvibt81 #29563: Update Devguide about building documentation. http://bugs.python.org/issue29563 closed by brett.cannon #29567: Allow argparse to be used in setup.py http://bugs.python.org/issue29567 closed by Chi Hsuan Yen #29576: Improve some deprecations in the importlib http://bugs.python.org/issue29576 closed by brett.cannon #29578: "python.exe t2.py" doesn't work the same on Python-3.6 as Pyth http://bugs.python.org/issue29578 closed by paul.moore #29583: Python 3.6 won't install on Windows 2012 R2 http://bugs.python.org/issue29583 closed by eryksun #29584: 2D list with Bugs when defined by using Multiplication http://bugs.python.org/issue29584 closed by ezio.melotti
participants (1)
-
Python tracker