ACTIVITY SUMMARY (2017-01-13 - 2017-01-20) 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 5755 (+36) closed 35335 (+35) total 41090 (+71) Open issues with patches: 2484 Issues opened (49) ================== #16623: argparse help formatter does not honor non-breaking space http://bugs.python.org/issue16623 reopened by xiang.zhang #29264: sparc/ffi.c:440 error: 'asm' undeclared http://bugs.python.org/issue29264 opened by phantal #29265: os.cpu_count is problematic on sparc/solaris http://bugs.python.org/issue29265 opened by phantal #29266: test_create_connection_service_name fails if "http" isn't list http://bugs.python.org/issue29266 opened by phantal #29267: Cannot override some flags in CFLAGS from the command-line http://bugs.python.org/issue29267 opened by phantal #29268: test_spwd fails on solaris using NIS users http://bugs.python.org/issue29268 opened by phantal #29269: test_socket failing in solaris http://bugs.python.org/issue29269 opened by phantal #29270: super call in ctypes sub-class fails in 3.6 http://bugs.python.org/issue29270 opened by Dave Jones #29271: Task.current_task(None) returns unexpected result http://bugs.python.org/issue29271 opened by yselivanov #29272: test_logging hangs if /etc/hosts only aliases "localhost" to : http://bugs.python.org/issue29272 opened by phantal #29273: test___all__ alters utf8 locale setting http://bugs.python.org/issue29273 opened by martin.panter #29275: time module still has Y2K issues note http://bugs.python.org/issue29275 opened by Elizacat #29278: Python 3.6 build fails with parallel make http://bugs.python.org/issue29278 opened by ugultopu #29282: Fused multiply-add: proposal to add math.fma() http://bugs.python.org/issue29282 opened by juraj.sukop #29283: duplicate README in site-packages http://bugs.python.org/issue29283 opened by matejcik #29284: Include thread_name_prefix in the concurrent.futures.ThreadPo http://bugs.python.org/issue29284 opened by jftuga #29286: Use METH_FASTCALL in str methods http://bugs.python.org/issue29286 opened by haypo #29287: IDLE needs syntax highlighting for f-strings http://bugs.python.org/issue29287 opened by rhettinger #29288: Lookup Error while importing idna from a worker thread http://bugs.python.org/issue29288 opened by Ilya.Kulakov #29289: Convert OrderedDict methods to Argument Clinic http://bugs.python.org/issue29289 opened by haypo #29290: argparse breaks long lines on NO-BREAK SPACE http://bugs.python.org/issue29290 opened by steven.daprano #29293: Missing parameter "n" on multiprocessing.Condition.notify() http://bugs.python.org/issue29293 opened by Victor de la Fuente #29298: argparse fails with required subparsers, un-named dest, and em http://bugs.python.org/issue29298 opened by zachrahan #29299: Argument Clinic: Fix signature of optional positional-only arg http://bugs.python.org/issue29299 opened by haypo #29300: Modify the _struct module to use FASTCALL and Argument Clinic http://bugs.python.org/issue29300 opened by haypo #29302: add contextlib.AsyncExitStack http://bugs.python.org/issue29302 opened by thehesiod #29304: dict: simplify lookup function http://bugs.python.org/issue29304 opened by inada.naoki #29306: Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCa http://bugs.python.org/issue29306 opened by haypo #29308: venv should match virtualenv VIRTUAL_ENV_DISABLE_PROMPT config http://bugs.python.org/issue29308 opened by Jack Bennett #29309: Interpreter hang when interrupting a loop.run_in_executor() fu http://bugs.python.org/issue29309 opened by rsebille #29310: Document typing.NamedTuple default argument syntax http://bugs.python.org/issue29310 opened by Jelle Zijlstra #29311: Argument Clinic: convert dict methods http://bugs.python.org/issue29311 opened by haypo #29313: msi by bdist_msi will fail execute install-scripts if space in http://bugs.python.org/issue29313 opened by eszense #29314: asyncio.async deprecation warning is missing stacklevel=2 http://bugs.python.org/issue29314 opened by r.david.murray #29317: test_copyxattr_symlinks fails http://bugs.python.org/issue29317 opened by marktay #29318: Optimize _PyFunction_FastCallDict() for **kwargs http://bugs.python.org/issue29318 opened by haypo #29319: Embedded 3.6.0 distribution cannot run pyz files http://bugs.python.org/issue29319 opened by paul.moore #29320: bdist_msi install_script fail to execute if alt python locatio http://bugs.python.org/issue29320 opened by eszense #29321: Wrong documentation (Language Ref) for unicode and str compari http://bugs.python.org/issue29321 opened by RK-5wWm9h #29323: Wrong documentation (Library) for unicode and str comparison http://bugs.python.org/issue29323 opened by RK-5wWm9h #29324: test_aead_aes_gcm fails on Kernel 4.9 http://bugs.python.org/issue29324 opened by christian.heimes #29326: Blank lines in ._pth file are not ignored http://bugs.python.org/issue29326 opened by steve.dower #29328: struct module should support variable-length strings http://bugs.python.org/issue29328 opened by Elizacat #29329: Incorrect documentation for custom `hex()` support on Python 2 http://bugs.python.org/issue29329 opened by pekka.klarck #29330: __slots__ needs documentation http://bugs.python.org/issue29330 opened by saumitra1978 #29331: Simplify argument parsing in sorted() and list.sort() http://bugs.python.org/issue29331 opened by serhiy.storchaka #29332: Uniform SelectSelector._select behavior http://bugs.python.org/issue29332 opened by Wen Adam #29333: ConfigParser calls Interpolation.before_read after reading http://bugs.python.org/issue29333 opened by Anaphory #29334: ssl.SSLObject method getpeercert() is buggy, do_handshake() is http://bugs.python.org/issue29334 opened by Greg Stark Most recent 15 issues with no replies (15) ========================================== #29333: ConfigParser calls Interpolation.before_read after reading http://bugs.python.org/issue29333 #29332: Uniform SelectSelector._select behavior http://bugs.python.org/issue29332 #29326: Blank lines in ._pth file are not ignored http://bugs.python.org/issue29326 #29320: bdist_msi install_script fail to execute if alt python locatio http://bugs.python.org/issue29320 #29317: test_copyxattr_symlinks fails http://bugs.python.org/issue29317 #29314: asyncio.async deprecation warning is missing stacklevel=2 http://bugs.python.org/issue29314 #29310: Document typing.NamedTuple default argument syntax http://bugs.python.org/issue29310 #29308: venv should match virtualenv VIRTUAL_ENV_DISABLE_PROMPT config http://bugs.python.org/issue29308 #29302: add contextlib.AsyncExitStack http://bugs.python.org/issue29302 #29288: Lookup Error while importing idna from a worker thread http://bugs.python.org/issue29288 #29287: IDLE needs syntax highlighting for f-strings http://bugs.python.org/issue29287 #29284: Include thread_name_prefix in the concurrent.futures.ThreadPo http://bugs.python.org/issue29284 #29283: duplicate README in site-packages http://bugs.python.org/issue29283 #29273: test___all__ alters utf8 locale setting http://bugs.python.org/issue29273 #29272: test_logging hangs if /etc/hosts only aliases "localhost" to : http://bugs.python.org/issue29272 Most recent 15 issues waiting for review (15) ============================================= #29332: Uniform SelectSelector._select behavior http://bugs.python.org/issue29332 #29331: Simplify argument parsing in sorted() and list.sort() http://bugs.python.org/issue29331 #29313: msi by bdist_msi will fail execute install-scripts if space in http://bugs.python.org/issue29313 #29311: Argument Clinic: convert dict methods http://bugs.python.org/issue29311 #29306: Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCa http://bugs.python.org/issue29306 #29304: dict: simplify lookup function http://bugs.python.org/issue29304 #29300: Modify the _struct module to use FASTCALL and Argument Clinic http://bugs.python.org/issue29300 #29299: Argument Clinic: Fix signature of optional positional-only arg http://bugs.python.org/issue29299 #29290: argparse breaks long lines on NO-BREAK SPACE http://bugs.python.org/issue29290 #29289: Convert OrderedDict methods to Argument Clinic http://bugs.python.org/issue29289 #29286: Use METH_FASTCALL in str methods http://bugs.python.org/issue29286 #29282: Fused multiply-add: proposal to add math.fma() http://bugs.python.org/issue29282 #29273: test___all__ alters utf8 locale setting http://bugs.python.org/issue29273 #29271: Task.current_task(None) returns unexpected result http://bugs.python.org/issue29271 #29270: super call in ctypes sub-class fails in 3.6 http://bugs.python.org/issue29270 Top 10 most discussed issues (10) ================================= #29259: Add tp_fastcall to PyTypeObject: support FASTCALL calling conv http://bugs.python.org/issue29259 26 msgs #29282: Fused multiply-add: proposal to add math.fma() http://bugs.python.org/issue29282 19 msgs #29262: Provide a way to check for *real* typing.Union instances http://bugs.python.org/issue29262 15 msgs #9216: FIPS support for hashlib http://bugs.python.org/issue9216 13 msgs #29286: Use METH_FASTCALL in str methods http://bugs.python.org/issue29286 13 msgs #20180: Derby #11: Convert 50 sites to Argument Clinic across 9 files http://bugs.python.org/issue20180 10 msgs #20186: Derby #18: Convert 31 sites to Argument Clinic across 23 files http://bugs.python.org/issue20186 9 msgs #29289: Convert OrderedDict methods to Argument Clinic http://bugs.python.org/issue29289 9 msgs #29311: Argument Clinic: convert dict methods http://bugs.python.org/issue29311 9 msgs #29319: Embedded 3.6.0 distribution cannot run pyz files http://bugs.python.org/issue29319 9 msgs Issues closed (33) ================== #26110: Speedup method calls 1.2x http://bugs.python.org/issue26110 closed by inada.naoki #26296: colorsys rgb_to_hls algorithm error http://bugs.python.org/issue26296 closed by serhiy.storchaka #27596: Build failure with Xcode 8 beta on OSX 10.11 http://bugs.python.org/issue27596 closed by ned.deily #29011: No entry Deque in typing.py http://bugs.python.org/issue29011 closed by rhettinger #29029: Faster positional arguments parsing in PyArg_ParseTupleAndKeyw http://bugs.python.org/issue29029 closed by serhiy.storchaka #29057: Compiler failure on Mac OS X - sys/random.h http://bugs.python.org/issue29057 closed by ned.deily #29132: shlex.shlex with punctuation_chars and posix doesn't handle pu http://bugs.python.org/issue29132 closed by python-dev #29197: Remove os.path.splitunc() http://bugs.python.org/issue29197 closed by serhiy.storchaka #29246: typing.Union raises RecursionError when comparing Union to oth http://bugs.python.org/issue29246 closed by gvanrossum #29261: Missing venv/scripts/common after "make install" http://bugs.python.org/issue29261 closed by python-dev #29274: Change âtests casesâ â âtest casesâ http://bugs.python.org/issue29274 closed by martin.panter #29276: HTMLParser in Python 2.7 doesn't recognize image tags wrapped http://bugs.python.org/issue29276 closed by Ari #29277: os.getcwd failing on LOFS share http://bugs.python.org/issue29277 closed by haypo #29279: --with-pydebug optimizes too much http://bugs.python.org/issue29279 closed by rhettinger #29280: gdbm & ndbm support missing in Windows http://bugs.python.org/issue29280 closed by r.david.murray #29281: json.loads documentation missing "versionchanged" statement http://bugs.python.org/issue29281 closed by rhettinger #29285: Unicode errors occur inside of multi-line comments http://bugs.python.org/issue29285 closed by zach.ware #29291: Misleading text in the documentation of re library for non-gre http://bugs.python.org/issue29291 closed by rhettinger #29292: Missing a parameter in PyEval_EvalCodeEx doc http://bugs.python.org/issue29292 closed by xiang.zhang #29294: ctypes.windll.LoadLibrary refuses unicode argument http://bugs.python.org/issue29294 closed by theller #29295: dict: Optimize PyDict_GetItemString() http://bugs.python.org/issue29295 closed by inada.naoki #29296: convert print() to METH_FASTCALL http://bugs.python.org/issue29296 closed by inada.naoki #29297: python3 open() does not check argument type before attempting http://bugs.python.org/issue29297 closed by serhiy.storchaka #29301: decimal: Use FASTCALL and/or Argument Clinic http://bugs.python.org/issue29301 closed by haypo #29303: asyncio.Lock.acquire() does not always yield http://bugs.python.org/issue29303 closed by gvanrossum #29305: encoding to ascii in http/client.py http://bugs.python.org/issue29305 closed by martin.panter #29307: ModuleNotFoundError when using literal string interpolation wi http://bugs.python.org/issue29307 closed by r.david.murray #29312: Use FASTCALL in dict.update() http://bugs.python.org/issue29312 closed by haypo #29315: \b requires raw strings or to be escaped. Update docs with tha http://bugs.python.org/issue29315 closed by r.david.murray #29316: Keep typing.py provisional for the duration of the Python 3.6 http://bugs.python.org/issue29316 closed by ned.deily #29322: SimpleCV error on Raspberry Pi http://bugs.python.org/issue29322 closed by xiang.zhang #29325: pysqlite: Evaluate removal of sqlite3_stmt_readonly http://bugs.python.org/issue29325 closed by xiang.zhang #29327: SystemError or crash in sorted(iterable=[]) http://bugs.python.org/issue29327 closed by serhiy.storchaka
_______________________________________________ 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