[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Dec 16 12:09:06 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-12-09 - 2016-12-16) 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 5639 (+18) closed 35107 (+50) total 40746 (+68)
Open issues with patches: 2443
Issues opened (53)
#20754: Distribution.parse_config_files uses interpolation since Pytho http://bugs.python.org/issue20754 reopened by jason.coombs
#28770: Update python-gdb.py for fastcalls http://bugs.python.org/issue28770 reopened by ned.deily
#28923: Nonexisting encoding specified in Tix.py http://bugs.python.org/issue28923 opened by Ivan.Pozdeev
#28926: subprocess.Popen + Sqlalchemy doesn't wait for process http://bugs.python.org/issue28926 opened by s1113950
#28927: bytes.fromhex should ignore all whitespace http://bugs.python.org/issue28927 opened by nneonneo
#28929: Provide a link from documentation back to its source file http://bugs.python.org/issue28929 opened by brett.cannon
#28931: urllib ignores FTP 226 response, breaking further FTP requests http://bugs.python.org/issue28931 opened by Ivan.Pozdeev
#28932: Fail compile Python 3.6.0rc1 on OpenBSD 6.0 http://bugs.python.org/issue28932 opened by shadchin
#28934: _mboxMMDF#get_message should delegate to get_bytes http://bugs.python.org/issue28934 opened by bpoaugust
#28936: test_global_err_then_warn in test_syntax is no longer valid http://bugs.python.org/issue28936 opened by serhiy.storchaka
#28937: str.split(): remove empty strings when sep is not None http://bugs.python.org/issue28937 opened by barry
#28938: match_hostname treats SAN IP address as DNS name and fails to http://bugs.python.org/issue28938 opened by noxxi
#28940: length_hint isn't a hint for list() http://bugs.python.org/issue28940 opened by ronaldoussoren
#28941: Update the link to Source Code in Python Docs from hg to githu http://bugs.python.org/issue28941 opened by Mariatta
#28942: await expressions in f-strings http://bugs.python.org/issue28942 opened by Adam Gregory
#28945: get_boundary invokes unquote twice http://bugs.python.org/issue28945 opened by bpoaugust
#28948: Facing issue while running Python 3.6.0rc1 windows x86-64 web http://bugs.python.org/issue28948 opened by arpit arora
#28949: Stdlib modules disappear from file system http://bugs.python.org/issue28949 opened by jason.coombs
#28950: regrtest: -j0 fails the check -j is not allowed together with http://bugs.python.org/issue28950 opened by xiang.zhang
#28951: re.flags not documented in Module Contents as promised. http://bugs.python.org/issue28951 opened by 4Dummies
#28952: csv.Sniffer().sniff(0 returns a value without the "strict" att http://bugs.python.org/issue28952 opened by 4Dummies
#28953: Use raise from
when raising new IncompleteRead
http://bugs.python.org/issue28953 opened by cool-RR
#28954: Incorrect EBNF rule of keywords_arguments http://bugs.python.org/issue28954 opened by woo yoo
#28955: Not matched behavior of numeric comparison with the documentat http://bugs.python.org/issue28955 opened by woo yoo
#28956: return minimum of modes for a multimodal distribution instead http://bugs.python.org/issue28956 opened by sria91
#28957: undefined symbol: PyUnicodeUCS2_FromUnicode when executing any http://bugs.python.org/issue28957 opened by rkommine
#28958: Python should return comperhansive error when SSLContext canno http://bugs.python.org/issue28958 opened by Ilya.Kulakov
#28960: Small typo in Thread.join docs http://bugs.python.org/issue28960 opened by rcorre
#28961: unittest.mock._Call ignores name
parameter
http://bugs.python.org/issue28961 opened by Jiajun Huang
#28962: Crash when throwing an exception with a malicious hash ove http://bugs.python.org/issue28962 opened by Jelle Zijlstra
#28963: Use-after-free in _asyncio_Future_remove_done_callback() of _a http://bugs.python.org/issue28963 opened by Ned Williamson
#28964: AST literal_eval exceptions provide no information about line http://bugs.python.org/issue28964 opened by stevemerritt
#28965: Multiprocessing spawn/forkserver fails to pass Queues http://bugs.python.org/issue28965 opened by Sean Murphy
#28967: copy.copy fails on threading.local subclass http://bugs.python.org/issue28967 opened by Jelle Zijlstra
#28968: xml rpc server fails with connection reset by peer error no 10 http://bugs.python.org/issue28968 opened by manu
#28969: lru_cache is not threadsafe http://bugs.python.org/issue28969 opened by Nicolas Savoire
#28970: ctypes.from_buffer counterpart to actively remove the mapping http://bugs.python.org/issue28970 opened by frispete
#28971: nntplib is broken when responses are longer than _MAXLINE http://bugs.python.org/issue28971 opened by xdegaye
#28972: Document all "python -m" utilities http://bugs.python.org/issue28972 opened by tebeka
#28973: The fact that multiprocess.Queue uses serialization should be http://bugs.python.org/issue28973 opened by Bernhard10
#28974: Make default format be equivalent to str http://bugs.python.org/issue28974 opened by serhiy.storchaka
#28977: Document PyObject_CallFunction() special case more explicitly http://bugs.python.org/issue28977 opened by haypo
#28978: a redundant right parentheses in the EBNF rules of parameter_ http://bugs.python.org/issue28978 opened by woo yoo
#28980: ResourceWarning when imorting antigravity in 3.6 http://bugs.python.org/issue28980 opened by levkivskyi
#28981: distutils/check.py overzealous catch block hides errors http://bugs.python.org/issue28981 opened by posita
#28982: multiprocessing.Queue.get(block=True, timeout=0) always raises http://bugs.python.org/issue28982 opened by Ryan Brindley
#28983: Python 3.5.2 won't install on my computer http://bugs.python.org/issue28983 opened by Rhesa Browning
#28985: sqlite3 authorizer codes constants not up to date http://bugs.python.org/issue28985 opened by gumblex
#28986: Docs should say set.update takes iterable http://bugs.python.org/issue28986 opened by nre3976
#28987: Remove typo in whats new entry on Descriptor Protocol Enhancem http://bugs.python.org/issue28987 opened by Jim Fasarakis-Hilliard
#28988: Switch dict and set structures to PyVarObject http://bugs.python.org/issue28988 opened by serhiy.storchaka
#28989: .dll files missing http://bugs.python.org/issue28989 opened by Gabriel Lopez
#28990: asyncio SSL hangs if connection is closed before handshake com http://bugs.python.org/issue28990 opened by yselivanov
Most recent 15 issues with no replies (15)
#28987: Remove typo in whats new entry on Descriptor Protocol Enhancem http://bugs.python.org/issue28987
#28981: distutils/check.py overzealous catch block hides errors http://bugs.python.org/issue28981
#28974: Make default format be equivalent to str http://bugs.python.org/issue28974
#28970: ctypes.from_buffer counterpart to actively remove the mapping http://bugs.python.org/issue28970
#28964: AST literal_eval exceptions provide no information about line http://bugs.python.org/issue28964
#28958: Python should return comperhansive error when SSLContext canno http://bugs.python.org/issue28958
#28957: undefined symbol: PyUnicodeUCS2_FromUnicode when executing any http://bugs.python.org/issue28957
#28954: Incorrect EBNF rule of keywords_arguments http://bugs.python.org/issue28954
#28953: Use raise from
when raising new IncompleteRead
http://bugs.python.org/issue28953
#28952: csv.Sniffer().sniff(0 returns a value without the "strict" att http://bugs.python.org/issue28952
#28945: get_boundary invokes unquote twice http://bugs.python.org/issue28945
#28940: length_hint isn't a hint for list() http://bugs.python.org/issue28940
#28932: Fail compile Python 3.6.0rc1 on OpenBSD 6.0 http://bugs.python.org/issue28932
#28926: subprocess.Popen + Sqlalchemy doesn't wait for process http://bugs.python.org/issue28926
#28913: "Fatal Python error: Cannot recover from stack overflow." from http://bugs.python.org/issue28913
Most recent 15 issues waiting for review (15)
#28988: Switch dict and set structures to PyVarObject http://bugs.python.org/issue28988
#28987: Remove typo in whats new entry on Descriptor Protocol Enhancem http://bugs.python.org/issue28987
#28985: sqlite3 authorizer codes constants not up to date http://bugs.python.org/issue28985
#28977: Document PyObject_CallFunction() special case more explicitly http://bugs.python.org/issue28977
#28974: Make default format be equivalent to str http://bugs.python.org/issue28974
#28971: nntplib is broken when responses are longer than _MAXLINE http://bugs.python.org/issue28971
#28969: lru_cache is not threadsafe http://bugs.python.org/issue28969
#28964: AST literal_eval exceptions provide no information about line http://bugs.python.org/issue28964
#28963: Use-after-free in _asyncio_Future_remove_done_callback() of _a http://bugs.python.org/issue28963
#28961: unittest.mock._Call ignores name
parameter
http://bugs.python.org/issue28961
#28960: Small typo in Thread.join docs http://bugs.python.org/issue28960
#28953: Use raise from
when raising new IncompleteRead
http://bugs.python.org/issue28953
#28950: regrtest: -j0 fails the check -j is not allowed together with http://bugs.python.org/issue28950
#28941: Update the link to Source Code in Python Docs from hg to githu http://bugs.python.org/issue28941
#28937: str.split(): remove empty strings when sep is not None http://bugs.python.org/issue28937
Top 10 most discussed issues (10)
#28937: str.split(): remove empty strings when sep is not None http://bugs.python.org/issue28937 22 msgs
#28949: Stdlib modules disappear from file system http://bugs.python.org/issue28949 20 msgs
#28147: Unbounded memory growth resizing split-table dicts http://bugs.python.org/issue28147 15 msgs
#5322: Python 2.6 object.new argument calling autodetection fault http://bugs.python.org/issue5322 12 msgs
#26110: Speedup method calls 1.2x http://bugs.python.org/issue26110 12 msgs
#28180: sys.getfilesystemencoding() should default to utf-8 http://bugs.python.org/issue28180 11 msgs
#28190: Cross-build _curses failed if host ncurses headers and target http://bugs.python.org/issue28190 11 msgs
#28754: Argument Clinic for bisect.bisect_left http://bugs.python.org/issue28754 10 msgs
#28971: nntplib is broken when responses are longer than _MAXLINE http://bugs.python.org/issue28971 10 msgs
#25458: ftplib: command response shift - mismatch http://bugs.python.org/issue25458 9 msgs
Issues closed (50)
#16255: subrocess.Popen needs /bin/sh but Android only has /system/bin http://bugs.python.org/issue16255 closed by xdegaye
#17430: missed peephole optimization http://bugs.python.org/issue17430 closed by serhiy.storchaka
#21368: Check for systemd locale on startup if current locale is set t http://bugs.python.org/issue21368 closed by ncoghlan
#23971: dict(list) and dict.fromkeys() doesn't account for 2/3 fill ra http://bugs.python.org/issue23971 closed by inada.naoki
#26483: docs unclear on difference between str.isdigit() and str.isdec http://bugs.python.org/issue26483 closed by martin.panter
#26856: android does not have pwd.getpwall() http://bugs.python.org/issue26856 closed by xdegaye
#26919: on Android python fails to decode/encode command line argument http://bugs.python.org/issue26919 closed by xdegaye
#26936: android: test_socket fails http://bugs.python.org/issue26936 closed by xdegaye
#28089: asyncio: Document that TCP_NODELAY is now used by default http://bugs.python.org/issue28089 closed by yselivanov
#28090: Document PEP 530 http://bugs.python.org/issue28090 closed by yselivanov
#28091: Document PEP 525 & 530 http://bugs.python.org/issue28091 closed by yselivanov
#28424: pkgutil.get_data() doesn't work with namespace packages http://bugs.python.org/issue28424 closed by brett.cannon
#28680: bdist_wininst generated 64-bit executable looks for 3.5-32 http://bugs.python.org/issue28680 closed by steve.dower
#28683: bind() on a unix socket raises PermissionError on Android for http://bugs.python.org/issue28683 closed by xdegaye
#28689: OpenSSL 1.1.0c test failures http://bugs.python.org/issue28689 closed by ned.deily
#28755: Rework syntax highlighing in howto/clinic.rst http://bugs.python.org/issue28755 closed by martin.panter
#28759: access to mkfifo, mknod and hard links is controled by SELinux http://bugs.python.org/issue28759 closed by xdegaye
#28764: test_mailbox fails when run as a non-root user on Android API http://bugs.python.org/issue28764 closed by xdegaye
#28771: Update documented signatures of tp_get/setattr http://bugs.python.org/issue28771 closed by martin.panter
#28779: set_forkserver_preload() can crash the forkserver if preloaded http://bugs.python.org/issue28779 closed by pitrou
#28794: inspect.isasyncgen and inspect.isasyncgenfunction aren't docum http://bugs.python.org/issue28794 closed by berker.peksag
#28820: Typo in section 6 of the Python 3.4 documentation http://bugs.python.org/issue28820 closed by martin.panter
#28838: Using consistent naming for arguments of "call" functions (C A http://bugs.python.org/issue28838 closed by haypo
#28849: do not define sys.implementation._multiarch on Android http://bugs.python.org/issue28849 closed by xdegaye
#28896: Embeddable zip allows Windows registry to override module loca http://bugs.python.org/issue28896 closed by steve.dower
#28898: Can't compile gdb with Python 3.6 http://bugs.python.org/issue28898 closed by ned.deily
#28900: update 'docs for other versions' http://bugs.python.org/issue28900 closed by ned.deily
#28912: collections.abc.OrderedMapping http://bugs.python.org/issue28912 closed by rhettinger
#28916: Not matched behavior of modulo operator % with the description http://bugs.python.org/issue28916 closed by martin.panter
#28918: cross compiling xxlimited fails with "Py_LIMITED_API is incomp http://bugs.python.org/issue28918 closed by xdegaye
#28919: Simplify _copy_func_details
in unittest.mock
http://bugs.python.org/issue28919 closed by berker.peksag
#28920: Dangerous usage of "O" format string in _asynciomodule.c http://bugs.python.org/issue28920 closed by haypo
#28922: Add fixer for "import exceptions" http://bugs.python.org/issue28922 closed by berker.peksag
#28924: Inline PyEval_EvalFrameEx() in callers http://bugs.python.org/issue28924 closed by haypo
#28925: Confusing exception from cPickle on reduce failure http://bugs.python.org/issue28925 closed by serhiy.storchaka
#28928: IDLE crashes when opening .py file from Finder http://bugs.python.org/issue28928 closed by ned.deily
#28930: bytes_methods.c won't recompile if related stringlib/* changed http://bugs.python.org/issue28930 closed by xiang.zhang
#28933: AC: Accept None as a Py_ssize_t default value http://bugs.python.org/issue28933 closed by mdk
#28935: distutils use ConfigParser in Python 3.x and fails to parse se http://bugs.python.org/issue28935 closed by jason.coombs
#28939: Groupby Is Roughly Equivalent To ... http://bugs.python.org/issue28939 closed by greg.solomon
#28943: Use PyUnicode_MAX_CHAR_VALUE instead of PyUnicode_KIND in some http://bugs.python.org/issue28943 closed by xiang.zhang
#28944: A lack of line 6 http://bugs.python.org/issue28944 closed by berker.peksag
#28946: AttributeError: module 'signal' has no attribute 'SIGALRM' http://bugs.python.org/issue28946 closed by dd
#28947: Facing issue while running Python 3.6.0rc1 windows x86-64 web http://bugs.python.org/issue28947 closed by steve.dower
#28959: Add a macro for dict size http://bugs.python.org/issue28959 closed by serhiy.storchaka
#28966: Menu.add_checkbutton has no checkmark on OS X http://bugs.python.org/issue28966 closed by ned.deily
#28975: os.walk generator giving inconsistent results http://bugs.python.org/issue28975 closed by Colin David Chen
#28976: incorrect description that dose not conform to the actual beha http://bugs.python.org/issue28976 closed by r.david.murray
#28979: What's New entry on compact dict mentions "faster" implementat http://bugs.python.org/issue28979 closed by ned.deily
#28984: json.dump + indent creates trailing extra spaces http://bugs.python.org/issue28984 closed by ned.deily
- 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 ]