[Python-Dev] Summary of Python tracker Issues

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


ACTIVITY SUMMARY (2011-03-11 - 2011-03-18)
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    2723 (+14)
  closed 20655 (+115)
  total  23378 (+129)

Open issues with patches: 1164 


Issues opened (60)
==================

#11452: test_trace not symlink install clean
http://bugs.python.org/issue11452  reopened by sdaoden

#11468: Improve unittest basic example in the doc
http://bugs.python.org/issue11468  opened by ezio.melotti

#11469: Fix resource warning in test_trailers
http://bugs.python.org/issue11469  opened by brian.curtin.test

#11470: Flag inappropriate uses of callable class attributes
http://bugs.python.org/issue11470  opened by twouters

#11471: If without else generates redundant jump
http://bugs.python.org/issue11471  opened by eltoder

#11472: upload command fails to read auth information from .pypirc
http://bugs.python.org/issue11472  opened by jaraco

#11473: upload command no longer accepts repository by section name
http://bugs.python.org/issue11473  opened by jaraco

#11474: url2pathname() handling of '/C|/' on Windows
http://bugs.python.org/issue11474  opened by calvin

#11477: Bug in code dispatching based on internal slots
http://bugs.python.org/issue11477  opened by terry.reedy

#11479: Add discussion of trailing slash in raw string to tutorial
http://bugs.python.org/issue11479  opened by r.david.murray

#11480: Cannot copy a class with a metaclass other than type
http://bugs.python.org/issue11480  opened by durban

#11481: The copy module already uses copyreg
http://bugs.python.org/issue11481  opened by durban

#11485: Default SDK value on MacOSX needs changing
http://bugs.python.org/issue11485  opened by ronaldoussoren

#11486: Add option to not install into /Applications
http://bugs.python.org/issue11486  opened by ronaldoussoren

#11487: build_installer.py should avoid relying on a young Python
http://bugs.python.org/issue11487  opened by pitrou

#11489: json.dumps not parsable by json.loads (on Linux only)
http://bugs.python.org/issue11489  opened by Brian.Merrell

#11491: dbm.open(..., flag="n") raises dbm.error if file exists and is
http://bugs.python.org/issue11491  opened by denversc

#11492: email.header.Header doesn't fold headers
http://bugs.python.org/issue11492  opened by kitterma

#11493: Add python.exe-gdb.py to .hgignore
http://bugs.python.org/issue11493  opened by santa4nt

#11494: Confusing error message from warnings.warn
http://bugs.python.org/issue11494  opened by Gerrit.Holl

#11504: test_subprocess failure
http://bugs.python.org/issue11504  opened by pitrou

#11505: string.py increased test coverage
http://bugs.python.org/issue11505  opened by Alicia.Arlen

#11506: b'' += gives SystemError instead of SyntaxError
http://bugs.python.org/issue11506  opened by ncoghlan

#11508: Virtual Interfaces cause uuid._find_mac to raise a ValueError 
http://bugs.python.org/issue11508  opened by kfrazier

#11511: Proposal for exposing proxy bypass settings in ProxyHandler
http://bugs.python.org/issue11511  opened by rswilson

#11512: adding test suite for cgitb
http://bugs.python.org/issue11512  opened by robquad

#11513: chained exception/incorrect exception from tarfile.open on a n
http://bugs.python.org/issue11513  opened by ev

#11549: Rewrite peephole to work on AST
http://bugs.python.org/issue11549  opened by eltoder

#11551: test_dummy_thread.py test coverage improvement
http://bugs.python.org/issue11551  opened by denversc

#11552: Confusing error message when hook module cannot be loaded
http://bugs.python.org/issue11552  opened by cournape

#11553: Docs for: import, packages, site.py, .pth files
http://bugs.python.org/issue11553  opened by gwideman

#11557: Increase coverage in logging module
http://bugs.python.org/issue11557  opened by nessita

#11558: Raise a more helpful exception in email.message.Message.attach
http://bugs.python.org/issue11558  opened by michael.henry

#11561: "coverage" of Python regrtest cannot see initial import of lib
http://bugs.python.org/issue11561  opened by brandon-rhodes

#11563: test_urllibnet is triggering a ResourceWarning
http://bugs.python.org/issue11563  opened by brett.cannon

#11564: pickle not 64-bit ready
http://bugs.python.org/issue11564  opened by nyevik

#11566: hypot define in pyconfig.h clashes with g++'s cmath
http://bugs.python.org/issue11566  opened by schmir

#11568: docstring of select.epoll.register() is wrong
http://bugs.python.org/issue11568  opened by thekorn

