[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Mar 11 18:07:03 CET 2011


ACTIVITY SUMMARY (2011-03-04 - 2011-03-11)
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    2709 (+18)
  closed 20540 (+53)
  total  23249 (+71)

Open issues with patches: 1151 


Issues opened (46)
==================

#1271: Raw string parsing fails with backslash as last character
http://bugs.python.org/issue1271  reopened by ezio.melotti

#11397: os.path.realpath() may produce incorrect results
http://bugs.python.org/issue11397  opened by mkovtun

#11401: email.header error during .flatten()
http://bugs.python.org/issue11401  opened by sdaoden

#11402: _PyUnicode_Init leaks a little memory once
http://bugs.python.org/issue11402  opened by stutzbach

#11403: Add some generated files in PC/ to .hgignore.
http://bugs.python.org/issue11403  opened by santa4nt

#11406: There is no os.listdir() equivalent returning generator instea
http://bugs.python.org/issue11406  opened by mmarkk

#11407: unittest.TestCase.run should return result
http://bugs.python.org/issue11407  opened by michael.foord

#11409: pysetup --search should return non-zero when a dist is not ins
http://bugs.python.org/issue11409  opened by kelseyhightower

#11410: Use GCC visibility attrs in PyAPI_*
http://bugs.python.org/issue11410  opened by twouters

#11412: Section numbers in the Library Reference have a trailing perio
http://bugs.python.org/issue11412  opened by rhettinger

#11414: Add import fix for email.Message
http://bugs.python.org/issue11414  opened by kitterma

#11415: ZipFile don't overwrite compresed files at create
http://bugs.python.org/issue11415  opened by piranna

#11416: netrc module does not handle multiple entries for a single hos
http://bugs.python.org/issue11416  opened by saffroy

#11418: Method's global scope is module containing function definition
http://bugs.python.org/issue11418  opened by naoki

#11419: Python-ast.[ch] out-of-date w.r.t. sources in fresh 2.5 checko
http://bugs.python.org/issue11419  opened by skip.montanaro

#11420: Make testsuite pass with -B/DONTWRITEBYTECODE set.
http://bugs.python.org/issue11420  opened by twouters

#11421: Subversion keywords missing on 2.5 checkout
http://bugs.python.org/issue11421  opened by skip.montanaro

#11426: CSV examples can't close their files
http://bugs.python.org/issue11426  opened by gwideman

#11427: ctypes from_buffer no longer accepts bytes
http://bugs.python.org/issue11427  opened by benrg

#11429: ctypes is highly eclectic in its raw-memory support
http://bugs.python.org/issue11429  opened by benrg

#11430: can't change the sizeof a Structure that doesn't own its buffe
http://bugs.python.org/issue11430  opened by benrg

#11432: webbrowser.open on unix fails.
http://bugs.python.org/issue11432  opened by ideasman42

#11436: Clarify struct doc for format 's'.
http://bugs.python.org/issue11436  opened by terry.reedy

#11437: IDLE crash on startup with typo in config-keys.cfg
http://bugs.python.org/issue11437  opened by George.Dhoore

#11439: subversion keyword breakage
http://bugs.python.org/issue11439  opened by skrah

#11440: fix_callable should be dropped from lib2to3 / changed
http://bugs.python.org/issue11440  opened by SilentGhost

#11441: compile() raises SystemError if called from except clause
http://bugs.python.org/issue11441  opened by july

#11442: list_directory() in SimpleHTTPServer.py should add charset=...
http://bugs.python.org/issue11442  opened by gvanrossum

#11445: python.exe on OS X shared-llbrary build erroneously linked to 
http://bugs.python.org/issue11445  opened by skip.montanaro

#11446: Incorrect PEP link in Language Reference section 7.7
http://bugs.python.org/issue11446  opened by terrence

#11447: test_pydoc refleak
http://bugs.python.org/issue11447  opened by pitrou

#11448: docs for HTTPConnection.set_tunnel are ambiguous
http://bugs.python.org/issue11448  opened by rfk

#11449: tarfile tries to file_.tell() even when creating a new archive
http://bugs.python.org/issue11449  opened by strombrg

#11453: asyncore.file_wrapper should implement __del__ and call close 
http://bugs.python.org/issue11453  opened by amajorek

#11454: email.message import time
http://bugs.python.org/issue11454  opened by rosslagerwall

#11455: issue a warning when populating a CPython type dict with non-s
http://bugs.python.org/issue11455  opened by michael.foord

#11456: Documentation csv RFC4180
http://bugs.python.org/issue11456  opened by tonywallace

#11457: Expose nanosecond precision from system calls
http://bugs.python.org/issue11457  opened by khenriksson

#11459: Python select.select does not correctly report read readyness
http://bugs.python.org/issue11459  opened by amicitas

#11461: Reading UTF-16 with codecs.readline() breaks on surrogate pair
http://bugs.python.org/issue11461  opened by ply

#11462: Peephole creates duplicate and unused constants
http://bugs.python.org/issue11462  opened by eltoder

#11463: IncompleteRead: IncompleteRead(168 bytes read)
http://bugs.python.org/issue11463  opened by caitifbrito

#11464: Call Mac API Crash via ctypes
http://bugs.python.org/issue11464  opened by heyt1981

#11465: Set documentation: Link to wikipedia
http://bugs.python.org/issue11465  opened by guettli

#11466: getpass.getpass doesn't close tty file
http://bugs.python.org/issue11466  opened by sdaoden

#11467: urlparse.urlsplit() regression for paths consisting of digits
http://bugs.python.org/issue11467  opened by calvin



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

#11453: asyncore.file_wrapper should implement __del__ and call close 
http://bugs.python.org/issue11453

#11446: Incorrect PEP link in Language Reference section 7.7
http://bugs.python.org/issue11446

#11430: can't change the sizeof a Structure that doesn't own its buffe
http://bugs.python.org/issue11430

#11429: ctypes is highly eclectic in its raw-memory support
http://bugs.python.org/issue11429

#11427: ctypes from_buffer no longer accepts bytes
http://bugs.python.org/issue11427

#11418: Method's global scope is module containing function definition
http://bugs.python.org/issue11418

#11416: netrc module does not handle multiple entries for a single hos
http://bugs.python.org/issue11416

#11407: unittest.TestCase.run should return result
http://bugs.python.org/issue11407

#11403: Add some generated files in PC/ to .hgignore.
http://bugs.python.org/issue11403

#11402: _PyUnicode_Init leaks a little memory once
http://bugs.python.org/issue11402

#11390: doctest: add cmdline parameters
http://bugs.python.org/issue11390

#11376: Solaris/GCC/shared lib problem
http://bugs.python.org/issue11376

#11375: urllib2 over SOCKS doesn't use proxy for DNS
http://bugs.python.org/issue11375

#11367: xml.etree.ElementTree.find(all): docs are wrong
http://bugs.python.org/issue11367

#11361: suggestion for os.kill(pid,CTRL_C_EVENT) in tests
http://bugs.python.org/issue11361



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

#11466: getpass.getpass doesn't close tty file
http://bugs.python.org/issue11466

#11462: Peephole creates duplicate and unused constants
http://bugs.python.org/issue11462

#11461: Reading UTF-16 with codecs.readline() breaks on surrogate pair
http://bugs.python.org/issue11461

#11459: Python select.select does not correctly report read readyness
http://bugs.python.org/issue11459

#11456: Documentation csv RFC4180
http://bugs.python.org/issue11456

#11455: issue a warning when populating a CPython type dict with non-s
http://bugs.python.org/issue11455

#11448: docs for HTTPConnection.set_tunnel are ambiguous
http://bugs.python.org/issue11448

#11441: compile() raises SystemError if called from except clause
http://bugs.python.org/issue11441

#11436: Clarify struct doc for format 's'.
http://bugs.python.org/issue11436

#11432: webbrowser.open on unix fails.
http://bugs.python.org/issue11432

#11426: CSV examples can't close their files
http://bugs.python.org/issue11426

#11420: Make testsuite pass with -B/DONTWRITEBYTECODE set.
http://bugs.python.org/issue11420

#11410: Use GCC visibility attrs in PyAPI_*
http://bugs.python.org/issue11410

#11409: pysetup --search should return non-zero when a dist is not ins
http://bugs.python.org/issue11409

#11403: Add some generated files in PC/ to .hgignore.
http://bugs.python.org/issue11403



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

#11406: There is no os.listdir() equivalent returning generator instea
http://bugs.python.org/issue11406  20 msgs

#11395: print(s) fails on Windows with long strings
http://bugs.python.org/issue11395  15 msgs

#11441: compile() raises SystemError if called from except clause
http://bugs.python.org/issue11441  14 msgs

#11462: Peephole creates duplicate and unused constants
http://bugs.python.org/issue11462  12 msgs

#11072: Add MLSD command support to ftplib
http://bugs.python.org/issue11072   9 msgs

#11455: issue a warning when populating a CPython type dict with non-s
http://bugs.python.org/issue11455   9 msgs

#11344: Add os.path.splitpath(path) function
http://bugs.python.org/issue11344   8 msgs

#11445: python.exe on OS X shared-llbrary build erroneously linked to 
http://bugs.python.org/issue11445   7 msgs

#11244: Negative tuple elements produce inefficient code.
http://bugs.python.org/issue11244   6 msgs

#11385: TextTestRunner methods are not documented
http://bugs.python.org/issue11385   6 msgs



Issues closed (50)
==================

#4216: subprocess.Popen hangs at communicate() when child exits
http://bugs.python.org/issue4216  closed by terry.reedy

#5622: wrong error from curses.wrapper if curses initialization fails
http://bugs.python.org/issue5622  closed by ned.deily

#6864: IDLE 2.6.1 locks up on Mac OS 10.6
http://bugs.python.org/issue6864  closed by ned.deily

#7867: Proposed FAQ entry on pass-by-? semantics and the meaning of '
http://bugs.python.org/issue7867  closed by r.david.murray

#7896: IDLE.app crashes when attempting to open a .py file
http://bugs.python.org/issue7896  closed by ned.deily

#8995: Performance issue with multiprocessing queue (3.1 VS 2.6)
http://bugs.python.org/issue8995  closed by pitrou

#9045: 2.7rc1: 64-bit OSX installer is not built with 64-bit tkinter
http://bugs.python.org/issue9045  closed by ned.deily

#9427: logging.error('...', exc_info=True) should display upper frame
http://bugs.python.org/issue9427  closed by vinay.sajip

#9796: Add summary tables for unittest API
http://bugs.python.org/issue9796  closed by ezio.melotti

#10461: Use with statement throughout the docs
http://bugs.python.org/issue10461  closed by python-dev

#10537: OS X IDLE 2.7 from 64-bit installer hangs when you paste somet
http://bugs.python.org/issue10537  closed by ned.deily

#10969: Make Tcl recommendation more prominent
http://bugs.python.org/issue10969  closed by ned.deily

#10999: os.chflags refers to stat constants, but the constants are not
http://bugs.python.org/issue10999  closed by r.david.murray

#11009: urllib.splituser is not documented
http://bugs.python.org/issue11009  closed by orsenthil

#11227: [DOC] asyncore - use 'Host' header in HTTP example
http://bugs.python.org/issue11227  closed by georg.brandl

#11239: regexp-howto - add missing } to metachars
http://bugs.python.org/issue11239  closed by georg.brandl

#11292: Curses - add A_REVERSE to attributes table
http://bugs.python.org/issue11292  closed by georg.brandl

#11294: Locale - update & uniform ERA_*_FMT doc
http://bugs.python.org/issue11294  closed by georg.brandl

#11298: unittest discovery needs better explanation
http://bugs.python.org/issue11298  closed by ezio.melotti

#11337: Nothing refers to footnote [1] on page "6. Simple Statements" 
http://bugs.python.org/issue11337  closed by georg.brandl

#11338: No list of Python hg repositories
http://bugs.python.org/issue11338  closed by blokeley

#11373: Fix 2 new typos in the docs
http://bugs.python.org/issue11373  closed by georg.brandl

#11391: mmap write segfaults if PROT_WRITE bit is not set in prot
http://bugs.python.org/issue11391  closed by pitrou

#11392: Turtle - better explain 'chaos' demo
http://bugs.python.org/issue11392  closed by georg.brandl

#11398: http_proxy on windows won't function due to incorrect case han
http://bugs.python.org/issue11398  closed by chris.nojima

#11399: cmd.exe: python.exe -u fails to parse input to the interactive
http://bugs.python.org/issue11399  closed by r.david.murray

#11400: Remove reference to pre 1.5 assignment behavior
http://bugs.python.org/issue11400  closed by georg.brandl

#11404: support /dev/null for subprocess.call() and friends
http://bugs.python.org/issue11404  closed by ned.deily

#11405: Wrong reference to string module in tutorial/inputoutput.rst
http://bugs.python.org/issue11405  closed by georg.brandl

#11408: python locks: blocking acquire calls useless gettimeofday
http://bugs.python.org/issue11408  closed by pitrou

#11411: Fix typo in Makefile
http://bugs.python.org/issue11411  closed by twouters

#11413: Idle doesn't start
http://bugs.python.org/issue11413  closed by terry.reedy

#11417: distutils' bdist_rpm fails when running with PYTHONDONTWRITEBY
http://bugs.python.org/issue11417  closed by twouters

#11422: indentation problem in if, elif, else statements
http://bugs.python.org/issue11422  closed by loewis

#11423: .py file does not open on click
http://bugs.python.org/issue11423  closed by loewis

#11424: logging fileConfig may not correctly detect children
http://bugs.python.org/issue11424  closed by vinay.sajip

#11425: Cleanup sample codes in tutorial.
http://bugs.python.org/issue11425  closed by rhettinger

#11428: with statement looks up __exit__ incorrectly
http://bugs.python.org/issue11428  closed by georg.brandl

#11431: Python 3.2 (r32:88452) F5 "Run Module" freezes IDLE
http://bugs.python.org/issue11431  closed by ned.deily

#11433: syntax error at "while" statement in IDLE/python shell
http://bugs.python.org/issue11433  closed by SilentGhost

#11434: Python 3.2 input() does not remove "\r" at the end of returned
http://bugs.python.org/issue11434  closed by r.david.murray

#11435: Links to source code should now point to hg repo
http://bugs.python.org/issue11435  closed by ezio.melotti

#11438: 2to3 does not fix izip_longest
http://bugs.python.org/issue11438  closed by benjamin.peterson

#11443: Zip password issue
http://bugs.python.org/issue11443  closed by sbojchuk

#11444: logging FileHandler.close should acquire its lock before closi
http://bugs.python.org/issue11444  closed by vinay.sajip

#11450: Py_GetBuildInfo() truncates when there are many hg tags
http://bugs.python.org/issue11450  closed by pitrou

#11451: Raw string parsing fails with backslash as last character
http://bugs.python.org/issue11451  closed by ezio.melotti

#11452: Test suite not symlink-install clean
http://bugs.python.org/issue11452  closed by sdaoden

#11458: tarfile with socket incompatability
http://bugs.python.org/issue11458  closed by r.david.murray

#11460: Attribute Error
http://bugs.python.org/issue11460  closed by ezio.melotti


More information about the Python-Dev mailing list