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

Python tracker status at bugs.python.org
Fri Oct 21 12:08:48 EDT 2016


ACTIVITY SUMMARY (2016-10-14 - 2016-10-21) 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 5524 ( -3) closed 34728 (+55) total 40252 (+52)

Open issues with patches: 2398

Issues opened (28)

#28404: Logging SyslogHandler not appending '\n' to the end http://bugs.python.org/issue28404 reopened by elelement

#28437: Documentation for handling of non-type metaclass hints is uncl http://bugs.python.org/issue28437 reopened by ncoghlan

#28445: Wrong documentation for GzipFile.peek http://bugs.python.org/issue28445 opened by abacabadabacaba

#28446: pyvenv generates malformed hashbangs for scripts http://bugs.python.org/issue28446 opened by alexreg

#28449: tarfile.open(mode = 'r:*', ignore_zeros = True) has 50% chance http://bugs.python.org/issue28449 opened by Silver Fox

#28450: Misleading/inaccurate documentation about unknown escape seque http://bugs.python.org/issue28450 opened by lelit

#28451: pydoc.safeimport() raises ErrorDuringImport() if builtin._ http://bugs.python.org/issue28451 opened by segfault87

#28453: SSLObject.selected_alpn_protocol() not documented http://bugs.python.org/issue28453 opened by alex.gronholm

#28457: Make public the current private known hash functions in the C- http://bugs.python.org/issue28457 opened by rhettinger

#28459: _pyio module broken on Cygwin / setmode not usable http://bugs.python.org/issue28459 opened by erik.bray

#28460: Minidom, order of attributes, datachars http://bugs.python.org/issue28460 opened by Petr Pulc

#28462: subprocess pipe can't see EOF from a child in case of a few ch http://bugs.python.org/issue28462 opened by Vyacheslav Grigoryev

#28463: Email long headers parsing/serialization http://bugs.python.org/issue28463 opened by Константин Волков

#28464: BaseEventLoop.close should shutdown executor before marking it http://bugs.python.org/issue28464 opened by cmeyer

#28465: python 3.5 magic number http://bugs.python.org/issue28465 opened by 曹忠

#28469: timeit: use powers of 2 in autorange(), instead of powers of 1 http://bugs.python.org/issue28469 opened by haypo

#28470: configure.ac -g debug compiler option when not Py_DEBUG http://bugs.python.org/issue28470 opened by Chris Byers

#28474: WinError(): Python int too large to convert to C long http://bugs.python.org/issue28474 opened by Kelvin You

#28475: Misleading error on random.sample when k < 0 http://bugs.python.org/issue28475 opened by franciscouzo

#28477: Add optional user argument to pathlib.Path.home() http://bugs.python.org/issue28477 opened by josh.r

#28478: Built-in module 'time' does not enable functions if -Werror sp http://bugs.python.org/issue28478 opened by toast12

#28482: test_typing fails if asyncio unavailable http://bugs.python.org/issue28482 opened by martin.panter

#28485: compileall.compile_dir(workers=) does not raise Valu http://bugs.python.org/issue28485 opened by martin.panter

#28488: shutil.make_archive (xxx, zip, root_dir) is adding './' entry http://bugs.python.org/issue28488 opened by bialix

#28489: Fix comment in tokenizer.c http://bugs.python.org/issue28489 opened by Ryan.Gonzalez

#28491: Remove bundled libffi for OSX http://bugs.python.org/issue28491 opened by zach.ware

#28494: is_zipfile false positives http://bugs.python.org/issue28494 opened by Thomas.Waldmann

#28496: Mark up constants 0, 1, -1 in C API docs http://bugs.python.org/issue28496 opened by serhiy.storchaka

Most recent 15 issues with no replies (15)

#28485: compileall.compile_dir(workers=) does not raise Valu http://bugs.python.org/issue28485

#28470: configure.ac -g debug compiler option when not Py_DEBUG http://bugs.python.org/issue28470

#28464: BaseEventLoop.close should shutdown executor before marking it http://bugs.python.org/issue28464

#28460: Minidom, order of attributes, datachars http://bugs.python.org/issue28460

#28457: Make public the current private known hash functions in the C- http://bugs.python.org/issue28457

#28446: pyvenv generates malformed hashbangs for scripts http://bugs.python.org/issue28446

#28439: Remove redundant checks in PyUnicode_EncodeLocale and PyUnicod http://bugs.python.org/issue28439

#28429: ctypes fails to import with grsecurity's TPE http://bugs.python.org/issue28429

#28422: multiprocessing Manager mutable type member access failure http://bugs.python.org/issue28422

#28416: defining persistent_id in _pickle.Pickler subclass causes refe http://bugs.python.org/issue28416