#11571: Turtle window pops under the terminal on OSX
http://bugs.python.org/issue11571  opened by belopolsky

#11572: bring Lib/copy.py to 100% coverage
http://bugs.python.org/issue11572  opened by brandon-rhodes

#11573: Improve Unicode Documentation with Known Caveats
http://bugs.python.org/issue11573  opened by aronacher

#11574: Unicode Fallback Encoding on Python 3.3
http://bugs.python.org/issue11574  opened by aronacher

#11575: addresses.txt file leaks into search engines
http://bugs.python.org/issue11575  opened by skip.montanaro

#11576: timedelta subtraction glitch on big timedelta values
http://bugs.python.org/issue11576  opened by enrico

#11579: python 2.5 does not build from hg - looks for subversion keywo
http://bugs.python.org/issue11579  opened by orsenthil

#11580: Add width and precision formatters to PyBytes_FromFormatV()
http://bugs.python.org/issue11580  opened by ysj.ray

#11582: Boilerplate code replaced in Python/ceval.c
http://bugs.python.org/issue11582  opened by knicker.kicker

#11583: os.path.isdir() is slow on windows
http://bugs.python.org/issue11583  opened by eli.bendersky

#11584: email.decode_header fails if msg.__getitem__ returns  Header o
http://bugs.python.org/issue11584  opened by sdaoden

#11585: Documentation 1.8 shows Python 2 example
http://bugs.python.org/issue11585  opened by cdarke

#11586: Python/pythonrun.c: get_codec_name() typo
http://bugs.python.org/issue11586  opened by ysj.ray

#11587: METH_KEYWORDS alone gives "METH_OLDARGS is no longer supported
http://bugs.python.org/issue11587  opened by cdarke

#11588: Add "necessarily inclusive" groups to argparse
http://bugs.python.org/issue11588  opened by John.Didion

#11589: Additional tests for email module
http://bugs.python.org/issue11589  opened by michael.henry

#11590: email quoprimime.py patch for header_encode of empty string, d
http://bugs.python.org/issue11590  opened by michael.henry

#11591: "python -S" should be robust against e.g. "from site import ad
http://bugs.python.org/issue11591  opened by carljm

#11593: Add encoding parameter to logging.basicConfig
http://bugs.python.org/issue11593  opened by Samuel.Michaels

#11594: 2to3 tool does not preserve line-endings
http://bugs.python.org/issue11594  opened by bialix

#11595: Miscellaneous bugs in cfg_to_args() utility function
http://bugs.python.org/issue11595  opened by erik.bray

#11596: import error in test_fileinput.py when bz2 not installed (wind
http://bugs.python.org/issue11596  opened by DaMutz



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

#11596: import error in test_fileinput.py when bz2 not installed (wind
http://bugs.python.org/issue11596

#11595: Miscellaneous bugs in cfg_to_args() utility function
http://bugs.python.org/issue11595

#11594: 2to3 tool does not preserve line-endings
http://bugs.python.org/issue11594

#11590: email quoprimime.py patch for header_encode of empty string, d
http://bugs.python.org/issue11590

#11589: Additional tests for email module
http://bugs.python.org/issue11589

#11588: Add "necessarily inclusive" groups to argparse
http://bugs.python.org/issue11588

#11586: Python/pythonrun.c: get_codec_name() typo
http://bugs.python.org/issue11586

#11580: Add width and precision formatters to PyBytes_FromFormatV()
http://bugs.python.org/issue11580

#11566: hypot define in pyconfig.h clashes with g++'s cmath
http://bugs.python.org/issue11566

#11558: Raise a more helpful exception in email.message.Message.attach
http://bugs.python.org/issue11558

#11553: Docs for: import, packages, site.py, .pth files
http://bugs.python.org/issue11553

#11552: Confusing error message when hook module cannot be loaded
http://bugs.python.org/issue11552

#11551: test_dummy_thread.py test coverage improvement
http://bugs.python.org/issue11551

#11512: adding test suite for cgitb
http://bugs.python.org/issue11512

#11511: Proposal for exposing proxy bypass settings in ProxyHandler
http://bugs.python.org/issue11511



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

#11596: import error in test_fileinput.py when bz2 not installed (wind
http://bugs.python.org/issue11596

#11595: Miscellaneous bugs in cfg_to_args() utility function
http://bugs.python.org/issue11595

#11593: Add encoding parameter to logging.basicConfig
http://bugs.python.org/issue11593

#11591: "python -S" should be robust against e.g. "from site import ad
http://bugs.python.org/issue11591

