[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri May 20 18:07:23 CEST 2011


ACTIVITY SUMMARY (2011-05-13 - 2011-05-20)
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    2794 (+10)
  closed 21115 (+46)
  total  23909 (+56)

Open issues with patches: 1201 


Issues opened (37)
==================

#8796: Deprecate codecs.open()
http://bugs.python.org/issue8796  reopened by haypo

#11377: Deprecate platform.popen()
http://bugs.python.org/issue11377  reopened by eric.araujo

#12068: test_logging failure in test_rollover
http://bugs.python.org/issue12068  reopened by pitrou

#12073: regrtest: use faulthandler to dump the tracebacks on SIGUSR1
http://bugs.python.org/issue12073  opened by haypo

#12074: regrtest: display the current number of failures
http://bugs.python.org/issue12074  opened by haypo

#12075: python3.2 memory leak when setting integer key in dictionary
http://bugs.python.org/issue12075  opened by kaizhu

#12077: Harmonizing descriptor protocol documentation
http://bugs.python.org/issue12077  opened by davide.rizzo

#12079: decimal.py: TypeError precedence in fma()
http://bugs.python.org/issue12079  opened by skrah

#12080: decimal.py: performance in _power_exact
http://bugs.python.org/issue12080  opened by skrah

#12081: Remove distributed copy of libffi
http://bugs.python.org/issue12081  opened by benjamin.peterson

#12082: Python/import.c still references fstat even with DONT_HAVE_FST
http://bugs.python.org/issue12082  opened by joshtriplett

#12084: os.stat() on windows doesn't consider relative symlink
http://bugs.python.org/issue12084  opened by ocean-city

#12085: subprocess.Popen.__del__ raises AttributeError if __init__ was
http://bugs.python.org/issue12085  opened by chortos

#12086: Tutorial doesn't discourage name mangling
http://bugs.python.org/issue12086  opened by sheep

#12087: install_egg_info fails with UnicodeEncodeError depending on lo
http://bugs.python.org/issue12087  opened by hagen

#12089: regrtest.py doesn't check for unexpected output anymore?
http://bugs.python.org/issue12089  opened by haypo

#12090: 3.2: build --without-threads fails
http://bugs.python.org/issue12090  opened by skrah

#12091: multiprocessing: simplify ApplyResult and MapResult with threa
http://bugs.python.org/issue12091  opened by charles-francois.natali

#12097: python.exe crashes if it is unable to find its .dll
http://bugs.python.org/issue12097  opened by techtonik

#12098: Child process running as debug on Windows
http://bugs.python.org/issue12098  opened by thebits

#12100: Incremental encoders of CJK codecs reset the codec at each cal
http://bugs.python.org/issue12100  opened by haypo

#12101: PEPs should have consecutive revision numbers
http://bugs.python.org/issue12101  opened by techtonik

#12102: mmap requires file to be synced
http://bugs.python.org/issue12102  opened by rion4ik at gmail.com

#12103: Documentation of open() does not claim 'e' support in mode str
http://bugs.python.org/issue12103  opened by mmarkk

#12105: open() does not able to set flags, such as O_CLOEXEC
http://bugs.python.org/issue12105  opened by mmarkk

#12106: reflect syntatic sugar in with ast
http://bugs.python.org/issue12106  opened by benjamin.peterson

#12107: TCP listening sockets created without FD_CLOEXEC flag
http://bugs.python.org/issue12107  opened by Christophe.Devriese

#12112: The new packaging module should not use the locale encoding
http://bugs.python.org/issue12112  opened by haypo

#12113: test_packaging fails when run twice
http://bugs.python.org/issue12113  opened by pitrou

#12114: packaging.util._find_exe_version(): potential deadlock
http://bugs.python.org/issue12114  opened by haypo

#12115: some tests need to be skipped on threadless systems
http://bugs.python.org/issue12115  opened by tarek

#12117: Failures with PYTHONDONTWRITEBYTECODE: test_importlib, test_im
http://bugs.python.org/issue12117  opened by pitrou

#12121: test_packaging failure when ssl is not available
http://bugs.python.org/issue12121  opened by pitrou

#12124: python -m test test_packaging test_zipimport failure
http://bugs.python.org/issue12124  opened by haypo

#12125: test_sysconfig fails on OpenIndiana because of test_packaging
http://bugs.python.org/issue12125  opened by haypo

#12126: incorrect select documentation
http://bugs.python.org/issue12126  opened by exarkun

#12127: Inconsistent leading zero treatment
http://bugs.python.org/issue12127  opened by Peter.Wentworth



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

#12126: incorrect select documentation
http://bugs.python.org/issue12126

#12125: test_sysconfig fails on OpenIndiana because of test_packaging
http://bugs.python.org/issue12125

#12121: test_packaging failure when ssl is not available
http://bugs.python.org/issue12121

#12114: packaging.util._find_exe_version(): potential deadlock
http://bugs.python.org/issue12114

#12106: reflect syntatic sugar in with ast
http://bugs.python.org/issue12106

#12100: Incremental encoders of CJK codecs reset the codec at each cal
http://bugs.python.org/issue12100

#12091: multiprocessing: simplify ApplyResult and MapResult with threa
http://bugs.python.org/issue12091

#12085: subprocess.Popen.__del__ raises AttributeError if __init__ was
http://bugs.python.org/issue12085

#12066: Empty ('') xmlns attribute is not properly handled by xml.dom.
http://bugs.python.org/issue12066

#12063: tokenize module appears to treat unterminated single and doubl
http://bugs.python.org/issue12063

#12055: doctest not working on nested functions
http://bugs.python.org/issue12055

#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

#12029: ABC registration of Exceptions
http://bugs.python.org/issue12029

#12019: Dead or buggy code in importlib.test.__main__
http://bugs.python.org/issue12019



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

#12124: python -m test test_packaging test_zipimport failure
http://bugs.python.org/issue12124

#12114: packaging.util._find_exe_version(): potential deadlock
http://bugs.python.org/issue12114

#12112: The new packaging module should not use the locale encoding
http://bugs.python.org/issue12112

#12106: reflect syntatic sugar in with ast
http://bugs.python.org/issue12106

#12105: open() does not able to set flags, such as O_CLOEXEC
http://bugs.python.org/issue12105

#12102: mmap requires file to be synced
http://bugs.python.org/issue12102

#12100: Incremental encoders of CJK codecs reset the codec at each cal
http://bugs.python.org/issue12100

#12098: Child process running as debug on Windows
http://bugs.python.org/issue12098

#12091: multiprocessing: simplify ApplyResult and MapResult with threa
http://bugs.python.org/issue12091

#12085: subprocess.Popen.__del__ raises AttributeError if __init__ was
http://bugs.python.org/issue12085

#12084: os.stat() on windows doesn't consider relative symlink
http://bugs.python.org/issue12084

#12074: regrtest: display the current number of failures
http://bugs.python.org/issue12074

#12073: regrtest: use faulthandler to dump the tracebacks on SIGUSR1
http://bugs.python.org/issue12073

#12057: HZ codec has no test
http://bugs.python.org/issue12057

#12049: expose RAND_bytes() function of OpenSSL
http://bugs.python.org/issue12049



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

#11610: Improving property to accept abstract methods
http://bugs.python.org/issue11610  12 msgs

#6721: Locks in python standard library should be sanitized on fork
http://bugs.python.org/issue6721   9 msgs

#12105: open() does not able to set flags, such as O_CLOEXEC
http://bugs.python.org/issue12105   9 msgs

#11877: Change os.fsync() to support physical backing store syncs
http://bugs.python.org/issue11877   8 msgs

#12086: Tutorial doesn't discourage name mangling
http://bugs.python.org/issue12086   8 msgs

#12112: The new packaging module should not use the locale encoding
http://bugs.python.org/issue12112   8 msgs

#12127: Inconsistent leading zero treatment
http://bugs.python.org/issue12127   8 msgs

#1615158: POSIX capabilities support
http://bugs.python.org/issue1615158   8 msgs

#6727: ImportError when package is symlinked on Windows
http://bugs.python.org/issue6727   7 msgs

#12097: python.exe crashes if it is unable to find its .dll
http://bugs.python.org/issue12097   7 msgs



Issues closed (49)
==================

#4621: zipfile returns string but expects binary
http://bugs.python.org/issue4621  closed by haypo

#5723: Incomplete json tests
http://bugs.python.org/issue5723  closed by ezio.melotti

#6059: ctypes/uuid-related segmentation fault
http://bugs.python.org/issue6059  closed by charles-francois.natali

#6498: Py_Main() does not return on SystemExit
http://bugs.python.org/issue6498  closed by python-dev

#7656: test_hashlib fails on some installations (specifically Neal's 
http://bugs.python.org/issue7656  closed by gregory.p.smith

#7960: test.support.captured_output has invalid docstring example
http://bugs.python.org/issue7960  closed by ezio.melotti

#8650: zlibmodule.c isn't 64-bit clean
http://bugs.python.org/issue8650  closed by nadeem.vawda

#8809: smtplib should support SSL contexts
http://bugs.python.org/issue8809  closed by pitrou

#9516: sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but 
http://bugs.python.org/issue9516  closed by ronaldoussoren

#9927: Leak around GetFinalPathNameByHandle (Windows)
http://bugs.python.org/issue9927  closed by ocean-city

#10090: python -m locale fails on OSX
http://bugs.python.org/issue10090  closed by ronaldoussoren

#10154: locale.normalize strips "-" from UTF-8,	which fails on Mac
http://bugs.python.org/issue10154  closed by ronaldoussoren

#10239: multiprocessing signal defect
http://bugs.python.org/issue10239  closed by charles-francois.natali

#10756: Error in atexit._run_exitfuncs [...]  Exception expected for v
http://bugs.python.org/issue10756  closed by haypo

#11088: IDLE on OS X with Cocoa Tk 8.5 can hang waiting on input / raw
http://bugs.python.org/issue11088  closed by ronaldoussoren

#11614: import __hello__ is broken in Python 3
http://bugs.python.org/issue11614  closed by haypo

#11731: Simplify email API via 'policy' objects
http://bugs.python.org/issue11731  closed by r.david.murray

#11949: Make float('nan') unorderable
http://bugs.python.org/issue11949  closed by rhettinger

#11979: Minor improvements to the Sockets readme: typos, wording and s
http://bugs.python.org/issue11979  closed by ezio.melotti

#11996: libpython.py: nicer py-bt output
http://bugs.python.org/issue11996  closed by haypo

#12002: ftplib.FTP.abort fails with TypeError on Python 3.x
http://bugs.python.org/issue12002  closed by giampaolo.rodola

#12048: Python 3, ZipFile Bug In Chinese
http://bugs.python.org/issue12048  closed by haypo

#12050: unconsumed_tail of zlib.Decompress is not always cleared on de
http://bugs.python.org/issue12050  closed by nadeem.vawda

#12059: hashlib does not handle missing hash functions correctly
http://bugs.python.org/issue12059  closed by gregory.p.smith

#12060: Python doesn't support real time signals
http://bugs.python.org/issue12060  closed by gregory.p.smith

#12065: test_ssl failure when svn.python.org fails to resolve
http://bugs.python.org/issue12065  closed by pitrou

#12072: Missing parenthesis in c-api/buffer PyBuffer_FillContiguousStr
http://bugs.python.org/issue12072  closed by ezio.melotti

#12076: IDLE v.3.2 crashing randomly on MacOSX 10.6.7
http://bugs.python.org/issue12076  closed by amaury.forgeotdarc

#12083: Compile-time option to avoid writing files, including generate
http://bugs.python.org/issue12083  closed by loewis

#12088: tarfile.extractall fails to overwrite unresolved symlinks and 
http://bugs.python.org/issue12088  closed by orsenthil

#12092: Clarify sentence in tutorial
http://bugs.python.org/issue12092  closed by ezio.melotti

#12093: Typo in struct unpacking example
http://bugs.python.org/issue12093  closed by ezio.melotti

#12094: Cannot Launch IDLE
http://bugs.python.org/issue12094  closed by ezio.melotti

#12095: test failures due to missing module
http://bugs.python.org/issue12095  closed by haypo

#12096: test_threading.test_waitfor() timeout (1 hour) on x86 Gentoo 3
http://bugs.python.org/issue12096  closed by haypo

#12099: re pattern objects have no __class__
http://bugs.python.org/issue12099  closed by python-dev

#12104: os.path.join('/some/path', '') adds extra slash at end of resu
http://bugs.python.org/issue12104  closed by brian.curtin

#12108: test_packaging monkeypatches httplib
http://bugs.python.org/issue12108  closed by pitrou

#12109: test_packaging monkeypatches httplib
http://bugs.python.org/issue12109  closed by pitrou

#12110: test_packaging monkeypatches httplib
http://bugs.python.org/issue12110  closed by pitrou

#12111: email's use of __setitem__ is highly counterintuitive
http://bugs.python.org/issue12111  closed by r.david.murray

#12116: io.Buffer*.seek() doesn't seek if "seeking leaves us inside th
http://bugs.python.org/issue12116  closed by pitrou

#12118: test_imp failure
http://bugs.python.org/issue12118  closed by haypo

#12119: test_distutils failure
http://bugs.python.org/issue12119  closed by haypo

#12120: test_packaging failure
http://bugs.python.org/issue12120  closed by haypo

#12122: test_runpy failure
http://bugs.python.org/issue12122  closed by haypo

#12123: test_import failures
http://bugs.python.org/issue12123  closed by haypo

#1746656: IPv6 Interface naming/indexing functions
http://bugs.python.org/issue1746656  closed by gregory.p.smith

#12078: re.sub() replaces only several matches
http://bugs.python.org/issue12078  closed by ezio.melotti


More information about the Python-Dev mailing list