Summary of Python tracker Issues
ACTIVITY SUMMARY (2016-07-22 - 2016-07-29) 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 5588 ( +2) closed 33818 (+56) total 39406 (+58) Open issues with patches: 2442 Issues opened (41) ================== #24773: Implement PEP 495 (Local Time Disambiguation) http://bugs.python.org/issue24773 reopened by martin.panter #27593: Deprecate sys._mercurial and create sys._git http://bugs.python.org/issue27593 opened by brett.cannon #27594: Assertion failure when running "test_ast" tests with coverage. http://bugs.python.org/issue27594 opened by ap #27595: Document PEP 495 (Local Time Disambiguation) features http://bugs.python.org/issue27595 opened by belopolsky #27596: Build failure with Xcode 8 beta on OSX 10.11 http://bugs.python.org/issue27596 opened by ronaldoussoren #27597: Add usage examples for TracebackException, StackSummary and Fr http://bugs.python.org/issue27597 opened by cool-RR #27598: Add SizedIterable to collections.abc and typing http://bugs.python.org/issue27598 opened by brett.cannon #27599: Buffer overrun in binascii http://bugs.python.org/issue27599 opened by serhiy.storchaka #27602: Enable py launcher to launch repository Python. http://bugs.python.org/issue27602 opened by terry.reedy #27603: Migrate IDLE context menu items to shell extension http://bugs.python.org/issue27603 opened by steve.dower #27604: More details about `-O` flag http://bugs.python.org/issue27604 opened by cool-RR #27605: Inconsistent calls to __eq__ from built-in __contains__ http://bugs.python.org/issue27605 opened by vfaronov #27606: Android cross-built for armv5te with clang and '-mthumb' crash http://bugs.python.org/issue27606 opened by xdegaye #27607: Importing the main module twice leads to two incompatible inst http://bugs.python.org/issue27607 opened by SylvieLorxu #27609: IDLE completions: format, factor, and fix http://bugs.python.org/issue27609 opened by terry.reedy #27611: test_tix cannot import _default_root after test_idle http://bugs.python.org/issue27611 opened by martin.panter #27612: socket.gethostbyname resolving octal IP addresses incorrectly http://bugs.python.org/issue27612 opened by mattrobenolt #27613: Empty iterator is rendered as a single bracket ] when using js http://bugs.python.org/issue27613 opened by altvod #27614: Race in test_docxmlrpc.py http://bugs.python.org/issue27614 opened by earl.chew #27618: docs for threading.Lock claim it's a class (since 3.3), but it http://bugs.python.org/issue27618 opened by gvanrossum #27619: getopt should strip whitespace from long arguments http://bugs.python.org/issue27619 opened by steven.daprano #27620: IDLE: Add keyboard equivalents for mouse actions. http://bugs.python.org/issue27620 opened by terry.reedy #27621: Finish IDLE Query dialog appearance and behavior. http://bugs.python.org/issue27621 opened by serhiy.storchaka #27623: int.to_bytes() and int.from_bytes(): raise ValueError when byt http://bugs.python.org/issue27623 opened by mmarkk #27627: clang fails to build ctypes on Android armv7 http://bugs.python.org/issue27627 opened by xdegaye #27628: ipaddress incompatibility with ipaddr: __contains__ between ne http://bugs.python.org/issue27628 opened by lukasz.langa #27629: Cannot create ssl.SSLSocket without existing socket http://bugs.python.org/issue27629 opened by nemunaire #27630: Generator._encoded_EMTPY misspelling in email package http://bugs.python.org/issue27630 opened by martin.panter #27632: build on AIX fails when builddir != srcdir, more than bad path http://bugs.python.org/issue27632 opened by Michael.Felt #27635: pickle documentation says that unpickling may not call __new__ http://bugs.python.org/issue27635 opened by july #27636: Refactor IDLE htest http://bugs.python.org/issue27636 opened by terry.reedy #27637: int.to_bytes(-1, ...) should automatically choose required cou http://bugs.python.org/issue27637 opened by mmarkk #27638: int.to_bytes() and int.from_bytes() should support 'net' and ' http://bugs.python.org/issue27638 opened by mmarkk #27639: UserList.__getitem__ doesn't account for slices http://bugs.python.org/issue27639 opened by staticshock #27640: add the '--disable-test-suite' option to configure http://bugs.python.org/issue27640 opened by xdegaye #27641: Do not build Programs/_freeze_importlib when cross-compiling http://bugs.python.org/issue27641 opened by thomas.perl #27643: test_ctypes fails on AIX with xlc http://bugs.python.org/issue27643 opened by Michael.Felt #27644: Expand documentation about type aliases and NewType in the typ http://bugs.python.org/issue27644 opened by michael0x2a #27645: Supporting native backup facility of SQLite http://bugs.python.org/issue27645 opened by lelit #27646: yield from expression can be any iterable http://bugs.python.org/issue27646 opened by terry.reedy #27647: Update Windows build to Tcl/Tk 8.6.6 http://bugs.python.org/issue27647 opened by serhiy.storchaka Most recent 15 issues with no replies (15) ========================================== #27646: yield from expression can be any iterable http://bugs.python.org/issue27646 #27636: Refactor IDLE htest http://bugs.python.org/issue27636 #27635: pickle documentation says that unpickling may not call __new__ http://bugs.python.org/issue27635 #27632: build on AIX fails when builddir != srcdir, more than bad path http://bugs.python.org/issue27632 #27599: Buffer overrun in binascii http://bugs.python.org/issue27599 #27597: Add usage examples for TracebackException, StackSummary and Fr http://bugs.python.org/issue27597 #27595: Document PEP 495 (Local Time Disambiguation) features http://bugs.python.org/issue27595 #27594: Assertion failure when running "test_ast" tests with coverage. http://bugs.python.org/issue27594 #27593: Deprecate sys._mercurial and create sys._git http://bugs.python.org/issue27593 #27589: asyncio doc: issue in as_completed() doc http://bugs.python.org/issue27589 #27584: New addition of vSockets to the python socket module http://bugs.python.org/issue27584 #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 Most recent 15 issues waiting for review (15) ============================================= #27646: yield from expression can be any iterable http://bugs.python.org/issue27646 #27645: Supporting native backup facility of SQLite http://bugs.python.org/issue27645 #27644: Expand documentation about type aliases and NewType in the typ http://bugs.python.org/issue27644 #27641: Do not build Programs/_freeze_importlib when cross-compiling http://bugs.python.org/issue27641 #27640: add the '--disable-test-suite' option to configure http://bugs.python.org/issue27640 #27639: UserList.__getitem__ doesn't account for slices http://bugs.python.org/issue27639 #27629: Cannot create ssl.SSLSocket without existing socket http://bugs.python.org/issue27629 #27623: int.to_bytes() and int.from_bytes(): raise ValueError when byt http://bugs.python.org/issue27623 #27621: Finish IDLE Query dialog appearance and behavior. http://bugs.python.org/issue27621 #27619: getopt should strip whitespace from long arguments http://bugs.python.org/issue27619 #27614: Race in test_docxmlrpc.py http://bugs.python.org/issue27614 #27611: test_tix cannot import _default_root after test_idle http://bugs.python.org/issue27611 #27604: More details about `-O` flag http://bugs.python.org/issue27604 #27587: Issues, reported by PVS-Studio static analyzer http://bugs.python.org/issue27587 #27584: New addition of vSockets to the python socket module http://bugs.python.org/issue27584 Top 10 most discussed issues (10) ================================= #24773: Implement PEP 495 (Local Time Disambiguation) http://bugs.python.org/issue24773 29 msgs #26462: Patch to enhance literal block language declaration http://bugs.python.org/issue26462 23 msgs #27612: socket.gethostbyname resolving octal IP addresses incorrectly http://bugs.python.org/issue27612 18 msgs #26852: add the '--enable-sourceless-distribution' option to configure http://bugs.python.org/issue26852 14 msgs #27546: Integrate tkinter and asyncio (and async) http://bugs.python.org/issue27546 13 msgs #27607: Importing the main module twice leads to two incompatible inst http://bugs.python.org/issue27607 13 msgs #27604: More details about `-O` flag http://bugs.python.org/issue27604 12 msgs #26851: android compilation and link flags http://bugs.python.org/issue26851 11 msgs #27619: getopt should strip whitespace from long arguments http://bugs.python.org/issue27619 11 msgs #27623: int.to_bytes() and int.from_bytes(): raise ValueError when byt http://bugs.python.org/issue27623 11 msgs Issues closed (54) ================== #7063: Memory errors in array.array http://bugs.python.org/issue7063 closed by martin.panter #8623: Aliasing warnings in socketmodule.c http://bugs.python.org/issue8623 closed by martin.panter #10036: compiler warnings for various modules on Linux buildslaves http://bugs.python.org/issue10036 closed by martin.panter #10965: dev task of documenting undocumented APIs http://bugs.python.org/issue10965 closed by brett.cannon #11048: "import ctypes" causes segfault on read-only filesystem http://bugs.python.org/issue11048 closed by haypo #13849: Add tests for NUL checking in certain strs http://bugs.python.org/issue13849 closed by berker.peksag #14218: include rendered output in addition to markup http://bugs.python.org/issue14218 closed by brett.cannon #15661: OS X installer packages should be signed for OS X 10.8 Gatekee http://bugs.python.org/issue15661 closed by ned.deily #16930: mention limitations and/or alternatives to hg graft http://bugs.python.org/issue16930 closed by brett.cannon #16931: mention work-around to create diffs in default/non-git mode http://bugs.python.org/issue16931 closed by brett.cannon #17227: devguide: buggy heading numbers http://bugs.python.org/issue17227 closed by brett.cannon #17596: mingw: add wincrypt.h in Python/random.c http://bugs.python.org/issue17596 closed by martin.panter #18041: mention issues with code churn in the devguide http://bugs.python.org/issue18041 closed by brett.cannon #20851: Update devguide to cover testing from a tarball http://bugs.python.org/issue20851 closed by brett.cannon #22645: Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1 http://bugs.python.org/issue22645 closed by berker.peksag #23320: devguide should mention rules about "paragraph reflow" in the http://bugs.python.org/issue23320 closed by brett.cannon #23951: Update devguide style to use a similar theme as Docs http://bugs.python.org/issue23951 closed by brett.cannon #24016: Add a Sprints organization/preparation section to devguide http://bugs.python.org/issue24016 closed by brett.cannon #24682: Add Quick Start: Communications section to devguide http://bugs.python.org/issue24682 closed by brett.cannon #24689: Add tips for effective online communication to devguide http://bugs.python.org/issue24689 closed by brett.cannon #25431: implement address in network in ipaddress module http://bugs.python.org/issue25431 closed by berker.peksag #25966: Bug in asyncio.corotuines._format_coroutine http://bugs.python.org/issue25966 closed by berker.peksag #26152: A non-breaking space in a source http://bugs.python.org/issue26152 closed by ncoghlan #26662: configure/Makefile doesn't check if "python" command works, ne http://bugs.python.org/issue26662 closed by xdegaye #26974: Crash in Decimal.from_float http://bugs.python.org/issue26974 closed by skrah #27130: zlib: OverflowError while trying to compress 2^32 bytes or mor http://bugs.python.org/issue27130 closed by martin.panter #27131: Unit test random shuffle http://bugs.python.org/issue27131 closed by rhettinger #27250: Add os.urandom_block() http://bugs.python.org/issue27250 closed by haypo #27266: Always use getrandom() in os.random() on Linux and add block=F http://bugs.python.org/issue27266 closed by haypo #27404: Misc/NEWS: add [Security] prefix to Python 3.5.2 changelog http://bugs.python.org/issue27404 closed by haypo #27454: PyUnicode_InternInPlace can use PyDict_SetDefault http://bugs.python.org/issue27454 closed by berker.peksag #27490: Do not run pgen when it is not going to be used (cross-compili http://bugs.python.org/issue27490 closed by martin.panter #27493: logging module fails with unclear error when supplied a (Posix http://bugs.python.org/issue27493 closed by python-dev #27579: Add a tutorial for AsyncIO in the documentation http://bugs.python.org/issue27579 closed by haypo #27581: Fix overflow check in PySequence_Tuple http://bugs.python.org/issue27581 closed by martin.panter #27591: multiprocessing: Possible uninitialized pointer use in Windows http://bugs.python.org/issue27591 closed by berker.peksag #27592: FIPS_mode() and FIPS_mode_set() functions in Python (ssl) http://bugs.python.org/issue27592 closed by r.david.murray #27600: Spam http://bugs.python.org/issue27600 closed by ebarry #27601: Minor inaccuracy in hash documentation http://bugs.python.org/issue27601 closed by magniff #27608: Something wrong with str.upper().lower() chain? http://bugs.python.org/issue27608 closed by magniff #27610: Add PEP 514 metadata to Windows installer http://bugs.python.org/issue27610 closed by steve.dower #27615: IDLE's debugger steps into PyShell.py for calls to print() et http://bugs.python.org/issue27615 closed by terry.reedy #27616: filedialog.askdirectory inconsistent on Windows between return http://bugs.python.org/issue27616 closed by serhiy.storchaka #27617: Compiled bdist_wininst missing from embedded distribution http://bugs.python.org/issue27617 closed by steve.dower #27622: int.to_bytes(): docstring is not precise http://bugs.python.org/issue27622 closed by mmarkk #27624: unclear documentation on Queue.qsize() http://bugs.python.org/issue27624 closed by rhettinger #27625: "make install" fails when no zlib support available http://bugs.python.org/issue27625 closed by SilentGhost #27626: Spelling fixes http://bugs.python.org/issue27626 closed by martin.panter #27631: .exe is appended to python executable based on filesystem case http://bugs.python.org/issue27631 closed by ammar2 #27633: Doc: Add missing version info to email.parser http://bugs.python.org/issue27633 closed by berker.peksag #27634: selectors.SelectSelectors fails if select.select was patched http://bugs.python.org/issue27634 closed by brett.cannon #27642: import and __import__() fails silently without a ImportError a http://bugs.python.org/issue27642 closed by ebarry #27648: Message of webbrowser.py something wrong. http://bugs.python.org/issue27648 closed by r.david.murray #27649: multiprocessing on Windows does not properly manage class attr http://bugs.python.org/issue27649 closed by r.david.murray
participants (1)
-
Python tracker