[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Nov 18 12:08:49 EST 2016
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2016-11-11 - 2016-11-18) 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 5584 (+25) closed 34909 (+43) total 40493 (+68)
Open issues with patches: 2421
Issues opened (51)
#28032: --with-lto builds segfault in many situations http://bugs.python.org/issue28032 reopened by koobs
#28671: SSL server requesting client certificates should send CA list http://bugs.python.org/issue28671 opened by kchen
#28672: Explain in the "Data Model" document why arguments to init http://bugs.python.org/issue28672 opened by João.Sebastião.de.Oliveira.Bueno
#28673: When using pyro4 with more than 15 threads, python 2.7.12 core http://bugs.python.org/issue28673 opened by pwp333
#28675: about PEP 528 / PEP 529 http://bugs.python.org/issue28675 opened by Big Stone
#28677: difficult to parse sentence structure in "When an instance att http://bugs.python.org/issue28677 opened by viorel
#28680: bdist_wininst generated 64-bit executable looks for 3.5-32 http://bugs.python.org/issue28680 opened by Timothy Widrick
#28681: About function renaming in the tutorial http://bugs.python.org/issue28681 opened by xfq
#28682: Bytes support in os.fwalk() http://bugs.python.org/issue28682 opened by serhiy.storchaka
#28683: bind() on a unix socket raises PermissionError on Android for http://bugs.python.org/issue28683 opened by xdegaye
#28684: [asyncio] bind() on a unix socket raises PermissionError on An http://bugs.python.org/issue28684 opened by xdegaye
#28685: Optimizing list.sort() by performing safety checks in advance http://bugs.python.org/issue28685 opened by elliot.gorokhovsky
#28686: py.exe ignored PATH when using python3 shebang http://bugs.python.org/issue28686 opened by wdhwg001
#28687: Python 2.7.12 windows x64 installer fails after previous bad u http://bugs.python.org/issue28687 opened by Igor.Skochinsky
#28688: Warning -- warnings.filters was modified by test_warnings http://bugs.python.org/issue28688 opened by haypo
#28689: OpenSSL 1.1.0c test failures http://bugs.python.org/issue28689 opened by christian.heimes
#28692: gettext: deprecate selecting plural form by fractional numbers http://bugs.python.org/issue28692 opened by serhiy.storchaka
#28693: No HKSCS support in Windows cp950 http://bugs.python.org/issue28693 opened by Artoria2e5
#28694: tkinter interface to fontchooser http://bugs.python.org/issue28694 opened by Lance Ware
#28695: Add SSL_CTX_set_client_cert_engine http://bugs.python.org/issue28695 opened by christian.heimes
#28696: imap from ThreadPool hangs by an exception in a generator func http://bugs.python.org/issue28696 opened by lev-veshnyakov
#28697: asyncio.Lock, Condition, Semaphore docs don't mention `async w http://bugs.python.org/issue28697 opened by ulope
#28698: Python 3.x ctypes c_wchar_p return is different from official http://bugs.python.org/issue28698 opened by Alex Wang
#28699: Imap from ThreadPool behaves unexpectedly http://bugs.python.org/issue28699 opened by lev-veshnyakov
#28700: test_dbm failure: KeyError: b'0' (intermittent in 3.5, reliabl http://bugs.python.org/issue28700 opened by gward
#28702: Confusing error message when None used in expressions, eg. "'N http://bugs.python.org/issue28702 opened by gward
#28705: Clean up design FAQ question about compiling to C http://bugs.python.org/issue28705 opened by brett.cannon
#28706: msvc9compiler does not find a vcvarsall.bat of Visual C++ for http://bugs.python.org/issue28706 opened by jyrkih
#28707: add 'directory' option to the http.server module http://bugs.python.org/issue28707 opened by matrixise
#28708: Low FD_SETSIZE limit on Windows http://bugs.python.org/issue28708 opened by David Hirschfeld
#28709: PyStructSequence_NewType is broken; makes GC type without sett http://bugs.python.org/issue28709 opened by josh.r
#28710: Sphinx incompatible markup in configparser.ConfigParser. http://bugs.python.org/issue28710 opened by Patrick Lehmann
#28711: IDLE doesn't open http://bugs.python.org/issue28711 opened by bg90299
#28712: Non-Windows mappings for a couple of Windows code pages http://bugs.python.org/issue28712 opened by Artoria2e5
#28714: Addition to Documentation of configparser.ConfigParser.write() http://bugs.python.org/issue28714 opened by georgefischhof
#28715: Check result of PyUnicode_AsUTF8 http://bugs.python.org/issue28715 opened by serhiy.storchaka
#28716: Fractions instantiation revisited http://bugs.python.org/issue28716 opened by wolma
#28718: '*' matches entire path in fnmatch.translate http://bugs.python.org/issue28718 opened by Jim Nasby
#28719: zipfile increase in size http://bugs.python.org/issue28719 opened by X-Istence
#28722: doctest example exit status http://bugs.python.org/issue28722 opened by Brainix
#28724: Add method send_io, recv_io to the socket module. http://bugs.python.org/issue28724 opened by tokibito
#28727: Implement comparison (x==y and x!=y) for _sre.SRE_Pattern http://bugs.python.org/issue28727 opened by haypo
#28728: test_host_resolution in test_socket fails on duplicate assert http://bugs.python.org/issue28728 opened by SilentGhost
#28729: Exception from sqlite3 adapter masked by sqlite3.InterfaceErro http://bugs.python.org/issue28729 opened by inglesp
#28730: reduce not being called in dervied extension class from da http://bugs.python.org/issue28730 opened by Jeff Reback
#28731: _PyDict_NewPresized() creates too small dict http://bugs.python.org/issue28731 opened by inada.naoki
#28732: spawnl crash on windows7 http://bugs.python.org/issue28732 opened by srinim
#28733: Show how to use mock_open in modules other that main http://bugs.python.org/issue28733 opened by butla
#28735: Mock is equal to ANY but MagicMock is not http://bugs.python.org/issue28735 opened by rafael.fonseca
#28736: multiprocessing.Lock() no longer has .acquire() http://bugs.python.org/issue28736 opened by Eric Leadbetter
#28737: Document that tp_dealloc handler must call PyObject_GC_UnTrack http://bugs.python.org/issue28737 opened by colesbury
Most recent 15 issues with no replies (15)
#28737: Document that tp_dealloc handler must call PyObject_GC_UnTrack http://bugs.python.org/issue28737
#28736: multiprocessing.Lock() no longer has .acquire() http://bugs.python.org/issue28736
#28735: Mock is equal to ANY but MagicMock is not http://bugs.python.org/issue28735
#28733: Show how to use mock_open in modules other that main http://bugs.python.org/issue28733
#28722: doctest example exit status http://bugs.python.org/issue28722
#28714: Addition to Documentation of configparser.ConfigParser.write() http://bugs.python.org/issue28714
#28706: msvc9compiler does not find a vcvarsall.bat of Visual C++ for http://bugs.python.org/issue28706
#28705: Clean up design FAQ question about compiling to C http://bugs.python.org/issue28705
#28697: asyncio.Lock, Condition, Semaphore docs don't mention `async w http://bugs.python.org/issue28697
#28695: Add SSL_CTX_set_client_cert_engine http://bugs.python.org/issue28695
#28687: Python 2.7.12 windows x64 installer fails after previous bad u http://bugs.python.org/issue28687
#28683: bind() on a unix socket raises PermissionError on Android for http://bugs.python.org/issue28683
#28682: Bytes support in os.fwalk() http://bugs.python.org/issue28682
#28680: bdist_wininst generated 64-bit executable looks for 3.5-32 http://bugs.python.org/issue28680
#28672: Explain in the "Data Model" document why arguments to init http://bugs.python.org/issue28672
Most recent 15 issues waiting for review (15)
#28733: Show how to use mock_open in modules other that main http://bugs.python.org/issue28733
#28731: _PyDict_NewPresized() creates too small dict http://bugs.python.org/issue28731
#28728: test_host_resolution in test_socket fails on duplicate assert http://bugs.python.org/issue28728
#28727: Implement comparison (x==y and x!=y) for _sre.SRE_Pattern http://bugs.python.org/issue28727
#28724: Add method send_io, recv_io to the socket module. http://bugs.python.org/issue28724
#28716: Fractions instantiation revisited http://bugs.python.org/issue28716
#28715: Check result of PyUnicode_AsUTF8 http://bugs.python.org/issue28715
#28710: Sphinx incompatible markup in configparser.ConfigParser. http://bugs.python.org/issue28710
#28707: add 'directory' option to the http.server module http://bugs.python.org/issue28707
#28699: Imap from ThreadPool behaves unexpectedly http://bugs.python.org/issue28699
#28692: gettext: deprecate selecting plural form by fractional numbers http://bugs.python.org/issue28692
#28688: Warning -- warnings.filters was modified by test_warnings http://bugs.python.org/issue28688
#28685: Optimizing list.sort() by performing safety checks in advance http://bugs.python.org/issue28685
#28684: [asyncio] bind() on a unix socket raises PermissionError on An http://bugs.python.org/issue28684
#28683: bind() on a unix socket raises PermissionError on Android for http://bugs.python.org/issue28683
Top 10 most discussed issues (10)
#28712: Non-Windows mappings for a couple of Windows code pages http://bugs.python.org/issue28712 22 msgs
#28618: Decorate hot functions using attribute((hot)) to optimize http://bugs.python.org/issue28618 15 msgs
#28731: _PyDict_NewPresized() creates too small dict http://bugs.python.org/issue28731 15 msgs
#24379: Add operator.subscript as a convenience for creating slices http://bugs.python.org/issue24379 11 msgs
#28688: Warning -- warnings.filters was modified by test_warnings http://bugs.python.org/issue28688 11 msgs
#28727: Implement comparison (x==y and x!=y) for _sre.SRE_Pattern http://bugs.python.org/issue28727 11 msgs
#24339: iso6937 encoding missing http://bugs.python.org/issue24339 10 msgs
#21145: Add the @cached_property decorator http://bugs.python.org/issue21145 9 msgs
#27945: Various segfaults with dict http://bugs.python.org/issue27945 9 msgs
#28673: When using pyro4 with more than 15 threads, python 2.7.12 core http://bugs.python.org/issue28673 9 msgs
Issues closed (43)
#19717: resolve() fails when the path doesn't exist http://bugs.python.org/issue19717 closed by steve.dower
#21449: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIII http://bugs.python.org/issue21449 closed by serhiy.storchaka
#22495: merge large parts of test_binop.py and test_fractions.py http://bugs.python.org/issue22495 closed by haypo
#26920: android: test_sys fails http://bugs.python.org/issue26920 closed by xdegaye
#26926: test_io large file test failure on 32 bits Android platforms http://bugs.python.org/issue26926 closed by xdegaye
#26929: android: test_strptime fails http://bugs.python.org/issue26929 closed by xdegaye
#26931: android: test_distutils fails http://bugs.python.org/issue26931 closed by xdegaye
#26934: android: test_faulthandler fails http://bugs.python.org/issue26934 closed by xdegaye
#26935: android: test_os fails http://bugs.python.org/issue26935 closed by xdegaye
#27854: Installed 2.7: IDLE Help disabled because help.html is missing http://bugs.python.org/issue27854 closed by steve.dower
#28000: Build fails on AIX with _LINUX_SOURCE_COMPAT flag http://bugs.python.org/issue28000 closed by martin.panter
#28016: test_fileio fails on AIX http://bugs.python.org/issue28016 closed by martin.panter
#28531: Improve utf7 encoder memory usage http://bugs.python.org/issue28531 closed by haypo
#28573: Python 3.6.0b3 64-bit has no sys._mercurial info http://bugs.python.org/issue28573 closed by steve.dower
#28614: Slice limit documentation could be misinterpreted in Python 2. http://bugs.python.org/issue28614 closed by rhettinger
#28631: [2.7/3.5/3.6 Regression] crash using ctypes http://bugs.python.org/issue28631 closed by doko
#28632: configparser does not close files in read http://bugs.python.org/issue28632 closed by PetrPy
#28637: Python startup performance regression http://bugs.python.org/issue28637 closed by haypo
#28644: Document recent changes in typing.py http://bugs.python.org/issue28644 closed by gvanrossum
#28648: False assert in _Py_DecodeUTF8_surrogateescape http://bugs.python.org/issue28648 closed by serhiy.storchaka
#28658: IDLE: catch user cfg file error and improve error message http://bugs.python.org/issue28658 closed by terry.reedy
#28662: catch also PermissionError in tests when spawning a non existe http://bugs.python.org/issue28662 closed by xdegaye
#28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF http://bugs.python.org/issue28665 closed by rhettinger
#28668: instanciation of multiprocessing.Queue raises ImportError in t http://bugs.python.org/issue28668 closed by xdegaye
#28669: Math Library Dos Attack http://bugs.python.org/issue28669 closed by haypo
#28670: PEP 235: Implement on every POSIX system, and clean up the C c http://bugs.python.org/issue28670 closed by brett.cannon
#28674: Spam http://bugs.python.org/issue28674 closed by zach.ware
#28676: On macOS Sierra, warning: implicit declaration of function 'ge http://bugs.python.org/issue28676 closed by ned.deily
#28678: tarfile extract docs inconsistent naming of parameter numeric_ http://bugs.python.org/issue28678 closed by martin.panter
#28679: CGIHTTPServer displays raw python code when the url contains ' http://bugs.python.org/issue28679 closed by Yudai Fujiwara
#28690: Loop in re (regular expression) processing http://bugs.python.org/issue28690 closed by haypo
#28691: python3.6 -Werror -c '"\c"' fails with an assertion error http://bugs.python.org/issue28691 closed by haypo
#28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_Equal http://bugs.python.org/issue28701 closed by serhiy.storchaka
#28703: Fix asyncio.iscoroutinefunction to handle Mock objects http://bugs.python.org/issue28703 closed by yselivanov
#28704: Fix create_unix_server to support Path-like objects (PEP 519) http://bugs.python.org/issue28704 closed by yselivanov
#28713: Recent tutorial for recent Python3 still uses IOError. http://bugs.python.org/issue28713 closed by python-dev
#28717: rounding error in % operator http://bugs.python.org/issue28717 closed by mark.dickinson
#28720: Add collections.abc.AsyncGenerator http://bugs.python.org/issue28720 closed by yselivanov
#28721: Fix asynchronous generators athrow() and aclose() to handle St http://bugs.python.org/issue28721 closed by yselivanov
#28723: tkinter, radiobutton, indicatoron=0 has no effect. http://bugs.python.org/issue28723 closed by serhiy.storchaka
#28725: Awaiting an awaitable returned from an async function does not http://bugs.python.org/issue28725 closed by yselivanov
#28726: py.exe launches wrong version http://bugs.python.org/issue28726 closed by pravic
#28734: argparse: successive parsing wipes out nargs=? values http://bugs.python.org/issue28734 closed by ajstewart
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]