[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Jul 22 12:08:45 EDT 2016
ACTIVITY SUMMARY (2016-07-15 - 2016-07-22)
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 5586 (+24)
closed 33762 (+47)
total 39348 (+71)
Open issues with patches: 2441
Issues opened (42)
==================
#25507: IDLE: user code 'import tkinter; tkinter.font' should fail
http://bugs.python.org/issue25507 reopened by terry.reedy
#27521: Misleading compress level header on files created with gzip
http://bugs.python.org/issue27521 opened by ddorda
#27524: Update os.path for PEP 519/__fspath__()
http://bugs.python.org/issue27524 opened by brett.cannon
#27526: test_venv.TestEnsurePip fails mysteriously when /tmp is too sm
http://bugs.python.org/issue27526 opened by r.david.murray
#27530: Non-Critical Compiler WARNING: Python Embedding C++11 does not
http://bugs.python.org/issue27530 opened by Daniel Lord
#27534: IDLE: Reduce number and time for user process imports
http://bugs.python.org/issue27534 opened by terry.reedy
#27535: Memory leaks when opening tons of files
http://bugs.python.org/issue27535 opened by ÐлекÑÐ°Ð½Ð´Ñ ÐаÑпинÑкий
#27536: Convert readme to reStructuredText
http://bugs.python.org/issue27536 opened by louis.taylor
#27539: negative Fraction ** negative int not normalized
http://bugs.python.org/issue27539 opened by Vedran.ÄaÄiÄ
#27540: msvcrt.ungetwch() calls _ungetch()
http://bugs.python.org/issue27540 opened by arigo
#27541: Repr of collection's subclasses
http://bugs.python.org/issue27541 opened by serhiy.storchaka
#27544: Document the ABCs for instance/subclass checks of dict view ty
http://bugs.python.org/issue27544 opened by story645
#27546: Integrate tkinter and asyncio (and async)
http://bugs.python.org/issue27546 opened by terry.reedy
#27547: Integer Overflow Crash On float(array.array())
http://bugs.python.org/issue27547 opened by pabstersac
#27558: SystemError with bare `raise` in threading or multiprocessing
http://bugs.python.org/issue27558 opened by Romuald
#27561: Warn against subclassing builtins, and overriding their method
http://bugs.python.org/issue27561 opened by Kirk Hansen
#27562: Import error encodings (Windows xp compatibility)
http://bugs.python.org/issue27562 opened by Iovan Irinel
#27564: 2.7.12 Windows Installer package broken.
http://bugs.python.org/issue27564 opened by busfault
#27565: Offer error context manager for code.interact
http://bugs.python.org/issue27565 opened by Claudiu Saftoiu
#27566: Tools/freeze/winmakemakefile.py clean target should use 'del'
http://bugs.python.org/issue27566 opened by David D
#27568: "HTTPoxy", use of HTTP_PROXY flag supplied by attacker in CGI
http://bugs.python.org/issue27568 opened by remram
#27569: Windows install problems
http://bugs.python.org/issue27569 opened by ricardoe
#27570: Avoid memcpy(. . ., NULL, 0) etc calls
http://bugs.python.org/issue27570 opened by martin.panter
#27572: Support bytes-like objects when base is given to int()
http://bugs.python.org/issue27572 opened by xiang.zhang
#27573: code.interact() should print an exit message
http://bugs.python.org/issue27573 opened by steven.daprano
#27574: Faster parsing keyword arguments
http://bugs.python.org/issue27574 opened by serhiy.storchaka
#27575: dict viewkeys intersection slow for large dicts
http://bugs.python.org/issue27575 opened by David Su2
#27576: An unexpected difference between dict and OrderedDict
http://bugs.python.org/issue27576 opened by belopolsky
#27577: Make implementation and doc of tuple and list more compliant
http://bugs.python.org/issue27577 opened by xiang.zhang
#27578: inspect.findsource raises exception with empty __init__.py
http://bugs.python.org/issue27578 opened by Alexander Todorov
#27579: Add a tutorial for AsyncIO in the documentation
http://bugs.python.org/issue27579 opened by matrixise
#27580: CSV Null Byte Error
http://bugs.python.org/issue27580 opened by bobbyocean
#27581: Fix overflow check in PySequence_Tuple
http://bugs.python.org/issue27581 opened by xiang.zhang
#27582: Mispositioned SyntaxError caret for unknown code points
http://bugs.python.org/issue27582 opened by ncoghlan
#27583: configparser: modifying default_section at runtime
http://bugs.python.org/issue27583 opened by rk
#27584: New addition of vSockets to the python socket module
http://bugs.python.org/issue27584 opened by Cathy Avery
#27585: asyncio.Lock deadlock after cancellation
http://bugs.python.org/issue27585 opened by sss
#27587: Issues, reported by PVS-Studio static analyzer
http://bugs.python.org/issue27587 opened by pavel-belikov
#27588: Type (typing) objects are hashable and comparable for equality
http://bugs.python.org/issue27588 opened by Gareth.Rees
#27589: asyncio doc: issue in as_completed() doc
http://bugs.python.org/issue27589 opened by haypo
#27590: tarfile module next() method hides exceptions
http://bugs.python.org/issue27590 opened by JieGhost
#27591: multiprocessing: Possible uninitialized pointer use in Windows
http://bugs.python.org/issue27591 opened by Rosuav
Most recent 15 issues with no replies (15)
==========================================
#27590: tarfile module next() method hides exceptions
http://bugs.python.org/issue27590
#27589: asyncio doc: issue in as_completed() doc
http://bugs.python.org/issue27589
#27588: Type (typing) objects are hashable and comparable for equality
http://bugs.python.org/issue27588
#27584: New addition of vSockets to the python socket module
http://bugs.python.org/issue27584
#27581: Fix overflow check in PySequence_Tuple
http://bugs.python.org/issue27581
#27577: Make implementation and doc of tuple and list more compliant
http://bugs.python.org/issue27577
#27570: Avoid memcpy(. . ., NULL, 0) etc calls
http://bugs.python.org/issue27570
#27566: Tools/freeze/winmakemakefile.py clean target should use 'del'
http://bugs.python.org/issue27566
#27565: Offer error context manager for code.interact
http://bugs.python.org/issue27565
#27534: IDLE: Reduce number and time for user process imports
http://bugs.python.org/issue27534
#27530: Non-Critical Compiler WARNING: Python Embedding C++11 does not
http://bugs.python.org/issue27530
#27526: test_venv.TestEnsurePip fails mysteriously when /tmp is too sm
http://bugs.python.org/issue27526
#27520: Issue when building PGO
http://bugs.python.org/issue27520
#27511: Add PathLike objects support to BZ2File
http://bugs.python.org/issue27511
#27505: Missing documentation for setting module __class__ attribute
http://bugs.python.org/issue27505
Most recent 15 issues waiting for review (15)
=============================================
#27591: multiprocessing: Possible uninitialized pointer use in Windows
http://bugs.python.org/issue27591
#27584: New addition of vSockets to the python socket module
http://bugs.python.org/issue27584
#27582: Mispositioned SyntaxError caret for unknown code points
http://bugs.python.org/issue27582
#27581: Fix overflow check in PySequence_Tuple
http://bugs.python.org/issue27581
#27574: Faster parsing keyword arguments
http://bugs.python.org/issue27574
#27573: code.interact() should print an exit message
http://bugs.python.org/issue27573
#27572: Support bytes-like objects when base is given to int()
http://bugs.python.org/issue27572
#27570: Avoid memcpy(. . ., NULL, 0) etc calls
http://bugs.python.org/issue27570
#27568: "HTTPoxy", use of HTTP_PROXY flag supplied by attacker in CGI
http://bugs.python.org/issue27568
#27558: SystemError with bare `raise` in threading or multiprocessing
http://bugs.python.org/issue27558
#27546: Integrate tkinter and asyncio (and async)
http://bugs.python.org/issue27546
#27544: Document the ABCs for instance/subclass checks of dict view ty
http://bugs.python.org/issue27544
#27539: negative Fraction ** negative int not normalized
http://bugs.python.org/issue27539
#27536: Convert readme to reStructuredText
http://bugs.python.org/issue27536
#27534: IDLE: Reduce number and time for user process imports
http://bugs.python.org/issue27534
Top 10 most discussed issues (10)
=================================
#23951: Update devguide style to use a similar theme as Docs
http://bugs.python.org/issue23951 12 msgs
#27558: SystemError with bare `raise` in threading or multiprocessing
http://bugs.python.org/issue27558 12 msgs
#1621: Do not assume signed integer overflow behavior
http://bugs.python.org/issue1621 9 msgs
#26662: configure/Makefile doesn't check if "python" command works, ne
http://bugs.python.org/issue26662 9 msgs
#27582: Mispositioned SyntaxError caret for unknown code points
http://bugs.python.org/issue27582 9 msgs
#23262: webbrowser module broken with Firefox 36+
http://bugs.python.org/issue23262 8 msgs
#27469: Unicode filename gets crippled on Windows when drag and drop
http://bugs.python.org/issue27469 8 msgs
#27580: CSV Null Byte Error
http://bugs.python.org/issue27580 8 msgs
#24954: No way to generate or parse timezone as produced by datetime.i
http://bugs.python.org/issue24954 7 msgs
#27561: Warn against subclassing builtins, and overriding their method
http://bugs.python.org/issue27561 7 msgs
Issues closed (45)
==================
#19142: Cross-compile fails trying to execute foreign pgen on build ho
http://bugs.python.org/issue19142 closed by martin.panter
#21708: Deprecate nonstandard behavior of a dumbdbm database
http://bugs.python.org/issue21708 closed by serhiy.storchaka
#24034: Make fails Objects/typeslots.inc
http://bugs.python.org/issue24034 closed by martin.panter
#25393: 'resource' module documentation error
http://bugs.python.org/issue25393 closed by python-dev
#26207: distutils msvccompiler fails due to mspdb140.dll error on debu
http://bugs.python.org/issue26207 closed by steve.dower
#26380: Add an http method enum
http://bugs.python.org/issue26380 closed by ethan.furman
#26559: logging.handlers.MemoryHandler flushes on shutdown but not rem
http://bugs.python.org/issue26559 closed by python-dev
#26696: Document collections.abc.ByteString
http://bugs.python.org/issue26696 closed by brett.cannon
#26844: Wrong error message during import
http://bugs.python.org/issue26844 closed by brett.cannon
#27083: PYTHONCASEOK is ignored on Windows
http://bugs.python.org/issue27083 closed by brett.cannon
#27309: Visual Styles support to tk/tkinter file and message dialogs
http://bugs.python.org/issue27309 closed by steve.dower
#27417: Call CoInitializeEx on startup
http://bugs.python.org/issue27417 closed by steve.dower
#27472: add the 'unix_shell' attribute to test.support
http://bugs.python.org/issue27472 closed by xdegaye
#27512: os.fspath is certain to crash when exception raised in __fspat
http://bugs.python.org/issue27512 closed by brett.cannon
#27515: Dotted name re-import does not rebind after deletion
http://bugs.python.org/issue27515 closed by terry.reedy
#27522: Reference cycle in email.feedparser
http://bugs.python.org/issue27522 closed by r.david.murray
#27523: Silence Socket Depreciation Warnings.
http://bugs.python.org/issue27523 closed by Decorater
#27525: Wrong OS header on file created by gzip module
http://bugs.python.org/issue27525 closed by ddorda
#27527: Make not yielding from or awaiting a coroutine a SyntaxError
http://bugs.python.org/issue27527 closed by r.david.murray
#27528: Document that filterwarnings(message=...) matches the start of
http://bugs.python.org/issue27528 closed by martin.panter
#27529: Tkinter memory leak on OS X
http://bugs.python.org/issue27529 closed by ned.deily
#27531: Documentation for assert_not_called() has wrong signature
http://bugs.python.org/issue27531 closed by berker.peksag
#27532: Dictionary iterator has no len()
http://bugs.python.org/issue27532 closed by r.david.murray
#27533: release GIL in nt._isdir
http://bugs.python.org/issue27533 closed by steve.dower
#27537: Segfault Via Resource Exhaustion
http://bugs.python.org/issue27537 closed by ned.deily
#27538: Segfault on error in code object checking
http://bugs.python.org/issue27538 closed by ned.deily
#27542: Segfault in gcmodule.c:360 visit_decref
http://bugs.python.org/issue27542 closed by ned.deily
#27543: from module import function creates package reference to the m
http://bugs.python.org/issue27543 closed by brett.cannon
#27545: missing pyshellext.vcxproj prevents puilding 3.6
http://bugs.python.org/issue27545 closed by python-dev
#27548: Integer Overflow On bin()
http://bugs.python.org/issue27548 closed by serhiy.storchaka
#27549: Integer Overflow Crash On bytearray()
http://bugs.python.org/issue27549 closed by serhiy.storchaka
#27550: Integer Overflow Crash On Arithmetic Operations
http://bugs.python.org/issue27550 closed by serhiy.storchaka
#27551: Integer Overflow On print()
http://bugs.python.org/issue27551 closed by serhiy.storchaka
#27552: Integer Overflow On min()
http://bugs.python.org/issue27552 closed by serhiy.storchaka
#27553: Integer Overflow On unicode()
http://bugs.python.org/issue27553 closed by serhiy.storchaka
#27554: Integer Overflow On dir()
http://bugs.python.org/issue27554 closed by serhiy.storchaka
#27555: Integer Overflow on oct()
http://bugs.python.org/issue27555 closed by serhiy.storchaka
#27556: Integer overflow on hex()
http://bugs.python.org/issue27556 closed by serhiy.storchaka
#27557: Integer Overflow on int()
http://bugs.python.org/issue27557 closed by serhiy.storchaka
#27559: Crash On bytearray()
http://bugs.python.org/issue27559 closed by martin.panter
#27560: Memory overallocation crash and keyboard interrupt stops worki
http://bugs.python.org/issue27560 closed by martin.panter
#27563: docs for `gc.get_referrers` should explain the result format (
http://bugs.python.org/issue27563 closed by cool-RR
#27567: Add constants EPOLLRDHUP and POLLRDHUP to module select.
http://bugs.python.org/issue27567 closed by python-dev
#27571: 3.6 Seems to be ignoring the _sodium pyd file made with pip.
http://bugs.python.org/issue27571 closed by brett.cannon
#27586: Is this a regular expression library bug?
http://bugs.python.org/issue27586 closed by tim.peters
More information about the Python-Dev
mailing list