| Store | Cart

[Python-Dev] Summary of Python tracker Issues

From: Python tracker <sta...@bugs.python.org>
Fri, 29 Aug 2014 18:08:07 +0200 (CEST)
ACTIVITY SUMMARY (2014-08-22 - 2014-08-29)
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    4638 (+17)
  closed 29431 (+32)
  total  34069 (+49)

Open issues with patches: 2193 


Issues opened (41)
==================

#17095: Modules/Setup *shared* support broken
http://bugs.python.org/issue17095  reopened by haypo

#22200: Remove distutils checks for Python version
http://bugs.python.org/issue22200  reopened by Arfrever

#22232: str.splitlines splitting on non-\r\n characters
http://bugs.python.org/issue22232  reopened by terry.reedy

#22252: ssl blocking IO errors
http://bugs.python.org/issue22252  opened by h.venev

#22253: ConfigParser does not handle files without sections
http://bugs.python.org/issue22253  opened by kernc

#22255: Multiprocessing freeze_support raises RuntimeError
http://bugs.python.org/issue22255  opened by Michael.McAuliffe

#22256: pyvenv should display a progress indicator while creating an e
http://bugs.python.org/issue22256  opened by ncoghlan

#22257: PEP 432: Redesign the interpreter startup sequence
http://bugs.python.org/issue22257  opened by ncoghlan

#22258: set_inheritable(): ioctl(FIOCLEX) is available but fails with 
http://bugs.python.org/issue22258  opened by igor.pashev

#22260: Rearrange tkinter tests, use test discovery
http://bugs.python.org/issue22260  opened by zach.ware

#22261: Document how to use Concurrent Build when using MsBuild
http://bugs.python.org/issue22261  opened by sbspider

#22263: Add a resource for CLI tests
http://bugs.python.org/issue22263  opened by serhiy.storchaka

#22264: Add wsgiref.util helpers for dealing with "WSGI strings"
http://bugs.python.org/issue22264  opened by ncoghlan

#22268: mrohasattr and mrogetattr
http://bugs.python.org/issue22268  opened by Gregory.Salvan

#22269: Resolve distutils option conflicts with priorities
http://bugs.python.org/issue22269  opened by minrk

#22270: cache version selection for documentation
http://bugs.python.org/issue22270  opened by thejj

#22271: Deprecate PyUnicode_AsUnicode(): emit a DeprecationWarning
http://bugs.python.org/issue22271  opened by haypo

#22273: abort when passing certain structs by value using ctypes
http://bugs.python.org/issue22273  opened by weeble

#22274: subprocess.Popen(stderr=STDOUT) fails to redirect subprocess s
http://bugs.python.org/issue22274  opened by akira

#22275: asyncio: enhance documentation of OS support
http://bugs.python.org/issue22275  opened by haypo

#22276: pathlib glob issues
http://bugs.python.org/issue22276  opened by joca.bt

#22277: webbrowser.py add parameters to suppress output on stdout and 
http://bugs.python.org/issue22277  opened by CristianCantoro

#22278: urljoin duplicate slashes
http://bugs.python.org/issue22278  opened by demian.brecht

#22279: read() vs read1() in asyncio.StreamReader documentation
http://bugs.python.org/issue22279  opened by oconnor663

#22281: ProcessPoolExecutor/ThreadPoolExecutor should provide introspe
http://bugs.python.org/issue22281  opened by dan.oreilly

#22282: ipaddress module accepts octal formatted IPv4 addresses in IPv
http://bugs.python.org/issue22282  opened by xZise

#22283: "AMD64 FreeBSD 9.0 3.x" fails to build the _decimal module: #e
http://bugs.python.org/issue22283  opened by haypo

#22284: decimal module contains less symbols when the _decimal module 
http://bugs.python.org/issue22284  opened by haypo

#22285: The Modules/ directory should not be added to sys.path
http://bugs.python.org/issue22285  opened by haypo

#22286: Allow backslashreplace error handler to be used on input
http://bugs.python.org/issue22286  opened by ncoghlan

#22289: support.transient_internet() doesn't catch timeout on FTP test
http://bugs.python.org/issue22289  opened by haypo

#22290: "AMD64 OpenIndiana 3.x" buildbot: assertion failed in PyObject
http://bugs.python.org/issue22290  opened by haypo

#22292: pickle whichmodule RuntimeError
http://bugs.python.org/issue22292  opened by attilio.dinisio

