[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jun 28 18:07:36 CEST 2013


ACTIVITY SUMMARY (2013-06-21 - 2013-06-28)
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    4069 (+12)
  closed 26027 (+34)
  total  30096 (+46)

Open issues with patches: 1804 


Issues opened (40)
==================

#7732: imp.find_module crashes Python if there exists a directory nam
http://bugs.python.org/issue7732  reopened by haypo

#18135: _ssl module: possible integer overflow for very long strings (
http://bugs.python.org/issue18135  reopened by pitrou

#18267: xmlrpc.client documentation multicall example missleading for 
http://bugs.python.org/issue18267  reopened by ber

#18279: IDLE Unit test for RstripExtension.py
http://bugs.python.org/issue18279  opened by philwebster

#18280: Documentation is too personalized
http://bugs.python.org/issue18280  opened by serhiy.storchaka

#18281: tarfile defines stat constants
http://bugs.python.org/issue18281  opened by christian.heimes

#18283: shutil.which() should support bytes
http://bugs.python.org/issue18283  opened by Arfrever

#18286: Python 3.3 - Slowing down computer
http://bugs.python.org/issue18286  opened by jon_irenicus

#18287: PyType_Ready() should sanity-check the tp_name field
http://bugs.python.org/issue18287  opened by nkoep

#18288: Idle 2.7: Run Module does not set __file__
http://bugs.python.org/issue18288  opened by terry.reedy

#18289: python.org Interactive interpreter linked with libedit can seg
http://bugs.python.org/issue18289  opened by Max.Kaye

#18290: json encoder does not support JSONP/JavaScript safe escaping
http://bugs.python.org/issue18290  opened by Ztane

#18291: codecs.open interprets space as line ends
http://bugs.python.org/issue18291  opened by wpk

#18292: IDLE Improvements: Unit test for AutoExpand.py
http://bugs.python.org/issue18292  opened by JayKrish

#18293: ssl.wrap_socket (cert_reqs=...), getpeercert, and unvalidated 
http://bugs.python.org/issue18293  opened by mpb

#18294: zlib module is not completly 64-bit safe
http://bugs.python.org/issue18294  opened by haypo

#18295: Possible integer overflow in PyCode_New()
http://bugs.python.org/issue18295  opened by haypo

#18296: test_os.test_trailers() is failing on AMD64 FreeBSD 9.0 dtrace
http://bugs.python.org/issue18296  opened by haypo

#18299: Change script_helper to use universal_newlines=True in _assert
http://bugs.python.org/issue18299  opened by r.david.murray

#18300: script_helper._asert_python should set TERM='' by default.
http://bugs.python.org/issue18300  opened by r.david.murray

#18301: In itertools.chain.from_iterable() there is no cls argument
http://bugs.python.org/issue18301  opened by py.user

#18302: test_multiprocessing: test.support.import_module() does not ig
http://bugs.python.org/issue18302  opened by haypo

#18304: ElementTree gets awkward to use if there is an xmlns
http://bugs.python.org/issue18304  opened by brycenesbitt

#18305: [patch] Fast sum() for non-numbers
http://bugs.python.org/issue18305  opened by Sergey

#18306: os.stat gives exception for Windows junctions in v3.3
http://bugs.python.org/issue18306  opened by John.Jefferies

#18307: Relative path in co_filename for zipped modules
http://bugs.python.org/issue18307  opened by vmurashev

#18308: checkRecvmsgAddress wrong in test_socket.py (AIX failures)
http://bugs.python.org/issue18308  opened by David.Edelsohn

#18309: Make python slightly more relocatable
http://bugs.python.org/issue18309  opened by mathias

#18312: "make distclean" deletes files under .hg directory
http://bugs.python.org/issue18312  opened by eric.smith

#18313: In itertools recipes repeatfunc() defines a non-keyword argume
http://bugs.python.org/issue18313  opened by py.user

#18314: Have os.unlink remove junction points
http://bugs.python.org/issue18314  opened by Kim.Gräsman

#18315: bufsize parameter not documented in 2.7.5
http://bugs.python.org/issue18315  opened by Terrel.Shumway

#18316: Idle 2.7: update to simplify cross-version patches
http://bugs.python.org/issue18316  opened by terry.reedy

#18317: gettext: DoS via crafted Plural-Forms
http://bugs.python.org/issue18317  opened by jwilk

#18318: Idle: stop depending on console output
http://bugs.python.org/issue18318  opened by terry.reedy

#18319: gettext() cannot find translations with plural forms
http://bugs.python.org/issue18319  opened by jwilk

#18320: idle, pydoc search python on wrong path at make altinstall wit
http://bugs.python.org/issue18320  opened by cosmicduck

#18321: Multivolume support in tarfile module
http://bugs.python.org/issue18321  opened by edulix

#18322: test_stat nits
http://bugs.python.org/issue18322  opened by pitrou

#18323: 'GzipFile' object has no attribute 'extrastart'
http://bugs.python.org/issue18323  opened by Laurent.Gautier



Most recent 15 issues with no replies (15)
==========================================

#18320: idle, pydoc search python on wrong path at make altinstall wit
http://bugs.python.org/issue18320

#18319: gettext() cannot find translations with plural forms
http://bugs.python.org/issue18319

#18318: Idle: stop depending on console output
http://bugs.python.org/issue18318

#18307: Relative path in co_filename for zipped modules
http://bugs.python.org/issue18307

#18305: [patch] Fast sum() for non-numbers
http://bugs.python.org/issue18305

#18304: ElementTree gets awkward to use if there is an xmlns
http://bugs.python.org/issue18304

#18302: test_multiprocessing: test.support.import_module() does not ig
http://bugs.python.org/issue18302

#18300: script_helper._asert_python should set TERM='' by default.
http://bugs.python.org/issue18300

#18299: Change script_helper to use universal_newlines=True in _assert
http://bugs.python.org/issue18299

#18292: IDLE Improvements: Unit test for AutoExpand.py
http://bugs.python.org/issue18292

#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

#18254: Accessing attr dict at definition time of a class from a metac
http://bugs.python.org/issue18254

#18243: mktime_tz documentation out-of-date
http://bugs.python.org/issue18243



Most recent 15 issues waiting for review (15)
=============================================

#18322: test_stat nits
http://bugs.python.org/issue18322

#18321: Multivolume support in tarfile module
http://bugs.python.org/issue18321

#18317: gettext: DoS via crafted Plural-Forms
http://bugs.python.org/issue18317

#18315: bufsize parameter not documented in 2.7.5
http://bugs.python.org/issue18315

#18312: "make distclean" deletes files under .hg directory
http://bugs.python.org/issue18312

#18309: Make python slightly more relocatable
http://bugs.python.org/issue18309

#18305: [patch] Fast sum() for non-numbers
http://bugs.python.org/issue18305

#18301: In itertools.chain.from_iterable() there is no cls argument
http://bugs.python.org/issue18301

#18294: zlib module is not completly 64-bit safe
http://bugs.python.org/issue18294

#18287: PyType_Ready() should sanity-check the tp_name field
http://bugs.python.org/issue18287

#18283: shutil.which() should support bytes
http://bugs.python.org/issue18283

#18279: IDLE Unit test for RstripExtension.py
http://bugs.python.org/issue18279

#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



Top 10 most discussed issues (10)
=================================

#16487: Allow ssl certificates to be specified from memory rather than
http://bugs.python.org/issue16487  17 msgs

#17206: Py_XDECREF() expands its argument multiple times
http://bugs.python.org/issue17206  15 msgs

#18234: Unicodedata module should provide access to codepoint aliases
http://bugs.python.org/issue18234  15 msgs

#11016: Re-implementation of the stat module in C
http://bugs.python.org/issue11016  14 msgs

#18236: str.isspace should use the Unicode White_Space property
http://bugs.python.org/issue18236  11 msgs

#18264: enum.IntEnum is not compatible with JSON serialisation
http://bugs.python.org/issue18264  10 msgs

#17621: Create a lazy import loader mixin
http://bugs.python.org/issue17621   9 msgs

#9566: Compilation warnings under x64 Windows
http://bugs.python.org/issue9566   8 msgs

#18135: _ssl module: possible integer overflow for very long strings (
http://bugs.python.org/issue18135   8 msgs

#18081: test_logging failure in WarningsTest on buildbots
http://bugs.python.org/issue18081   7 msgs



Issues closed (34)
==================

#1542: Ship 32 and 64bit libs with MSI installer
http://bugs.python.org/issue1542  closed by christian.heimes

#1953: Compact int and float freelists
http://bugs.python.org/issue1953  closed by christian.heimes

#4610: Unicode case mappings are incorrect
http://bugs.python.org/issue4610  closed by belopolsky

#9369: const char* for PyObject_CallMethod and PyObject_CallFunction
http://bugs.python.org/issue9369  closed by serhiy.storchaka

#11390: doctest: add cmdline parameters
http://bugs.python.org/issue11390  closed by r.david.murray

#11454: email.message import time
http://bugs.python.org/issue11454  closed by r.david.murray

#13483: Use VirtualAlloc to allocate memory arenas
http://bugs.python.org/issue13483  closed by loewis

#14264: Comparison bug in distutils2.version
http://bugs.python.org/issue14264  closed by eric.araujo

#14360: email.encoders.encode_quopri doesn't work with python 3.2
http://bugs.python.org/issue14360  closed by r.david.murray

#15223: datetime instances lack __module__ attribute
http://bugs.python.org/issue15223  closed by belopolsky

#15818: multiprocessing documentation of Process.exitcode
http://bugs.python.org/issue15818  closed by sbt

#16114: incorrect path in subprocess.Popen() FileNotFoundError message
http://bugs.python.org/issue16114  closed by gregory.p.smith

#17037: Use a test.support helper to wrap the PEP 399 boilerplate
http://bugs.python.org/issue17037  closed by eric.snow

#17985: multiprocessing Queue.qsize() and Queue.empty() with different
http://bugs.python.org/issue17985  closed by sbt

#18137: format(float, str): integer overflow for huge precision
http://bugs.python.org/issue18137  closed by haypo

#18143: ssl.get_default_verify_paths()
http://bugs.python.org/issue18143  closed by christian.heimes

#18164: Embedding Python doc incorrectly refers to LINKFORSHARED
http://bugs.python.org/issue18164  closed by ned.deily

#18179: SMTP.local_hostname is undocumented
http://bugs.python.org/issue18179  closed by r.david.murray

#18184: Add range check  for %c in PyUnicode_FromFormat
http://bugs.python.org/issue18184  closed by serhiy.storchaka

#18220: Expand itertools.islice docstring signature to 2 lines
http://bugs.python.org/issue18220  closed by python-dev

#18222: os.path.abspath should accept multiple path parts and join the
http://bugs.python.org/issue18222  closed by terry.reedy

#18246: tkinter.Text() add a newline to the content - bug?
http://bugs.python.org/issue18246  closed by terry.reedy

#18260: configparser: TypeError occurs when handling errors in files w
http://bugs.python.org/issue18260  closed by lukasz.langa

#18277: Queue is empty right after put from the same process/thread
http://bugs.python.org/issue18277  closed by sbt

#18278: Clarify the loader requirements for importlib.machinery.FileFi
http://bugs.python.org/issue18278  closed by brett.cannon

#18282: Ugly behavior of binary and unicode handling on reading unknow
http://bugs.python.org/issue18282  closed by r.david.murray

#18284: Doc make html: KeyError: 'howto/advocacy'
http://bugs.python.org/issue18284  closed by r.david.murray

#18285: In itertools.product() add argument repeat to the docstring
http://bugs.python.org/issue18285  closed by python-dev

#18297: In random.sample() correct the ValueError message for negative
http://bugs.python.org/issue18297  closed by mark.dickinson

#18298: pythonw.exe fails with redirected stderr
http://bugs.python.org/issue18298  closed by amaury.forgeotdarc

#18303: json.dumps() claims numpy.ndarray and numpy.bool_ are not seri
http://bugs.python.org/issue18303  closed by ethan.furman

#18310: itertools.tee() can't accept keyword arguments
http://bugs.python.org/issue18310  closed by rhettinger

#18311: Typo in SSL documentation
http://bugs.python.org/issue18311  closed by r.david.murray

#1040439: Missing documentation on how to link with libpython
http://bugs.python.org/issue1040439  closed by ned.deily


More information about the Python-Dev mailing list