ACTIVITY SUMMARY (2013-10-04 - 2013-10-11) 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 4240 (-16) closed 26757 (+75) total 30997 (+59) Open issues with patches: 1960 Issues opened (37) ================== #18229: attribute headers of http.server.BaseHTTPRequestHandler someti http://bugs.python.org/issue18229 reopened by joru #18716: Deprecate the formatter module http://bugs.python.org/issue18716 reopened by brett.cannon #19167: sqlite3 cursor.description varies across Linux (3.3.1), Win32 http://bugs.python.org/issue19167 opened by mpb #19170: telnetlib: use selectors http://bugs.python.org/issue19170 opened by neologix #19172: selectors: add keys() method http://bugs.python.org/issue19172 opened by neologix #19173: Expose Queue maxsize parameter to multiprocessing.Pool class http://bugs.python.org/issue19173 opened by noxdafox #19175: Erroneous reference to "integer" in format string grammar http://bugs.python.org/issue19175 opened by davidchambers #19176: DeprecationWarning for doctype() method when subclassing _elem http://bugs.python.org/issue19176 opened by vadmium #19179: doc bug: confusing table of values http://bugs.python.org/issue19179 opened by georg.brandl #19180: some RFC references could be updated http://bugs.python.org/issue19180 opened by georg.brandl #19183: PEP 456 Secure and interchangeable hash algorithm http://bugs.python.org/issue19183 opened by christian.heimes #19184: dis module has incorrect docs for RAISE_VARARGS http://bugs.python.org/issue19184 opened by nedbat #19185: Allow multiprocessing Pool initializer to return values http://bugs.python.org/issue19185 opened by noxdafox #19186: expat symbols should be namespaced in pyexpat again http://bugs.python.org/issue19186 opened by athompson #19189: Improve cross-references in pickle documentation. http://bugs.python.org/issue19189 opened by serhiy.storchaka #19191: os.path.splitext in windows , a little question http://bugs.python.org/issue19191 opened by xiaowei.py #19192: Move test_current_time from test_xmlrpc_net to test_xmlrpc http://bugs.python.org/issue19192 opened by vajrasky #19197: Improve cross-references in shlex documentation http://bugs.python.org/issue19197 opened by serhiy.storchaka #19198: Improve cross-references in cgi documentation http://bugs.python.org/issue19198 opened by serhiy.storchaka #19201: lzma and 'x' mode open http://bugs.python.org/issue19201 opened by oylenshpeegul #19202: Additions to docs http://bugs.python.org/issue19202 opened by Esa.Peuha #19203: Improve cross-references in curses howto http://bugs.python.org/issue19203 opened by serhiy.storchaka #19204: Improve cross-references in urllib documentation http://bugs.python.org/issue19204 opened by serhiy.storchaka #19205: Don't import re and sysconfig in site.py http://bugs.python.org/issue19205 opened by christian.heimes #19206: Support disabling file I/O when doing traceback formatting http://bugs.python.org/issue19206 opened by itamarst #19207: Improve cross-references in os documentation http://bugs.python.org/issue19207 opened by serhiy.storchaka #19209: Remove import copyreg from os module http://bugs.python.org/issue19209 opened by christian.heimes #19213: platform.linux_distribution detects Oracle Linux as Red Hat En http://bugs.python.org/issue19213 opened by javawizard #19214: shutil.make_archive should recognize extensions in filenames http://bugs.python.org/issue19214 opened by andreas-h #19216: stat cache for import bootstrap http://bugs.python.org/issue19216 opened by christian.heimes #19217: Calling assertEquals for moderately long list takes too long http://bugs.python.org/issue19217 opened by Jacek.Bzdak #19218: Use of MutableMapping in os module slows down interpreter star http://bugs.python.org/issue19218 opened by eric.snow #19219: speed up marshal.loads() http://bugs.python.org/issue19219 opened by pitrou #19222: gzip and 'x' mode open http://bugs.python.org/issue19222 opened by oylenshpeegul #19223: bz2 and 'x' mode open http://bugs.python.org/issue19223 opened by oylenshpeegul #19224: Make hash(None) consistent among processes http://bugs.python.org/issue19224 opened by hongqn #19225: lack of PyExc_BufferError doc http://bugs.python.org/issue19225 opened by xwhhsprings Most recent 15 issues with no replies (15) ========================================== #19223: bz2 and 'x' mode open http://bugs.python.org/issue19223 #19222: gzip and 'x' mode open http://bugs.python.org/issue19222 #19214: shutil.make_archive should recognize extensions in filenames http://bugs.python.org/issue19214 #19207: Improve cross-references in os documentation http://bugs.python.org/issue19207 #19204: Improve cross-references in urllib documentation http://bugs.python.org/issue19204 #19203: Improve cross-references in curses howto http://bugs.python.org/issue19203 #19198: Improve cross-references in cgi documentation http://bugs.python.org/issue19198 #19197: Improve cross-references in shlex documentation http://bugs.python.org/issue19197 #19189: Improve cross-references in pickle documentation. http://bugs.python.org/issue19189 #19186: expat symbols should be namespaced in pyexpat again http://bugs.python.org/issue19186 #19184: dis module has incorrect docs for RAISE_VARARGS http://bugs.python.org/issue19184 #19180: some RFC references could be updated http://bugs.python.org/issue19180 #19179: doc bug: confusing table of values http://bugs.python.org/issue19179 #19176: DeprecationWarning for doctype() method when subclassing _elem http://bugs.python.org/issue19176 #19157: ipaddress.IPv6Network.hosts function omits network and broadca http://bugs.python.org/issue19157 Most recent 15 issues waiting for review (15) ============================================= #19224: Make hash(None) consistent among processes http://bugs.python.org/issue19224 #19219: speed up marshal.loads() http://bugs.python.org/issue19219 #19218: Use of MutableMapping in os module slows down interpreter star http://bugs.python.org/issue19218 #19216: stat cache for import bootstrap http://bugs.python.org/issue19216 #19209: Remove import copyreg from os module http://bugs.python.org/issue19209 #19207: Improve cross-references in os documentation http://bugs.python.org/issue19207 #19205: Don't import re and sysconfig in site.py http://bugs.python.org/issue19205 #19204: Improve cross-references in urllib documentation http://bugs.python.org/issue19204 #19203: Improve cross-references in curses howto http://bugs.python.org/issue19203 #19202: Additions to docs http://bugs.python.org/issue19202 #19201: lzma and 'x' mode open http://bugs.python.org/issue19201 #19198: Improve cross-references in cgi documentation http://bugs.python.org/issue19198 #19197: Improve cross-references in shlex documentation http://bugs.python.org/issue19197 #19192: Move test_current_time from test_xmlrpc_net to test_xmlrpc http://bugs.python.org/issue19192 #19189: Improve cross-references in pickle documentation. http://bugs.python.org/issue19189 Top 10 most discussed issues (10) ================================= #19219: speed up marshal.loads() http://bugs.python.org/issue19219 31 msgs #3982: support .format for bytes http://bugs.python.org/issue3982 20 msgs #12892: UTF-16 and UTF-32 codecs should reject (lone) surrogates http://bugs.python.org/issue12892 17 msgs #19209: Remove import copyreg from os module http://bugs.python.org/issue19209 14 msgs #19172: selectors: add keys() method http://bugs.python.org/issue19172 12 msgs #19183: PEP 456 Secure and interchangeable hash algorithm http://bugs.python.org/issue19183 11 msgs #19154: AttributeError: 'NoneType' in http/client.py when using select http://bugs.python.org/issue19154 10 msgs #19216: stat cache for import bootstrap http://bugs.python.org/issue19216 10 msgs #19142: Cross-compile fails trying to execute foreign pgen on build ho http://bugs.python.org/issue19142 9 msgs #18758: Fix internal references in the documentation http://bugs.python.org/issue18758 7 msgs Issues closed (71) ================== #1215: documentation doesn't say that you can't handle C segfaults fr http://bugs.python.org/issue1215 closed by python-dev #11585: Documentation 1.8 shows Python 2 example http://bugs.python.org/issue11585 closed by georg.brandl #11789: Extend upon metaclass/type class documentation, here: zope.int http://bugs.python.org/issue11789 closed by georg.brandl #11807: Documentation of add_subparsers lacks information about parame http://bugs.python.org/issue11807 closed by python-dev #12162: Documentation about re \number http://bugs.python.org/issue12162 closed by georg.brandl #12350: Improve stat_result.st_blocks and st_blksize documentation http://bugs.python.org/issue12350 closed by python-dev #13867: misleading comment in weakrefobject.h http://bugs.python.org/issue13867 closed by python-dev #13951: Document that Seg Fault in .so called by ctypes causes the int http://bugs.python.org/issue13951 closed by python-dev #14101: example function in tertools.count docstring is misindented http://bugs.python.org/issue14101 closed by georg.brandl #14224: packaging: path description of resources is mixed up http://bugs.python.org/issue14224 closed by georg.brandl #15172: Document nasm-2.10.01 as required version for openssl http://bugs.python.org/issue15172 closed by georg.brandl #15213: _PyOS_URandom documentation http://bugs.python.org/issue15213 closed by python-dev #15228: os.utime() docs not clear on behavior on nonexistant files http://bugs.python.org/issue15228 closed by python-dev #15264: PyErr_SetFromErrnoWithFilenameObject() undocumented http://bugs.python.org/issue15264 closed by georg.brandl #15329: clarify which deque methods are thread-safe http://bugs.python.org/issue15329 closed by rhettinger #15432: gzip.py: mtime argument only since python 2.7 http://bugs.python.org/issue15432 closed by python-dev #15455: index entries not showing up in glossary http://bugs.python.org/issue15455 closed by georg.brandl #15805: Add stdout redirection tool to contextlib http://bugs.python.org/issue15805 closed by rhettinger #15863: Fine-grained info about Python versions which support changes http://bugs.python.org/issue15863 closed by georg.brandl #15964: SyntaxError in asdl when building 2.7 with system Python 3 http://bugs.python.org/issue15964 closed by eli.bendersky #16742: PyOS_Readline drops GIL and calls PyOS_StdioReadline, which is http://bugs.python.org/issue16742 closed by python-dev #17725: English mistake in Extending and Embedding Python doc page. http://bugs.python.org/issue17725 closed by python-dev #17745: "packaging" no longer planned to be included http://bugs.python.org/issue17745 closed by georg.brandl #18529: Use long dash http://bugs.python.org/issue18529 closed by georg.brandl #18577: lru_cache enhancement: lru_timestamp helper function http://bugs.python.org/issue18577 closed by rhettinger #18646: Improve tutorial entry on 'Lambda Forms'. http://bugs.python.org/issue18646 closed by python-dev #18664: occasional test_threading failure http://bugs.python.org/issue18664 closed by haypo #18764: The pdb print command prints repr instead of str in python3 http://bugs.python.org/issue18764 closed by r.david.murray #18785: Add get_body and iter_attachments to provisional email API http://bugs.python.org/issue18785 closed by r.david.murray #18790: incorrect text in argparse add_help example http://bugs.python.org/issue18790 closed by berker.peksag #18860: Add content manager API to email package http://bugs.python.org/issue18860 closed by r.david.murray #18890: Add a raw_data_manager content manager to the email package. http://bugs.python.org/issue18890 closed by r.david.murray #18927: Lock.acquire() docs incorrect about negative timeout http://bugs.python.org/issue18927 closed by python-dev #18948: deliberately crashing tests should prevent core dumps http://bugs.python.org/issue18948 closed by pitrou #18972: Use argparse in email example scripts http://bugs.python.org/issue18972 closed by serhiy.storchaka #19005: PyIter_Next crashes if passed a non-iterator http://bugs.python.org/issue19005 closed by rhettinger #19067: Built-in range docstrings are not PEP-8 compatible http://bugs.python.org/issue19067 closed by ezio.melotti #19068: Some built-in complex docstrings are not PEP-8 compatible http://bugs.python.org/issue19068 closed by ezio.melotti #19074: Add PySide to GUI FAQ http://bugs.python.org/issue19074 closed by ezio.melotti #19087: bytearray front-slicing not optimized http://bugs.python.org/issue19087 closed by pitrou #19106: Prepare .hgtouch and Tools/hg/hgtouch.py to run on the bots http://bugs.python.org/issue19106 closed by eli.bendersky #19129: 6.2.1. Regular Expression Syntax flags http://bugs.python.org/issue19129 closed by georg.brandl #19148: Minor issues with Enum docs http://bugs.python.org/issue19148 closed by ezio.melotti #19156: Enum helper functions test-coverage http://bugs.python.org/issue19156 closed by python-dev #19158: BoundedSemaphore.release() subject to races http://bugs.python.org/issue19158 closed by tim.peters #19161: collections Counter handles nan strangely http://bugs.python.org/issue19161 closed by rhettinger #19166: Unusued variable in test_keys in Lib/test/test_dict.py http://bugs.python.org/issue19166 closed by ezio.melotti #19168: pprint.pprint(..., compact=True) not implemented http://bugs.python.org/issue19168 closed by ezio.melotti #19169: random.py : simple tidying http://bugs.python.org/issue19169 closed by rhettinger #19171: pow() improvement on longs http://bugs.python.org/issue19171 closed by tim.peters #19174: Add range to future_builtins http://bugs.python.org/issue19174 closed by rhettinger #19177: Link to "TLS (Transport Layer Security) and SSL (Secure Socket http://bugs.python.org/issue19177 closed by python-dev #19178: Entries for "module" and "package" in glossary http://bugs.python.org/issue19178 closed by python-dev #19181: ftp.cwi.nl used as example does not exist anymore http://bugs.python.org/issue19181 closed by python-dev #19182: Socket leak in logging.handlers http://bugs.python.org/issue19182 closed by vinay.sajip #19187: Use a set for interned strings http://bugs.python.org/issue19187 closed by rhettinger #19188: Add PySet_CheckExact() http://bugs.python.org/issue19188 closed by rhettinger #19190: Improve cross-references in builtins documentation. http://bugs.python.org/issue19190 closed by serhiy.storchaka #19193: Improve cross-references in tutorial http://bugs.python.org/issue19193 closed by serhiy.storchaka #19194: Improve cross-references in fcntl documentation http://bugs.python.org/issue19194 closed by serhiy.storchaka #19195: Improve cross-references in C API http://bugs.python.org/issue19195 closed by serhiy.storchaka #19196: Improve cross-references in distutils documentation http://bugs.python.org/issue19196 closed by serhiy.storchaka #19199: Remove PyThreadState.tick_counter field http://bugs.python.org/issue19199 closed by python-dev #19200: grammar in forkserver docs http://bugs.python.org/issue19200 closed by python-dev #19208: Bas64.decodestring() returns data instead of throwing exceptio http://bugs.python.org/issue19208 closed by r.david.murray #19210: Unicode Objects in Tuples http://bugs.python.org/issue19210 closed by pitrou #19211: from relative_module import seems to import wrong module http://bugs.python.org/issue19211 closed by r.david.murray #19212: Spam http://bugs.python.org/issue19212 closed by r.david.murray #19215: StringIO.StringIO('foo').readline(0) == 'foo' http://bugs.python.org/issue19215 closed by r.david.murray #19220: Outdated unicodedata.__doc__ http://bugs.python.org/issue19220 closed by python-dev #19221: Upgrade to Unicode 6.3.0 http://bugs.python.org/issue19221 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