[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Jun 21 18:07:31 CEST 2013
ACTIVITY SUMMARY (2013-06-14 - 2013-06-21)
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 4057 (+15)
closed 25993 (+47)
total 30050 (+62)
Open issues with patches: 1804
Issues opened (42)
==================
#18113: Memory leak in curses.panel
http://bugs.python.org/issue18113 reopened by serhiy.storchaka
#18216: gettext doesn't check MO versions
http://bugs.python.org/issue18216 opened by jwilk
#18217: Deprecate and remove gettext.install
http://bugs.python.org/issue18217 opened by alex
#18219: csv.DictWriter is slow when writing files with large number of
http://bugs.python.org/issue18219 opened by mtraskin
#18220: In itertools.islice() make prototype like in help()
http://bugs.python.org/issue18220 opened by py.user
#18221: abspath strips trailing spaces on win32
http://bugs.python.org/issue18221 opened by Jeremy.Gray
#18222: os.path.abspath should accept multiple path parts and join the
http://bugs.python.org/issue18222 opened by Åukasz.Balcerzak
#18224: pyvenv pydoc.py script causing AttributeErrors on Windows
http://bugs.python.org/issue18224 opened by peter at psantoro.net
#18226: IDLE Unit test for FormatParagrah.py
http://bugs.python.org/issue18226 opened by Todd.Rovito
#18227: Use Python memory allocators in external libraries like zlib o
http://bugs.python.org/issue18227 opened by haypo
#18228: AIX locale parsing failure
http://bugs.python.org/issue18228 opened by David.Edelsohn
#18229: attribute headers of http.server.BaseHTTPRequestHandler someti
http://bugs.python.org/issue18229 opened by joru
#18230: test_builtin fails/hangs when run after test_getopt
http://bugs.python.org/issue18230 opened by brett.cannon
#18231: What's new in Python should explain what's new in UCD
http://bugs.python.org/issue18231 opened by belopolsky
#18232: running a suite with no tests is not an error
http://bugs.python.org/issue18232 opened by rbcollins
#18233: SSLSocket.getpeercertchain()
http://bugs.python.org/issue18233 opened by christian.heimes
#18234: Unicodedata module should provide access to codepoint aliases
http://bugs.python.org/issue18234 opened by belopolsky
#18235: _sysconfigdata.py wrong on AIX installations
http://bugs.python.org/issue18235 opened by David.Edelsohn
#18236: int() and float() do not accept strings with trailing separato
http://bugs.python.org/issue18236 opened by belopolsky
#18237: unittest.assertRaisesRegex(p) example is wrong in docs
http://bugs.python.org/issue18237 opened by jtratner
#18240: hmac unnecessarily restricts input to "bytes"
http://bugs.python.org/issue18240 opened by jborgstrom
#18241: Add unique option to heapq functions
http://bugs.python.org/issue18241 opened by pitrou
#18242: IDLE should not be replacing warnings.formatwarning
http://bugs.python.org/issue18242 opened by brett.cannon
#18243: mktime_tz documentation out-of-date
http://bugs.python.org/issue18243 opened by jwilk
#18244: singledispatch: When virtual-inheriting ABCs at distinct point
http://bugs.python.org/issue18244 opened by ecatmur
#18246: tkinter.Text() add a newline to the content - bug?
http://bugs.python.org/issue18246 opened by Friedrich.Spee.von.Langenfeld
#18249: Incorrect and incomplete help docs for close() method
http://bugs.python.org/issue18249 opened by DaveA
#18254: Accessing attr dict at definition time of a class from a metac
http://bugs.python.org/issue18254 opened by archardlias
#18255: CPython setup.py problems
http://bugs.python.org/issue18255 opened by ronaldoussoren
#18257: Two copies of python-config
http://bugs.python.org/issue18257 opened by ronaldoussoren
#18258: Fix test discovery for test_codecmaps*.py
http://bugs.python.org/issue18258 opened by zach.ware
#18260: configparser: TypeError occurs when handling errors in files w
http://bugs.python.org/issue18260 opened by Arfrever
#18262: ZipInfo.external_attr are not documented
http://bugs.python.org/issue18262 opened by techtonik
#18264: enum.IntEnum is not compatible with JSON serialisation
http://bugs.python.org/issue18264 opened by ncoghlan
#18266: Fix test discovery for test_largefile.py
http://bugs.python.org/issue18266 opened by zach.ware
#18268: ElementTree.fromstring non-deterministically gives unicode tex
http://bugs.python.org/issue18268 opened by Brendan.OConnor
#18269: Add new parameter format for converter function w/ position nu
http://bugs.python.org/issue18269 opened by techtonik
#18270: IDLE on OS X fails with Attribute Error if no initial shell an
http://bugs.python.org/issue18270 opened by dbackhaus
#18273: Simplify calling and discovery of json test package
http://bugs.python.org/issue18273 opened by zach.ware
#18275: Make isinstance() work with super type instances
http://bugs.python.org/issue18275 opened by brett.cannon
#18276: posixpath.c:_fd_converter() should use PyObject_AsFileDescript
http://bugs.python.org/issue18276 opened by christian.heimes
#18277: Queue is empty right after put from the same process/thread
http://bugs.python.org/issue18277 opened by shwouchk
Most recent 15 issues with no replies (15)
==========================================
#18277: Queue is empty right after put from the same process/thread
http://bugs.python.org/issue18277
#18273: Simplify calling and discovery of json test package
http://bugs.python.org/issue18273
#18266: Fix test discovery for test_largefile.py
http://bugs.python.org/issue18266
#18260: configparser: TypeError occurs when handling errors in files w
http://bugs.python.org/issue18260
#18258: Fix test discovery for test_codecmaps*.py
http://bugs.python.org/issue18258
#18254: Accessing attr dict at definition time of a class from a metac
http://bugs.python.org/issue18254
#18246: tkinter.Text() add a newline to the content - bug?
http://bugs.python.org/issue18246
#18243: mktime_tz documentation out-of-date
http://bugs.python.org/issue18243
#18242: IDLE should not be replacing warnings.formatwarning
http://bugs.python.org/issue18242
#18237: unittest.assertRaisesRegex(p) example is wrong in docs
http://bugs.python.org/issue18237
#18236: int() and float() do not accept strings with trailing separato
http://bugs.python.org/issue18236
#18232: running a suite with no tests is not an error
http://bugs.python.org/issue18232
#18230: test_builtin fails/hangs when run after test_getopt
http://bugs.python.org/issue18230
#18229: attribute headers of http.server.BaseHTTPRequestHandler someti
http://bugs.python.org/issue18229
#18226: IDLE Unit test for FormatParagrah.py
http://bugs.python.org/issue18226
Most recent 15 issues waiting for review (15)
=============================================
#18273: Simplify calling and discovery of json test package
http://bugs.python.org/issue18273
#18266: Fix test discovery for test_largefile.py
http://bugs.python.org/issue18266
#18258: Fix test discovery for test_codecmaps*.py
http://bugs.python.org/issue18258
#18255: CPython setup.py problems
http://bugs.python.org/issue18255
#18244: singledispatch: When virtual-inheriting ABCs at distinct point
http://bugs.python.org/issue18244
#18240: hmac unnecessarily restricts input to "bytes"
http://bugs.python.org/issue18240
#18237: unittest.assertRaisesRegex(p) example is wrong in docs
http://bugs.python.org/issue18237
#18233: SSLSocket.getpeercertchain()
http://bugs.python.org/issue18233
#18222: os.path.abspath should accept multiple path parts and join the
http://bugs.python.org/issue18222
#18220: In itertools.islice() make prototype like in help()
http://bugs.python.org/issue18220
#18219: csv.DictWriter is slow when writing files with large number of
http://bugs.python.org/issue18219
#18214: Stop purging modules which are garbage collected before shutdo
http://bugs.python.org/issue18214
#18206: license url in site.py should always use X.Y.Z form of version
http://bugs.python.org/issue18206
#18203: Replace direct calls to malloc() with PyMem_Malloc() or PyMem_
http://bugs.python.org/issue18203
#18191: urllib2/urllib.parse.splitport does not handle IPv6 correctly
http://bugs.python.org/issue18191
Top 10 most discussed issues (10)
=================================
#18264: enum.IntEnum is not compatible with JSON serialisation
http://bugs.python.org/issue18264 16 msgs
#18081: test_logging failure in WarningsTest on buildbots
http://bugs.python.org/issue18081 15 msgs
#18203: Replace direct calls to malloc() with PyMem_Malloc() or PyMem_
http://bugs.python.org/issue18203 9 msgs
#18103: Create a GUI test framework for Idle
http://bugs.python.org/issue18103 8 msgs
#16499: CLI option for isolated mode
http://bugs.python.org/issue16499 7 msgs
#18113: Memory leak in curses.panel
http://bugs.python.org/issue18113 7 msgs
#18153: python imaplib - error 'unexpected repsonse'
http://bugs.python.org/issue18153 7 msgs
#18162: Add index attribute to IndexError
http://bugs.python.org/issue18162 7 msgs
#18269: Add new parameter format for converter function w/ position nu
http://bugs.python.org/issue18269 7 msgs
#13483: Use VirtualAlloc to allocate memory arenas
http://bugs.python.org/issue13483 6 msgs
Issues closed (43)
==================
#14015: surrogateescape largely missing from documentation
http://bugs.python.org/issue14015 closed by python-dev
#15198: multiprocessing Pipe send of non-picklable objects doesn't rai
http://bugs.python.org/issue15198 closed by sbt
#16507: Patch selectmodule.c to support WSAPoll on Windows
http://bugs.python.org/issue16507 closed by sbt
#17018: Inconsistent behaviour of methods waiting for child process
http://bugs.python.org/issue17018 closed by sbt
#17177: Deprecate imp
http://bugs.python.org/issue17177 closed by brett.cannon
#17689: Fix test discovery for test_tarfile.py
http://bugs.python.org/issue17689 closed by zach.ware
#17907: Deprecate imp.new_module() in favour of types.ModuleType
http://bugs.python.org/issue17907 closed by brett.cannon
#17961: Use enum names as values in enum.Enum() functional API
http://bugs.python.org/issue17961 closed by ncoghlan
#18014: Problem compiling on Windows, VC++Express 2010
http://bugs.python.org/issue18014 closed by terry.reedy
#18057: Register NamespaceLoader with importlib.abc.Loader
http://bugs.python.org/issue18057 closed by brett.cannon
#18058: Define is_package for NamespaceLoader
http://bugs.python.org/issue18058 closed by brett.cannon
#18076: Implement importlib.util.decode_source()
http://bugs.python.org/issue18076 closed by brett.cannon
#18115: Use importlib.util.module_to_load in all loaders in importlib
http://bugs.python.org/issue18115 closed by brett.cannon
#18147: SSL: diagnostic functions to list loaded CA certs
http://bugs.python.org/issue18147 closed by christian.heimes
#18149: filecmp.cmp() incorrect results when previously compared file
http://bugs.python.org/issue18149 closed by ned.deily
#18167: cgi.FieldStorage fails to handle multipart/form-data when \r\n
http://bugs.python.org/issue18167 closed by serhiy.storchaka
#18192: Move imp.get_magic() to importlib
http://bugs.python.org/issue18192 closed by brett.cannon
#18193: Move imp.reload() to importlib
http://bugs.python.org/issue18193 closed by brett.cannon
#18194: Move imp.source_from_cache/cache_from_source to importlib
http://bugs.python.org/issue18194 closed by brett.cannon
#18197: insufficient error checking causes crash on windows
http://bugs.python.org/issue18197 closed by ncoghlan
#18202: Minor fixes for test_coding
http://bugs.python.org/issue18202 closed by serhiy.storchaka
#18207: OpenSSL may ignore seconds in notAfter
http://bugs.python.org/issue18207 closed by christian.heimes
#18218: In itertools.count() clarify the starting point
http://bugs.python.org/issue18218 closed by python-dev
#18223: Refactor test_tarfile
http://bugs.python.org/issue18223 closed by serhiy.storchaka
#18225: ctypes Structure data size is incorrect
http://bugs.python.org/issue18225 closed by alex
#18238: test_signal.py wait_helper hangs on AIX
http://bugs.python.org/issue18238 closed by haypo
#18239: In itertools docstring update arguments in count() example
http://bugs.python.org/issue18239 closed by python-dev
#18245: In itertools.groupby() make data plural
http://bugs.python.org/issue18245 closed by r.david.murray
#18247: Add Lib/test/data/ to .gitignore
http://bugs.python.org/issue18247 closed by python-dev
#18248: fficonfig.py.in wrong for AIX
http://bugs.python.org/issue18248 closed by python-dev
#18250: In itertools.repeat() object shadows object()
http://bugs.python.org/issue18250 closed by akuchling
#18251: test_subprocess_jy fails when Argument has embedded quote
http://bugs.python.org/issue18251 closed by r.david.murray
#18252: timeit makes code run faster?
http://bugs.python.org/issue18252 closed by r.david.murray
#18253: make standard library PEP8 compliant
http://bugs.python.org/issue18253 closed by r.david.murray
#18256: thread_pthread.h fixes for AIX
http://bugs.python.org/issue18256 closed by pitrou
#18259: Declare sethostname in socketmodule.c for AIX
http://bugs.python.org/issue18259 closed by christian.heimes
#18261: Confusing description in Minimal DOM implementation
http://bugs.python.org/issue18261 closed by ned.deily
#18263: python.man: no documentation for -b, -X
http://bugs.python.org/issue18263 closed by orsenthil
#18265: typedef lookupfunc defined by not used
http://bugs.python.org/issue18265 closed by David.Edelsohn
#18267: xmlrpc.client documentation multicall example missleading for
http://bugs.python.org/issue18267 closed by python-dev
#18271: get_payload method returns bytes which cannot be decoded using
http://bugs.python.org/issue18271 closed by r.david.murray
#18272: In itertools recipes there is a typo in __builtins__
http://bugs.python.org/issue18272 closed by python-dev
#18274: python: not found
http://bugs.python.org/issue18274 closed by brett.cannon
More information about the Python-Dev
mailing list