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

Python tracker status at bugs.python.org
Fri Jun 9 12:09:19 EDT 2017


ACTIVITY SUMMARY (2017-06-02 - 2017-06-09) 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 6035 (+10) closed 36335 (+51) total 42370 (+61)

Open issues with patches: 2369

Issues opened (40)

#30555: _io._WindowsConsoleIO breaks in the face of fd redirection http://bugs.python.org/issue30555 opened by Segev Finer

#30556: asyncio.wait very slow with FIRST_COMPLETED http://bugs.python.org/issue30556 opened by samuelcolvin

#30560: Py_SetFatalErrorAbortFunc: Allow embedding program to handle f http://bugs.python.org/issue30560 opened by thomas.perl

#30561: sync-up gammavariate and expovariate code http://bugs.python.org/issue30561 opened by leodema

#30563: multiprocessing module with pool object issue http://bugs.python.org/issue30563 opened by Julien Verger

#30565: PEP 538: default to skipping warning for implicit locale coerc http://bugs.python.org/issue30565 opened by ncoghlan

#30566: punycode codec raises IndexError in decode_generalized_number( http://bugs.python.org/issue30566 opened by Vikram Hegde

#30569: Tutorial section 2.1 has *nix example at 3.7, but Windows at 3 http://bugs.python.org/issue30569 opened by csabella

#30570: issubclass segfaults on objects with weird getattr http://bugs.python.org/issue30570 opened by Daniel Lepage

#30571: Add integer formatting code for fixed-width signed arithmetic http://bugs.python.org/issue30571 opened by rhettinger

#30576: http.server should support HTTP compression (gzip) http://bugs.python.org/issue30576 opened by quentel

#30578: Misleading example in sys.set_coroutine_wrapper docs http://bugs.python.org/issue30578 opened by ncoghlan

#30579: Allow traceback objects to be instantiated/mutated/annotated http://bugs.python.org/issue30579 opened by njs

#30581: os.cpu_count() returns wrong number of processors on system wi http://bugs.python.org/issue30581 opened by robbuckley

#30585: [security][3.3] Backport smtplib fix for TLS stripping vulnera http://bugs.python.org/issue30585 opened by haypo

#30586: Encode to EBCDIC doesn't take into account conversion table ir http://bugs.python.org/issue30586 opened by Vladimir Filippov

#30587: Mock with spec object does not ensure method call signatures http://bugs.python.org/issue30587 opened by cbelu

#30588: Missing documentation for codecs.escape_decode http://bugs.python.org/issue30588 opened by mdartiailh

#30589: With forkserver, Process.exitcode does not get signal number http://bugs.python.org/issue30589 opened by pitrou

#30593: sqlite3 executescript does not respect isolation_level? http://bugs.python.org/issue30593 opened by Noah Levitt

#30594: Refcounting mistake in _ssl.c http://bugs.python.org/issue30594 opened by njs

#30595: test_queue_feeder_donot_stop_onexc() of test_multiprocessing_s http://bugs.python.org/issue30595 opened by haypo

#30596: Add close() to multiprocessing.Process http://bugs.python.org/issue30596 opened by pitrou

#30597: Show expected input in custom "print" error message http://bugs.python.org/issue30597 opened by ncoghlan

#30598: Py_NewInterpreter() leaks a reference on warnoptions in _PySys http://bugs.python.org/issue30598 opened by haypo

#30599: os.register_at_fork(): allow to unregister callbacks -- test_t http://bugs.python.org/issue30599 opened by haypo

#30600: Error message incorrect when index is called with keyword argu http://bugs.python.org/issue30600 opened by SylvainDe

#30602: [Windows] os.spawn*() tests of test_os leak references on Wind http://bugs.python.org/issue30602 opened by haypo

#30603: textwrap: declining indent level has no test case http://bugs.python.org/issue30603 opened by jonathaneunice

#30604: co_extra_freefuncs is stored thread locally and can lead to cr http://bugs.python.org/issue30604 opened by dino.viehland

#30605: re.compile fails when compiling bytes under -bb mode http://bugs.python.org/issue30605 opened by Roy Williams

#30607: Extract documentation theme into a separate package http://bugs.python.org/issue30607 opened by Jon Wayne Parrott

#30608: argparse calculates string widths incorrectly http://bugs.python.org/issue30608 opened by Vanessa McHale

#30609: Python 3.6.1 fails to generate 256 colors on Cygwin based 64-b http://bugs.python.org/issue30609 opened by rigordo

#30610: Python's libexpat vulnerable to CVE-2016-0718 http://bugs.python.org/issue30610 opened by Duy Phan Thanh

#30611: Windows HTML Help always opens maximized http://bugs.python.org/issue30611 opened by Christian.Ullrich

#30612: Unusual Windows registry path syntax http://bugs.python.org/issue30612 opened by Christian.Ullrich

#30613: Distutils register command creates non-standard multipart data http://bugs.python.org/issue30613 opened by Kaeptm Blaubaer

#30614: [EASY][2.7] testInitNonExistentFile() of test_bz2 leaks refere http://bugs.python.org/issue30614 opened by haypo