#11590: email quoprimime.py patch for header_encode of empty string, d
http://bugs.python.org/issue11590

#11589: Additional tests for email module
http://bugs.python.org/issue11589

#11582: Boilerplate code replaced in Python/ceval.c
http://bugs.python.org/issue11582

#11580: Add width and precision formatters to PyBytes_FromFormatV()
http://bugs.python.org/issue11580

#11579: python 2.5 does not build from hg - looks for subversion keywo
http://bugs.python.org/issue11579

#11572: bring Lib/copy.py to 100% coverage
http://bugs.python.org/issue11572

#11568: docstring of select.epoll.register() is wrong
http://bugs.python.org/issue11568

#11563: test_urllibnet is triggering a ResourceWarning
http://bugs.python.org/issue11563

#11561: "coverage" of Python regrtest cannot see initial import of lib
http://bugs.python.org/issue11561

#11557: Increase coverage in logging module
http://bugs.python.org/issue11557

#11551: test_dummy_thread.py test coverage improvement
http://bugs.python.org/issue11551



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

#11477: Bug in code dispatching based on internal slots
http://bugs.python.org/issue11477  18 msgs

#11572: bring Lib/copy.py to 100% coverage
http://bugs.python.org/issue11572  12 msgs

#11320: Can't call Py_SetPath() on pointer returned by Py_GetPath()
http://bugs.python.org/issue11320  11 msgs

#11487: build_installer.py should avoid relying on a young Python
http://bugs.python.org/issue11487  11 msgs

#11549: Rewrite peephole to work on AST
http://bugs.python.org/issue11549  11 msgs

#5863: bz2.BZ2File should accept other file-like objects. (issue42740
http://bugs.python.org/issue5863   9 msgs

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

#10775: assertRaises as a context manager should accept a 'msg' keywor
http://bugs.python.org/issue10775   8 msgs

#11055: OS X IDLE 3.2 Save As menu accelerator opens two Save windows
http://bugs.python.org/issue11055   7 msgs

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



Issues closed (112)
===================

#1099: Mac compile fails with pydebug and framework enabled
http://bugs.python.org/issue1099  closed by ronaldoussoren

#5421: Irritating error message by socket's sendto method
http://bugs.python.org/issue5421  closed by pitrou

#5673: Add timeout option to subprocess.Popen
http://bugs.python.org/issue5673  closed by rnk

#5870: subprocess.DEVNULL
http://bugs.python.org/issue5870  closed by rosslagerwall

#6873: posix_lchown: possible overflow of uid, gid
http://bugs.python.org/issue6873  closed by gregory.p.smith

#7013: Httplib read routine is not tolerant to not well-formed chunke
http://bugs.python.org/issue7013  closed by flox

#8516: Speed difference between Python 2.5 and 2.6 during filling bsd
http://bugs.python.org/issue8516  closed by jcea

#9047: Python 2.7rc2 includes -isysroot twice on each gcc command lin
http://bugs.python.org/issue9047  closed by ronaldoussoren

#9298: binary email attachment issue with base64 encoding
http://bugs.python.org/issue9298  closed by r.david.murray

#9362: Make exit/quit hint more novice friendly
http://bugs.python.org/issue9362  closed by brian.curtin

#9384: Tkinter windows pop under the terminal in OSX
http://bugs.python.org/issue9384  closed by ronaldoussoren

#10237: failure in Barrier tests
http://bugs.python.org/issue10237  closed by krisvale

#10242: unittest's assertItemsEqual() method makes too many assumption
http://bugs.python.org/issue10242  closed by ezio.melotti

#10288: Remove deprecated C "character" handling macros ISUPPER() etc
http://bugs.python.org/issue10288  closed by dmalcolm

#10812: Add some posix functions
http://bugs.python.org/issue10812  closed by rosslagerwall

#10885: multiprocessing docs
http://bugs.python.org/issue10885  closed by rosslagerwall

#10979: setUpClass exception causes explosion with "-b"
http://bugs.python.org/issue10979  closed by python-dev

#11090: Doc errors for unittest in Python 3.1
http://bugs.python.org/issue11090  closed by ezio.melotti

#11131: decimal.py: plus/minus with ROUND_FLOOR
http://bugs.python.org/issue11131  closed by mark.dickinson

#11133: inspect.getattr_static code execution
http://bugs.python.org/issue11133  closed by python-dev

#11148: Crash and error message from Python VM
http://bugs.python.org/issue11148  closed by ronaldoussoren

