[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Dec 17 18:07:04 CET 2010


ACTIVITY SUMMARY (2010-12-10 - 2010-12-17)
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    2537 (-20)
  closed 19971 (+72)
  total  22508 (+52)

Open issues with patches: 1070 


Issues opened (25)
==================

#9232: Allow trailing comma in any function argument list.
http://bugs.python.org/issue9232  reopened by ncoghlan

#10642: Improve the error message of addpackage() (site.py) for defect
http://bugs.python.org/issue10642  reopened by r.david.murray

#10679: "make altinstall" may clobber OS provided scripts
http://bugs.python.org/issue10679  opened by ncoghlan

#10680: argparse: titles and add_mutually_exclusive_group don't mix (e
http://bugs.python.org/issue10680  opened by Mads.Michelsen

#10684: Shutil.move deletes file/folder in windows while renaming
http://bugs.python.org/issue10684  opened by harish

#10685: trace does nto ignore --ignore-module
http://bugs.python.org/issue10685  opened by RusiMody

#10686: email.Generator should use unknown-8bit encoded words for head
http://bugs.python.org/issue10686  opened by r.david.murray

#10690: IDLE Crash when running/saving Module
http://bugs.python.org/issue10690  opened by David_Anon

#10694: zipfile.py end of central directory detection not robust
http://bugs.python.org/issue10694  opened by KevinH

#10697: host and port attributes not documented well in function urlli
http://bugs.python.org/issue10697  opened by JTMoon79

#10701: Error pickling a dict
http://bugs.python.org/issue10701  opened by belopolsky

#10702: bytes and bytearray methods are not documented
http://bugs.python.org/issue10702  opened by belopolsky

#10708: Misc/porting should be folded in to the development FAQ
http://bugs.python.org/issue10708  opened by pitrou

#10709: Misc/AIX-NOTES needs updating
http://bugs.python.org/issue10709  opened by pitrou

#10711: Rip out HTTP 0.9 client support
http://bugs.python.org/issue10711  opened by pitrou

#10712: 2to3 fixer for deprecated unittest method names
http://bugs.python.org/issue10712  opened by ezio.melotti

#10713: re module doesn't describe string boundaries for \b
http://bugs.python.org/issue10713  opened by ralph.corderoy

#10715: uninformative error message
http://bugs.python.org/issue10715  opened by Phillip.M.Feldman

#10716: Modernize pydoc to use CSS
http://bugs.python.org/issue10716  opened by rhettinger

#10717: Multiprocessing module Pickling unPickling issues
http://bugs.python.org/issue10717  opened by dimitrios

#10720: test_threadsignals hang on FreeBSD 6.4
http://bugs.python.org/issue10720  opened by pitrou

#10721: Remove HTTP 0.9 server support
http://bugs.python.org/issue10721  opened by pitrou

#10722: IDLE's subprocess didnit make connection ..... Python 2.7
http://bugs.python.org/issue10722  opened by plovet

#10723: Undocumented built-in exceptions
http://bugs.python.org/issue10723  opened by flashk

#10725: Better cache instrumentation
http://bugs.python.org/issue10725  opened by rhettinger



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

#10720: test_threadsignals hang on FreeBSD 6.4
http://bugs.python.org/issue10720

#10717: Multiprocessing module Pickling unPickling issues
http://bugs.python.org/issue10717

#10713: re module doesn't describe string boundaries for \b
http://bugs.python.org/issue10713

#10709: Misc/AIX-NOTES needs updating
http://bugs.python.org/issue10709

#10708: Misc/porting should be folded in to the development FAQ
http://bugs.python.org/issue10708

#10701: Error pickling a dict
http://bugs.python.org/issue10701

#10686: email.Generator should use unknown-8bit encoded words for head
http://bugs.python.org/issue10686

#10685: trace does nto ignore --ignore-module
http://bugs.python.org/issue10685

#10684: Shutil.move deletes file/folder in windows while renaming
http://bugs.python.org/issue10684

#10666: OS X installer variants have confusing readline differences
http://bugs.python.org/issue10666

#10664: xml.sax.expatreader should support namespace prefixes
http://bugs.python.org/issue10664

#10663: configure shouldn't set a default OPT
http://bugs.python.org/issue10663

#10657: os.lstat/os.stat/os.fstat don't set st_dev (st_rdev) on Window
http://bugs.python.org/issue10657

#10656: "Out of tree" build fails on AIX 5.3
http://bugs.python.org/issue10656

#10646: ntpath.samefile doesn't work for hard links
http://bugs.python.org/issue10646



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

#10725: Better cache instrumentation
http://bugs.python.org/issue10725

#10723: Undocumented built-in exceptions
http://bugs.python.org/issue10723

#10721: Remove HTTP 0.9 server support
http://bugs.python.org/issue10721

#10712: 2to3 fixer for deprecated unittest method names
http://bugs.python.org/issue10712

#10711: Rip out HTTP 0.9 client support
http://bugs.python.org/issue10711

#10694: zipfile.py end of central directory detection not robust
http://bugs.python.org/issue10694

#10673: multiprocess.Process join method - timeout indistinguishable f
http://bugs.python.org/issue10673

#10671: urllib2 redirect to another host doesn't work
http://bugs.python.org/issue10671

#10665: Expand unicodedata module documentation
http://bugs.python.org/issue10665

#10657: os.lstat/os.stat/os.fstat don't set st_dev (st_rdev) on Window
http://bugs.python.org/issue10657

#10653: test_time test_strptime fails on windows
http://bugs.python.org/issue10653

#10652: test___all_ + test_tcl fails (Windows installed binary)
http://bugs.python.org/issue10652

#10648: Extend peepholer to reverse loads or stores instead of build/u
http://bugs.python.org/issue10648

#10639: reindent.py converts newlines to platform default
http://bugs.python.org/issue10639

#10626: Bad interaction between test_logging and test_concurrent_futur
http://bugs.python.org/issue10626



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

#10716: Modernize pydoc to use CSS
http://bugs.python.org/issue10716  12 msgs

#6791: httplib read status memory usage
http://bugs.python.org/issue6791  11 msgs

#9234: argparse: aliases for positional arguments (subparsers)
http://bugs.python.org/issue9234  11 msgs

#10254: unicodedata.normalize('NFC', s) regression
http://bugs.python.org/issue10254  11 msgs

#10711: Rip out HTTP 0.9 client support
http://bugs.python.org/issue10711  11 msgs

#9232: Allow trailing comma in any function argument list.
http://bugs.python.org/issue9232   8 msgs

#9264: trace.py documentation is incomplete
http://bugs.python.org/issue9264   8 msgs

#9286: email.utils.parseaddr returns garbage for invalid input
http://bugs.python.org/issue9286   5 msgs

#10515: csv sniffer does not recognize quotes at the end of line
http://bugs.python.org/issue10515   5 msgs

#10642: Improve the error message of addpackage() (site.py) for defect
http://bugs.python.org/issue10642   5 msgs



Issues closed (60)
==================

#2576: httplib read() very slow due to lack of socket buffer
http://bugs.python.org/issue2576  closed by pitrou

#4236: Crash when importing builtin module during interpreter shutdow
http://bugs.python.org/issue4236  closed by r.david.murray

#4402: os.getenv('PATH')   return different result between 2.5 and 3.
http://bugs.python.org/issue4402  closed by r.david.murray

#4661: email.parser: impossible to read messages encoded in a differe
http://bugs.python.org/issue4661  closed by r.david.murray

#4766: email documentation needs to be precise about strings/bytes
http://bugs.python.org/issue4766  closed by r.david.murray

#6454: Add "example" keyword argument to optparse constructor
http://bugs.python.org/issue6454  closed by rhettinger

#6559: add pass_fds paramter to subprocess.Popen()
http://bugs.python.org/issue6559  closed by gregory.p.smith

#7183: did 2.6.3 regress for some uses of the __doc__ property?
http://bugs.python.org/issue7183  closed by r.david.murray

#7213: subprocess leaks open file descriptors between Popen instances
http://bugs.python.org/issue7213  closed by gregory.p.smith

#8127: Add link to PortingPythonToPy3k to What's New	documentation
http://bugs.python.org/issue8127  closed by r.david.murray

#8753: Py_ReprEnter and Py_ReprLeave are undocumented
http://bugs.python.org/issue8753  closed by stutzbach

#8844: Condition.wait() doesn't raise KeyboardInterrupt
http://bugs.python.org/issue8844  closed by pitrou

#9048: no OS X buildbots in the stable list
http://bugs.python.org/issue9048  closed by r.david.murray

#9162: License for multiprocessing files
http://bugs.python.org/issue9162  closed by r.david.murray

#9721: urlparse.urljoin() cuts off last base character with semicolon
http://bugs.python.org/issue9721  closed by orsenthil

#10188: tempfile.TemporaryDirectory may throw errors at shutdown
http://bugs.python.org/issue10188  closed by ncoghlan

#10454: Clarify compileall command-line options
http://bugs.python.org/issue10454  closed by r.david.murray

#10509: PyTokenizer_FindEncoding can lead to a segfault if bad charact
http://bugs.python.org/issue10509  closed by Trundle

#10534: difflib.SequenceMatcher: expose junk sets, deprecate undocumen
http://bugs.python.org/issue10534  closed by terry.reedy

#10559: NameError in tutorial/interpreter
http://bugs.python.org/issue10559  closed by r.david.murray

#10618: regression in subprocess.call() command quoting
http://bugs.python.org/issue10618  closed by r.david.murray

#10627: Remove usage of deprecated configparser.ConfigParser class in 
http://bugs.python.org/issue10627  closed by lukasz.langa

#10634: Windows timezone changes not reflected by time.localtime
http://bugs.python.org/issue10634  closed by eric.pruitt

#10667: collections.Counter object in C
http://bugs.python.org/issue10667  closed by rhettinger

#10670: Provide search scope limits
http://bugs.python.org/issue10670  closed by r.david.murray

#10674: Unused dictmaker symbol in 2.* grammar
http://bugs.python.org/issue10674  closed by benjamin.peterson

#10675: unittest should have an assertChanges context manager
http://bugs.python.org/issue10675  closed by r.david.murray

#10676: Confusing note in Numeric Types
http://bugs.python.org/issue10676  closed by georg.brandl

#10677: "make altinstall" includes ABI codes in versioned executable n
http://bugs.python.org/issue10677  closed by barry

#10678: email.utils.mktime_tz Giving wrong result , by ignoring Timezo
http://bugs.python.org/issue10678  closed by r.david.murray

#10681: PySlice_GetIndices() signature changed
http://bugs.python.org/issue10681  closed by loewis

#10682: With '*args' or even bare '*' in def/call argument list, trail
http://bugs.python.org/issue10682  closed by loewis

#10683: PreLinkEvent error under VC2010
http://bugs.python.org/issue10683  closed by krisvale

#10687: Python fails to install with empty ABI flags
http://bugs.python.org/issue10687  closed by barry

#10688: pydoc removes lib directory
http://bugs.python.org/issue10688  closed by r.david.murray

#10689: _scproxy extension is NOT build
http://bugs.python.org/issue10689  closed by ned.deily

#10691: make testall no longer working on Darwin
http://bugs.python.org/issue10691  closed by r.david.murray

#10692: imap lib server compabilities
http://bugs.python.org/issue10692  closed by silversky

#10693: error in documentation of distutils.archive_util.make_zipfile
http://bugs.python.org/issue10693  closed by eric.araujo

#10695: telnetlib.Telnet port number int/str inconsistency
http://bugs.python.org/issue10695  closed by r.david.murray

#10696: port not split in function urllib.parse.urlsplit
http://bugs.python.org/issue10696  closed by r.david.murray

#10698: doctest load_tests() typo
http://bugs.python.org/issue10698  closed by r.david.murray

#10699: fix incorrect help doc with time.tzset
http://bugs.python.org/issue10699  closed by r.david.murray

#10700: python pickle.dumps AssertionError
http://bugs.python.org/issue10700  closed by belopolsky

#10703: Regex 0.1.20101210
http://bugs.python.org/issue10703  closed by belopolsky

#10704: Regex 0.1.20101210 Python 3.1 install problem Mac OS X 10.6.5
http://bugs.python.org/issue10704  closed by belopolsky

#10705: HTTPConnection.set_debuglevel has no information about level r
http://bugs.python.org/issue10705  closed by r.david.murray

#10706: kill runtests.sh
http://bugs.python.org/issue10706  closed by pitrou

#10707: compileall is broken
http://bugs.python.org/issue10707  closed by r.david.murray

#10710: Is Misc/setuid-prog.c still needed?
http://bugs.python.org/issue10710  closed by pitrou

#10714: httpserver request length
http://bugs.python.org/issue10714  closed by pitrou

#10718: Idle 2.7.1 from 64-bit installer crashes on OS X when source i
http://bugs.python.org/issue10718  closed by ned.deily

#10719: compileall no longer warns when cli arguments name non-existen
http://bugs.python.org/issue10719  closed by r.david.murray

#10724: socket.close close telnet with RST
http://bugs.python.org/issue10724  closed by r.david.murray

#10726: pydoc: don’t display raw reST in keyword help
http://bugs.python.org/issue10726  closed by georg.brandl

#1459867: Message.as_string should  use "mangle_from_=unixfrom"?
http://bugs.python.org/issue1459867  closed by r.david.murray

#1078919: email.Header (via add_header) encodes non-ASCII content incorr
http://bugs.python.org/issue1078919  closed by r.david.murray

#1628205: socket.readline() interface doesn't handle EINTR properly
http://bugs.python.org/issue1628205  closed by pitrou

#1243654: Faster output if message already has a boundary
http://bugs.python.org/issue1243654  closed by r.david.murray

#775964: fix test_grp failing when NIS entries present
http://bugs.python.org/issue775964  closed by r.david.murray


More information about the Python-Dev mailing list