[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jun 10 18:07:22 CEST 2011


ACTIVITY SUMMARY (2011-06-03 - 2011-06-10)
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    2826 (+11)
  closed 21268 (+47)
  total  24094 (+58)

Open issues with patches: 1236 


Issues opened (45)
==================

#5906: Risk of confusion in multiprocessing module - daemonic process
http://bugs.python.org/issue5906  reopened by pakal

#9516: sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but 
http://bugs.python.org/issue9516  reopened by eric.araujo

#12255: A few changes to .*ignore
http://bugs.python.org/issue12255  opened by eric.araujo

#12256: Link isinstance/issubclass doc to abc module
http://bugs.python.org/issue12256  opened by eric.araujo

#12257: Rework/replace use of DISTUTILS_USE_SDK in packaging
http://bugs.python.org/issue12257  opened by eric.araujo

#12258: Clean up bytes I/O in get_compiler_versions
http://bugs.python.org/issue12258  opened by eric.araujo

#12259: Test and document which compilers can be created on which plat
http://bugs.python.org/issue12259  opened by eric.araujo

#12260: Make install default to user site-packages
http://bugs.python.org/issue12260  opened by eric.araujo

#12261: urllib.parse docs still refer to urlparse
http://bugs.python.org/issue12261  opened by tlesher

#12263: punycode codec ignores the error handler argument
http://bugs.python.org/issue12263  opened by haypo

#12268: file readline, readlines & readall methods can lose data on EI
http://bugs.python.org/issue12268  opened by gregory.p.smith

#12271: Python 2.7.x on IA64 running SLES 11 SP1
http://bugs.python.org/issue12271  opened by v.claudic

#12272: Python 2.7.1 version conflict for package "Tcl" on Windows 7
http://bugs.python.org/issue12272  opened by jackie3

#12273: Change ast.__version__ calculation	to provide consistent order
http://bugs.python.org/issue12273  opened by ncoghlan

#12274: "Print window" menu on IDLE aborts whole application
http://bugs.python.org/issue12274  opened by gagenellina

#12275: urllib.request.HTTPRedirectHandler won't redirect to a URL wit
http://bugs.python.org/issue12275  opened by lilydjwg

#12276: 3.x ignores sys.tracebacklimit=0
http://bugs.python.org/issue12276  opened by gagenellina

#12277: Missing comma in os.walk docs
http://bugs.python.org/issue12277  opened by Retro

#12278: Core mentorship mention in the devguide
http://bugs.python.org/issue12278  opened by adam.woodbeck

#12279: Add build_distinfo command to packaging
http://bugs.python.org/issue12279  opened by eric.araujo

#12281: bytes.decode('mbcs', 'ignore') does replace undecodable bytes 
http://bugs.python.org/issue12281  opened by haypo

#12282: build process adds CWD (null entry) to PYTHONPATH if PYTHONPAT
http://bugs.python.org/issue12282  opened by r.david.murray

#12284: argparse.ArgumentParser: usage example option
http://bugs.python.org/issue12284  opened by jonash

#12285: Unexpected behavior for 0 or negative processes in multiproces
http://bugs.python.org/issue12285  opened by jorgsk

#12287: ossaudiodev: stack corruption with FD >= FD_SETSIZE
http://bugs.python.org/issue12287  opened by neologix

#12288: Python 2.7.1 tkSimpleDialog initialvalue
http://bugs.python.org/issue12288  opened by busfault

#12289: http.server.CGIHTTPRequestHandler doesn't check if a Python sc
http://bugs.python.org/issue12289  opened by haypo

#12290: __setstate__ is called for false values
http://bugs.python.org/issue12290  opened by eltoder

#12291: file written using marshal in 3.2 can be read by 2.7, but not 
http://bugs.python.org/issue12291  opened by vinay.sajip

#12294: multiprocessing.Pool: Need a way to find out if work are finis
http://bugs.python.org/issue12294  opened by mozbugbox

#12295: Fix ResourceWarning in turtledemo help window
http://bugs.python.org/issue12295  opened by eric.araujo

#12296: Minor clarification in devguide
http://bugs.python.org/issue12296  opened by eric.araujo

#12297: Clarifications to atexit.register and unregister doc
http://bugs.python.org/issue12297  opened by eric.araujo

#12299: Stop documenting functions added by site as builtins
http://bugs.python.org/issue12299  opened by eric.araujo

#12300: Document pydoc.help
http://bugs.python.org/issue12300  opened by eric.araujo

#12301: Use :data:`sys.thing` instead of ``sys.thing`` throughout
http://bugs.python.org/issue12301  opened by eric.araujo

#12302: packaging test command needs access to .dist-info
http://bugs.python.org/issue12302  opened by michael.mulich

#12303: expose sigwaitinfo() and sigtimedwait() in the signal module
http://bugs.python.org/issue12303  opened by haypo

#12304: expose signalfd(2) in the signal module
http://bugs.python.org/issue12304  opened by haypo

#12305: Building PEPs doesn't work on Python 3
http://bugs.python.org/issue12305  opened by ericsnow

#12306: zlib: Expose zlibVersion to query runtime version of zlib
http://bugs.python.org/issue12306  opened by torsten

#12307: Inconsistent formatting of section titles in PEP 0
http://bugs.python.org/issue12307  opened by ericsnow

#12308: Add link to PEP 0 for topical index in wiki
http://bugs.python.org/issue12308  opened by ericsnow

#12309: os.environ was modified by test_packaging
http://bugs.python.org/issue12309  opened by haypo

#12310: Segfault in test_multiprocessing
http://bugs.python.org/issue12310  opened by haypo



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

#12309: os.environ was modified by test_packaging
http://bugs.python.org/issue12309

#12308: Add link to PEP 0 for topical index in wiki
http://bugs.python.org/issue12308

#12307: Inconsistent formatting of section titles in PEP 0
http://bugs.python.org/issue12307

#12306: zlib: Expose zlibVersion to query runtime version of zlib
http://bugs.python.org/issue12306

#12305: Building PEPs doesn't work on Python 3
http://bugs.python.org/issue12305

#12303: expose sigwaitinfo() and sigtimedwait() in the signal module
http://bugs.python.org/issue12303

#12301: Use :data:`sys.thing` instead of ``sys.thing`` throughout
http://bugs.python.org/issue12301

#12300: Document pydoc.help
http://bugs.python.org/issue12300

#12299: Stop documenting functions added by site as builtins
http://bugs.python.org/issue12299

#12297: Clarifications to atexit.register and unregister doc
http://bugs.python.org/issue12297

#12296: Minor clarification in devguide
http://bugs.python.org/issue12296

#12295: Fix ResourceWarning in turtledemo help window
http://bugs.python.org/issue12295

#12294: multiprocessing.Pool: Need a way to find out if work are finis
http://bugs.python.org/issue12294

#12288: Python 2.7.1 tkSimpleDialog initialvalue
http://bugs.python.org/issue12288

#12272: Python 2.7.1 version conflict for package "Tcl" on Windows 7
http://bugs.python.org/issue12272



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

#12308: Add link to PEP 0 for topical index in wiki
http://bugs.python.org/issue12308

#12306: zlib: Expose zlibVersion to query runtime version of zlib
http://bugs.python.org/issue12306

#12304: expose signalfd(2) in the signal module
http://bugs.python.org/issue12304

#12297: Clarifications to atexit.register and unregister doc
http://bugs.python.org/issue12297

#12296: Minor clarification in devguide
http://bugs.python.org/issue12296

#12295: Fix ResourceWarning in turtledemo help window
http://bugs.python.org/issue12295

#12291: file written using marshal in 3.2 can be read by 2.7, but not 
http://bugs.python.org/issue12291

#12289: http.server.CGIHTTPRequestHandler doesn't check if a Python sc
http://bugs.python.org/issue12289

#12287: ossaudiodev: stack corruption with FD >= FD_SETSIZE
http://bugs.python.org/issue12287

#12285: Unexpected behavior for 0 or negative processes in multiproces
http://bugs.python.org/issue12285

#12281: bytes.decode('mbcs', 'ignore') does replace undecodable bytes 
http://bugs.python.org/issue12281

#12278: Core mentorship mention in the devguide
http://bugs.python.org/issue12278

#12277: Missing comma in os.walk docs
http://bugs.python.org/issue12277

#12268: file readline, readlines & readall methods can lose data on EI
http://bugs.python.org/issue12268

#12261: urllib.parse docs still refer to urlparse
http://bugs.python.org/issue12261



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

#12248: __dir__ semantics changed in Python 2.7.2
http://bugs.python.org/issue12248  18 msgs

#12014: str.format parses replacement field incorrectly
http://bugs.python.org/issue12014  12 msgs

#12246: Warn when trying to install third-party module from an uninsta
http://bugs.python.org/issue12246  12 msgs

#8927: Handle version incompatibilities in dependencies
http://bugs.python.org/issue8927  11 msgs

#12211: Better document math.copysign behavior.
http://bugs.python.org/issue12211  11 msgs

#12226: use secured channel for uploading packages to pypi
http://bugs.python.org/issue12226  11 msgs

#11457: Expose nanosecond precision from system calls
http://bugs.python.org/issue11457  10 msgs

#7511: msvc9compiler.py: ValueError when trying to compile with VC Ex
http://bugs.python.org/issue7511   8 msgs

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

#12291: file written using marshal in 3.2 can be read by 2.7, but not 
http://bugs.python.org/issue12291   8 msgs



Issues closed (47)
==================

#3771: test_httpservers intermittent failure, test_post and EINTR
http://bugs.python.org/issue3771  closed by gregory.p.smith

#3992: remove custom log module from distutils2
http://bugs.python.org/issue3992  closed by eric.araujo

#4949: Constness in PyErr_NewException
http://bugs.python.org/issue4949  closed by benjamin.peterson

#7015: Getting call trace while executing "modules spam" at help prom
http://bugs.python.org/issue7015  closed by eric.araujo

#8407: expose pthread_sigmask(), pthread_kill(), sigpending() and sig
http://bugs.python.org/issue8407  closed by haypo

#9205: Parent process hanging in multiprocessing if children terminat
http://bugs.python.org/issue9205  closed by pitrou

#9344: please add posix.getgrouplist()
http://bugs.python.org/issue9344  closed by rosslagerwall

#10027: os.lstat/os.stat don't set st_nlink on Windows
http://bugs.python.org/issue10027  closed by brian.curtin

#10424: better error message from argparse when positionals missing
http://bugs.python.org/issue10424  closed by r.david.murray

#10645: Remove egg-info files in stdlib
http://bugs.python.org/issue10645  closed by eric.araujo

#10694: zipfile.py end of central directory detection not robust
http://bugs.python.org/issue10694  closed by r.david.murray

#10884: pkgutil EggInfoDistribution requirements for .egg-info metadat
http://bugs.python.org/issue10884  closed by michael.mulich

#11028: Implement the setup.py -> setup.cfg in mkcfg
http://bugs.python.org/issue11028  closed by eric.araujo

#11041: On the distutils2 documentation, 'requires-python' shouldn't b
http://bugs.python.org/issue11041  closed by eric.araujo

#11092: setup.cfg isn't packaged when running sdist
http://bugs.python.org/issue11092  closed by eric.araujo

#11203: gzip doc is behind
http://bugs.python.org/issue11203  closed by teamnoir

#11583: os.path.isdir() is slow on windows
http://bugs.python.org/issue11583  closed by brian.curtin

#11893: Obsolete SSLFakeFile in smtplib?
http://bugs.python.org/issue11893  closed by pitrou

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

#12021: mmap.read requires an argument
http://bugs.python.org/issue12021  closed by neologix

#12040: Expose a Process.sentinel property (and fix polling loop in Pr
http://bugs.python.org/issue12040  closed by pitrou

#12080: decimal.py: performance in _power_exact
http://bugs.python.org/issue12080  closed by mark.dickinson

#12127: Inconsistent leading zero treatment
http://bugs.python.org/issue12127  closed by mark.dickinson

#12168: SysLogHandler incorrectly appends \000 to messages
http://bugs.python.org/issue12168  closed by vinay.sajip

#12214: platform module can't detect archlinux distribution
http://bugs.python.org/issue12214  closed by eric.araujo

#12224: problem with siginterrupt
http://bugs.python.org/issue12224  closed by haypo

#12234: unittest2 could enable regex debugging for more information
http://bugs.python.org/issue12234  closed by r.david.murray

#12237: Document how to open non-default webbrowser
http://bugs.python.org/issue12237  closed by terry.reedy

#12249: add missing command
http://bugs.python.org/issue12249  closed by eric.araujo

#12254: PEP-3107 has a wrong attribute name for function annotations
http://bugs.python.org/issue12254  closed by eric.araujo

#12262: Not Inheriting File Descriptors on Windows?
http://bugs.python.org/issue12262  closed by 3vi1

#12264: parser.expr(): reference count error if more than one argument
http://bugs.python.org/issue12264  closed by python-dev

#12265: revamp argument errors
http://bugs.python.org/issue12265  closed by python-dev

#12266: str.capitalize contradicts oneself
http://bugs.python.org/issue12266  closed by r.david.murray

#12267: Difficult to compile python in Visual Studio 2010 express
http://bugs.python.org/issue12267  closed by loewis

#12269: IDLE 2.7 hangs on Mac OS X 10.6
http://bugs.python.org/issue12269  closed by ned.deily

#12270: Please update copyright notice on bugs.python.org to 2011?
http://bugs.python.org/issue12270  closed by ezio.melotti

#12280: If statement
http://bugs.python.org/issue12280  closed by brian.curtin

#12283: python3.2 smtplib _quote_periods
http://bugs.python.org/issue12283  closed by r.david.murray

#12286: float('nan') breaks sort() method on a list of floats
http://bugs.python.org/issue12286  closed by ezio.melotti

#12292: bpython
http://bugs.python.org/issue12292  closed by amaury.forgeotdarc

#12293: wrong arguments passed to SMTP.sendmail in example
http://bugs.python.org/issue12293  closed by r.david.murray

#12298: Sphinx glitch in library/functions
http://bugs.python.org/issue12298  closed by georg.brandl

#12311: memory leak with self-referencing dict
http://bugs.python.org/issue12311  closed by Albert.Zeyer

#12312: is ok
http://bugs.python.org/issue12312  closed by brian.curtin

#1083299: Distutils doesn't pick up all the files it should.
http://bugs.python.org/issue1083299  closed by eric.araujo

#1699259: replacing char* with const char* in sysmodule.c/.h
http://bugs.python.org/issue1699259  closed by sebastinas


More information about the Python-Dev mailing list