#11179: ccbench doesn't work on 3.1/2.7
http://bugs.python.org/issue11179  closed by pitrou

#11216: email.message.Message set_charset does not encode properly?
http://bugs.python.org/issue11216  closed by r.david.murray

#11243: email/message.py str conversion
http://bugs.python.org/issue11243  closed by r.david.murray

#11257: asyncore stores unnecessary object references
http://bugs.python.org/issue11257  closed by giampaolo.rodola

#11283: incorrect pattern in the re module docs for conditional regex
http://bugs.python.org/issue11283  closed by orsenthil

#11289: smtplib context manager
http://bugs.python.org/issue11289  closed by barry

#11312: Confusing sentence in file.readline() doc
http://bugs.python.org/issue11312  closed by benjamin.peterson

#11329: PyEval_InitThreads() not safe before Py_Initialize()
http://bugs.python.org/issue11329  closed by pitrou

#11350: __setitem__()'s problem of dbm.dumb object pointed out by comm
http://bugs.python.org/issue11350  closed by r.david.murray

#11401: email.header error during .flatten()
http://bugs.python.org/issue11401  closed by r.david.murray

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

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

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

#11432: webbrowser.open on unix fails.
http://bugs.python.org/issue11432  closed by gregory.p.smith

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

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

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

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

#11475: trunc in documentation of numbers.Real should math.trunc
http://bugs.python.org/issue11475  closed by benjamin.peterson

#11476: StreamHandler code broken by change of parameter name
http://bugs.python.org/issue11476  closed by vinay.sajip

#11478: Docs list nonexistant PyObject_CopyToObject function
http://bugs.python.org/issue11478  closed by pitrou

#11482: Float Plus Error
http://bugs.python.org/issue11482  closed by mark.dickinson

#11483: python fails to follow symlinks on windows
http://bugs.python.org/issue11483  closed by brian.curtin

#11484: `with_traceback` in 2.7 docs but not implemented
http://bugs.python.org/issue11484  closed by ezio.melotti

#11488: Add writelines test coverage in tempfile
http://bugs.python.org/issue11488  closed by r.david.murray

#11490: subprocess test_leaking_fds_on_error fails if last directory i
http://bugs.python.org/issue11490  closed by r.david.murray

#11495: Remove OSF support completelly
http://bugs.python.org/issue11495  closed by jcea

#11496: test_readline fails when readline was installed after running 
http://bugs.python.org/issue11496  closed by r.david.murray

#11497: Devguide: re-run configure in Unix setup step after installing
http://bugs.python.org/issue11497  closed by brett.cannon

#11498: test_zipfile.test_unicode_filenames should be skipped of no zl
http://bugs.python.org/issue11498  closed by python-dev

#11499: 2to3: reassignment to bool is left in the file
http://bugs.python.org/issue11499  closed by benjamin.peterson

#11500: Fixes failing urllib2 proxy tests on OSX
http://bugs.python.org/issue11500  closed by ronaldoussoren

#11501: distutils.archive_util should handle absence of zlib module
http://bugs.python.org/issue11501  closed by pitrou

#11502: assignment of winreg module to another name causes NameError
http://bugs.python.org/issue11502  closed by jaraco

#11503: Expand test coverage in posixpath
http://bugs.python.org/issue11503  closed by python-dev

#11507: Misspelled exercises
http://bugs.python.org/issue11507  closed by ezio.melotti

#11509: fileinput module unit test coverage improvements
http://bugs.python.org/issue11509  closed by brian.curtin

#11510: Peephole breaks set unpacking
http://bugs.python.org/issue11510  closed by rhettinger

#11514: Misspelled access
http://bugs.python.org/issue11514  closed by ezio.melotti

#11515: Misspelled actually
http://bugs.python.org/issue11515  closed by ezio.melotti

#11516: Misspelled additionally
http://bugs.python.org/issue11516  closed by ezio.melotti

#11517: Misspelled aforementioned
http://bugs.python.org/issue11517  closed by ezio.melotti

#11518: Misspelled algorithm 2
http://bugs.python.org/issue11518  closed by ezio.melotti

#11519: Misspelled algorithm
http://bugs.python.org/issue11519  closed by ezio.melotti

#11520: Misspelled alignment 2
http://bugs.python.org/issue11520  closed by ezio.melotti

#11521: Misspelled alignment3
http://bugs.python.org/issue11521  closed by ezio.melotti

#11522: Misspelled alignment 4
http://bugs.python.org/issue11522  closed by ezio.melotti

#11523: Misspelled alignment 5
http://bugs.python.org/issue11523  closed by ezio.melotti