#28412: os.path.splitdrive documentation out of date http://bugs.python.org/issue28412

#28408: Fix redundant code and memory leak in _PyUnicodeWriter_Finish http://bugs.python.org/issue28408

#28407: Improve coverage of email.utils.make_msgid() http://bugs.python.org/issue28407

#28401: Don't support the PEP384 stable ABI in pydebug builds http://bugs.python.org/issue28401

#28396: Remove *.pyo references from man page http://bugs.python.org/issue28396

Most recent 15 issues waiting for review (15)

#28496: Mark up constants 0, 1, -1 in C API docs http://bugs.python.org/issue28496

#28494: is_zipfile false positives http://bugs.python.org/issue28494

#28491: Remove bundled libffi for OSX http://bugs.python.org/issue28491

#28489: Fix comment in tokenizer.c http://bugs.python.org/issue28489

#28488: shutil.make_archive (xxx, zip, root_dir) is adding './' entry http://bugs.python.org/issue28488

#28485: compileall.compile_dir(workers=) does not raise Valu http://bugs.python.org/issue28485

#28482: test_typing fails if asyncio unavailable http://bugs.python.org/issue28482

#28475: Misleading error on random.sample when k < 0 http://bugs.python.org/issue28475

#28469: timeit: use powers of 2 in autorange(), instead of powers of 1 http://bugs.python.org/issue28469

#28459: _pyio module broken on Cygwin / setmode not usable http://bugs.python.org/issue28459

#28451: pydoc.safeimport() raises ErrorDuringImport() if builtin._ http://bugs.python.org/issue28451

#28449: tarfile.open(mode = 'r:*', ignore_zeros = True) has 50% chance http://bugs.python.org/issue28449

#28444: Missing extensions modules when cross compiling python 3.5.2 f http://bugs.python.org/issue28444

#28443: Logger methods never use kwargs http://bugs.python.org/issue28443

#28441: Change sys.executable to include executable suffix http://bugs.python.org/issue28441

Top 10 most discussed issues (10)

#28444: Missing extensions modules when cross compiling python 3.5.2 f http://bugs.python.org/issue28444 25 msgs

#28437: Documentation for handling of non-type metaclass hints is uncl http://bugs.python.org/issue28437 12 msgs

#19795: Formatting of True/False/None in docs http://bugs.python.org/issue19795 10 msgs

#26240: Docstring of the subprocess module should be cleaned up http://bugs.python.org/issue26240 8 msgs

#28463: Email long headers parsing/serialization http://bugs.python.org/issue28463 6 msgs

#28489: Fix comment in tokenizer.c http://bugs.python.org/issue28489 6 msgs

#28491: Remove bundled libffi for OSX http://bugs.python.org/issue28491 6 msgs

#23214: BufferedReader.read1(size) signature incompatible with Buffere http://bugs.python.org/issue23214 5 msgs

#28474: WinError(): Python int too large to convert to C long http://bugs.python.org/issue28474 5 msgs

#14991: Option for regex groupdict() to show only matching names http://bugs.python.org/issue14991 4 msgs

Issues closed (54)

#16007: Improved Error message for failing re expressions http://bugs.python.org/issue16007 closed by serhiy.storchaka

#18219: csv.DictWriter is slow when writing files with large number of http://bugs.python.org/issue18219 closed by inada.naoki

#21955: ceval.c: implement fast path for integers with a single digit http://bugs.python.org/issue21955 closed by haypo

#23231: Fix codecs.iterencode/decode() by allowing data parameter to b http://bugs.python.org/issue23231 closed by martin.panter

#23782: Leak in _PyTraceback_Add http://bugs.python.org/issue23782 closed by serhiy.storchaka

#24381: Got warning when compiling ffi.c on Mac http://bugs.python.org/issue24381 closed by ned.deily

#25550: RecursionError in re with '(' * 500 http://bugs.python.org/issue25550 closed by serhiy.storchaka

#26010: document CO_* constants http://bugs.python.org/issue26010 closed by matrixise

#26436: Add the regex-dna benchmark http://bugs.python.org/issue26436 closed by haypo

#26942: android: test_ctypes crashes on armv7 and aarch64 http://bugs.python.org/issue26942 closed by xdegaye

#26944: test_posix: Android 'id -G' is entirely wrong or missing the e http://bugs.python.org/issue26944 closed by xdegaye

#27471: sre_constants.error: bad escape \d http://bugs.python.org/issue27471 closed by serhiy.storchaka

#27627: clang fails to build ctypes on Android armv7 http://bugs.python.org/issue27627 closed by xdegaye

#27800: Regular expressions with multiple repeat codes http://bugs.python.org/issue27800 closed by martin.panter

