[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Aug 8 18:08:08 CEST 2014


ACTIVITY SUMMARY (2014-08-01 - 2014-08-08)
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    4602 (+10)
  closed 29340 (+43)
  total  33942 (+53)

Open issues with patches: 2177 


Issues opened (39)
==================

#21039: pathlib strips trailing slash
http://bugs.python.org/issue21039  reopened by pitrou

#21591: "exec(a, b, c)" not the same as "exec a in b, c" in nested fun
http://bugs.python.org/issue21591  reopened by Arfrever

#22121: IDLE should start with HOME as the initial working directory
http://bugs.python.org/issue22121  opened by mark

#22123: Provide a direct function for types.SimpleNamespace()
http://bugs.python.org/issue22123  opened by mark

#22125: Cure signedness warnings introduced by #22003
http://bugs.python.org/issue22125  opened by dw

#22126: mc68881 fpcr inline asm breaks clang -flto build
http://bugs.python.org/issue22126  opened by ivank

#22128: patch: steer people away from codecs.open
http://bugs.python.org/issue22128  opened by Frank.van.Dijk

#22131: uuid.bytes optimization
http://bugs.python.org/issue22131  opened by kevinlondon

#22133: IDLE: Set correct WM_CLASS on X11
http://bugs.python.org/issue22133  opened by sahutd

#22135: allow to break into pdb with Ctrl-C for all the commands that 
http://bugs.python.org/issue22135  opened by xdegaye

#22137: Test imaplib API on all methods specified in RFC 3501
http://bugs.python.org/issue22137  opened by zvyn

#22138: patch.object doesn't restore function defaults
http://bugs.python.org/issue22138  opened by chepner

#22139: python windows 2.7.8 64-bit wrong binary version
http://bugs.python.org/issue22139  opened by Andreas.Richter

#22140: "python-config --includes" returns a wrong path (double prefix
http://bugs.python.org/issue22140  opened by Michael.Dussere

#22141: rlcompleter.Completer matches too much
http://bugs.python.org/issue22141  opened by donlorenzo

#22143: rlcompleter.Completer has duplicate matches
http://bugs.python.org/issue22143  opened by donlorenzo

#22144: ellipsis needs better display in lexer documentation
http://bugs.python.org/issue22144  opened by François-René.Rideau

#22145: <> in parser spec but not lexer spec
http://bugs.python.org/issue22145  opened by François-René.Rideau

#22147: PosixPath() constructor should not accept strings with embedde
http://bugs.python.org/issue22147  opened by ischwabacher

#22148: frozen.c should #include <importlib.h> instead of "importlib.h
http://bugs.python.org/issue22148  opened by jbeck

#22149: the frame of a suspended generator should not have a local tra
http://bugs.python.org/issue22149  opened by xdegaye

#22150: deprecated-removed directive is broken in Sphinx 1.2.2
http://bugs.python.org/issue22150  opened by berker.peksag

#22153: There is no standard TestCase.runTest implementation
http://bugs.python.org/issue22153  opened by vadmium

#22154: ZipFile.open context manager support
http://bugs.python.org/issue22154  opened by Ralph.Broenink

#22155: Out of date code example for tkinter's createfilehandler
http://bugs.python.org/issue22155  opened by vadmium

#22156: Fix compiler warnings
http://bugs.python.org/issue22156  opened by haypo

#22157: FAIL: test_with_pip (test.test_venv.EnsurePipTest)
http://bugs.python.org/issue22157  opened by snehal

#22158: RFC 6531 (SMTPUTF8) support in smtpd.PureProxy
http://bugs.python.org/issue22158  opened by zvyn

#22159: smtpd.PureProxy and smtpd.DebuggingServer do not work with dec
http://bugs.python.org/issue22159  opened by zvyn

#22160: Windows installers need to be updated following OpenSSL securi
http://bugs.python.org/issue22160  opened by alex

#22161: Remove unsupported code from ctypes
http://bugs.python.org/issue22161  opened by serhiy.storchaka

#22163: max_wbits set incorrectly to -zlib.MAX_WBITS in tarfile, shoul
http://bugs.python.org/issue22163  opened by edulix

#22164: cell object cleared too early?
http://bugs.python.org/issue22164  opened by pitrou

#22165: Empty response from http.server when directory listing contain
http://bugs.python.org/issue22165  opened by jleedev

#22166: test_codecs "leaking" references
http://bugs.python.org/issue22166  opened by zach.ware

#22167: iglob() has misleading documentation (does indeed store names 
http://bugs.python.org/issue22167  opened by roysmith

#22168: Turtle Graphics RawTurtle problem
http://bugs.python.org/issue22168  opened by Kent.D..Lee

#22171: stack smash when using ctypes/libffi to access union
http://bugs.python.org/issue22171  opened by wes.kerfoot

#22173: Update lib2to3.tests and test_lib2to3 to use test discovery
http://bugs.python.org/issue22173  opened by zach.ware



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

#22173: Update lib2to3.tests and test_lib2to3 to use test discovery
http://bugs.python.org/issue22173

#22171: stack smash when using ctypes/libffi to access union
http://bugs.python.org/issue22171

#22166: test_codecs "leaking" references
http://bugs.python.org/issue22166

#22164: cell object cleared too early?
http://bugs.python.org/issue22164

#22163: max_wbits set incorrectly to -zlib.MAX_WBITS in tarfile, shoul
http://bugs.python.org/issue22163

#22161: Remove unsupported code from ctypes
http://bugs.python.org/issue22161

#22159: smtpd.PureProxy and smtpd.DebuggingServer do not work with dec
http://bugs.python.org/issue22159

#22158: RFC 6531 (SMTPUTF8) support in smtpd.PureProxy
http://bugs.python.org/issue22158

#22155: Out of date code example for tkinter's createfilehandler
http://bugs.python.org/issue22155

#22153: There is no standard TestCase.runTest implementation
http://bugs.python.org/issue22153

#22149: the frame of a suspended generator should not have a local tra
http://bugs.python.org/issue22149

#22143: rlcompleter.Completer has duplicate matches
http://bugs.python.org/issue22143

#22140: "python-config --includes" returns a wrong path (double prefix
http://bugs.python.org/issue22140

#22135: allow to break into pdb with Ctrl-C for all the commands that 
http://bugs.python.org/issue22135

#22115: Add new methods to trace Tkinter variables
http://bugs.python.org/issue22115



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

#22173: Update lib2to3.tests and test_lib2to3 to use test discovery
http://bugs.python.org/issue22173

#22165: Empty response from http.server when directory listing contain
http://bugs.python.org/issue22165

#22163: max_wbits set incorrectly to -zlib.MAX_WBITS in tarfile, shoul
http://bugs.python.org/issue22163

#22161: Remove unsupported code from ctypes
http://bugs.python.org/issue22161

#22159: smtpd.PureProxy and smtpd.DebuggingServer do not work with dec
http://bugs.python.org/issue22159

#22158: RFC 6531 (SMTPUTF8) support in smtpd.PureProxy
http://bugs.python.org/issue22158

#22156: Fix compiler warnings
http://bugs.python.org/issue22156

#22150: deprecated-removed directive is broken in Sphinx 1.2.2
http://bugs.python.org/issue22150

#22149: the frame of a suspended generator should not have a local tra
http://bugs.python.org/issue22149

#22148: frozen.c should #include <importlib.h> instead of "importlib.h
http://bugs.python.org/issue22148

#22143: rlcompleter.Completer has duplicate matches
http://bugs.python.org/issue22143

#22141: rlcompleter.Completer matches too much
http://bugs.python.org/issue22141

#22138: patch.object doesn't restore function defaults
http://bugs.python.org/issue22138

#22137: Test imaplib API on all methods specified in RFC 3501
http://bugs.python.org/issue22137

#22133: IDLE: Set correct WM_CLASS on X11
http://bugs.python.org/issue22133



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

#19838: test.test_pathlib.PosixPathTest.test_touch_common fails on Fre
http://bugs.python.org/issue19838  23 msgs

#21448: Email Parser use 100% CPU
http://bugs.python.org/issue21448  14 msgs

#22123: Provide a direct function for types.SimpleNamespace()
http://bugs.python.org/issue22123  11 msgs

#21965: Add support for Memory BIO to _ssl
http://bugs.python.org/issue21965  10 msgs

#14910: argparse: disable abbreviation
http://bugs.python.org/issue14910   9 msgs

#21308: PEP 466: backport ssl changes
http://bugs.python.org/issue21308   9 msgs

#22046: ZipFile.read() should mention that it might throw NotImplement
http://bugs.python.org/issue22046   9 msgs

#21091: EmailMessage.is_attachment should be a method
http://bugs.python.org/issue21091   8 msgs

#22118: urljoin fails with messy relative URLs
http://bugs.python.org/issue22118   8 msgs

#22160: Windows installers need to be updated following OpenSSL securi
http://bugs.python.org/issue22160   8 msgs



Issues closed (43)
==================

#5411: Add xz support to shutil
http://bugs.python.org/issue5411  closed by serhiy.storchaka

#11763: assertEqual memory issues with large text inputs
http://bugs.python.org/issue11763  closed by ezio.melotti

#13540: Document the Action API in argparse
http://bugs.python.org/issue13540  closed by jason.coombs

#15114: Deprecate strict mode of HTMLParser
http://bugs.python.org/issue15114  closed by ezio.melotti

#15826: Increased test coverage of test_glob.py
http://bugs.python.org/issue15826  closed by ezio.melotti

#15974: Optional compact and colored output for regrest
http://bugs.python.org/issue15974  closed by pitrou

#17665: convert test_wsgiref to idiomatic unittest code
http://bugs.python.org/issue17665  closed by ezio.melotti

#18034: Last two entries in the programming FAQ are out of date (impor
http://bugs.python.org/issue18034  closed by ezio.melotti

#18142: Tests fail on Mageia Linux Cauldron x86-64 with some configure
http://bugs.python.org/issue18142  closed by ned.deily

#18588: timeit examples should be consistent
http://bugs.python.org/issue18588  closed by ezio.melotti

#19055: Regular expressions: * does not match as many repetitions as p
http://bugs.python.org/issue19055  closed by ezio.melotti

#20056: Got deprecation warning when running test_shutil.py on Windows
http://bugs.python.org/issue20056  closed by serhiy.storchaka

#20170: Derby #1: Convert 137 sites to Argument Clinic in Modules/posi
http://bugs.python.org/issue20170  closed by larry

#20402: List comprehensions should be noted in for loop documentation
http://bugs.python.org/issue20402  closed by rhettinger

#20977: pyflakes: undefined "ctype" in 2 except blocks in the email mo
http://bugs.python.org/issue20977  closed by ezio.melotti

#21047: html.parser.HTMLParser: convert_charrefs should become True by
http://bugs.python.org/issue21047  closed by berker.peksag

#21539: pathlib's Path.mkdir() should allow for "mkdir -p" functionali
http://bugs.python.org/issue21539  closed by barry

#21972: Bugs in the lexer and parser documentation
http://bugs.python.org/issue21972  closed by loewis

#21975: Using pickled/unpickled sqlite3.Row results in segfault rather
http://bugs.python.org/issue21975  closed by serhiy.storchaka

#22077: Improve the error message for various sequences
http://bugs.python.org/issue22077  closed by terry.reedy

#22092: Executing some tests inside Lib/unittest/test individually thr
http://bugs.python.org/issue22092  closed by ezio.melotti

#22097: Linked list API for ordereddict
http://bugs.python.org/issue22097  closed by rhettinger

#22104: test_asyncio unstable in refleak mode
http://bugs.python.org/issue22104  closed by python-dev

#22105: Idle: Hang during File "Save As"
http://bugs.python.org/issue22105  closed by terry.reedy

#22110: enable extra compilation warnings
http://bugs.python.org/issue22110  closed by neologix

#22114: You cannot call communicate() safely after receiving an except
http://bugs.python.org/issue22114  closed by amrith

#22116: Weak reference support for C function objects
http://bugs.python.org/issue22116  closed by pitrou

#22119: Some input chars (i.e. '++') break re.match
http://bugs.python.org/issue22119  closed by ezio.melotti

#22120: Return converter code generated by Argument Clinic has a warni
http://bugs.python.org/issue22120  closed by larry

#22122: turtle module examples should all begin "from turtle import *"
http://bugs.python.org/issue22122  closed by mark

#22124: Rotating items of list to left
http://bugs.python.org/issue22124  closed by zach.ware

#22127: performance regression in socket getsockaddrarg()
http://bugs.python.org/issue22127  closed by loewis

#22129: Please add an equivalent to QString::simplified() to Python st
http://bugs.python.org/issue22129  closed by serhiy.storchaka

#22130: Logging fileConfig behavior does not match documentation
http://bugs.python.org/issue22130  closed by python-dev

#22132: Cannot copy the same directory structure to the same destinati
http://bugs.python.org/issue22132  closed by eric.araujo

#22134: string formatting float rounding errors
http://bugs.python.org/issue22134  closed by ned.deily

#22136: Fix _tkinter compiler warnings on MSVC
http://bugs.python.org/issue22136  closed by python-dev

#22142: PEP 465 operators not described in lexical_analysis
http://bugs.python.org/issue22142  closed by python-dev

#22146: Error message for __build_class__ contains typo
http://bugs.python.org/issue22146  closed by python-dev

#22162: Activating a venv - Dash doesn't understand source
http://bugs.python.org/issue22162  closed by vinay.sajip

#22169: sys.tracebacklimit = 0 does not work as documented in 3.x
http://bugs.python.org/issue22169  closed by ned.deily

#22170: Typo in iterator doc
http://bugs.python.org/issue22170  closed by ezio.melotti

#22172: Local files shadow system modules, even from system modules
http://bugs.python.org/issue22172  closed by ncoghlan


More information about the Python-Dev mailing list