#11524: Misspelled alignment 6
http://bugs.python.org/issue11524  closed by ezio.melotti

#11525: Misspelled alignment
http://bugs.python.org/issue11525  closed by ezio.melotti

#11526: Misspelled along
http://bugs.python.org/issue11526  closed by ezio.melotti

#11527: Misspelled ambiguous
http://bugs.python.org/issue11527  closed by ezio.melotti

#11528: Misspelled anonymously
http://bugs.python.org/issue11528  closed by ezio.melotti

#11529: Misspelled application 2
http://bugs.python.org/issue11529  closed by ezio.melotti

#11530: Misspelled application
http://bugs.python.org/issue11530  closed by ezio.melotti

#11531: Misspelled applications
http://bugs.python.org/issue11531  closed by ezio.melotti

#11532: Misspelled arbitrary 2
http://bugs.python.org/issue11532  closed by ezio.melotti

#11533: Misspelled arbitrary
http://bugs.python.org/issue11533  closed by ezio.melotti

#11534: Misspelled architecture, control
http://bugs.python.org/issue11534  closed by ezio.melotti

#11535: Misspelled architecture
http://bugs.python.org/issue11535  closed by ezio.melotti

#11536: Misspelled arguments 2
http://bugs.python.org/issue11536  closed by ezio.melotti

#11537: Misspelled arguments
http://bugs.python.org/issue11537  closed by ezio.melotti

#11538: Misspelled assign
http://bugs.python.org/issue11538  closed by ezio.melotti

#11539: Misspelled associated
http://bugs.python.org/issue11539  closed by ezio.melotti

#11540: Misspelled assume
http://bugs.python.org/issue11540  closed by ezio.melotti

#11541: Misspelled attribute
http://bugs.python.org/issue11541  closed by ezio.melotti

#11542: Misspelled augmented
http://bugs.python.org/issue11542  closed by ezio.melotti

#11543: Misspelled available, instances
http://bugs.python.org/issue11543  closed by ezio.melotti

#11544: Misspelled avoid
http://bugs.python.org/issue11544  closed by ezio.melotti

#11545: Misspelled backtracking
http://bugs.python.org/issue11545  closed by ezio.melotti

#11546: Misspelled between
http://bugs.python.org/issue11546  closed by ezio.melotti

#11547: Misspelled builtin
http://bugs.python.org/issue11547  closed by ezio.melotti

#11548: Passing format= to unpack_archive fails
http://bugs.python.org/issue11548  closed by python-dev

#11550: Fix ResourceWarning in test_pulldom
http://bugs.python.org/issue11550  closed by brett.cannon

#11554: Port email module's test_email_codecs.py to Python 3
http://bugs.python.org/issue11554  closed by r.david.murray

#11555: email.Message.as_string no longer mangles "From " (doc fix)
http://bugs.python.org/issue11555  closed by r.david.murray

#11556: email.Message.get_payload can handle bytes payloads (minor doc
http://bugs.python.org/issue11556  closed by r.david.murray

#11559: Increase test coverage in dis module
http://bugs.python.org/issue11559  closed by python-dev

#11560: Expand test coverage in shutil
http://bugs.python.org/issue11560  closed by python-dev

#11562: += on list inside a tuple raises TypeError but succeeds anyway
http://bugs.python.org/issue11562  closed by ncoghlan

#11565: Another (the last) group of misspellings
http://bugs.python.org/issue11565  closed by ezio.melotti

#11567: http.server error message format
http://bugs.python.org/issue11567  closed by orsenthil

#11569: multiprocessing/darwin: sysctl(8) mislocation
http://bugs.python.org/issue11569  closed by ronaldoussoren

#11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object 
http://bugs.python.org/issue11570  closed by python-dev

#11577: testcase for exception binhex.Error
http://bugs.python.org/issue11577  closed by python-dev

#11578: Increase test coverage for timeit.py
http://bugs.python.org/issue11578  closed by r.david.murray

#11581: buildbot error when pushing to 2.5 branch?
http://bugs.python.org/issue11581  closed by r.david.murray

#11592: Compilation warnings in os module
http://bugs.python.org/issue11592  closed by rosslagerwall

#1681333: email.header unicode fix
http://bugs.python.org/issue1681333  closed by r.david.murray

#1162477: Parsing failures in parsedate_tz
http://bugs.python.org/issue1162477  closed by r.david.murray

#1038909: pydoc method documentation lookup enhancement
http://bugs.python.org/issue1038909  closed by brian.curtin


More information about the Python-Dev mailing list