[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Oct 29 18:07:20 CEST 2010
ACTIVITY SUMMARY (2010-10-22 - 2010-10-29)
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 stats:
open 2496 (+41)
closed 19519 (+56)
total 22015 (+61)
Open issues with patches: 1038
Issues opened (41)
==================
#9935: Faster pickling of instances
http://bugs.python.org/issue9935 reopened by pitrou
#10173: Don't pickle TestCase instances in test_multiprocessing
http://bugs.python.org/issue10173 opened by pitrou
#10174: multiprocessing expects sys.stdout to have a fileno/close meth
http://bugs.python.org/issue10174 opened by ikanobori
#10175: vs version for win32 compilation of extension modules is undoc
http://bugs.python.org/issue10175 opened by tfogal
#10177: PyUnicode_AsWideCharString and PyMem_Free
http://bugs.python.org/issue10177 opened by ocean-city
#10179: os.stat fails on mapped network drive
http://bugs.python.org/issue10179 opened by pitrou
#10180: File objects should not pickleable
http://bugs.python.org/issue10180 opened by pitrou
#10181: get_shape0 in memoryobject.c not checked for error return
http://bugs.python.org/issue10181 opened by rupole
#10182: match_start truncates large values
http://bugs.python.org/issue10182 opened by loewis
#10183: test_concurrent_futures failure on Windows
http://bugs.python.org/issue10183 opened by pitrou
#10184: tarfile touches directories twice
http://bugs.python.org/issue10184 opened by loewis
#10188: tempfile.TemporaryDirectory may throw errors at shutdown
http://bugs.python.org/issue10188 opened by ncoghlan
#10189: SyntaxError: no binding for nonlocal doesn't contain a useful
http://bugs.python.org/issue10189 opened by alex
#10190: Can argparse._AttributeHolder._get_kwargs become a public API?
http://bugs.python.org/issue10190 opened by dsuch
#10191: scripts files are not RECORDed.
http://bugs.python.org/issue10191 opened by Atsushi.Odagiri
#10195: Memory allocation fault-injection?
http://bugs.python.org/issue10195 opened by dmalcolm
#10196: distutils.get_python_lib() returns /usr/local/python3/dist-pac
http://bugs.python.org/issue10196 opened by Bruce.Sherwood
#10197: subprocess.getoutput fails on win32
http://bugs.python.org/issue10197 opened by jldm
#10199: Move Demo/turtle under Lib/
http://bugs.python.org/issue10199 opened by belopolsky
#10202: ftplib doesn't check close status after sending file
http://bugs.python.org/issue10202 opened by nagle
#10203: sqlite3.Row doesn't support sequence protocol
http://bugs.python.org/issue10203 opened by pfalcon
#10205: Can't have two tags with the same QName
http://bugs.python.org/issue10205 opened by bersace
#10206: python program starting with unmatched quote spews spaces to s
http://bugs.python.org/issue10206 opened by r.david.murray
#10211: BufferObject doesn't support new buffer interface
http://bugs.python.org/issue10211 opened by krisvale
#10212: struct.unpack and cStringIO.StringIO don't support new buffer
http://bugs.python.org/issue10212 opened by krisvale
#10213: tests shouldn't fail with unset timezone
http://bugs.python.org/issue10213 opened by djc
#10217: python-2.7.amd64.msi install fails
http://bugs.python.org/issue10217 opened by Manfred.Bartz
#10219: BufferedReader.read1 does not check for closed file
http://bugs.python.org/issue10219 opened by amaury.forgeotdarc
#10220: Make generator state easier to introspect
http://bugs.python.org/issue10220 opened by ncoghlan
#10221: {}.pop('a') raises non-standard KeyError exception
http://bugs.python.org/issue10221 opened by djc
#10224: Build 3.x documentation using python3.x
http://bugs.python.org/issue10224 opened by belopolsky
#10225: Fix doctest runable examples in python manual
http://bugs.python.org/issue10225 opened by belopolsky
#10226: urlparse example is wrong
http://bugs.python.org/issue10226 opened by belopolsky
#10227: Improve performance of MemoryView slicing
http://bugs.python.org/issue10227 opened by krisvale
#10228: Refleak run of test_dbm fails when several dbm modules are ava
http://bugs.python.org/issue10228 opened by pitrou
#10229: Refleak run of test_gettext fails
http://bugs.python.org/issue10229 opened by pitrou
#10230: test_tarfile failure (test_extractall) on AMD64 debian paralle
http://bugs.python.org/issue10230 opened by haypo
#10231: SimpleHTTPRequestHandler directory bugs
http://bugs.python.org/issue10231 opened by hfuru
#10232: Tkinter issues with Scrollbar and custom widget list
http://bugs.python.org/issue10232 opened by Robert.Lerche
#10233: fix test_tarfile ResourceWarnings
http://bugs.python.org/issue10233 opened by pitrou
#1610654: cgi.py multipart/form-data
http://bugs.python.org/issue1610654 reopened by r.david.murray
Most recent 15 issues with no replies (15)
==========================================
#10233: fix test_tarfile ResourceWarnings
http://bugs.python.org/issue10233
#10232: Tkinter issues with Scrollbar and custom widget list
http://bugs.python.org/issue10232
#10231: SimpleHTTPRequestHandler directory bugs
http://bugs.python.org/issue10231
#10228: Refleak run of test_dbm fails when several dbm modules are ava
http://bugs.python.org/issue10228
#10219: BufferedReader.read1 does not check for closed file
http://bugs.python.org/issue10219
#10205: Can't have two tags with the same QName
http://bugs.python.org/issue10205
#10183: test_concurrent_futures failure on Windows
http://bugs.python.org/issue10183
#10182: match_start truncates large values
http://bugs.python.org/issue10182
#10181: get_shape0 in memoryobject.c not checked for error return
http://bugs.python.org/issue10181
#10177: PyUnicode_AsWideCharString and PyMem_Free
http://bugs.python.org/issue10177
#10173: Don't pickle TestCase instances in test_multiprocessing
http://bugs.python.org/issue10173
#10170: Relationship between turtle speed setting and actual speed is
http://bugs.python.org/issue10170
#10169: socket.sendto raises incorrect exception when passed incorrect
http://bugs.python.org/issue10169
#10138: calendar module does not support years outside [1, 9999] range
http://bugs.python.org/issue10138
#10136: kill_python doesn't work with short path
http://bugs.python.org/issue10136
Most recent 15 issues waiting for review (15)
=============================================
#10233: fix test_tarfile ResourceWarnings
http://bugs.python.org/issue10233
#10229: Refleak run of test_gettext fails
http://bugs.python.org/issue10229
#10227: Improve performance of MemoryView slicing
http://bugs.python.org/issue10227
#10225: Fix doctest runable examples in python manual
http://bugs.python.org/issue10225
#10221: {}.pop('a') raises non-standard KeyError exception
http://bugs.python.org/issue10221
#10212: struct.unpack and cStringIO.StringIO don't support new buffer
http://bugs.python.org/issue10212
#10211: BufferObject doesn't support new buffer interface
http://bugs.python.org/issue10211
#10206: python program starting with unmatched quote spews spaces to s
http://bugs.python.org/issue10206
#10205: Can't have two tags with the same QName
http://bugs.python.org/issue10205
#10199: Move Demo/turtle under Lib/
http://bugs.python.org/issue10199
#10189: SyntaxError: no binding for nonlocal doesn't contain a useful
http://bugs.python.org/issue10189
#10184: tarfile touches directories twice
http://bugs.python.org/issue10184
#10180: File objects should not pickleable
http://bugs.python.org/issue10180
#10179: os.stat fails on mapped network drive
http://bugs.python.org/issue10179
#10173: Don't pickle TestCase instances in test_multiprocessing
http://bugs.python.org/issue10173
Top 10 most discussed issues (10)
=================================
#4111: Add Systemtap/DTrace probes
http://bugs.python.org/issue4111 15 msgs
#10199: Move Demo/turtle under Lib/
http://bugs.python.org/issue10199 12 msgs
#6715: xz compressor support
http://bugs.python.org/issue6715 11 msgs
#10227: Improve performance of MemoryView slicing
http://bugs.python.org/issue10227 9 msgs
#10179: os.stat fails on mapped network drive
http://bugs.python.org/issue10179 8 msgs
#10224: Build 3.x documentation using python3.x
http://bugs.python.org/issue10224 8 msgs
#6011: python doesn't build if prefix contains non-ascii characters
http://bugs.python.org/issue6011 7 msgs
#7061: Improve 24.5. turtle doc
http://bugs.python.org/issue7061 7 msgs
#10142: Support for SEEK_HOLE/SEEK_DATA
http://bugs.python.org/issue10142 7 msgs
#10180: File objects should not pickleable
http://bugs.python.org/issue10180 7 msgs
Issues closed (56)
==================
#2703: SimpleXMLRPCDispatcher.__init__ is not python2.4-backward-comp
http://bugs.python.org/issue2703 closed by georg.brandl
#3018: tkinter demos fixed
http://bugs.python.org/issue3018 closed by georg.brandl
#3362: locale.getpreferredencoding() gives bus error on Mac OS X 10.4
http://bugs.python.org/issue3362 closed by ned.deily
#4828: patch suggestion for webbrowser
http://bugs.python.org/issue4828 closed by georg.brandl
#5027: xml namespace not understood by xml.sax.saxutils.XMLGenerator
http://bugs.python.org/issue5027 closed by pitrou
#5178: Add context manager for temporary directory
http://bugs.python.org/issue5178 closed by ncoghlan
#5251: contextlib.nested inconsistent with, well, nested with stateme
http://bugs.python.org/issue5251 closed by ncoghlan
#5437: Singleton MemoryError can hold traceback data and locals indef
http://bugs.python.org/issue5437 closed by pitrou
#5639: Support TLS SNI extension in ssl module
http://bugs.python.org/issue5639 closed by pitrou
#5688: inability to ignore multiline warnings -- request to add re.DO
http://bugs.python.org/issue5688 closed by georg.brandl
#5975: csv unix file format ('\n' line terminator)
http://bugs.python.org/issue5975 closed by georg.brandl
#6008: Idle should be installed as `idle3.1` and not `idle3`
http://bugs.python.org/issue6008 closed by ned.deily
#6518: Enable 'with' statement in ossaudiodev module
http://bugs.python.org/issue6518 closed by georg.brandl
#6645: multiprocessing build fails on AIX - /dev/urandom (or equivale
http://bugs.python.org/issue6645 closed by jnoller
#6668: locale.py: can't parse sr_RS at latin locale
http://bugs.python.org/issue6668 closed by r.david.murray
#7167: Smarter FTP passive mode
http://bugs.python.org/issue7167 closed by georg.brandl
#7696: Improve Memoryview/Buffer documentation
http://bugs.python.org/issue7696 closed by benjamin.peterson
#7761: telnetlib Telnet.interact fails on Windows but not Linux
http://bugs.python.org/issue7761 closed by r.david.murray
#8332: regrtest single TestClass/test_method
http://bugs.python.org/issue8332 closed by sandro.tosi
#8423: tiger buildbot: test_pep277 failures
http://bugs.python.org/issue8423 closed by haypo
#8755: idle crash UnicodeDecodeError utf-8 codec
http://bugs.python.org/issue8755 closed by ned.deily
#8761: PyUnicode_CompareWithASCIIString name is not mangled (UCS2, UC
http://bugs.python.org/issue8761 closed by haypo
#8777: Add threading.Barrier
http://bugs.python.org/issue8777 closed by krisvale
#8852: _socket fails to build on OpenSolaris x64
http://bugs.python.org/issue8852 closed by pitrou
#9295: test_close_open_print_buffered(test_file) sometimes crashes
http://bugs.python.org/issue9295 closed by pitrou
#9762: PEP 3149 related build failures
http://bugs.python.org/issue9762 closed by barry
#10049: Add a "no-op" (null) context manager to contextlib
http://bugs.python.org/issue10049 closed by ncoghlan
#10077: Python 3.1: site error is not logged
http://bugs.python.org/issue10077 closed by haypo
#10093: Warn when files are not explicitly closed
http://bugs.python.org/issue10093 closed by pitrou
#10143: Update "os.pathconf" values
http://bugs.python.org/issue10143 closed by jcea
#10153: Memory leak in pythonrun.c
http://bugs.python.org/issue10153 closed by skrah
#10161: unittest: use ascii() instead of repr() to display values on e
http://bugs.python.org/issue10161 closed by haypo
#10176: telnetlib.Telnet.read_very_eager() performance
http://bugs.python.org/issue10176 closed by r.david.murray
#10178: PEP 378 uses replace where translate may work better
http://bugs.python.org/issue10178 closed by rhettinger
#10185: Py_hash_t declaration needed in _testcapimodule
http://bugs.python.org/issue10185 closed by pitrou
#10186: Invalid SyntaxError pointer offset
http://bugs.python.org/issue10186 closed by benjamin.peterson
#10187: exec encode unicode to utf-8 str automatically in GBK environm
http://bugs.python.org/issue10187 closed by loewis
#10192: 'from urllib.parse import *' does not import urlencode functio
http://bugs.python.org/issue10192 closed by orsenthil
#10193: Simplify instrospection used by turtle module
http://bugs.python.org/issue10193 closed by belopolsky
#10194: Add gc.remap() function to the gc module.
http://bugs.python.org/issue10194 closed by pingebretson
#10198: wave module writes corrupt wav file for zero-length writeframe
http://bugs.python.org/issue10198 closed by georg.brandl
#10200: Documentation: "link use"?
http://bugs.python.org/issue10200 closed by georg.brandl
#10201: Fix building of socket module under Solaris
http://bugs.python.org/issue10201 closed by pitrou
#10204: exec string fails with trailing whitespace
http://bugs.python.org/issue10204 closed by benjamin.peterson
#10207: test_file2k crashes under Windows
http://bugs.python.org/issue10207 closed by pitrou
#10208: add mazovia.py to encodings/
http://bugs.python.org/issue10208 closed by lemburg
#10209: Mac OS X: Decompose filenames on encode, and precompose filena
http://bugs.python.org/issue10209 closed by haypo
#10210: os.get_exec_path() should not produce any warning
http://bugs.python.org/issue10210 closed by haypo
#10214: Misc/python-mode.el is out of date.
http://bugs.python.org/issue10214 closed by barry
#10215: Mac Python 3.1 installer does less than earlier installers
http://bugs.python.org/issue10215 closed by r.david.murray
#10216: json.loads() on str erroneously returns str
http://bugs.python.org/issue10216 closed by pitrou
#10218: Add a return value to threading.Condition.wait()
http://bugs.python.org/issue10218 closed by georg.brandl
#10222: 3.2 on AIX - Unexpected text ',' encountered.
http://bugs.python.org/issue10222 closed by georg.brandl
#10223: socket.gethostname() fail
http://bugs.python.org/issue10223 closed by EcmaXp
#1349106: email.Generator does not separate headers with "\r\n"
http://bugs.python.org/issue1349106 closed by r.david.murray
#1772788: chr(128) in u'only ascii' -> TypeError with misleading msg
http://bugs.python.org/issue1772788 closed by georg.brandl
More information about the Python-Dev
mailing list