ACTIVITY SUMMARY (2016-05-27 - 2016-06-03) 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 5537 ( +8) closed 33416 (+52) total 38953 (+60) Open issues with patches: 2416 Issues opened (41) ================== #22331: test_io.test_interrupted_write_text() hangs on the buildbot Fr http://bugs.python.org/issue22331 reopened by martin.panter #27137: Python implementation of `functools.partial` is not a class http://bugs.python.org/issue27137 opened by ebarry #27139: Increased test coverage for statistics.median_grouped http://bugs.python.org/issue27139 opened by juliojr77 #27140: Opcode for creating dict with constant keys http://bugs.python.org/issue27140 opened by serhiy.storchaka #27141: Fix collections.UserList shallow copy http://bugs.python.org/issue27141 opened by bar.harel #27142: Default int value with xmlrpclib / xmlrpc.client http://bugs.python.org/issue27142 opened by julienc #27144: concurrent.futures.as_completed() memory inefficiency http://bugs.python.org/issue27144 opened by grzgrzgrz3 #27145: long_add and long_sub might return a new int where &small_ints http://bugs.python.org/issue27145 opened by Oren Milman #27149: Implement socket.sendmsg() for Windows http://bugs.python.org/issue27149 opened by mmarkk #27150: PEP446 (CLOEXEC by default) violation with fcntl.fcntl(..., fc http://bugs.python.org/issue27150 opened by mmarkk #27151: multiprocessing.Process leaves read pipes open (Process.sentin http://bugs.python.org/issue27151 opened by Roman Bolshakov #27152: Additional assert methods for unittest http://bugs.python.org/issue27152 opened by serhiy.storchaka #27154: Regression in file.writelines behavior http://bugs.python.org/issue27154 opened by snaury #27156: IDLE: remove unused code http://bugs.python.org/issue27156 opened by terry.reedy #27157: Unhelpful error message when one calls a subclass of type with http://bugs.python.org/issue27157 opened by ppperry #27161: Confusing exception in Path().with_name http://bugs.python.org/issue27161 opened by Antony.Lee #27162: Add idlelib.interface module http://bugs.python.org/issue27162 opened by terry.reedy #27163: IDLE entry for What's New in Python 3.6 http://bugs.python.org/issue27163 opened by terry.reedy #27164: zlib can't decompress DEFLATE using shared dictionary http://bugs.python.org/issue27164 opened by Vladimir Mihailenco #27165: Skip callables when displaying exception fields in cgitb http://bugs.python.org/issue27165 opened by Adam.BielaÅski #27167: subprocess reports signal as negative exit status, not documen http://bugs.python.org/issue27167 opened by dmacnet #27168: Yury isn't sure comprehensions and await interact correctly http://bugs.python.org/issue27168 opened by njs #27169: __debug__ is not optimized out at compile time for anything bu http://bugs.python.org/issue27169 opened by josh.r #27170: IDLE: remove Toggle Auto Coloring or add to edit menu & doc http://bugs.python.org/issue27170 opened by terry.reedy #27172: Add skip_bound_arg argument to inspect.Signature.from_callable http://bugs.python.org/issue27172 opened by ryan.petrello #27173: Modern Unix key bindings for IDLE http://bugs.python.org/issue27173 opened by serhiy.storchaka #27175: Unpickling Path objects http://bugs.python.org/issue27175 opened by Antony.Lee #27177: re match.group should support __index__ http://bugs.python.org/issue27177 opened by jdemeyer #27179: subprocess uses wrong encoding on Windows http://bugs.python.org/issue27179 opened by davispuh #27180: Doc/pathlib: Please describe the behaviour of Path().rename() http://bugs.python.org/issue27180 opened by hashimo #27181: Add geometric mean to `statistics` module http://bugs.python.org/issue27181 opened by cool-RR #27182: PEP 519 support in the stdlib http://bugs.python.org/issue27182 opened by ethan.furman #27184: Support path objects in the ntpath module http://bugs.python.org/issue27184 opened by ethan.furman #27186: add os.fspath() http://bugs.python.org/issue27186 opened by ethan.furman #27187: Relax __all__ location requirement in PEP 8 http://bugs.python.org/issue27187 opened by barry #27188: sqlite3 execute* methods return value not documented http://bugs.python.org/issue27188 opened by Dave Sawyer #27189: configure --with-lto with clang should find the appropriate ll http://bugs.python.org/issue27189 opened by gregory.p.smith #27190: Check sqlite3_version before allowing check_same_thread = Fals http://bugs.python.org/issue27190 opened by Dave Sawyer #27194: Tarfile superfluous truncate calls slows extraction. http://bugs.python.org/issue27194 opened by fried #27195: Crash when RawIOBase.write(b) evaluates b.format http://bugs.python.org/issue27195 opened by martin.panter #27196: Eliminate 'ThemeChanged' warning when running IDLE tests http://bugs.python.org/issue27196 opened by terry.reedy Most recent 15 issues with no replies (15) ========================================== #27195: Crash when RawIOBase.write(b) evaluates b.format http://bugs.python.org/issue27195 #27189: configure --with-lto with clang should find the appropriate ll http://bugs.python.org/issue27189 #27188: sqlite3 execute* methods return value not documented http://bugs.python.org/issue27188 #27180: Doc/pathlib: Please describe the behaviour of Path().rename() http://bugs.python.org/issue27180 #27175: Unpickling Path objects http://bugs.python.org/issue27175 #27168: Yury isn't sure comprehensions and await interact correctly http://bugs.python.org/issue27168 #27165: Skip callables when displaying exception fields in cgitb http://bugs.python.org/issue27165 #27163: IDLE entry for What's New in Python 3.6 http://bugs.python.org/issue27163 #27162: Add idlelib.interface module http://bugs.python.org/issue27162 #27151: multiprocessing.Process leaves read pipes open (Process.sentin http://bugs.python.org/issue27151 #27144: concurrent.futures.as_completed() memory inefficiency http://bugs.python.org/issue27144 #27139: Increased test coverage for statistics.median_grouped http://bugs.python.org/issue27139 #27123: Allow `install_headers` command to follow specific directory s http://bugs.python.org/issue27123 #27121: imghdr does not support jpg files with Lavc bytes http://bugs.python.org/issue27121 #27115: IDLE/tkinter: in simpledialog, <Return> != [OK] click http://bugs.python.org/issue27115 Most recent 15 issues waiting for review (15) ============================================= #27194: Tarfile superfluous truncate calls slows extraction. http://bugs.python.org/issue27194 #27190: Check sqlite3_version before allowing check_same_thread = Fals http://bugs.python.org/issue27190 #27186: add os.fspath() http://bugs.python.org/issue27186 #27179: subprocess uses wrong encoding on Windows http://bugs.python.org/issue27179 #27177: re match.group should support __index__ http://bugs.python.org/issue27177 #27173: Modern Unix key bindings for IDLE http://bugs.python.org/issue27173 #27172: Add skip_bound_arg argument to inspect.Signature.from_callable http://bugs.python.org/issue27172 #27165: Skip callables when displaying exception fields in cgitb http://bugs.python.org/issue27165 #27164: zlib can't decompress DEFLATE using shared dictionary http://bugs.python.org/issue27164 #27161: Confusing exception in Path().with_name http://bugs.python.org/issue27161 #27157: Unhelpful error message when one calls a subclass of type with http://bugs.python.org/issue27157 #27152: Additional assert methods for unittest http://bugs.python.org/issue27152 #27145: long_add and long_sub might return a new int where &small_ints http://bugs.python.org/issue27145 #27144: concurrent.futures.as_completed() memory inefficiency http://bugs.python.org/issue27144 #27141: Fix collections.UserList shallow copy http://bugs.python.org/issue27141 Top 10 most discussed issues (10) ================================= #27157: Unhelpful error message when one calls a subclass of type with http://bugs.python.org/issue27157 26 msgs #19611: inspect.getcallargs doesn't properly interpret set comprehensi http://bugs.python.org/issue19611 15 msgs #27179: subprocess uses wrong encoding on Windows http://bugs.python.org/issue27179 12 msgs #20699: Document that binary IO classes work with bytes-likes objects http://bugs.python.org/issue20699 11 msgs #27137: Python implementation of `functools.partial` is not a class http://bugs.python.org/issue27137 11 msgs #27161: Confusing exception in Path().with_name http://bugs.python.org/issue27161 10 msgs #27136: sock_connect fails for bluetooth (and probably others) http://bugs.python.org/issue27136 9 msgs #22558: Missing doc links to source code for Python-coded modules. http://bugs.python.org/issue22558 8 msgs #26546: Provide translated french translation on docs.python.org http://bugs.python.org/issue26546 8 msgs #27033: Change the decode_data default in smtpd to False http://bugs.python.org/issue27033 8 msgs Issues closed (50) ================== #5252: 2to3 should detect and delete import of removed statvfs module http://bugs.python.org/issue5252 closed by r.david.murray #8519: doc: termios and ioctl reference links http://bugs.python.org/issue8519 closed by orsenthil #9327: doctest DocFileCase setUp/tearDown asymmetry http://bugs.python.org/issue9327 closed by berker.peksag #9363: data_files are not installed relative to sys.prefix http://bugs.python.org/issue9363 closed by berker.peksag #12243: getpass.getuser works on OSX http://bugs.python.org/issue12243 closed by berker.peksag #12691: tokenize.untokenize is broken http://bugs.python.org/issue12691 closed by terry.reedy #13784: Documentation of xml.sax.xmlreader: Locator.getLineNumber() a http://bugs.python.org/issue13784 closed by r.david.murray #17352: Be clear that __prepare__ must be declared as a class method http://bugs.python.org/issue17352 closed by berker.peksag #18384: Add devhelp build instructions to the documentation makefile http://bugs.python.org/issue18384 closed by berker.peksag #18478: Class bodies: when does a name become local? http://bugs.python.org/issue18478 closed by terry.reedy #20496: function definition tutorial encourages bad practice http://bugs.python.org/issue20496 closed by berker.peksag #20973: Implement proper comparison operations for in _TotalOrderingMi http://bugs.python.org/issue20973 closed by r.david.murray #21271: reset_mock needs parameters to also reset return_value and sid http://bugs.python.org/issue21271 closed by kushal.das #21776: distutils.upload uses the wrong order of exceptions http://bugs.python.org/issue21776 closed by berker.peksag #23116: Python Tutorial 4.7.1: Improve ask_ok() to cover more input va http://bugs.python.org/issue23116 closed by berker.peksag #24647: Document argparse.REMAINDER as being equal to "..." http://bugs.python.org/issue24647 closed by r.david.murray #24671: idlelib 2.7: finish converting print statements http://bugs.python.org/issue24671 closed by terry.reedy #25570: urllib.request > Request.add_header("abcd","efgh") fails with http://bugs.python.org/issue25570 closed by martin.panter #25926: Clarify that the itertools pure python equivalents are only ap http://bugs.python.org/issue25926 closed by rhettinger #25931: os.fork() command distributed in windows Python27 (in SocketSe http://bugs.python.org/issue25931 closed by gregory.p.smith #26526: In parsermodule.c, replace over 2KLOC of hand-crafted validati http://bugs.python.org/issue26526 closed by python-dev #26553: Write HTTP in uppercase http://bugs.python.org/issue26553 closed by martin.panter #26632: @public - an __all__ decorator http://bugs.python.org/issue26632 closed by barry #26739: idle: Errno 10035 a non-blocking socket operation could not be http://bugs.python.org/issue26739 closed by zach.ware #26829: update docs: when creating classes a new dict is created for t http://bugs.python.org/issue26829 closed by r.david.murray #27043: Describe what âinspect.cleandocâ does to synopsis line. http://bugs.python.org/issue27043 closed by orsenthil #27113: sqlite3 connect parameter "check_same_thread" not documented http://bugs.python.org/issue27113 closed by orsenthil #27117: turtledemo does not work with IDLE's new dark theme. http://bugs.python.org/issue27117 closed by terry.reedy #27124: binascii.a2b_hex raises binascii.Error and ValueError, not Typ http://bugs.python.org/issue27124 closed by martin.panter #27125: Typo in Python 2 multiprocessing documentation http://bugs.python.org/issue27125 closed by martin.panter #27138: FileFinder.find_spec() docstring needs to be corrected. http://bugs.python.org/issue27138 closed by eric.snow #27143: python 3.5 conflict with Mailman, ebtables and firewalld http://bugs.python.org/issue27143 closed by barry #27146: posixmodule.c needs stdio.h http://bugs.python.org/issue27146 closed by gregory.p.smith #27147: importlib docs do not mention PEP 420 http://bugs.python.org/issue27147 closed by eric.snow #27148: Make VENV_DIR relative to Script directory http://bugs.python.org/issue27148 closed by vinay.sajip #27153: Default value shown by argparse.ArgumentDefaultsHelpFormatter http://bugs.python.org/issue27153 closed by r.david.murray #27155: '-' sign typo in example http://bugs.python.org/issue27155 closed by r.david.murray #27158: `isinstance` function does not handle types that are their own http://bugs.python.org/issue27158 closed by ebarry #27159: Python 3.5.1's websocket's lib crashes in event that internet http://bugs.python.org/issue27159 closed by r.david.murray #27160: str.format: Silent truncation of kwargs when passing keywords http://bugs.python.org/issue27160 closed by ebarry #27166: Spam http://bugs.python.org/issue27166 closed by ebarry #27171: Fix various typos http://bugs.python.org/issue27171 closed by martin.panter #27174: Update URL to IPython in interactive.rst http://bugs.python.org/issue27174 closed by berker.peksag #27176: Addition of assertNotRaises http://bugs.python.org/issue27176 closed by rhettinger #27178: Unconverted RST marking in interpreter tutorial http://bugs.python.org/issue27178 closed by berker.peksag #27183: Clarify that Py_VISIT(NULL) does nothing http://bugs.python.org/issue27183 closed by python-dev #27185: Clarify Test Coverage for the String Module (test_pep292 is no http://bugs.python.org/issue27185 closed by erinspace #27191: Add formatting around methods in PEP 8 http://bugs.python.org/issue27191 closed by berker.peksag #27192: Keyboard Shortcuts Consistently Cause Crashes http://bugs.python.org/issue27192 closed by ebarry #27193: Tkinter Unresponsive With Special Keys http://bugs.python.org/issue27193 closed by ned.deily
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com