#30615: [EASY][2.7] test_recursive_repr() of test_xml_etree_c leaks re http://bugs.python.org/issue30615 opened by haypo

Most recent 15 issues with no replies (15)

#30615: [EASY][2.7] test_recursive_repr() of test_xml_etree_c leaks re http://bugs.python.org/issue30615

#30614: [EASY][2.7] testInitNonExistentFile() of test_bz2 leaks refere http://bugs.python.org/issue30614

#30613: Distutils register command creates non-standard multipart data http://bugs.python.org/issue30613

#30612: Unusual Windows registry path syntax http://bugs.python.org/issue30612

#30607: Extract documentation theme into a separate package http://bugs.python.org/issue30607

#30603: textwrap: declining indent level has no test case http://bugs.python.org/issue30603

#30593: sqlite3 executescript does not respect isolation_level? http://bugs.python.org/issue30593

#30589: With forkserver, Process.exitcode does not get signal number http://bugs.python.org/issue30589

#30587: Mock with spec object does not ensure method call signatures http://bugs.python.org/issue30587

#30578: Misleading example in sys.set_coroutine_wrapper docs http://bugs.python.org/issue30578

#30571: Add integer formatting code for fixed-width signed arithmetic http://bugs.python.org/issue30571

#30569: Tutorial section 2.1 has *nix example at 3.7, but Windows at 3 http://bugs.python.org/issue30569

#30565: PEP 538: default to skipping warning for implicit locale coerc http://bugs.python.org/issue30565

#30563: multiprocessing module with pool object issue http://bugs.python.org/issue30563

#30561: sync-up gammavariate and expovariate code http://bugs.python.org/issue30561

Most recent 15 issues waiting for review (15)

#30605: re.compile fails when compiling bytes under -bb mode http://bugs.python.org/issue30605

#30604: co_extra_freefuncs is stored thread locally and can lead to cr http://bugs.python.org/issue30604

#30589: With forkserver, Process.exitcode does not get signal number http://bugs.python.org/issue30589

#30560: Py_SetFatalErrorAbortFunc: Allow embedding program to handle f http://bugs.python.org/issue30560

#30519: Add daemon argument to Timer http://bugs.python.org/issue30519

#30512: CAN Socket support for NetBSD http://bugs.python.org/issue30512

#30509: Optimize calling type slots http://bugs.python.org/issue30509

#30502: Fix buffer handling of OBJ_obj2txt http://bugs.python.org/issue30502

#30501: Produce optimized code for boolean conditions http://bugs.python.org/issue30501

#30495: IDLE: modernize textview module http://bugs.python.org/issue30495

#30487: DOC: automatically create a venv and install Sphinx when runni http://bugs.python.org/issue30487

#30485: Element.findall(path, dict) doesn't insert null namespace http://bugs.python.org/issue30485

#30466: Tutorial doesn't explain the use of classes http://bugs.python.org/issue30466

#30465: FormattedValue expressions have wrong lineno and col_offset in http://bugs.python.org/issue30465

#30455: Generate C code from token.py and not vice versa http://bugs.python.org/issue30455

Top 10 most discussed issues (10)

#25910: Fixing links in documentation http://bugs.python.org/issue25910 12 msgs

#27321: Email parser creates a message object that can't be flattened http://bugs.python.org/issue27321 9 msgs

#30542: test_files() of test_tools.test_unparse.DirectoryTestCase leak http://bugs.python.org/issue30542 8 msgs

#30417: [buildbot] Disable the cpu resources on slow buildbots http://bugs.python.org/issue30417 7 msgs

#30597: Show expected input in custom "print" error message http://bugs.python.org/issue30597 7 msgs

#26103: Contradiction in definition of "data descriptor" between (dott http://bugs.python.org/issue26103 6 msgs

#29464: Specialize FASTCALL for functions with positional-only paramet http://bugs.python.org/issue29464 6 msgs

#30038: Race condition in how trip_signal writes to wakeup fd http://bugs.python.org/issue30038 6 msgs

#30599: os.register_at_fork(): allow to unregister callbacks -- test_t http://bugs.python.org/issue30599 6 msgs

#30610: Python's libexpat vulnerable to CVE-2016-0718 http://bugs.python.org/issue30610 6 msgs

Issues closed (50)

#19180: some RFC references could be updated http://bugs.python.org/issue19180 closed by ncoghlan

#21783: smtpd.py does not allow multiple helo/ehlo commands http://bugs.python.org/issue21783 closed by barry

#24755: asyncio.wrap_future undocumented http://bugs.python.org/issue24755 closed by Mariatta

#24899: Add an os.path <=> pathlib equivalence table in pathlib docs http://bugs.python.org/issue24899 closed by brett.cannon

#25324: Importing tokenize modifies token http://bugs.python.org/issue25324 closed by serhiy.storchaka

#25444: Py Launch Icon http://bugs.python.org/issue25444 closed by eryksun

#29596: Unfinished sentence in howto/clinic.rst http://bugs.python.org/issue29596 closed by Mariatta

