[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Mar 22 18:07:30 CET 2013


ACTIVITY SUMMARY (2013-03-15 - 2013-03-22)
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    3908 (+20)
  closed 25389 (+73)
  total  29297 (+93)

Open issues with patches: 1735 


Issues opened (56)
==================

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

#17430: missed peephole optimization
http://bugs.python.org/issue17430  opened by Neal.Norwitz

#17432: PyUnicode_ functions not accessible in Limited API on Windows
http://bugs.python.org/issue17432  opened by bdirks

#17433: stdlib generator-like iterators don't forward send/throw
http://bugs.python.org/issue17433  opened by twouters

#17435: threading.Timer.__init__() should use immutable argument defau
http://bugs.python.org/issue17435  opened by denversc

#17436: hashlib: add a method to hash the content of a file
http://bugs.python.org/issue17436  opened by techtonik

#17437: Difference between open and codecs.open
http://bugs.python.org/issue17437  opened by giampaolo.rodola

#17438: json.load docs should mention that it always return unicode
http://bugs.python.org/issue17438  opened by techtonik

#17441: Do not cache re.compile
http://bugs.python.org/issue17441  opened by serhiy.storchaka

#17442: code.InteractiveInterpreter doesn't display the exception caus
http://bugs.python.org/issue17442  opened by pjenvey

#17444: multiprocessing.cpu_count() should use hw.availcpu on Mac OS X
http://bugs.python.org/issue17444  opened by jszakmeister

#17445: Handle bytes comparisons in difflib.Differ
http://bugs.python.org/issue17445  opened by barry

#17446: doctest test finder doesnt find line numbers of properties
http://bugs.python.org/issue17446  opened by Ronny.Pfannschmidt

#17447: str.identifier shouldn't accept Python keywords
http://bugs.python.org/issue17447  opened by rhettinger

#17449: dev guide appears not to cover the benchmarking suite
http://bugs.python.org/issue17449  opened by dmalcolm

#17453: logging.config.fileConfig error
http://bugs.python.org/issue17453  opened by Alzakath

#17454: ld_so_aix not used when linking c++ (scipy)
http://bugs.python.org/issue17454  opened by alef

#17457: Unittest discover fails with namespace packages and builtin mo
http://bugs.python.org/issue17457  opened by Claudiu.Popa

#17462: argparse FAQ: how it is different from optparse
http://bugs.python.org/issue17462  opened by techtonik

#17468: Generator memory leak
http://bugs.python.org/issue17468  opened by Anssi.Kääriäinen

#17469: Fix sys.getallocatedblocks() when running on valgrind
http://bugs.python.org/issue17469  opened by piotr

#17473: -m is not universally applicable
http://bugs.python.org/issue17473  opened by Devin Jeanpierre

#17475: Better doc on using python-gdb.py
http://bugs.python.org/issue17475  opened by cben

#17477: update the bsddb module do build with db 5.x versions
http://bugs.python.org/issue17477  opened by doko

#17478: Tkinter's split() inconsistent for bytes and unicode strings
http://bugs.python.org/issue17478  opened by serhiy.storchaka

#17479: Fix test discovery for test_io.py
http://bugs.python.org/issue17479  opened by zach.ware

#17480: pyvenv should be installed someplace more obvious on Windows
http://bugs.python.org/issue17480  opened by jason.coombs

#17481: inspect.getfullargspec could use __signature__
http://bugs.python.org/issue17481  opened by michael.foord

#17482: functools.update_wrapper mishandles __wrapped__
http://bugs.python.org/issue17482  opened by ncoghlan

#17483: Can not tell urlopen not to check the hostname for https conne
http://bugs.python.org/issue17483  opened by dwoz

#17484: add tests for getpass
http://bugs.python.org/issue17484  opened by Thomas Fenzl

#17486: datetime.timezone returns the wrong tzname()
http://bugs.python.org/issue17486  opened by lregebro

#17487: wave.Wave_read.getparams should be more user friendly
http://bugs.python.org/issue17487  opened by Claudiu.Popa

#17488: subprocess.Popen bufsize=0 parameter behaves differently in Py
http://bugs.python.org/issue17488  opened by gregory.p.smith

#17489: random.Random implements __getstate__() and __reduce__()
http://bugs.python.org/issue17489  opened by vterron

#17490: Improve ast.literal_eval test suite coverage
http://bugs.python.org/issue17490  opened by ncoghlan

#17491: Consolidate traceback.format_tb and traceback.print_tb
http://bugs.python.org/issue17491  opened by raduv

#17492: Increase test coverage for random (up to 99%)
http://bugs.python.org/issue17492  opened by vterron

#17496: OS X test for Tk availability in runtktests.py doesn't work
http://bugs.python.org/issue17496  opened by alex

#17498: error responses from server are masked in smtplib when server 
http://bugs.python.org/issue17498  opened by r.david.murray

#17500: move PC/icons/source.xar to http://www.python.org/community/lo
http://bugs.python.org/issue17500  opened by doko

#17502: unittest.mock: side_effect iterators ignore DEFAULT
http://bugs.python.org/issue17502  opened by michael.foord

#17504: Dropping duplicated docstring explanation of what Mocks' side_
http://bugs.python.org/issue17504  opened by raduv

#17505: email.header.Header.__unicode__ does not decode header
http://bugs.python.org/issue17505  opened by hniksic

#17506: Improve IDLE news handling
http://bugs.python.org/issue17506  opened by terry.reedy

#17507: To add history time format in readline
http://bugs.python.org/issue17507  opened by Zulu

#17510: assertEquals deprecated in test_program.py (unittest)
http://bugs.python.org/issue17510  opened by grooverdan

#17511: Idle find function closes after each find operation
http://bugs.python.org/issue17511  opened by Kuchinsky

#17512: backport of the _sysconfigdata.py module (issue 13150) breaks 
http://bugs.python.org/issue17512  opened by doko

#17514: Add the license to argparse.py
http://bugs.python.org/issue17514  opened by David.James

#17515: Add sys.setasthook() to allow to use a custom AST optimizer
http://bugs.python.org/issue17515  opened by haypo

#17516: Dead code should be removed
http://bugs.python.org/issue17516  opened by haypo

#17518: urllib2 cannnot handle https and BasicAuth via Proxy.
http://bugs.python.org/issue17518  opened by masato kawamura

#17519: unittest should not try to run abstract classes
http://bugs.python.org/issue17519  opened by Éric.Piel

#17521: fileConfig() disables any previously-used "named" loggers, eve
http://bugs.python.org/issue17521  opened by Bob.Igo

#17522: Add api PyGILState_Check
http://bugs.python.org/issue17522  opened by kristjan.jonsson



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

#17522: Add api PyGILState_Check
http://bugs.python.org/issue17522

#17521: fileConfig() disables any previously-used "named" loggers, eve
http://bugs.python.org/issue17521

#17519: unittest should not try to run abstract classes
http://bugs.python.org/issue17519

#17518: urllib2 cannnot handle https and BasicAuth via Proxy.
http://bugs.python.org/issue17518

#17511: Idle find function closes after each find operation
http://bugs.python.org/issue17511

#17510: assertEquals deprecated in test_program.py (unittest)
http://bugs.python.org/issue17510

#17504: Dropping duplicated docstring explanation of what Mocks' side_
http://bugs.python.org/issue17504

#17502: unittest.mock: side_effect iterators ignore DEFAULT
http://bugs.python.org/issue17502

#17492: Increase test coverage for random (up to 99%)
http://bugs.python.org/issue17492

#17491: Consolidate traceback.format_tb and traceback.print_tb
http://bugs.python.org/issue17491

#17488: subprocess.Popen bufsize=0 parameter behaves differently in Py
http://bugs.python.org/issue17488

#17486: datetime.timezone returns the wrong tzname()
http://bugs.python.org/issue17486

#17481: inspect.getfullargspec could use __signature__
http://bugs.python.org/issue17481

#17479: Fix test discovery for test_io.py
http://bugs.python.org/issue17479

#17478: Tkinter's split() inconsistent for bytes and unicode strings
http://bugs.python.org/issue17478



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

#17522: Add api PyGILState_Check
http://bugs.python.org/issue17522

#17516: Dead code should be removed
http://bugs.python.org/issue17516

#17515: Add sys.setasthook() to allow to use a custom AST optimizer
http://bugs.python.org/issue17515

#17512: backport of the _sysconfigdata.py module (issue 13150) breaks 
http://bugs.python.org/issue17512

#17510: assertEquals deprecated in test_program.py (unittest)
http://bugs.python.org/issue17510

#17504: Dropping duplicated docstring explanation of what Mocks' side_
http://bugs.python.org/issue17504

#17498: error responses from server are masked in smtplib when server 
http://bugs.python.org/issue17498

#17496: OS X test for Tk availability in runtktests.py doesn't work
http://bugs.python.org/issue17496

#17492: Increase test coverage for random (up to 99%)
http://bugs.python.org/issue17492

#17491: Consolidate traceback.format_tb and traceback.print_tb
http://bugs.python.org/issue17491

#17490: Improve ast.literal_eval test suite coverage
http://bugs.python.org/issue17490

#17487: wave.Wave_read.getparams should be more user friendly
http://bugs.python.org/issue17487

#17484: add tests for getpass
http://bugs.python.org/issue17484

#17483: Can not tell urlopen not to check the hostname for https conne
http://bugs.python.org/issue17483

#17479: Fix test discovery for test_io.py
http://bugs.python.org/issue17479



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

#17409: resource.setrlimit doesn't respect -1
http://bugs.python.org/issue17409  16 msgs

#17445: Handle bytes comparisons in difflib.Differ
http://bugs.python.org/issue17445  16 msgs

#16475: Support object instancing and recursion in marshal
http://bugs.python.org/issue16475  10 msgs

#17206: Py_XDECREF() expands its argument multiple times
http://bugs.python.org/issue17206  10 msgs

#17429: platform.platform() can throw Unicode error
http://bugs.python.org/issue17429   8 msgs

#17444: multiprocessing.cpu_count() should use hw.availcpu on Mac OS X
http://bugs.python.org/issue17444   8 msgs

#17487: wave.Wave_read.getparams should be more user friendly
http://bugs.python.org/issue17487   8 msgs

#5051: test_update2 in test_os.py invalid due to os.environ.clear() f
http://bugs.python.org/issue5051   7 msgs

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

#17436: hashlib: add a method to hash the content of a file
http://bugs.python.org/issue17436   7 msgs



Issues closed (72)
==================

#3840: if TESTFN == "/tmp/@test", some tests fail
http://bugs.python.org/issue3840  closed by r.david.murray

#5024: sndhdr.whathdr returns -1 for WAV file frame count
http://bugs.python.org/issue5024  closed by r.david.murray

#5045: imaplib should remove length of literal strings
http://bugs.python.org/issue5045  closed by terry.reedy

#5713: smtplib gets out of sync if server returns a 421 status
http://bugs.python.org/issue5713  closed by r.david.murray

#7720: Errors in tests and C implementation of raw FileIO
http://bugs.python.org/issue7720  closed by r.david.murray

#7898: rlcompleter add "real tab" when text is empty feature
http://bugs.python.org/issue7898  closed by r.david.murray

#8273: move generally useful test.support functions into the unittest
http://bugs.python.org/issue8273  closed by michael.foord

#8862: curses.wrapper does not restore terminal if curses.getkey() ge
http://bugs.python.org/issue8862  closed by r.david.murray

#8905: difflib should accept arbitrary line iterators
http://bugs.python.org/issue8905  closed by terry.reedy

#9506: sqlite3 mogrify - return query string
http://bugs.python.org/issue9506  closed by r.david.murray

#10050: urllib.request still has old 2.x urllib primitives
http://bugs.python.org/issue10050  closed by orsenthil

#10296: ctypes catches BreakPoint error on windows 32
http://bugs.python.org/issue10296  closed by kristjan.jonsson

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

#15005: corrupted contents of stdout result from subprocess call under
http://bugs.python.org/issue15005  closed by amaury.forgeotdarc

#15038: Optimize python Locks on Windows
http://bugs.python.org/issue15038  closed by kristjan.jonsson

#15235: allow newer berkeley db versions
http://bugs.python.org/issue15235  closed by doko

#15927: csv.reader() does not support escaped newline when quoting=csv
http://bugs.python.org/issue15927  closed by r.david.murray

#16057: Subclasses of JSONEncoder should not be insturcted to call JSO
http://bugs.python.org/issue16057  closed by r.david.murray

#16709: unittest discover order is filesystem specific - hard to repro
http://bugs.python.org/issue16709  closed by python-dev

#16795: Patch: some changes to AST to make it more useful for static l
http://bugs.python.org/issue16795  closed by python-dev

#16997: subtests
http://bugs.python.org/issue16997  closed by pitrou

#17136: ctypes tests fail with clang on non-OS X
http://bugs.python.org/issue17136  closed by benjamin.peterson

#17192: libffi-3.0.13 import
http://bugs.python.org/issue17192  closed by gregory.p.smith

#17209: get_wch() doesn't handle KeyboardInterrupt
http://bugs.python.org/issue17209  closed by haypo

#17245: ctypes libffi needs to align the x86 stack to 16 bytes
http://bugs.python.org/issue17245  closed by gregory.p.smith

#17285: subprocess.check_output incorrectly state that output is alway
http://bugs.python.org/issue17285  closed by gregory.p.smith

#17398: document url argument of RobotFileParser
http://bugs.python.org/issue17398  closed by terry.reedy

#17415: Clarify docs of os.path.normpath()
http://bugs.python.org/issue17415  closed by terry.reedy

#17416: Clarify docs of os.walk()
http://bugs.python.org/issue17416  closed by terry.reedy

#17417: Documentation Modification Suggestion: os.walk, fwalk
http://bugs.python.org/issue17417  closed by terry.reedy

#17423: libffi on 32bit is broken on linux
http://bugs.python.org/issue17423  closed by gregory.p.smith

#17428: replace readdir to readdir_r in function posix_listdir
http://bugs.python.org/issue17428  closed by Rock

#17431: email.parser module has no attribute BytesFeedParser
http://bugs.python.org/issue17431  closed by r.david.murray

#17434: str literals, which are not docstrings, should not be allowed 
http://bugs.python.org/issue17434  closed by benjamin.peterson

#17439: insufficient error message for failed unicode conversion
http://bugs.python.org/issue17439  closed by r.david.murray

#17440: Some IO related problems on x86 windows
http://bugs.python.org/issue17440  closed by amaury.forgeotdarc

#17443: imaplib.IMAP4_stream subprocess is opened unbuffered but ignor
http://bugs.python.org/issue17443  closed by r.david.murray

#17448: test_sax should skip when no xml parsers are found
http://bugs.python.org/issue17448  closed by r.david.murray

#17450: Failed to build _sqlite3
http://bugs.python.org/issue17450  closed by ezio.melotti

#17451: Test to splitdoc in pydoc.py
http://bugs.python.org/issue17451  closed by Matt.Bachmann

#17452: ftplib raises exception if ssl module is not available
http://bugs.python.org/issue17452  closed by giampaolo.rodola

#17455: ImportError (xml.dom.minidom) in /usr/lib/python2.7/dist-packa
http://bugs.python.org/issue17455  closed by christian.heimes

#17456: os.py (unexpected character)
http://bugs.python.org/issue17456  closed by christian.heimes

#17458: Automatic type conversion from set to frozenset
http://bugs.python.org/issue17458  closed by ezio.melotti

#17459: unittest.assertItemsEqual reports wrong order
http://bugs.python.org/issue17459  closed by Zr40

#17460: Remove the strict and related params completely removing the 0
http://bugs.python.org/issue17460  closed by orsenthil

#17461: Carole should be Carol in PEP 396
http://bugs.python.org/issue17461  closed by benjamin.peterson

#17463: Fix test discovery for test_pdb.py
http://bugs.python.org/issue17463  closed by asvetlov

#17464: Improve Test Coverage Of Pydoc
http://bugs.python.org/issue17464  closed by r.david.murray

#17465: Gut devinabox
http://bugs.python.org/issue17465  closed by brett.cannon

#17466: I can't make assignments to a list.
http://bugs.python.org/issue17466  closed by mark.dickinson

#17467: Enhancement: give mock_open readline() and readlines() methods
http://bugs.python.org/issue17467  closed by python-dev

#17470: random.choice should accept a set as input
http://bugs.python.org/issue17470  closed by rhettinger

#17471: Patch for Additional Test Coverage for urllib.error
http://bugs.python.org/issue17471  closed by orsenthil

#17472: Patch for Additional Test Coverage in urllib.parse
http://bugs.python.org/issue17472  closed by r.david.murray

#17474: Remove the deprecated methods of Request class
http://bugs.python.org/issue17474  closed by orsenthil

#17476: Pydoc allmethods does not return all methods
http://bugs.python.org/issue17476  closed by r.david.murray

#17485: Deleting Request data does not update Content-length header.
http://bugs.python.org/issue17485  closed by r.david.murray

#17494: References to stack bottom are confusing
http://bugs.python.org/issue17494  closed by georg.brandl

#17495: email.quoprimime.body_encode can't handle characters that enco
http://bugs.python.org/issue17495  closed by rpatterson

#17497: Unicode support for HTTP headers in http.client
http://bugs.python.org/issue17497  closed by r.david.murray

#17499: inspect.Signature and inspect.Parameter objects are mutable
http://bugs.python.org/issue17499  closed by r.david.murray

#17501: cannot create a raw string ending in backslash
http://bugs.python.org/issue17501  closed by Thomas Fenzl

#17503: replace mode is always on in console
http://bugs.python.org/issue17503  closed by techtonik

#17508: logging.config.ConvertingDict issue with MemoryHandler
http://bugs.python.org/issue17508  closed by python-dev

#17509: Incorrect package version predicate parsing by distutils
http://bugs.python.org/issue17509  closed by ilja_o

#17513: astrike(*) in argv
http://bugs.python.org/issue17513  closed by r.david.murray

#17517: StringIO() does not behave like cStringIO() when given an arra
http://bugs.python.org/issue17517  closed by pitrou

#17520: Except(ValueError) on Integer returns the input value as 1
http://bugs.python.org/issue17520  closed by amaury.forgeotdarc

#1003195: segfault when running smtplib example
http://bugs.python.org/issue1003195  closed by terry.reedy

#17493: Unskip SysModuleTest.test_recursionlimit_fatalerror on Windows
http://bugs.python.org/issue17493  closed by ezio.melotti

#1691387: Call sys.except_hook if exception occurs in __del__
http://bugs.python.org/issue1691387  closed by r.david.murray


More information about the Python-Dev mailing list