ACTIVITY SUMMARY (2015-05-29 - 2015-06-05) 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 4853 ( +9) closed 31295 (+54) total 36148 (+63) Open issues with patches: 2225 Issues opened (30) ================== #23239: SSL match_hostname does not accept IP Address http://bugs.python.org/issue23239 reopened by christian.heimes #24325: Speedup types.coroutine() http://bugs.python.org/issue24325 opened by yselivanov #24329: __qualname__ and __slots__ http://bugs.python.org/issue24329 opened by yselivanov #24330: "Configure Idle" not in "Options" http://bugs.python.org/issue24330 opened by Yellow #24331: *** Error in `/usr/bin/python': double free or corruption (!pr http://bugs.python.org/issue24331 opened by krichter #24334: SSLSocket extra level of indirection http://bugs.python.org/issue24334 opened by christian.heimes #24336: Allow arbitrary keywords to @contextmanager functions http://bugs.python.org/issue24336 opened by vadmium #24337: Implement `http.client.HTTPMessage.__repr__` to make debugging http://bugs.python.org/issue24337 opened by cool-RR #24338: In argparse adding wrong arguments makes malformed namespace http://bugs.python.org/issue24338 opened by py.user #24339: iso6937 encoding missing http://bugs.python.org/issue24339 opened by John Helour #24340: co_stacksize estimate can be highly off http://bugs.python.org/issue24340 opened by arigo #24341: Test suite emits many DeprecationWarnings about sys.exc_clear( http://bugs.python.org/issue24341 opened by serhiy.storchaka #24343: Installing 3.4.3 gives error codes 2503 and 2502 on windows http://bugs.python.org/issue24343 opened by lac #24351: string.Template documentation incorrectly references "identifi http://bugs.python.org/issue24351 opened by july #24352: Provide a way for assertLogs to optionally not hide the loggin http://bugs.python.org/issue24352 opened by r.david.murray #24355: Provide a unittest api for controlling verbosity in tests http://bugs.python.org/issue24355 opened by r.david.murray #24356: venv documentation incorrect / misleading http://bugs.python.org/issue24356 opened by Graham.Oliver #24358: Should compression file-like objects provide .fileno(), mislea http://bugs.python.org/issue24358 opened by josh.r #24360: improve argparse.Namespace __repr__ for invalid identifiers. http://bugs.python.org/issue24360 opened by mbussonn #24362: Simplify the fast nodes resize logic in C OrderedDict. http://bugs.python.org/issue24362 opened by eric.snow #24363: httplib fails to handle semivalid HTTP headers http://bugs.python.org/issue24363 opened by mgdelmonte #24364: Not all defects pass through email policy http://bugs.python.org/issue24364 opened by r.david.murray #24370: OrderedDict behavior is unclear with misbehaving keys. http://bugs.python.org/issue24370 opened by eric.snow #24372: Documentation for ssl.wrap_socket's ssl_version parameter is o http://bugs.python.org/issue24372 opened by eric.smith #24379: slice.literal notation http://bugs.python.org/issue24379 opened by llllllllll #24380: Got warning when compiling _scproxy.c on Mac http://bugs.python.org/issue24380 opened by vajrasky #24381: Got warning when compiling ffi.c on Mac http://bugs.python.org/issue24381 opened by vajrasky #24383: consider implementing __await__ on concurrent.futures.Future http://bugs.python.org/issue24383 opened by yselivanov #24384: difflib.SequenceMatcher faster quick_ratio with lower bound sp http://bugs.python.org/issue24384 opened by floyd #24385: libpython27.a in python-2.7.10 i386 (windows msi release) cont http://bugs.python.org/issue24385 opened by Jan Harkes Most recent 15 issues with no replies (15) ========================================== #24381: Got warning when compiling ffi.c on Mac http://bugs.python.org/issue24381 #24380: Got warning when compiling _scproxy.c on Mac http://bugs.python.org/issue24380 #24370: OrderedDict behavior is unclear with misbehaving keys. http://bugs.python.org/issue24370 #24364: Not all defects pass through email policy http://bugs.python.org/issue24364 #24352: Provide a way for assertLogs to optionally not hide the loggin http://bugs.python.org/issue24352 #24351: string.Template documentation incorrectly references "identifi http://bugs.python.org/issue24351 #24341: Test suite emits many DeprecationWarnings about sys.exc_clear( http://bugs.python.org/issue24341 #24340: co_stacksize estimate can be highly off http://bugs.python.org/issue24340 #24329: __qualname__ and __slots__ http://bugs.python.org/issue24329 #24324: Remove -Wunreachable-code flag http://bugs.python.org/issue24324 #24322: Hundreds of linker warnings on Windows http://bugs.python.org/issue24322 #24319: Crash during "make coverage-report" http://bugs.python.org/issue24319 #24307: pip error on windows whose current user name contains non-asci http://bugs.python.org/issue24307 #24302: Dead Code of Handler check in function faulthandler_fatal_erro http://bugs.python.org/issue24302 #24300: Code Refactoring in function nis_mapname() http://bugs.python.org/issue24300 Most recent 15 issues waiting for review (15) ============================================= #24383: consider implementing __await__ on concurrent.futures.Future http://bugs.python.org/issue24383 #24381: Got warning when compiling ffi.c on Mac http://bugs.python.org/issue24381 #24380: Got warning when compiling _scproxy.c on Mac http://bugs.python.org/issue24380 #24379: slice.literal notation http://bugs.python.org/issue24379 #24362: Simplify the fast nodes resize logic in C OrderedDict. http://bugs.python.org/issue24362 #24360: improve argparse.Namespace __repr__ for invalid identifiers. http://bugs.python.org/issue24360 #24336: Allow arbitrary keywords to @contextmanager functions http://bugs.python.org/issue24336 #24334: SSLSocket extra level of indirection http://bugs.python.org/issue24334 #24325: Speedup types.coroutine() http://bugs.python.org/issue24325 #24320: Remove a now-unnecessary workaround from importlib._bootstrap. http://bugs.python.org/issue24320 #24318: Better documentaiton of profile-opt (and release builds in gen http://bugs.python.org/issue24318 #24314: irrelevant cross-link in documentation of user-defined functio http://bugs.python.org/issue24314 #24303: OSError 17 due to _multiprocessing/semaphore.c assuming a one- http://bugs.python.org/issue24303 #24302: Dead Code of Handler check in function faulthandler_fatal_erro http://bugs.python.org/issue24302 #24300: Code Refactoring in function nis_mapname() http://bugs.python.org/issue24300 Top 10 most discussed issues (10) ================================= #24363: httplib fails to handle semivalid HTTP headers http://bugs.python.org/issue24363 15 msgs #18003: lzma module very slow with line-oriented reading. http://bugs.python.org/issue18003 10 msgs #23237: Interrupts are lost during readline PyOS_InputHook processing http://bugs.python.org/issue23237 8 msgs #24338: In argparse adding wrong arguments makes malformed namespace http://bugs.python.org/issue24338 8 msgs #19543: Add -3 warnings for codec convenience method changes http://bugs.python.org/issue19543 7 msgs #24360: improve argparse.Namespace __repr__ for invalid identifiers. http://bugs.python.org/issue24360 7 msgs #24379: slice.literal notation http://bugs.python.org/issue24379 7 msgs #24303: OSError 17 due to _multiprocessing/semaphore.c assuming a one- http://bugs.python.org/issue24303 6 msgs #24320: Remove a now-unnecessary workaround from importlib._bootstrap. http://bugs.python.org/issue24320 6 msgs #24336: Allow arbitrary keywords to @contextmanager functions http://bugs.python.org/issue24336 6 msgs Issues closed (53) ================== #5497: openssl compileerror with original source http://bugs.python.org/issue5497 closed by zach.ware #5633: fix for timeit when the statement is a string and the setup is http://bugs.python.org/issue5633 closed by serhiy.storchaka #5843: Normalization error in urlunparse http://bugs.python.org/issue5843 closed by vadmium #15009: urlsplit can't round-trip relative-host urls. http://bugs.python.org/issue15009 closed by vadmium #16991: Add OrderedDict written in C http://bugs.python.org/issue16991 closed by eric.snow #21853: Fix inspect in unicodeless build http://bugs.python.org/issue21853 closed by serhiy.storchaka #22203: inspect.getargspec() returns wrong spec for builtins http://bugs.python.org/issue22203 closed by yselivanov #22357: inspect module documentation makes no reference to __qualname_ http://bugs.python.org/issue22357 closed by yselivanov #23659: csv.register_dialect doc string http://bugs.python.org/issue23659 closed by berker.peksag #23934: inspect.signature reporting "()" for all builtin & extension t http://bugs.python.org/issue23934 closed by yselivanov #24115: Unhandled error results of C API functions http://bugs.python.org/issue24115 closed by serhiy.storchaka #24148: 'cum' not a valid sort key for pstats.Stats.sort_stats http://bugs.python.org/issue24148 closed by berker.peksag #24264: imageop Unsafe Arithmetic http://bugs.python.org/issue24264 closed by serhiy.storchaka #24267: test_venv.EnsurePipTest.test_with_pip triggers version check o http://bugs.python.org/issue24267 closed by python-dev #24270: PEP 485 (math.isclose) implementation http://bugs.python.org/issue24270 closed by berker.peksag #24284: Inconsistency in startswith/endswith http://bugs.python.org/issue24284 closed by serhiy.storchaka #24308: Test failure: test_with_pip (test.test_venv.EnsurePipTest in 3 http://bugs.python.org/issue24308 closed by ned.deily #24317: Change installer Customize default to match quick settings http://bugs.python.org/issue24317 closed by steve.dower #24323: Typo in Mutable Sequence Types documentation. http://bugs.python.org/issue24323 closed by rhettinger #24326: Audioop: weightB not divided by GCD, weightA divided twice http://bugs.python.org/issue24326 closed by serhiy.storchaka #24327: yield unpacking http://bugs.python.org/issue24327 closed by serhiy.storchaka #24328: Extension modules with single-letter names can't be loaded http://bugs.python.org/issue24328 closed by python-dev #24332: urllib.parse should not discard delimiters when associated com http://bugs.python.org/issue24332 closed by vadmium #24333: urllib2 HTTPS connection over a digest auth enabled proxy give http://bugs.python.org/issue24333 closed by vadmium #24335: Provide __list__(self) along the lines of __str__(self) http://bugs.python.org/issue24335 closed by ethan.furman #24342: coroutine wrapper reentrancy http://bugs.python.org/issue24342 closed by yselivanov #24344: Overlap display issue in windows installer http://bugs.python.org/issue24344 closed by steve.dower #24345: Py_tp_finalize is missing http://bugs.python.org/issue24345 closed by python-dev #24346: TypeError at List in Tuple concatenation http://bugs.python.org/issue24346 closed by r.david.murray #24347: unchecked return value in C OrderedDict http://bugs.python.org/issue24347 closed by eric.snow #24348: incorrect decref in C OrderedDict http://bugs.python.org/issue24348 closed by eric.snow #24349: Null pointer dereferences in C OrderedDict http://bugs.python.org/issue24349 closed by eric.snow #24350: dict({'a':'aa'},a='bb') raises segmentation fault on Mac http://bugs.python.org/issue24350 closed by Graham Klyne #24353: NameError: name 'path_separators' is not defined http://bugs.python.org/issue24353 closed by ionelmc #24354: Requests Library get issue http://bugs.python.org/issue24354 closed by r.david.murray #24357: Change socket.getaddrinfo example to show IPv6 connectivity http://bugs.python.org/issue24357 closed by ned.deily #24359: C OrderedDict needs to check for changes during iteration http://bugs.python.org/issue24359 closed by eric.snow #24361: OrderedDict: crash with threads http://bugs.python.org/issue24361 closed by eric.snow #24365: Conditionalize 3.5 additions to the stable ABI http://bugs.python.org/issue24365 closed by yselivanov #24366: Simple indentation http://bugs.python.org/issue24366 closed by yselivanov #24367: Idle hangs when you close the debugger while debugging http://bugs.python.org/issue24367 closed by terry.reedy #24368: Some C OrderedDict methods need to support keyword arguments. http://bugs.python.org/issue24368 closed by eric.snow #24369: Using OrderedDict.move_to_end during iteration is problematic. http://bugs.python.org/issue24369 closed by eric.snow #24371: configparser hate dot in option like eth2.6 http://bugs.python.org/issue24371 closed by zach.ware #24373: Use traverse & finalize in xxlimited and in PEP 489 tests http://bugs.python.org/issue24373 closed by ncoghlan #24374: Plug refleak in set_coroutine_wrapper http://bugs.python.org/issue24374 closed by yselivanov #24375: Performance regression relative to 2.7 http://bugs.python.org/issue24375 closed by yselivanov #24376: xxlimited.c errors when building 32 and 64 bit on Windows http://bugs.python.org/issue24376 closed by zach.ware #24377: Refleak in OrderedDict.__repr__ when an item is not found. http://bugs.python.org/issue24377 closed by eric.snow #24378: dir(dictobject) returns empty list when __getattribute__ is ov http://bugs.python.org/issue24378 closed by r.david.murray #24382: Fail to build time module on Mac http://bugs.python.org/issue24382 closed by zach.ware #24386: Bug Tracker emails going to gmail spam http://bugs.python.org/issue24386 closed by r.david.murray #24387: json.loads should be idempotent when the argument is a diction http://bugs.python.org/issue24387 closed by r.david.murray _______________________________________________ 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