ACTIVITY SUMMARY (2011-12-02 - 2011-12-09) 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 3169 (+21) closed 22180 (+26) total 25349 (+47) Open issues with patches: 1351 Issues opened (39) ================== #5905: strptime fails in non-UTF locale http://bugs.python.org/issue5905 reopened by haypo #12555: PEP 3151 implementation http://bugs.python.org/issue12555 reopened by ncoghlan #13521: Make dict.setdefault() atomic http://bugs.python.org/issue13521 opened by rhettinger #13522: Document error return values for PyFloat_* and PyComplex_* http://bugs.python.org/issue13522 opened by skrah #13525: Tutorial: Example of Source Code Encoding triggers error http://bugs.python.org/issue13525 opened by nicolasg #13528: Rework performance FAQ http://bugs.python.org/issue13528 opened by pitrou #13530: Docs for os.lseek neglect to mention what it returns http://bugs.python.org/issue13530 opened by nedbat #13532: In IDLE, sys.stdout.write and sys.stderr can write any picklea http://bugs.python.org/issue13532 opened by maniram.maniram #13533: Would like Py_Initialize to play friendly with host app http://bugs.python.org/issue13533 opened by dangermouseb #13535: Improved two's complement arithmetic support: to_signed() and http://bugs.python.org/issue13535 opened by ncoghlan #13537: Namedtuple instances can't be pickled in a daemonized process http://bugs.python.org/issue13537 opened by Popa.Claudiu #13538: Docstring of str() and/or behavior http://bugs.python.org/issue13538 opened by Guillaume.Bouchard #13539: A return is missing in TimeEncoding of calendar.py http://bugs.python.org/issue13539 opened by psam #13540: Document the Action API in argparse http://bugs.python.org/issue13540 opened by jason.coombs #13541: HTTPResponse (urllib) has no attribute read1 needed for TextIO http://bugs.python.org/issue13541 opened by maubp #13543: shlex with string ending in space gives "ValueError: No closin http://bugs.python.org/issue13543 opened by ekorn #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS http://bugs.python.org/issue13544 opened by ncoghlan #13545: Pydoc3.2: TypeError: unorderable types http://bugs.python.org/issue13545 opened by threewestwinds #13547: Clean Lib/_sysconfigdata.py and Modules/_testembed http://bugs.python.org/issue13547 opened by skrah #13548: Invalid 'line' tracer event on pass within else clause http://bugs.python.org/issue13548 opened by sdeibel #13549: Incorrect nested list comprehension documentation http://bugs.python.org/issue13549 opened by mattlong #13550: Rewrite logging hack of the threading module http://bugs.python.org/issue13550 opened by haypo #13551: pulldom doesn't populate DOM tree http://bugs.python.org/issue13551 opened by AchimGaedke #13552: Compilation issues of the curses module on OpenIndiana http://bugs.python.org/issue13552 opened by haypo #13553: Tkinter doesn't set proper application name http://bugs.python.org/issue13553 opened by th9 #13554: Tkinter doesn't use higher resolution app icon http://bugs.python.org/issue13554 opened by th9 #13555: cPickle MemoryError when loading large file (while pickle work http://bugs.python.org/issue13555 opened by phillies #13556: When tzinfo.utcoffset is out-of-bounds, the exception message http://bugs.python.org/issue13556 opened by exarkun #13557: exec of list comprehension fails on NameError http://bugs.python.org/issue13557 opened by sdeibel #13558: multiprocessing package incompatible with PyObjC http://bugs.python.org/issue13558 opened by mrmekon #13559: Use sendfile where possible in httplib http://bugs.python.org/issue13559 opened by benjamin.peterson #13560: Add PyUnicode_DecodeLocale and PyUnicode_DecodeLocaleAndSize http://bugs.python.org/issue13560 opened by haypo #13561: os.listdir documentation should mention surrogateescape http://bugs.python.org/issue13561 opened by michael.foord #13562: Notes about module load path http://bugs.python.org/issue13562 opened by Nam.Nguyen #13563: Make use of with statement in ftplib http://bugs.python.org/issue13563 opened by giampaolo.rodola #13564: ftplib and sendfile() http://bugs.python.org/issue13564 opened by giampaolo.rodola #13565: test_multiprocessing.test_notify_all() hangs on "AMD64 Snow Le http://bugs.python.org/issue13565 opened by haypo #13566: Array objects pickled in 3.x with protocol <=2 are unpickled i http://bugs.python.org/issue13566 opened by sbt #13567: HTTPError interface changes / breaks depending on what was pas http://bugs.python.org/issue13567 opened by Keto Most recent 15 issues with no replies (15) ========================================== #13565: test_multiprocessing.test_notify_all() hangs on "AMD64 Snow Le http://bugs.python.org/issue13565 #13564: ftplib and sendfile() http://bugs.python.org/issue13564 #13562: Notes about module load path http://bugs.python.org/issue13562 #13561: os.listdir documentation should mention surrogateescape http://bugs.python.org/issue13561 #13560: Add PyUnicode_DecodeLocale and PyUnicode_DecodeLocaleAndSize http://bugs.python.org/issue13560 #13556: When tzinfo.utcoffset is out-of-bounds, the exception message http://bugs.python.org/issue13556 #13554: Tkinter doesn't use higher resolution app icon http://bugs.python.org/issue13554 #13553: Tkinter doesn't set proper application name http://bugs.python.org/issue13553 #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS http://bugs.python.org/issue13544 #13540: Document the Action API in argparse http://bugs.python.org/issue13540 #13539: A return is missing in TimeEncoding of calendar.py http://bugs.python.org/issue13539 #13528: Rework performance FAQ http://bugs.python.org/issue13528 #13525: Tutorial: Example of Source Code Encoding triggers error http://bugs.python.org/issue13525 #13516: Gzip old log files in rotating handlers http://bugs.python.org/issue13516 #13507: Modify OS X installer builds to package liblzma for the new lz http://bugs.python.org/issue13507 Most recent 15 issues waiting for review (15) ============================================= #13567: HTTPError interface changes / breaks depending on what was pas http://bugs.python.org/issue13567 #13564: ftplib and sendfile() http://bugs.python.org/issue13564 #13563: Make use of with statement in ftplib http://bugs.python.org/issue13563 #13562: Notes about module load path http://bugs.python.org/issue13562 #13560: Add PyUnicode_DecodeLocale and PyUnicode_DecodeLocaleAndSize http://bugs.python.org/issue13560 #13552: Compilation issues of the curses module on OpenIndiana http://bugs.python.org/issue13552 #13550: Rewrite logging hack of the threading module http://bugs.python.org/issue13550 #13549: Incorrect nested list comprehension documentation http://bugs.python.org/issue13549 #13528: Rework performance FAQ http://bugs.python.org/issue13528 #13520: Patch to make pickle aware of __qualname__ http://bugs.python.org/issue13520 #13516: Gzip old log files in rotating handlers http://bugs.python.org/issue13516 #13515: Consistent documentation practices for security concerns and c http://bugs.python.org/issue13515 #13512: ~/.pypirc created insecurely http://bugs.python.org/issue13512 #13511: ./configure --includedir, --libdir accept multiple http://bugs.python.org/issue13511 #13508: ctypes' find_library breaks with ARM ABIs http://bugs.python.org/issue13508 Top 10 most discussed issues (10) ================================= #11051: system calls per import http://bugs.python.org/issue11051 9 msgs #13549: Incorrect nested list comprehension documentation http://bugs.python.org/issue13549 8 msgs #11816: Refactor the dis module to provide better building blocks for http://bugs.python.org/issue11816 6 msgs #12555: PEP 3151 implementation http://bugs.python.org/issue12555 6 msgs #6715: xz compressor support http://bugs.python.org/issue6715 5 msgs #11682: PEP 380 reference implementation for 3.3 http://bugs.python.org/issue11682 5 msgs #11838: IDLE: make interactive code savable as a runnable script http://bugs.python.org/issue11838 5 msgs #13515: Consistent documentation practices for security concerns and c http://bugs.python.org/issue13515 5 msgs #13538: Docstring of str() and/or behavior http://bugs.python.org/issue13538 5 msgs #13545: Pydoc3.2: TypeError: unorderable types http://bugs.python.org/issue13545 5 msgs Issues closed (26) ================== #3635: pickle.dumps cannot save instance of dict-derived class that o http://bugs.python.org/issue3635 closed by alexandre.vassalotti #9663: importlib should exclusively open bytecode files http://bugs.python.org/issue9663 closed by brett.cannon #11147: _Py_ANNOTATE_MEMORY_ORDER has unused argument, effects code wh http://bugs.python.org/issue11147 closed by barry #11894: test_multiprocessing failure on "AMD64 OpenIndiana 3.x": KeyEr http://bugs.python.org/issue11894 closed by haypo #12208: Glitches in email.policy docs http://bugs.python.org/issue12208 closed by eric.araujo #12567: curses implementation of Unicode is wrong in Python 3 http://bugs.python.org/issue12567 closed by haypo #12612: Valgrind suppressions http://bugs.python.org/issue12612 closed by neologix #12666: map semantic change not documented in What's New http://bugs.python.org/issue12666 closed by jason.coombs #13211: urllib2.HTTPError does not have 'reason' attribute. http://bugs.python.org/issue13211 closed by jason.coombs #13441: TestEnUSCollation.test_strxfrm() fails on Solaris http://bugs.python.org/issue13441 closed by haypo #13464: HTTPResponse is missing an implementation of readinto http://bugs.python.org/issue13464 closed by pitrou #13494: 'cast' any value to a Boolean? http://bugs.python.org/issue13494 closed by ezio.melotti #13499: uuid documentation example uses invalid REPL/doctest syntax http://bugs.python.org/issue13499 closed by ezio.melotti #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop http://bugs.python.org/issue13500 closed by python-dev #13503: improved efficiency of bytearray pickling by using bytes type http://bugs.python.org/issue13503 closed by pitrou #13513: IOBase docs incorrectly link to the readline module http://bugs.python.org/issue13513 closed by meador.inge #13523: Python does not warn in module .py files does not exist if the http://bugs.python.org/issue13523 closed by ncoghlan #13524: critical error with import tempfile http://bugs.python.org/issue13524 closed by Andrey.Morozov #13526: Deprecate the old Unicode API http://bugs.python.org/issue13526 closed by loewis #13527: Remove obsolete mentions in the GUIs page http://bugs.python.org/issue13527 closed by pitrou #13529: Segfault inside of gc/weakref http://bugs.python.org/issue13529 closed by alex #13531: add test for defaultdict with non-callable first argument http://bugs.python.org/issue13531 closed by ezio.melotti #13534: test_cmath fails on ppc with glibc-2.14.90 due to buggy archit http://bugs.python.org/issue13534 closed by dmalcolm #13536: ast.literal_eval fails on sets http://bugs.python.org/issue13536 closed by benjamin.peterson #13542: Memory leak in multiprocessing.pool http://bugs.python.org/issue13542 closed by neologix #13546: sys.setrecursionlimit() crashes IDLE http://bugs.python.org/issue13546 closed by ned.deily _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com