#29822: inspect.isabstract does not work on abstract base classes duri http://bugs.python.org/issue29822 closed by serhiy.storchaka

#30052: URL Quoting page links to function Bytes instead of defintion http://bugs.python.org/issue30052 closed by Mariatta

#30095: HTMLCalendar allow custom classes http://bugs.python.org/issue30095 closed by doerwalter

#30177: pathlib.resolve(strict=False) only includes first child http://bugs.python.org/issue30177 closed by steve.dower

#30418: test_communicate_epipe() of test_subprocess fails randomly on http://bugs.python.org/issue30418 closed by haypo

#30463: Add slots to ABC convenience class http://bugs.python.org/issue30463 closed by serhiy.storchaka

#30486: Allow setting cell value http://bugs.python.org/issue30486 closed by serhiy.storchaka

#30489: Add CmdLineTest to standard library http://bugs.python.org/issue30489 closed by terry.reedy

#30518: Import type aliases from another module http://bugs.python.org/issue30518 closed by Paragape

#30520: loggers can't be pickled http://bugs.python.org/issue30520 closed by vinay.sajip

#30526: Allow setting line_buffering on existing TextIOWrapper http://bugs.python.org/issue30526 closed by pitrou

#30529: Incorrect error messages for invalid whitespaces in f-string s http://bugs.python.org/issue30529 closed by serhiy.storchaka

#30530: Descriptors HowTo: Example on function.get needs update http://bugs.python.org/issue30530 closed by Mariatta

#30534: error message for incorrect call degraded in 3.7 http://bugs.python.org/issue30534 closed by serhiy.storchaka

#30536: [EASY] SubinterpThreadingTests.test_threads_join_2() of test_t http://bugs.python.org/issue30536 closed by haypo

#30537: Using PyNumber_AsSsize_t in itertools.islice http://bugs.python.org/issue30537 closed by rhettinger

#30538: Functional Programming HOWTO describes one argument itertools. http://bugs.python.org/issue30538 closed by rhettinger

#30540: regrtest: add --matchfile option http://bugs.python.org/issue30540 closed by haypo

#30544: _io._WindowsConsoleIO.write raises the wrong error when WriteC http://bugs.python.org/issue30544 closed by steve.dower

#30546: [EASY][Windows] test_uname_win32_ARCHITEW6432() of test_platfo http://bugs.python.org/issue30546 closed by haypo

#30547: [Windows] SubinterpreterTest.test_callbacks_leak() of test_ate http://bugs.python.org/issue30547 closed by haypo

#30554: Inaccessible attribute characters_written on OSError instances http://bugs.python.org/issue30554 closed by xiang.zhang

#30557: faulthandler does not correctly filter fatal exceptions on Win http://bugs.python.org/issue30557 closed by steve.dower

#30558: [Suggestion] Improve documentation for set() API http://bugs.python.org/issue30558 closed by martin.panter

#30559: Bugs in Web app http://bugs.python.org/issue30559 closed by mark.dickinson

#30562: SSL socket does not respect SO_RCVTIME0 timeouts http://bugs.python.org/issue30562 closed by christian.heimes

#30564: Base64 decoding gives incorrect outputs. http://bugs.python.org/issue30564 closed by r.david.murray

#30567: Leak in sys.getwindowsversion http://bugs.python.org/issue30567 closed by serhiy.storchaka

#30568: README Formatting http://bugs.python.org/issue30568 closed by Mariatta

#30572: pip is broken http://bugs.python.org/issue30572 closed by Dingo64

#30573: How to install cmake? http://bugs.python.org/issue30573 closed by Dingo64

#30574: Document why embedding the interpreter can sometimes crash. http://bugs.python.org/issue30574 closed by r.david.murray

#30575: Python interpreter crashes on macOS http://bugs.python.org/issue30575 closed by Yibo Wang

#30577: Multidimensional comprehensions cannot access class variables http://bugs.python.org/issue30577 closed by zach.ware

#30580: WSGI examples raise AttributeError: exit http://bugs.python.org/issue30580 closed by r.david.murray

#30582: Incorrect propagation in logging.wheb creating lighters in a c http://bugs.python.org/issue30582 closed by vinay.sajip

#30583: docs mention datetuil presumably it should be dateutil http://bugs.python.org/issue30583 closed by Mariatta

#30584: test_os fails on non-English (Russian) Windows http://bugs.python.org/issue30584 closed by denis-osipov

#30590: str.format no longer accepts unpacked defaultdict for default http://bugs.python.org/issue30590 closed by serhiy.storchaka

#30591: textwrap: placeholder backtracking special case lacks test cov http://bugs.python.org/issue30591 closed by serhiy.storchaka

#30592: Bad error message 'bool()() takes no keyword arguments' http://bugs.python.org/issue30592 closed by serhiy.storchaka

#30601: [Windows] test_winconsoleio leaks references http://bugs.python.org/issue30601 closed by haypo

#30606: Spam http://bugs.python.org/issue30606 closed by berker.peksag



More information about the Python-Dev mailing list