ACTIVITY SUMMARY (2014-03-28 - 2014-04-04) 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 4550 (+16) closed 28376 (+52) total 32926 (+68) Open issues with patches: 2093 Issues opened (48) ================== #21087: imp.frozen_init() incorrectly removes module during reload http://bugs.python.org/issue21087 opened by eric.snow #21088: curses addch() argument position reverses in Python3.4.0 http://bugs.python.org/issue21088 opened by masamoto #21090: File read silently stops after EIO I/O error http://bugs.python.org/issue21090 opened by ivank #21091: EmailMessage.is_attachment should be a method http://bugs.python.org/issue21091 opened by brandon-rhodes #21095: EmailMessage should support Header objects http://bugs.python.org/issue21095 opened by brandon-rhodes #21099: Switch applicable importlib tests to use PEP 451 API http://bugs.python.org/issue21099 opened by eric.snow #21101: Extend the PyDict C API to handle cases where the hash value i http://bugs.python.org/issue21101 opened by rhettinger #21103: Encoding str to IDNA with ellipsis decomposes to empty labels http://bugs.python.org/issue21103 opened by chfoo #21106: Updated Mac folder icon http://bugs.python.org/issue21106 opened by viveksjain #21107: Add pgen.vcxproj to allow regenerating grammar files on Window http://bugs.python.org/issue21107 opened by zach.ware #21108: Add examples for importlib in doc http://bugs.python.org/issue21108 opened by sahutd #21109: tarfile: Traversal attack vulnerability http://bugs.python.org/issue21109 opened by Daniel.Garcia #21110: Slowdown and high memory usage when adding a new module in emb http://bugs.python.org/issue21110 opened by MrValdez #21111: PyLong_AsUnsignedLongAndOverflow does not exist http://bugs.python.org/issue21111 opened by h.venev #21112: 3.4 regression: unittest.expectedFailure no longer works on Te http://bugs.python.org/issue21112 opened by William.Schwartz #21114: wsgiref.simple_server doesn't handle multi-line headers correc http://bugs.python.org/issue21114 opened by Alan.Braithwaite #21116: Failure to create multiprocessing shared arrays larger than 50 http://bugs.python.org/issue21116 opened by mboquien #21117: inspect.signature: inaccuracies for partial functions http://bugs.python.org/issue21117 opened by yselivanov #21118: str.translate is absurdly slow in majority of use cases (takes http://bugs.python.org/issue21118 opened by josh.rosenberg #21119: asyncio create_connection resource warning http://bugs.python.org/issue21119 opened by landersson #21120: PyArena type is used in headers from the limited API http://bugs.python.org/issue21120 opened by aponomarenko #21121: -Werror=declaration-after-statement is added even for extensio http://bugs.python.org/issue21121 opened by nilsge #21122: CPython fails to build modules with LLVM LTO on Mac OS X http://bugs.python.org/issue21122 opened by Sjlver #21124: _struct module compilation error under Cygwin 1.7.17 on Python http://bugs.python.org/issue21124 opened by dellair.jie #21126: Integrate doctest.run_docstring_examples() with unittest http://bugs.python.org/issue21126 opened by giampaolo.rodola #21127: Path objects cannot be constructed from str subclasses http://bugs.python.org/issue21127 opened by Antony.Lee #21128: testing stdlib and compatibility with pypy http://bugs.python.org/issue21128 opened by mattip #21130: equivalent functools.partial instances should compare equal http://bugs.python.org/issue21130 opened by theller #21131: test_faulthandler.test_register_chain fails on 64bit ppc/arm w http://bugs.python.org/issue21131 opened by bkabrda #21132: Failure to import win32api http://bugs.python.org/issue21132 opened by woakesd #21133: unittest discover should allow option to run each package sepa http://bugs.python.org/issue21133 opened by the.mulhern #21134: Segfault when stringifying UnicodeEncodeError (or UnicodeDecod http://bugs.python.org/issue21134 opened by Marek.Kowalski #21136: fractions.Fraction.__pow__ does unneeded renormalization http://bugs.python.org/issue21136 opened by Orborde #21137: Better repr for threading.Lock() http://bugs.python.org/issue21137 opened by rhettinger #21138: mimetypes.MimeType UnicodeDecodeError http://bugs.python.org/issue21138 opened by tanbro #21139: Idle: change default reformat width from 70 to 72 http://bugs.python.org/issue21139 opened by terry.reedy #21140: Idle: saving an OutputWindow should default to .txt http://bugs.python.org/issue21140 opened by terry.reedy #21141: Don't mention Perl in Windows build output http://bugs.python.org/issue21141 opened by zach.ware #21142: Daily/weekly ABI scan? http://bugs.python.org/issue21142 opened by ncoghlan #21144: ensurepip "AssertionError: Multiple .dist-info directories" http://bugs.python.org/issue21144 opened by demmeln #21145: Add the @cached_property decorator http://bugs.python.org/issue21145 opened by Omer.Katz #21146: update gzip usage examples in docs http://bugs.python.org/issue21146 opened by wolma #21147: sqlite3 doesn't complain if the request contains a null charac http://bugs.python.org/issue21147 opened by haypo #21148: avoid memset in small tuple creation http://bugs.python.org/issue21148 opened by jtaylor #21150: Add quick links table to argparse docs http://bugs.python.org/issue21150 opened by rhettinger #21151: winreg.SetValueEx causes crash if value = None http://bugs.python.org/issue21151 opened by dmo2118 #21152: Idle: timed autosave for shell (and maybe editor) window http://bugs.python.org/issue21152 opened by terry.reedy #21153: bdist_rpm fails if project contains files with spaces in the n http://bugs.python.org/issue21153 opened by jason.coombs Most recent 15 issues with no replies (15) ========================================== #21152: Idle: timed autosave for shell (and maybe editor) window http://bugs.python.org/issue21152 #21150: Add quick links table to argparse docs http://bugs.python.org/issue21150 #21147: sqlite3 doesn't complain if the request contains a null charac http://bugs.python.org/issue21147 #21144: ensurepip "AssertionError: Multiple .dist-info directories" http://bugs.python.org/issue21144 #21139: Idle: change default reformat width from 70 to 72 http://bugs.python.org/issue21139 #21133: unittest discover should allow option to run each package sepa http://bugs.python.org/issue21133 #21132: Failure to import win32api http://bugs.python.org/issue21132 #21127: Path objects cannot be constructed from str subclasses http://bugs.python.org/issue21127 #21126: Integrate doctest.run_docstring_examples() with unittest http://bugs.python.org/issue21126 #21120: PyArena type is used in headers from the limited API http://bugs.python.org/issue21120 #21119: asyncio create_connection resource warning http://bugs.python.org/issue21119 #21114: wsgiref.simple_server doesn't handle multi-line headers correc http://bugs.python.org/issue21114 #21112: 3.4 regression: unittest.expectedFailure no longer works on Te http://bugs.python.org/issue21112 #21110: Slowdown and high memory usage when adding a new module in emb http://bugs.python.org/issue21110 #21107: Add pgen.vcxproj to allow regenerating grammar files on Window http://bugs.python.org/issue21107 Most recent 15 issues waiting for review (15) ============================================= #21148: avoid memset in small tuple creation http://bugs.python.org/issue21148 #21141: Don't mention Perl in Windows build output http://bugs.python.org/issue21141 #21140: Idle: saving an OutputWindow should default to .txt http://bugs.python.org/issue21140 #21137: Better repr for threading.Lock() http://bugs.python.org/issue21137 #21136: fractions.Fraction.__pow__ does unneeded renormalization http://bugs.python.org/issue21136 #21128: testing stdlib and compatibility with pypy http://bugs.python.org/issue21128 #21126: Integrate doctest.run_docstring_examples() with unittest http://bugs.python.org/issue21126 #21124: _struct module compilation error under Cygwin 1.7.17 on Python http://bugs.python.org/issue21124 #21118: str.translate is absurdly slow in majority of use cases (takes http://bugs.python.org/issue21118 #21117: inspect.signature: inaccuracies for partial functions http://bugs.python.org/issue21117 #21116: Failure to create multiprocessing shared arrays larger than 50 http://bugs.python.org/issue21116 #21114: wsgiref.simple_server doesn't handle multi-line headers correc http://bugs.python.org/issue21114 #21112: 3.4 regression: unittest.expectedFailure no longer works on Te http://bugs.python.org/issue21112 #21109: tarfile: Traversal attack vulnerability http://bugs.python.org/issue21109 #21108: Add examples for importlib in doc http://bugs.python.org/issue21108 Top 10 most discussed issues (10) ================================= #21117: inspect.signature: inaccuracies for partial functions http://bugs.python.org/issue21117 21 msgs #21085: compile error Python3.3 on Cygwin http://bugs.python.org/issue21085 16 msgs #21116: Failure to create multiprocessing shared arrays larger than 50 http://bugs.python.org/issue21116 12 msgs #20904: HAVE_PY_SET_53BIT_PRECISION for m68k http://bugs.python.org/issue20904 11 msgs #17390: display python version on idle title bar http://bugs.python.org/issue17390 8 msgs #21106: Updated Mac folder icon http://bugs.python.org/issue21106 8 msgs #21122: CPython fails to build modules with LLVM LTO on Mac OS X http://bugs.python.org/issue21122 8 msgs #19655: Replace the ASDL parser carried with CPython http://bugs.python.org/issue19655 7 msgs #21028: ElementTree objects should support all the same methods as Ele http://bugs.python.org/issue21028 7 msgs #21076: Turn signal.SIG* constants into enums http://bugs.python.org/issue21076 7 msgs Issues closed (50) ================== #8410: Fix emulated lock to be 'fair' http://bugs.python.org/issue8410 closed by kristjan.jonsson #11704: functools.partial doesn't create bound methods http://bugs.python.org/issue11704 closed by ncoghlan #11824: freeze.py broken due to ABI flags http://bugs.python.org/issue11824 closed by loewis #15044: _dbm not building on Fedora 17 http://bugs.python.org/issue15044 closed by ncoghlan #15067: Clean up the sqlite3 docs http://bugs.python.org/issue15067 closed by python-dev #15331: Codecs docs should explain that the bytes-bytes shorthand alia http://bugs.python.org/issue15331 closed by ncoghlan #16475: Support object instancing and recursion in marshal http://bugs.python.org/issue16475 closed by kristjan.jonsson #16716: Deprecate OSError aliases in the doc http://bugs.python.org/issue16716 closed by asvetlov #17522: Add api PyGILState_Check http://bugs.python.org/issue17522 closed by kristjan.jonsson #17705: Fill Character cannot be \0 http://bugs.python.org/issue17705 closed by skrah #17862: itertools.chunks(iterable, size, fill=None) http://bugs.python.org/issue17862 closed by rhettinger #17969: multiprocessing crash on exit http://bugs.python.org/issue17969 closed by kristjan.jonsson #18652: Add itertools.first_true (return first true item in iterable) http://bugs.python.org/issue18652 closed by rhettinger #19491: Python Crashing When Saving Documents http://bugs.python.org/issue19491 closed by terry.reedy #19501: Buildbot testing of 3.2 broken http://bugs.python.org/issue19501 closed by zach.ware #19505: OrderedDict views don't implement __reversed__ http://bugs.python.org/issue19505 closed by serhiy.storchaka #19640: Dynamically generate the _source attribute of namedtuple to sa http://bugs.python.org/issue19640 closed by rhettinger #19697: Document the possible values for __main__.__spec__ http://bugs.python.org/issue19697 closed by eric.snow #20022: Eliminate the use of the deprecated bundlebuilder.py script in http://bugs.python.org/issue20022 closed by ned.deily #20375: ElementTree: Document handling processing instructions http://bugs.python.org/issue20375 closed by nikratio #20550: Use specific asserts in collections tests http://bugs.python.org/issue20550 closed by rhettinger #20887: stdlib compatibility with pypy, test_zipfile.py http://bugs.python.org/issue20887 closed by benjamin.peterson #20942: _frozen_importlib should not have a __file__ attribute http://bugs.python.org/issue20942 closed by brett.cannon #21014: `1` => `True`; for tutorial docs http://bugs.python.org/issue21014 closed by rhettinger #21029: IDLE mis-coloring "print" http://bugs.python.org/issue21029 closed by rhettinger #21066: The separate download version for the documentation doesn't wo http://bugs.python.org/issue21066 closed by loewis #21073: Py_ReprEnter potentially misbehaves during malformed thread st http://bugs.python.org/issue21073 closed by pitrou #21074: Too aggressive constant folding http://bugs.python.org/issue21074 closed by ncoghlan #21082: os.makedirs(exist_ok=True) is not thread-safe: umask is set te http://bugs.python.org/issue21082 closed by python-dev #21086: Source with "# -*- coding: ASCII -*-" and UNIX EOL (\n) result http://bugs.python.org/issue21086 closed by Arfrever #21089: macro SET_SYS_FROM_STRING_BORROW doesn't get unset http://bugs.python.org/issue21089 closed by python-dev #21092: json serializer implicitly stringifies non-string keys http://bugs.python.org/issue21092 closed by brett.cannon #21093: ctypes test_macholib fails if libz is not installed in /usr/li http://bugs.python.org/issue21093 closed by ned.deily #21094: sqlite3 CheckOpcodeCount fails with AssertionError: 5 not grea http://bugs.python.org/issue21094 closed by benjamin.peterson #21096: Python icon hardcoded http://bugs.python.org/issue21096 closed by ned.deily #21097: Move test_namespace_pkgs into test_importlib. http://bugs.python.org/issue21097 closed by eric.snow #21098: Address remaining PEP 451-related to-do comments. http://bugs.python.org/issue21098 closed by eric.snow #21100: Micro-optimization for tuple comparison http://bugs.python.org/issue21100 closed by rhettinger #21102: 3.4.0 PDF (a4,letter) and EPUB documentation missing http://bugs.python.org/issue21102 closed by benjamin.peterson #21104: Read from file aborted http://bugs.python.org/issue21104 closed by Alex.Grinko #21105: functools.partialmethod example doesn't actually work http://bugs.python.org/issue21105 closed by python-dev #21113: Error usage of class.__bases__ http://bugs.python.org/issue21113 closed by ZealotuS #21115: python.org server change causing failures in test_urllib2net t http://bugs.python.org/issue21115 closed by benjamin.peterson #21123: Compilation error on _struct module on Python 3.4 http://bugs.python.org/issue21123 closed by dellair.jie #21125: traceback.extract_tb says "quadruple" when it means "tuple" http://bugs.python.org/issue21125 closed by rhettinger #21129: Segfault in python interpreter http://bugs.python.org/issue21129 closed by zach.ware #21135: Remove useless _vb_pattern parameter in cgi.valid_boundary http://bugs.python.org/issue21135 closed by python-dev #21143: Copy-paste error in documentation of __builtin__.max http://bugs.python.org/issue21143 closed by rhettinger #21149: logging._removeHandlerRef is not threadsafe during interpreter http://bugs.python.org/issue21149 closed by python-dev #21154: Small fix in 2.7.6 lang ref http://bugs.python.org/issue21154 closed by python-dev _______________________________________________ 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