[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Feb 24 18:07:36 CET 2012
ACTIVITY SUMMARY (2012-02-17 - 2012-02-24)
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 3277 (+20)
closed 22611 (+44)
total 25888 (+64)
Open issues with patches: 1406
Issues opened (46)
==================
#13637: binascii.a2b_* functions could accept unicode strings
http://bugs.python.org/issue13637 reopened by r.david.murray
#13641: decoding functions in the base64 module could accept unicode s
http://bugs.python.org/issue13641 reopened by r.david.murray
#14044: IncompleteRead error with urllib2 or urllib.request -- fine wi
http://bugs.python.org/issue14044 opened by Alex Quinn
#14046: argparse: assertion failure if optional argument has square/ro
http://bugs.python.org/issue14046 opened by oxplot
#14049: execfile() fails on files that use global variables inside fun
http://bugs.python.org/issue14049 opened by techtonik
#14050: Tutorial, list.sort() and items comparability
http://bugs.python.org/issue14050 opened by sandro.tosi
#14055: Implement __sizeof__ for etree Element
http://bugs.python.org/issue14055 opened by loewis
#14056: Misc doc changes for tarfile
http://bugs.python.org/issue14056 opened by eric.araujo
#14057: Speedup sysconfig startup
http://bugs.python.org/issue14057 opened by haypo
#14059: Implement multiprocessing.Barrier
http://bugs.python.org/issue14059 opened by anacrolix
#14060: Implement a CSP-style channel
http://bugs.python.org/issue14060 opened by anacrolix
#14061: Clean up archiving code in shutil
http://bugs.python.org/issue14061 opened by eric.araujo
#14062: UTF-8 Email Subject problem
http://bugs.python.org/issue14062 opened by msladek
#14065: Element should support cyclic GC
http://bugs.python.org/issue14065 opened by loewis
#14067: Avoid more stat() calls in importlib
http://bugs.python.org/issue14067 opened by pitrou
#14069: In extensions (?...) the lookbehind assertion cannot choose be
http://bugs.python.org/issue14069 opened by py.user
#14070: Idea: Add a flag to reload from source, e.g. reload(module, ig
http://bugs.python.org/issue14070 opened by timClicks
#14071: allow more than one hash seed per process (move _Py_HashSecret
http://bugs.python.org/issue14071 opened by gregory.p.smith
#14072: urlparse on tel: URI-s misses the scheme in some cases
http://bugs.python.org/issue14072 opened by ivan_herman
#14074: argparse does not allow nargs>1 for positional arguments but d
http://bugs.python.org/issue14074 opened by tshepang
#14075: argparse: unused method?
http://bugs.python.org/issue14075 opened by tshepang
#14076: sqlite3 module ignores placeholers in CREATE TRIGGER code
http://bugs.python.org/issue14076 opened by GuGu
#14078: Add 'sourceline' property to xml.etree Elements
http://bugs.python.org/issue14078 opened by leonov
#14080: Sporadic test_imp failure
http://bugs.python.org/issue14080 opened by pitrou
#14081: Allow "maxsplit" argument to str.split() to be passed as a key
http://bugs.python.org/issue14081 opened by ncoghlan
#14082: shutil doesn't support extended attributes
http://bugs.python.org/issue14082 opened by pitrou
#14085: PyUnicode_WRITE: "comparison is always true" warnings
http://bugs.python.org/issue14085 opened by skrah
#14087: multiprocessing.Condition.wait_for missing
http://bugs.python.org/issue14087 opened by sbt
#14088: sys.executable generating canonical path
http://bugs.python.org/issue14088 opened by alvesjnr
#14089: Patch to increase fractions lib test coverage
http://bugs.python.org/issue14089 opened by Oleg.Plakhotnyuk
#14092: __name__ inconsistently applied in class definition
http://bugs.python.org/issue14092 opened by eukreign
#14093: Mercurial version information not appearing in Windows builds
http://bugs.python.org/issue14093 opened by vinay.sajip
#14094: nt.realpath() should use GetFinalPathNameByHandle() when avail
http://bugs.python.org/issue14094 opened by haypo
#14095: type_new() removes __qualname__ from the input dictionary
http://bugs.python.org/issue14095 opened by haypo
#14097: Improve the "introduction" page of the tutorial
http://bugs.python.org/issue14097 opened by ezio.melotti
#14098: provide public C-API for reading/setting sys.exc_info()
http://bugs.python.org/issue14098 opened by scoder
#14099: ZipFile.open() should not reopen the underlying file
http://bugs.python.org/issue14099 opened by kasal
#14100: Add a missing info to PEP 393 + link from whatsnew 3.3
http://bugs.python.org/issue14100 opened by tshepang
#14101: example function in tertools.count docstring is misindented
http://bugs.python.org/issue14101 opened by zbysz
#14102: argparse: add ability to create a man page
http://bugs.python.org/issue14102 opened by Daniel.Walsh
#14103: argparse: add ability to create a bash_completion script
http://bugs.python.org/issue14103 opened by Daniel.Walsh
#14104: Implement time.monotonic() on Mac OS X
http://bugs.python.org/issue14104 opened by haypo
#14105: Breakpoints in debug lost if line is inserted; IDLE
http://bugs.python.org/issue14105 opened by ltaylor934
#14106: Distutils manifest: recursive-(include|exclude) matches suffix
http://bugs.python.org/issue14106 opened by nadeem.vawda
#14107: Debian bigmem buildbot hanging in test_bigmem
http://bugs.python.org/issue14107 opened by nadeem.vawda
#14073: allow per-thread atexit()
http://bugs.python.org/issue14073 opened by tarek
Most recent 15 issues with no replies (15)
==========================================
#14107: Debian bigmem buildbot hanging in test_bigmem
http://bugs.python.org/issue14107
#14106: Distutils manifest: recursive-(include|exclude) matches suffix
http://bugs.python.org/issue14106
#14105: Breakpoints in debug lost if line is inserted; IDLE
http://bugs.python.org/issue14105
#14104: Implement time.monotonic() on Mac OS X
http://bugs.python.org/issue14104
#14094: nt.realpath() should use GetFinalPathNameByHandle() when avail
http://bugs.python.org/issue14094
#14089: Patch to increase fractions lib test coverage
http://bugs.python.org/issue14089
#14082: shutil doesn't support extended attributes
http://bugs.python.org/issue14082
#14078: Add 'sourceline' property to xml.etree Elements
http://bugs.python.org/issue14078
#14076: sqlite3 module ignores placeholers in CREATE TRIGGER code
http://bugs.python.org/issue14076
#14074: argparse does not allow nargs>1 for positional arguments but d
http://bugs.python.org/issue14074
#14072: urlparse on tel: URI-s misses the scheme in some cases
http://bugs.python.org/issue14072
#14069: In extensions (?...) the lookbehind assertion cannot choose be
http://bugs.python.org/issue14069
#14065: Element should support cyclic GC
http://bugs.python.org/issue14065
#14062: UTF-8 Email Subject problem
http://bugs.python.org/issue14062
#14055: Implement __sizeof__ for etree Element
http://bugs.python.org/issue14055
Most recent 15 issues waiting for review (15)
=============================================
#14106: Distutils manifest: recursive-(include|exclude) matches suffix
http://bugs.python.org/issue14106
#14101: example function in tertools.count docstring is misindented
http://bugs.python.org/issue14101
#14100: Add a missing info to PEP 393 + link from whatsnew 3.3
http://bugs.python.org/issue14100
#14099: ZipFile.open() should not reopen the underlying file
http://bugs.python.org/issue14099
#14098: provide public C-API for reading/setting sys.exc_info()
http://bugs.python.org/issue14098
#14097: Improve the "introduction" page of the tutorial
http://bugs.python.org/issue14097
#14095: type_new() removes __qualname__ from the input dictionary
http://bugs.python.org/issue14095
#14093: Mercurial version information not appearing in Windows builds
http://bugs.python.org/issue14093
#14089: Patch to increase fractions lib test coverage
http://bugs.python.org/issue14089
#14088: sys.executable generating canonical path
http://bugs.python.org/issue14088
#14087: multiprocessing.Condition.wait_for missing
http://bugs.python.org/issue14087
#14085: PyUnicode_WRITE: "comparison is always true" warnings
http://bugs.python.org/issue14085
#14081: Allow "maxsplit" argument to str.split() to be passed as a key
http://bugs.python.org/issue14081
#14078: Add 'sourceline' property to xml.etree Elements
http://bugs.python.org/issue14078
#14075: argparse: unused method?
http://bugs.python.org/issue14075
Top 10 most discussed issues (10)
=================================
#13703: Hash collision security issue
http://bugs.python.org/issue13703 25 msgs
#14080: Sporadic test_imp failure
http://bugs.python.org/issue14080 13 msgs
#6884: Impossible to include file in sdist that starts with 'build' o
http://bugs.python.org/issue6884 11 msgs
#13641: decoding functions in the base64 module could accept unicode s
http://bugs.python.org/issue13641 11 msgs
#13405: Add DTrace probes
http://bugs.python.org/issue13405 9 msgs
#14073: allow per-thread atexit()
http://bugs.python.org/issue14073 9 msgs
#13447: Add tests for some scripts in Tools/scripts
http://bugs.python.org/issue13447 8 msgs
#13873: SIGBUS in test_big_buffer() of test_zlib on Debian bigmem buil
http://bugs.python.org/issue13873 8 msgs
#14088: sys.executable generating canonical path
http://bugs.python.org/issue14088 8 msgs
#2377: Replace __import__ w/ importlib.__import__
http://bugs.python.org/issue2377 7 msgs
Issues closed (45)
==================
#1659: Tests needing network flag?
http://bugs.python.org/issue1659 closed by eric.araujo
#6039: cygwin compilers should not check compiler versions
http://bugs.python.org/issue6039 closed by eric.araujo
#6807: No such file or directory: 'msisupport.dll' in msi.py
http://bugs.python.org/issue6807 closed by loewis
#7813: Bug in command-line module launcher
http://bugs.python.org/issue7813 closed by eric.araujo
#7966: mhlib does not emit deprecation warning
http://bugs.python.org/issue7966 closed by eric.araujo
#8033: sqlite: broken long integer handling for arguments to user-def
http://bugs.python.org/issue8033 closed by python-dev
#9691: sdist includes files that are not in MANIFEST.in
http://bugs.python.org/issue9691 closed by eric.araujo
#10580: Minor grammar change in Python’s MSI installer
http://bugs.python.org/issue10580 closed by loewis
#11689: sqlite: Incorrect unit test fails to detect failure
http://bugs.python.org/issue11689 closed by python-dev
#12406: msi.py needs updating for Python 3.3
http://bugs.python.org/issue12406 closed by loewis
#12627: Implement PEP 394: The "python" Command on Unix-Like Systems
http://bugs.python.org/issue12627 closed by ned.deily
#12702: shutil.copytree() should use os.lutimes() to copy the metadata
http://bugs.python.org/issue12702 closed by petri.lehtinen
#12817: test_multiprocessing: io.BytesIO() requires bytearray buffers
http://bugs.python.org/issue12817 closed by skrah
#13909: Ordering of free variables in dis is dependent on dict orderin
http://bugs.python.org/issue13909 closed by Mark.Shannon
#13974: packaging: test for set_platform()
http://bugs.python.org/issue13974 closed by eric.araujo
#13978: OSError exception in multiprocessing module when using os.remo
http://bugs.python.org/issue13978 closed by neologix
#14001: CVE-2012-0845 Python v2.7.2 / v3.2.2 (SimpleXMLRPCServer): DoS
http://bugs.python.org/issue14001 closed by neologix
#14004: Distutils filelist selects too many files on Windows
http://bugs.python.org/issue14004 closed by eric.araujo
#14005: IDLE Crash when running/saving a file
http://bugs.python.org/issue14005 closed by ned.deily
#14020: Improve HTMLParser doc
http://bugs.python.org/issue14020 closed by ezio.melotti
#14023: bytes implied to be mutable
http://bugs.python.org/issue14023 closed by terry.reedy
#14038: Packaging test support code raises exception
http://bugs.python.org/issue14038 closed by eric.araujo
#14040: Deprecate some of the module file formats
http://bugs.python.org/issue14040 closed by pitrou
#14043: Speed-up importlib's _FileFinder
http://bugs.python.org/issue14043 closed by pitrou
#14045: In regex pattern long unicode character isn't recognized by re
http://bugs.python.org/issue14045 closed by loewis
#14047: UTF-8 Email Header
http://bugs.python.org/issue14047 closed by eric.araujo
#14048: calendar bug related to September 2-14, 1752
http://bugs.python.org/issue14048 closed by mark.dickinson
#14051: Cannot set attributes on staticmethod
http://bugs.python.org/issue14051 closed by python-dev
#14052: importlib mixes up '.' and os.getcwd()
http://bugs.python.org/issue14052 closed by brett.cannon
#14053: Make patchcheck work with MQ
http://bugs.python.org/issue14053 closed by nadeem.vawda
#14054: test_importlib failures under Windows
http://bugs.python.org/issue14054 closed by brett.cannon
#14058: test_sys has started failing
http://bugs.python.org/issue14058 closed by vinay.sajip
#14063: test_importlib failure on Mac OS X
http://bugs.python.org/issue14063 closed by pitrou
#14064: collections module imported twice in urllib/parse.py
http://bugs.python.org/issue14064 closed by benjamin.peterson
#14066: Crash in imputil.imp.find_module when a *directory* exists wit
http://bugs.python.org/issue14066 closed by dmalcolm
#14068: problem with re split
http://bugs.python.org/issue14068 closed by ezio.melotti
#14077: sporadic test_multiprocessing failure
http://bugs.python.org/issue14077 closed by neologix
#14079: Problems with recent test_subprocess changes
http://bugs.python.org/issue14079 closed by vinay.sajip
#14083: Use local timezone offset by default in datetime.timezone
http://bugs.python.org/issue14083 closed by ncoghlan
#14084: test_imp resource leak
http://bugs.python.org/issue14084 closed by pitrou
#14086: str(KeyError("Foo")) Unexpected Result
http://bugs.python.org/issue14086 closed by vencabot_teppoo
#14090: Bus error on test_big_buffer() of test_zlib, buildbot AMD64 de
http://bugs.python.org/issue14090 closed by nadeem.vawda
#14091: python subprocess hangs if script called from another director
http://bugs.python.org/issue14091 closed by Massimo.Paladin
#14096: IDLE quits unexpectedly when some keys are pressed
http://bugs.python.org/issue14096 closed by guxianminer
#1173134: improvement of the script adaptation for the win32 platform
http://bugs.python.org/issue1173134 closed by eric.araujo
More information about the Python-Dev
mailing list