#22293: unittest.mock: use slots in MagicMock to reduce memory footpri
http://bugs.python.org/issue22293  opened by james-w

#22294: 2to3 consuming_calls:  len, min, max, zip, map, reduce, filter
http://bugs.python.org/issue22294  opened by eddygeek

#22295: Clarify available commands for package installation
http://bugs.python.org/issue22295  opened by ncoghlan

#22296: cookielib uses time.time(), making incorrect checks of expirat
http://bugs.python.org/issue22296  opened by regu0004

#22297: 2.7 json encoding broken for enums
http://bugs.python.org/issue22297  opened by eddygeek

#22298: Lib/warnings.py _show_warning does not protect against being c
http://bugs.python.org/issue22298  opened by Julius.Lehmann-Richter

#22299: resolve() on Windows makes some pathological paths unusable
http://bugs.python.org/issue22299  opened by Kevin.Norris

#22300: PEP 446 What's New Updates for 2.7.9
http://bugs.python.org/issue22300  opened by ncoghlan



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

#22300: PEP 446 What's New Updates for 2.7.9
http://bugs.python.org/issue22300

#22298: Lib/warnings.py _show_warning does not protect against being c
http://bugs.python.org/issue22298

#22297: 2.7 json encoding broken for enums
http://bugs.python.org/issue22297

#22296: cookielib uses time.time(), making incorrect checks of expirat
http://bugs.python.org/issue22296

#22294: 2to3 consuming_calls:  len, min, max, zip, map, reduce, filter
http://bugs.python.org/issue22294

#22289: support.transient_internet() doesn't catch timeout on FTP test
http://bugs.python.org/issue22289

#22286: Allow backslashreplace error handler to be used on input
http://bugs.python.org/issue22286

#22278: urljoin duplicate slashes
http://bugs.python.org/issue22278

#22275: asyncio: enhance documentation of OS support
http://bugs.python.org/issue22275

#22271: Deprecate PyUnicode_AsUnicode(): emit a DeprecationWarning
http://bugs.python.org/issue22271

#22268: mrohasattr and mrogetattr
http://bugs.python.org/issue22268

#22255: Multiprocessing freeze_support raises RuntimeError
http://bugs.python.org/issue22255

#22251: Various markup errors in documentation
http://bugs.python.org/issue22251

#22249: Possibly incorrect example is given for socket.getaddrinfo()
http://bugs.python.org/issue22249

#22246: add strptime(s, '%s')
http://bugs.python.org/issue22246



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

#22300: PEP 446 What's New Updates for 2.7.9
http://bugs.python.org/issue22300

#22294: 2to3 consuming_calls:  len, min, max, zip, map, reduce, filter
http://bugs.python.org/issue22294

#22292: pickle whichmodule RuntimeError
http://bugs.python.org/issue22292

#22289: support.transient_internet() doesn't catch timeout on FTP test
http://bugs.python.org/issue22289

#22285: The Modules/ directory should not be added to sys.path
http://bugs.python.org/issue22285

#22282: ipaddress module accepts octal formatted IPv4 addresses in IPv
http://bugs.python.org/issue22282

#22281: ProcessPoolExecutor/ThreadPoolExecutor should provide introspe
http://bugs.python.org/issue22281

#22278: urljoin duplicate slashes
http://bugs.python.org/issue22278

#22277: webbrowser.py add parameters to suppress output on stdout and 
http://bugs.python.org/issue22277

#22275: asyncio: enhance documentation of OS support
http://bugs.python.org/issue22275

#22274: subprocess.Popen(stderr=STDOUT) fails to redirect subprocess s
http://bugs.python.org/issue22274

#22269: Resolve distutils option conflicts with priorities
http://bugs.python.org/issue22269

#22268: mrohasattr and mrogetattr
http://bugs.python.org/issue22268

#22261: Document how to use Concurrent Build when using MsBuild
http://bugs.python.org/issue22261

#22260: Rearrange tkinter tests, use test discovery
http://bugs.python.org/issue22260



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

#18814: Add tools for "cleaning" surrogate escaped strings
http://bugs.python.org/issue18814  15 msgs

#22232: str.splitlines splitting on non-\r\n characters
http://bugs.python.org/issue22232  13 msgs

#22264: Add wsgiref.util helpers for dealing with "WSGI strings"
http://bugs.python.org/issue22264  10 msgs