#27844: Python-3.6a4 build messages to stderr (on AIX and xlc compiler http://bugs.python.org/issue27844 closed by martin.panter

#27896: Allow passing sphinx options to Doc/Makefile http://bugs.python.org/issue27896 closed by haypo

#28092: Build failure for 3.6 on Centos 5.11 http://bugs.python.org/issue28092 closed by benjamin.peterson

#28099: Drop Mac OS X Tiger support in Python 3.6 http://bugs.python.org/issue28099 closed by ned.deily

#28214: Improve exception reporting for problematic set_name attri http://bugs.python.org/issue28214 closed by serhiy.storchaka

#28240: Enhance the timeit module: display average +- std dev instead http://bugs.python.org/issue28240 closed by haypo

#28256: Cleanup Modules/_math.c http://bugs.python.org/issue28256 closed by haypo

#28409: test.regrtest does not support multiple -x flags http://bugs.python.org/issue28409 closed by haypo

#28410: Add convenient C API for "raise ... from ..." http://bugs.python.org/issue28410 closed by serhiy.storchaka

#28425: Python3 ignores init.py that are links to /dev/null http://bugs.python.org/issue28425 closed by brett.cannon

#28428: Rename _futures module to _asyncio http://bugs.python.org/issue28428 closed by inada.naoki

#28432: Fix doc of PyUnicode_EncodeLocale http://bugs.python.org/issue28432 closed by berker.peksag

#28442: tuple(a list subclass) does not iterate through the list http://bugs.python.org/issue28442 closed by siming85

#28447: socket.getpeername() failure on broken TCP/IP connection http://bugs.python.org/issue28447 closed by martin.panter

#28448: C implemented Future doesn't work on Windows http://bugs.python.org/issue28448 closed by inada.naoki

#28452: Remove _asyncio._init_module function http://bugs.python.org/issue28452 closed by inada.naoki

#28454: Spurious arguments to PyErr_Format in unicodeobject.c http://bugs.python.org/issue28454 closed by python-dev

#28455: argparse: convert_arg_line_to_args does not actually expect se http://bugs.python.org/issue28455 closed by berker.peksag

#28456: Test failures under macOS 10.12 Sierra http://bugs.python.org/issue28456 closed by ned.deily

#28458: from future import print_function does not emulate the flu http://bugs.python.org/issue28458 closed by berker.peksag

#28461: Replacement of re with the regex package http://bugs.python.org/issue28461 closed by serhiy.storchaka

#28466: SIGALRM fails to interrupt time.sleep() call on Python 3.5 http://bugs.python.org/issue28466 closed by martin.panter

#28467: Installer should be a 64-bit executable http://bugs.python.org/issue28467 closed by steve.dower

#28468: Add platform.linux_os_release() http://bugs.python.org/issue28468 closed by christian.heimes

#28471: Python 3.6b2 crashes with "Python memory allocator called with http://bugs.python.org/issue28471 closed by yselivanov

#28472: SystemTap usage examples in docs are incorrect http://bugs.python.org/issue28472 closed by python-dev

#28473: mailbox.MH crashes on certain Claws Mail .mh_sequences files http://bugs.python.org/issue28473 closed by r.david.murray

#28476: Remove redundant definition of factorial on test_random http://bugs.python.org/issue28476 closed by python-dev

#28479: Missing indentation in using/windows.rst http://bugs.python.org/issue28479 closed by python-dev

#28480: Compile error on Modules/socketmodule.c http://bugs.python.org/issue28480 closed by martin.panter

#28481: Weird string comparison bug http://bugs.python.org/issue28481 closed by eryksun

#28483: python --version prints output to stderr http://bugs.python.org/issue28483 closed by SilentGhost

#28484: test_capi, test_regrtest fail when multithreading disabled http://bugs.python.org/issue28484 closed by martin.panter

#28486: Wrong end index and subgroup for group match http://bugs.python.org/issue28486 closed by serhiy.storchaka

#28487: missing _math.o target in 2.7 Makefile http://bugs.python.org/issue28487 closed by haypo

#28490: inappropriate OS.Error "Invalid cross-device link" http://bugs.python.org/issue28490 closed by steve.newcomb

#28492: C implementation of asyncio.Future doesn't set value of StopIt http://bugs.python.org/issue28492 closed by yselivanov

#28493: Typo in _asynciomodule.c http://bugs.python.org/issue28493 closed by yselivanov

#28495: MagickMock created by patсh annotation refuses to apply funct http://bugs.python.org/issue28495 closed by r.david.murray

#1520879: make install change: Allow $DESTDIR to be relative http://bugs.python.org/issue1520879 closed by dgreiman



More information about the Python-Dev mailing list