[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri May 27 18:07:23 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython: Avoid useless "++" at the end of functions
- Next message: [Python-Dev] [ANN] Python 2.5.6 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2011-05-20 - 2011-05-27) 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 2813 (+19) closed 21165 (+50) total 23978 (+69)
Open issues with patches: 1216
Issues opened (47)
#12128: Allow an abc.abstractproperty to be overridden by an instance http://bugs.python.org/issue12128 opened by cool-RR
#12129: Document Object Model API - validation http://bugs.python.org/issue12129 opened by Kyle.Keating
#12133: ResourceWarning in urllib.request http://bugs.python.org/issue12133 opened by ezio.melotti
#12134: json.dump much slower than dumps http://bugs.python.org/issue12134 opened by poq
#12135: The spawn function should return stderr. http://bugs.python.org/issue12135 opened by pitrou
#12137: EBADF in test_urllibnet http://bugs.python.org/issue12137 opened by pitrou
#12139: Add CCC command support to ftplib http://bugs.python.org/issue12139 opened by giampaolo.rodola
#12141: sysconfig.get_config_vars('srcdir') fails in specific cases http://bugs.python.org/issue12141 opened by tarek
#12142: Reference cycle when importing ctypes http://bugs.python.org/issue12142 opened by poq
#12144: cookielib.CookieJar.make_cookies fails for cookies with 'expir http://bugs.python.org/issue12144 opened by Scott.Wimer
#12145: distutils2 should support README.rst http://bugs.python.org/issue12145 opened by daniellindsley
#12147: smtplib.send_message does not implement corectly rfc 2822 http://bugs.python.org/issue12147 opened by Nicolas.Estibals
#12148: Clarify "or-ing together" doctest option flags http://bugs.python.org/issue12148 opened by ekorn
#12149: Segfault in _PyObject_GenericGetAttrWithDict http://bugs.python.org/issue12149 opened by ezio.melotti
#12151: test_logging fails sometimes http://bugs.python.org/issue12151 opened by haypo
#12154: PyDoc Partial Functions http://bugs.python.org/issue12154 opened by JJeffries
#12155: queue example doesn't stop worker threads http://bugs.python.org/issue12155 opened by haypo
#12156: test_multiprocessing.test_notify_all() timeout (1 hour) on Fre http://bugs.python.org/issue12156 opened by haypo
#12157: join method of multiprocessing Pool object hangs if iterable a http://bugs.python.org/issue12157 opened by Gökçen.Eraslan
#12160: codecs doc: what is StreamCodec? http://bugs.python.org/issue12160 opened by haypo
#12162: Documentation about re \number http://bugs.python.org/issue12162 opened by Seth.Troisi
#12163: str.count http://bugs.python.org/issue12163 opened by py.user
#12164: str.translate docstring doesn't mention that 'table' can be No http://bugs.python.org/issue12164 opened by mark.dickinson
#12165: Nonlocal does not include global; clarify doc http://bugs.python.org/issue12165 opened by Lukas.Petru
#12167: test_packaging reference leak http://bugs.python.org/issue12167 opened by pitrou
#12168: SysLogHandler incorrectly appends \000 to messages http://bugs.python.org/issue12168 opened by Carl.Crowder
#12169: Factor out common code for d2 commands register, upload and up http://bugs.python.org/issue12169 opened by eric.araujo
#12170: Bytes.index() and bytes.count() should accept byte ints http://bugs.python.org/issue12170 opened by max-alleged
#12171: Reset method of the incremental encoders of CJK codecs calls t http://bugs.python.org/issue12171 opened by haypo
#12172: IDLE crashes when I use F5 to run http://bugs.python.org/issue12172 opened by Kevin Ness
#12174: Multiprocessing logging levels unclear http://bugs.python.org/issue12174 opened by JJeffries
#12175: FileIO.readall() read the file position and size at each read http://bugs.python.org/issue12175 opened by haypo
#12177: re.match raises MemoryError http://bugs.python.org/issue12177 opened by EungJun.Yi
#12178: csv writer doesn't escape escapechar http://bugs.python.org/issue12178 opened by ebreck
#12179: Race condition using PyGILState_Ensure on a new thread http://bugs.python.org/issue12179 opened by syeberman
#12181: SIGBUS error on OpenBSD (sparc64) http://bugs.python.org/issue12181 opened by rpointel
#12183: Document behaviour of shutil.copy2 and copystat with symlinks http://bugs.python.org/issue12183 opened by mmarkk
#12184: socketserver.ForkingMixin collect_children routine needs to co http://bugs.python.org/issue12184 opened by orsenthil
#12186: readline.replace_history_item still leaks memory http://bugs.python.org/issue12186 opened by stefanholek
#12187: subprocess.wait() with a timeout uses polling on POSIX http://bugs.python.org/issue12187 opened by haypo
#12188: PEP 7, C style: add ++ policy and explanation http://bugs.python.org/issue12188 opened by terry.reedy
#12190: intern filenames in bytecode http://bugs.python.org/issue12190 opened by Mike.Solomon
#12191: Shutil - add chown() in order to allow to use user and group n http://bugs.python.org/issue12191 opened by sandro.tosi
#12192: Doc that collection mutation methods return item or None http://bugs.python.org/issue12192 opened by terry.reedy
#12195: Little documentation of annotations http://bugs.python.org/issue12195 opened by JJeffries
#12196: add pipe2() to the os module http://bugs.python.org/issue12196 opened by charles-francois.natali
#12185: Decimal documentation lists "first" and "second" arguments, sh http://bugs.python.org/issue12185 opened by eric.smith
Most recent 15 issues with no replies (15)
#12188: PEP 7, C style: add ++ policy and explanation http://bugs.python.org/issue12188
#12186: readline.replace_history_item still leaks memory http://bugs.python.org/issue12186
#12185: Decimal documentation lists "first" and "second" arguments, sh http://bugs.python.org/issue12185
#12179: Race condition using PyGILState_Ensure on a new thread http://bugs.python.org/issue12179
#12164: str.translate docstring doesn't mention that 'table' can be No http://bugs.python.org/issue12164
#12157: join method of multiprocessing Pool object hangs if iterable a http://bugs.python.org/issue12157
#12156: test_multiprocessing.test_notify_all() timeout (1 hour) on Fre http://bugs.python.org/issue12156
#12142: Reference cycle when importing ctypes http://bugs.python.org/issue12142
#12137: EBADF in test_urllibnet http://bugs.python.org/issue12137
#12129: Document Object Model API - validation http://bugs.python.org/issue12129
#12091: multiprocessing: simplify ApplyResult and MapResult with threa http://bugs.python.org/issue12091
#12066: Empty ('') xmlns attribute is not properly handled by xml.dom. http://bugs.python.org/issue12066
#12053: Add prefetch() for Buffered IO (experiment) http://bugs.python.org/issue12053
#12037: test_email failures under Windows with the eol extension activ http://bugs.python.org/issue12037
#11992: sys.settrace doesn't disable tracing if a local trace function http://bugs.python.org/issue11992
Most recent 15 issues waiting for review (15)
#12196: add pipe2() to the os module http://bugs.python.org/issue12196
#12191: Shutil - add chown() in order to allow to use user and group n http://bugs.python.org/issue12191
#12190: intern filenames in bytecode http://bugs.python.org/issue12190
#12184: socketserver.ForkingMixin collect_children routine needs to co http://bugs.python.org/issue12184
#12175: FileIO.readall() read the file position and size at each read http://bugs.python.org/issue12175
#12174: Multiprocessing logging levels unclear http://bugs.python.org/issue12174
#12171: Reset method of the incremental encoders of CJK codecs calls t http://bugs.python.org/issue12171
#12165: Nonlocal does not include global; clarify doc http://bugs.python.org/issue12165
#12164: str.translate docstring doesn't mention that 'table' can be No http://bugs.python.org/issue12164
#12160: codecs doc: what is StreamCodec? http://bugs.python.org/issue12160
#12154: PyDoc Partial Functions http://bugs.python.org/issue12154
#12149: Segfault in _PyObject_GenericGetAttrWithDict http://bugs.python.org/issue12149
#12147: smtplib.send_message does not implement corectly rfc 2822 http://bugs.python.org/issue12147
#12144: cookielib.CookieJar.make_cookies fails for cookies with 'expir http://bugs.python.org/issue12144
#12139: Add CCC command support to ftplib http://bugs.python.org/issue12139
Top 10 most discussed issues (10)
#8898: The email package should defer to the codecs module for all al http://bugs.python.org/issue8898 30 msgs
#12006: strptime should implement %V or %u directive from libc http://bugs.python.org/issue12006 23 msgs
#5715: listen socket close in SocketServer.ForkingMixIn.process_reque http://bugs.python.org/issue5715 18 msgs
#12175: FileIO.readall() read the file position and size at each read http://bugs.python.org/issue12175 16 msgs
#12181: SIGBUS error on OpenBSD (sparc64) http://bugs.python.org/issue12181 14 msgs
#12085: subprocess.Popen.del raises AttributeError if init was http://bugs.python.org/issue12085 11 msgs
#12168: SysLogHandler incorrectly appends \000 to messages http://bugs.python.org/issue12168 10 msgs
#12042: What's New multiprocessing example error http://bugs.python.org/issue12042 9 msgs
#12057: HZ codec has no test http://bugs.python.org/issue12057 9 msgs
#12167: test_packaging reference leak http://bugs.python.org/issue12167 9 msgs
Issues closed (44)
#1625: bz2.BZ2File doesn't support multiple streams http://bugs.python.org/issue1625 closed by nadeem.vawda
#9435: test_distutils fails without zlib http://bugs.python.org/issue9435 closed by eric.araujo
#9942: Allow memory sections to be OS MERGEABLE http://bugs.python.org/issue9942 closed by loewis
#10818: pydoc: Remove old server and tk panel http://bugs.python.org/issue10818 closed by haypo
#10832: Add support of bytes objects in PyBytes_FromFormatV() http://bugs.python.org/issue10832 closed by haypo
#11998: test_signal cannot test blocked signals if _tkinter is loaded; http://bugs.python.org/issue11998 closed by haypo
#12003: documentation: alternate version of xrange seems to fail. http://bugs.python.org/issue12003 closed by eli.bendersky
#12024: 2.6 svn and hg branches are out of sync http://bugs.python.org/issue12024 closed by barry
#12045: external shell command executed twice in ctypes.util._get_sona http://bugs.python.org/issue12045 closed by pitrou
#12049: expose RAND_bytes() function of OpenSSL http://bugs.python.org/issue12049 closed by haypo
#12070: Unlimited loop in sysconfig._parse_makefile() http://bugs.python.org/issue12070 closed by haypo
#12071: test_concurrent_futures.test_context_manager_shutdown() hangs http://bugs.python.org/issue12071 closed by haypo
#12074: regrtest: display the current number of failures http://bugs.python.org/issue12074 closed by haypo
#12079: decimal.py: TypeError precedence in fma() http://bugs.python.org/issue12079 closed by mark.dickinson
#12100: Incremental encoders of CJK codecs reset the codec at each cal http://bugs.python.org/issue12100 closed by haypo
#12105: open() does not able to set flags, such as O_CLOEXEC http://bugs.python.org/issue12105 closed by charles-francois.natali
#12113: test_packaging fails when run twice http://bugs.python.org/issue12113 closed by haypo
#12114: packaging.util._find_exe_version(): potential deadlock http://bugs.python.org/issue12114 closed by python-dev
#12121: test_packaging failure when ssl is not available http://bugs.python.org/issue12121 closed by haypo
#12124: python -m test test_packaging test_zipimport failure http://bugs.python.org/issue12124 closed by haypo
#12126: incorrect select documentation http://bugs.python.org/issue12126 closed by eli.bendersky
#12130: regex 0.1.20110514 findall overlapped not working with 'start http://bugs.python.org/issue12130 closed by brian.curtin
#12131: python built with --prefix fails in site.py with no section 'p http://bugs.python.org/issue12131 closed by ned.deily
#12132: test_packaging failures when run with -j http://bugs.python.org/issue12132 closed by tarek
#12136: test_logging fails when no ssl available http://bugs.python.org/issue12136 closed by vinay.sajip
#12138: buggy use of transient_internet() in test_urllibnet http://bugs.python.org/issue12138 closed by pitrou
#12140: Crash upon start up http://bugs.python.org/issue12140 closed by amaury.forgeotdarc
#12143: packaging extension gcc linking fails on Ubuntu Shared http://bugs.python.org/issue12143 closed by eric.araujo
#12146: Possible bug in 're' documentation example http://bugs.python.org/issue12146 closed by eli.bendersky
#12150: test_sysconfig fails on solaris http://bugs.python.org/issue12150 closed by haypo
#12152: Parser/asdl_c.py relies on mercurial repository revision http://bugs.python.org/issue12152 closed by doko
#12153: Modules/faulthandler.c exports `stack_overflow' symbol http://bugs.python.org/issue12153 closed by python-dev
#12158: platform: add linux_version() http://bugs.python.org/issue12158 closed by lemburg
#12159: Integer Overflow in len http://bugs.python.org/issue12159 closed by benjamin.peterson
#12161: StringIO AttributeError instead of ValueError after close.. http://bugs.python.org/issue12161 closed by python-dev
#12166: object.dir http://bugs.python.org/issue12166 closed by python-dev
#12173: PyImport_ImportModuleLevel doesn't have 'const' on its argumen http://bugs.python.org/issue12173 closed by python-dev
#12176: Compiling Python 2.7.1 on Ubuntu 11.04 (Natty Narwhale) http://bugs.python.org/issue12176 closed by skrah
#12180: test_packaging: failures --without-threads http://bugs.python.org/issue12180 closed by tarek
#12182: pydoc.py integer division problem http://bugs.python.org/issue12182 closed by python-dev
#12189: Python 2.6.6 fails to compile a source whereas pycompile 1.0 a http://bugs.python.org/issue12189 closed by r.david.murray
#12193: Argparse does not work together with gettext and non-ASCII hel http://bugs.python.org/issue12193 closed by thorsten
#12194: Fix LDFLAGS on Ubuntu 11.04+ http://bugs.python.org/issue12194 closed by barry
#1441530: socket read() can cause MemoryError in Windows http://bugs.python.org/issue1441530 closed by charles-francois.natali
- Previous message: [Python-Dev] [Python-checkins] cpython: Avoid useless "++" at the end of functions
- Next message: [Python-Dev] [ANN] Python 2.5.6 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]