#22194: access to cdecimal / libmpdec API
http://bugs.python.org/issue22194   9 msgs

#22277: webbrowser.py add parameters to suppress output on stdout and 
http://bugs.python.org/issue22277   9 msgs

#22240: argparse support for "python -m module" in help
http://bugs.python.org/issue22240   8 msgs

#22261: Document how to use Concurrent Build when using MsBuild
http://bugs.python.org/issue22261   8 msgs

#22279: read() vs read1() in asyncio.StreamReader documentation
http://bugs.python.org/issue22279   7 msgs

#22285: The Modules/ directory should not be added to sys.path
http://bugs.python.org/issue22285   7 msgs

#21720: "TypeError: Item in ``from list'' not a string"  message
http://bugs.python.org/issue21720   6 msgs



Issues closed (31)
==================

#2527: Pass a namespace to timeit
http://bugs.python.org/issue2527  closed by pitrou

#6550: asyncore incorrect failure when connection is refused and usin
http://bugs.python.org/issue6550  closed by haypo

#11267: asyncore does not check for POLLERR and POLLHUP if neither rea
http://bugs.python.org/issue11267  closed by haypo

#16808: inspect.stack() should return list of named tuples
http://bugs.python.org/issue16808  closed by pitrou

#18530: posixpath.ismount performs extra lstat calls
http://bugs.python.org/issue18530  closed by alex

#19447: py_compile.compile raises if a file has bad encoding
http://bugs.python.org/issue19447  closed by berker.peksag

#20745: test_statistics fails in refleak mode
http://bugs.python.org/issue20745  closed by zach.ware

#20996: Backport TLS 1.1 and 1.2 support for ssl_version
http://bugs.python.org/issue20996  closed by alex

#21305: PEP 466: update os.urandom
http://bugs.python.org/issue21305  closed by python-dev

#22034: posixpath.join() and bytearray
http://bugs.python.org/issue22034  closed by serhiy.storchaka

#22042: signal.set_wakeup_fd(fd): raise an exception if the fd is in b
http://bugs.python.org/issue22042  closed by haypo

#22059: incorrect type conversion from str to bytes in asynchat module
http://bugs.python.org/issue22059  closed by r.david.murray

#22090: Decimal and float formatting treat '%' differently for infinit
http://bugs.python.org/issue22090  closed by skrah

#22182: distutils.file_util.move_file unpacks wrongly an exception
http://bugs.python.org/issue22182  closed by berker.peksag

#22199: 2.7 sysconfig._get_makefile_filename should be sysconfig.get_m
http://bugs.python.org/issue22199  closed by ned.deily

#22236: Do not use _default_root in Tkinter tests
http://bugs.python.org/issue22236  closed by serhiy.storchaka

#22239: asyncio: nested event loop
http://bugs.python.org/issue22239  closed by gvanrossum

#22243: Documentation on try statement incorrectly implies target of e
http://bugs.python.org/issue22243  closed by terry.reedy

#22244: load_verify_locations fails to handle unicode paths on Python 
http://bugs.python.org/issue22244  closed by python-dev

#22250: unittest lowercase methods
http://bugs.python.org/issue22250  closed by ezio.melotti

#22254: match object generated by re.finditer cannot call groups() on 
http://bugs.python.org/issue22254  closed by leiju

#22259: fdopen of directory causes segmentation fault
http://bugs.python.org/issue22259  closed by python-dev

#22262: Python External Libraries are stored in directory above where 
http://bugs.python.org/issue22262  closed by zach.ware

#22265: fix reliance on refcounting in test_itertools
http://bugs.python.org/issue22265  closed by python-dev

#22266: fix reliance on refcounting in tarfile.gzopen
http://bugs.python.org/issue22266  closed by python-dev

#22267: fix reliance on refcounting in test_weakref
http://bugs.python.org/issue22267  closed by python-dev

#22272: sqlite3 memory leaks in cursor.execute
http://bugs.python.org/issue22272  closed by haypo

#22280: _decimal: successful import despite build failure
http://bugs.python.org/issue22280  closed by skrah

#22287: Use clock_gettime() in pytime.c
http://bugs.python.org/issue22287  closed by haypo

#22288: Incorrect Call grammar in documentation
http://bugs.python.org/issue22288  closed by mjpieters

#22291: Typo in docs - Lib/random
http://bugs.python.org/issue22291  closed by r.david.murray
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Python tracker Aug 29, 2014 04:08 pm