[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Nov 4 13:08:50 EDT 2016
- Previous message (by thread): [Python-Dev] Benchmarks: Comparison between Python 2.7 and Python 3.6 performance
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2016-10-28 - 2016-11-04) 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 5547 (+23) closed 34821 (+41) total 40368 (+64)
Open issues with patches: 2405
Issues opened (43)
#28199: Compact dict resizing is doing too much work http://bugs.python.org/issue28199 reopened by ned.deily
#28473: mailbox.MH crashes on certain Claws Mail .mh_sequences files http://bugs.python.org/issue28473 reopened by r.david.murray
#28551: sysconfig.py wrong _PROJECT_BASE for Py2.7 Windows 64bit PC/VS http://bugs.python.org/issue28551 opened by anselm.kruis
#28552: Distutils fail if sys.executable is None http://bugs.python.org/issue28552 opened by iamale
#28554: Windows: _socket module fails to compile on "AMD64 Windows7 SP http://bugs.python.org/issue28554 opened by haypo
#28555: provid also sha-1 and sha-256 also on download links http://bugs.python.org/issue28555 opened by Big Stone
#28556: typing.py upgrades http://bugs.python.org/issue28556 opened by gvanrossum
#28557: error message for bad raw readinto http://bugs.python.org/issue28557 opened by davidszotten
#28559: Unclear error message when raising wrong type of exceptions http://bugs.python.org/issue28559 opened by Dimitri Merejkowsky
#28562: test_asyncio fails on Android upon calling getaddrinfo() http://bugs.python.org/issue28562 opened by xdegaye
#28563: Arbitrary code execution in gettext.c2py http://bugs.python.org/issue28563 opened by Carl Ekerot
#28564: shutil.rmtree is inefficient due to listdir() instead of scand http://bugs.python.org/issue28564 opened by enkore
#28565: datetime.strptime %Z doesn't produce aware object http://bugs.python.org/issue28565 opened by lilydjwg
#28567: Bus error / segmentation fault on macOS debug build when using http://bugs.python.org/issue28567 opened by Alex Croitor
#28569: mock.attach_mock should work with any return value of patch() http://bugs.python.org/issue28569 opened by anfedorov
#28570: httplib mishandles unknown 1XX status codes http://bugs.python.org/issue28570 opened by Lukasa
#28571: llist and scipy.stats conflicts, python segfault http://bugs.python.org/issue28571 opened by LluÃs
#28572: IDLE: add tests for config dialog. http://bugs.python.org/issue28572 opened by terry.reedy
#28573: Python 3.6.0b3 64-bit has no sys._mercurial info http://bugs.python.org/issue28573 opened by steve.dower
#28574: Update bundled pip http://bugs.python.org/issue28574 opened by steve.dower
#28576: Uninstalling Py352 x86 with /uninstall option does not remove http://bugs.python.org/issue28576 opened by jcrmatos
#28577: ipaddress.ip_network(...).hosts() returns nothing for an IPv4 http://bugs.python.org/issue28577 opened by era
#28584: ICC compiler check is too permissive http://bugs.python.org/issue28584 opened by struktured
#28585: Restore docstring of os._isdir http://bugs.python.org/issue28585 opened by serhiy.storchaka
#28586: Convert os.scandir to Argument Clinic http://bugs.python.org/issue28586 opened by serhiy.storchaka
#28587: list.index documentation missing start and stop arguments http://bugs.python.org/issue28587 opened by ChrisRands
#28588: Memory leak in OpenSSL thread state http://bugs.python.org/issue28588 opened by christian.heimes
#28590: fstring's '{' from escape sequences does not start an expressi http://bugs.python.org/issue28590 opened by afg984
#28591: imghdr doesn't recognize some jpeg formats http://bugs.python.org/issue28591 opened by 4simple-org
#28592: Installation freezes on C Runtime Install http://bugs.python.org/issue28592 opened by Ex Tracheese
#28593: Inconsistent itertools' predicate behaviour http://bugs.python.org/issue28593 opened by franciscouzo
#28595: shlex.shlex should not augment wordchars http://bugs.python.org/issue28595 opened by evan_
#28596: on Android _bootlocale on startup relies on too many library m http://bugs.python.org/issue28596 opened by xdegaye
#28598: RHS not consulted in str % subclass_of_str
case.
http://bugs.python.org/issue28598 opened by mjpieters
#28601: Ambiguous datetime comparisons should use == rather than 'is' http://bugs.python.org/issue28601 opened by p-ganssle
#28602: tzinfo.fromutc()
fails when used for a fold-aware tzinfo imp
http://bugs.python.org/issue28602 opened by p-ganssle
#28603: traceback module can't format/print unhashable exceptions http://bugs.python.org/issue28603 opened by Trundle
#28604: Exception raised by python3.5 when using en_GB locale http://bugs.python.org/issue28604 opened by Guillaume Pasquet (Etenil)
#28607: C implementation of parts of copy.deepcopy http://bugs.python.org/issue28607 opened by villemoes
#28608: Support creating hardlink using pathlib
http://bugs.python.org/issue28608 opened by cool-RR
#28609: argparse claims '*' positional argument is required in error o http://bugs.python.org/issue28609 opened by rrt
#28610: Provide PDB hook to customize how to find source files http://bugs.python.org/issue28610 opened by Pinku Surana
#28612: str.translate needs a mapping example http://bugs.python.org/issue28612 opened by Jim.Jewett
Most recent 15 issues with no replies (15)
#28612: str.translate needs a mapping example http://bugs.python.org/issue28612
#28610: Provide PDB hook to customize how to find source files http://bugs.python.org/issue28610
#28609: argparse claims '*' positional argument is required in error o http://bugs.python.org/issue28609
#28608: Support creating hardlink using pathlib
http://bugs.python.org/issue28608
#28607: C implementation of parts of copy.deepcopy http://bugs.python.org/issue28607
#28603: traceback module can't format/print unhashable exceptions http://bugs.python.org/issue28603
#28596: on Android _bootlocale on startup relies on too many library m http://bugs.python.org/issue28596
#28595: shlex.shlex should not augment wordchars http://bugs.python.org/issue28595
#28593: Inconsistent itertools' predicate behaviour http://bugs.python.org/issue28593
#28588: Memory leak in OpenSSL thread state http://bugs.python.org/issue28588
#28586: Convert os.scandir to Argument Clinic http://bugs.python.org/issue28586
#28585: Restore docstring of os._isdir http://bugs.python.org/issue28585
#28569: mock.attach_mock should work with any return value of patch() http://bugs.python.org/issue28569
#28567: Bus error / segmentation fault on macOS debug build when using http://bugs.python.org/issue28567
#28562: test_asyncio fails on Android upon calling getaddrinfo() http://bugs.python.org/issue28562
Most recent 15 issues waiting for review (15)
#28607: C implementation of parts of copy.deepcopy http://bugs.python.org/issue28607
#28603: traceback module can't format/print unhashable exceptions http://bugs.python.org/issue28603
#28598: RHS not consulted in str % subclass_of_str
case.
http://bugs.python.org/issue28598
#28595: shlex.shlex should not augment wordchars http://bugs.python.org/issue28595
#28591: imghdr doesn't recognize some jpeg formats http://bugs.python.org/issue28591
#28587: list.index documentation missing start and stop arguments http://bugs.python.org/issue28587
#28586: Convert os.scandir to Argument Clinic http://bugs.python.org/issue28586
#28585: Restore docstring of os._isdir http://bugs.python.org/issue28585
#28584: ICC compiler check is too permissive http://bugs.python.org/issue28584
#28572: IDLE: add tests for config dialog. http://bugs.python.org/issue28572
#28570: httplib mishandles unknown 1XX status codes http://bugs.python.org/issue28570
#28563: Arbitrary code execution in gettext.c2py http://bugs.python.org/issue28563
#28562: test_asyncio fails on Android upon calling getaddrinfo() http://bugs.python.org/issue28562
#28559: Unclear error message when raising wrong type of exceptions http://bugs.python.org/issue28559
#28557: error message for bad raw readinto http://bugs.python.org/issue28557
Top 10 most discussed issues (10)
#28199: Compact dict resizing is doing too much work http://bugs.python.org/issue28199 16 msgs
#28542: document cross compilation http://bugs.python.org/issue28542 9 msgs
#28591: imghdr doesn't recognize some jpeg formats http://bugs.python.org/issue28591 9 msgs
#26163: FAIL: test_hash_effectiveness (test.test_set.TestFrozenSet) http://bugs.python.org/issue26163 8 msgs
#28577: ipaddress.ip_network(...).hosts() returns nothing for an IPv4 http://bugs.python.org/issue28577 7 msgs
#28123: _PyDict_GetItem_KnownHash ignores DKIX_ERROR return http://bugs.python.org/issue28123 6 msgs
#28499: Logging module documentation needs a rework. http://bugs.python.org/issue28499 6 msgs
#28532: Show sys.version when -V option is supplied twice. http://bugs.python.org/issue28532 6 msgs
#28548: http.server parse_request() bug and error reporting http://bugs.python.org/issue28548 6 msgs
#19899: No test for thread.interrupt_main() http://bugs.python.org/issue19899 5 msgs
Issues closed (41)
#23693: timeit accuracy could be better http://bugs.python.org/issue23693 closed by haypo
#25264: test_marshal always crashs on "AMD64 Windows10 2.7" buildbot http://bugs.python.org/issue25264 closed by serhiy.storchaka
#26638: Avoid warnings about missing CLI options when building documen http://bugs.python.org/issue26638 closed by martin.panter
#26980: The path argument of asyncio.BaseEventLoop.create_unix_connect http://bugs.python.org/issue26980 closed by gvanrossum
#27517: LZMACompressor and LZMADecompressor raise exceptions if given http://bugs.python.org/issue27517 closed by serhiy.storchaka
#27939: Tkinter mainloop raises when setting the value of ttk.LabeledS http://bugs.python.org/issue27939 closed by serhiy.storchaka
#28088: Document Transport.set_protocol and get_protocol http://bugs.python.org/issue28088 closed by inada.naoki
#28128: Improve the warning message for invalid escape sequences http://bugs.python.org/issue28128 closed by eric.smith
#28208: update sqlite to 3.14.2 http://bugs.python.org/issue28208 closed by ned.deily
#28248: Upgrade installers to OpenSSL 1.0.2j http://bugs.python.org/issue28248 closed by ned.deily
#28385: Bytes objects should reject all formatting codes with an error http://bugs.python.org/issue28385 closed by serhiy.storchaka
#28387: double free in io.TextIOWrapper http://bugs.python.org/issue28387 closed by serhiy.storchaka
#28444: Missing extensions modules when cross compiling python 3.5.2 f http://bugs.python.org/issue28444 closed by xdegaye
#28449: tarfile.open(mode = 'r:*', ignore_zeros = True) has 50% chance http://bugs.python.org/issue28449 closed by serhiy.storchaka
#28513: Document zipfile CLI http://bugs.python.org/issue28513 closed by serhiy.storchaka
#28522: can't make IDLEX work with python._pth and python-3.6.0b2 http://bugs.python.org/issue28522 closed by steve.dower
#28530: Howto detect if an object is of type os.DirEntry http://bugs.python.org/issue28530 closed by brett.cannon
#28541: Improve test coverage for json library - loading bytes http://bugs.python.org/issue28541 closed by serhiy.storchaka
#28549: curses: calling addch() with an 1-length str segfaults with nc http://bugs.python.org/issue28549 closed by serhiy.storchaka
#28550: if inline statement does not work with multiple assignment. http://bugs.python.org/issue28550 closed by eric.snow
#28553: int.to_bytes docs logic error http://bugs.python.org/issue28553 closed by inada.naoki
#28558: argparse Incorrect Handling of Store Actions http://bugs.python.org/issue28558 closed by xiang.zhang
#28560: Implement PurePath.startswith
and PurePath.endswith
http://bugs.python.org/issue28560 closed by cool-RR
#28561: Report surrogate characters range in utf8_encoder http://bugs.python.org/issue28561 closed by serhiy.storchaka
#28566: Python installation fails on Windows because of pip feature http://bugs.python.org/issue28566 closed by steve.dower
#28568: Build files in PC/VS9.0 contain an outdated sqlite version num http://bugs.python.org/issue28568 closed by python-dev
#28575: Error 0x80070643 While installing in Win 10 32 Bit http://bugs.python.org/issue28575 closed by steve.dower
#28578: '\n' escape character print before the Py_GetCompiler version http://bugs.python.org/issue28578 closed by SilentGhost
#28579: nan != nan http://bugs.python.org/issue28579 closed by SilentGhost
#28580: Optimize iterating split table values http://bugs.python.org/issue28580 closed by inada.naoki
#28581: Allow running code without explicitly saving the file. http://bugs.python.org/issue28581 closed by terry.reedy
#28582: Invalid backslash syntax errors are not always accurate as to http://bugs.python.org/issue28582 closed by eric.smith
#28583: PyDict_SetDefault doesn't combine split table when needed http://bugs.python.org/issue28583 closed by inada.naoki
#28589: get error when compile .py file during install stage if cross http://bugs.python.org/issue28589 closed by xdegaye
#28594: List define and Change result http://bugs.python.org/issue28594 closed by martin.panter
#28597: f-string behavior is conflicting with its documentation http://bugs.python.org/issue28597 closed by eric.smith
#28599: AboutDialog set_name is ignored http://bugs.python.org/issue28599 closed by zach.ware
#28600: asyncio: Optimize loop.call_soon http://bugs.python.org/issue28600 closed by yselivanov
#28605: Remove mention of LTO when referencing --with-optimization in http://bugs.python.org/issue28605 closed by brett.cannon
#28606: Suspected bug in python optimizer with decorators http://bugs.python.org/issue28606 closed by r.david.murray
#28611: Syntax error when using raw strings ending with a backslash. http://bugs.python.org/issue28611 closed by ebarry
- Previous message (by thread): [Python-Dev] Benchmarks: Comparison between Python 2.7 and Python 3.6 performance
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]