[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Apr 11 18:07:53 CEST 2014


ACTIVITY SUMMARY (2014-04-04 - 2014-04-11)
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    4567 (+17)
  closed 28405 (+29)
  total  32972 (+46)

Open issues with patches: 2096 


Issues opened (32)
==================

#21015: support SSL_CTX_set_ecdh_auto on newer OpenSSLs
http://bugs.python.org/issue21015  reopened by ned.deily

#21156: Consider moving importlib.abc.InspectLoader.source_to_code() t
http://bugs.python.org/issue21156  opened by brett.cannon

#21157: Update imp docs for a PEP 451 world
http://bugs.python.org/issue21157  opened by brett.cannon

#21158: Windows installer service could not be accessed (Python bug!)
http://bugs.python.org/issue21158  opened by thecheater887

#21159: configparser.InterpolationMissingOptionError is not very intui
http://bugs.python.org/issue21159  opened by Claudiu.Popa

#21160: incorrect comments in nturl2path.py
http://bugs.python.org/issue21160  opened by Jurko.Gospodnetić

#21162: code in multiprocessing.pool freeze if inside some code from s
http://bugs.python.org/issue21162  opened by Ivan.K

#21163: asyncio task possibly incorrectly garbage collected
http://bugs.python.org/issue21163  opened by richard.kiss

#21164: print unicode in Windows console
http://bugs.python.org/issue21164  opened by LeslieK

#21165: Optimize str.translate() for replacement with substrings and n
http://bugs.python.org/issue21165  opened by haypo

#21167: float('nan') returns 0.0 on Python compiled with icc
http://bugs.python.org/issue21167  opened by hniksic

#21169: getpass.getpass() fails with non-ASCII characters in prompt
http://bugs.python.org/issue21169  opened by Arfrever

#21170: Incorrect signature for unittest.TestResult.startTestRun(), .s
http://bugs.python.org/issue21170  opened by Volodymyr.Sapsai

#21171: Outdated usage str.encode('rot-13') in rot13 codec
http://bugs.python.org/issue21171  opened by Pix

#21173: WeakKeyDictionary.__len__ fragile w/ _IterationGuards
http://bugs.python.org/issue21173  opened by pjenvey

#21177: ValueError: byte must be in range(0, 256)
http://bugs.python.org/issue21177  opened by zart

#21178: doctest cause warnings in tests using generators
http://bugs.python.org/issue21178  opened by oluensdorf

#21180: Cannot efficiently create empty array.array of given size, inc
http://bugs.python.org/issue21180  opened by pfalcon

#21183: Doctest capture only AssertionError but not printed text
http://bugs.python.org/issue21183  opened by osantana

#21184: statistics.pvariance with known mean does not work as expected
http://bugs.python.org/issue21184  opened by steven.daprano

#21186: RawConfigParser __name__ option handling inconsistent
http://bugs.python.org/issue21186  opened by Adam.Groszer

#21188: Broken link
http://bugs.python.org/issue21188  opened by tiposchi

#21189: Broken link to patch
http://bugs.python.org/issue21189  opened by tiposchi

#21192: Idle: Print filename when running a file from editor
http://bugs.python.org/issue21192  opened by terry.reedy

#21193: pow(a, b, c) should not raise TypeError when b is negative and
http://bugs.python.org/issue21193  opened by josh.rosenberg

#21194: json.dumps with ensure_ascii=False doesn't escape control char
http://bugs.python.org/issue21194  opened by weeble

#21195: None float format: incomplete documentation
http://bugs.python.org/issue21195  opened by lebigot

#21196: Name mangling example in Python tutorial
http://bugs.python.org/issue21196  opened by chandan

#21197: venv does not create lib64 directory and appropriate symlinks
http://bugs.python.org/issue21197  opened by BinaryKhaos

#21198: Minor tarfile documentation bug
http://bugs.python.org/issue21198  opened by lurchman

#21199: Python on 64-bit Windows uses signed 32-bit type for read leng
http://bugs.python.org/issue21199  opened by Matt.Mackall

#21200: pkgutil.get_loader() fails on "__main__"
http://bugs.python.org/issue21200  opened by eric.snow



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

#21200: pkgutil.get_loader() fails on "__main__"
http://bugs.python.org/issue21200

#21198: Minor tarfile documentation bug
http://bugs.python.org/issue21198

#21188: Broken link
http://bugs.python.org/issue21188

#21173: WeakKeyDictionary.__len__ fragile w/ _IterationGuards
http://bugs.python.org/issue21173

#21160: incorrect comments in nturl2path.py
http://bugs.python.org/issue21160

#21152: Idle: timed autosave for shell (and maybe editor) window
http://bugs.python.org/issue21152

#21132: Failure to import win32api
http://bugs.python.org/issue21132

#21126: Integrate doctest.run_docstring_examples() with unittest
http://bugs.python.org/issue21126

#21120: PyArena type is used in headers from the limited API
http://bugs.python.org/issue21120

#21114: wsgiref.simple_server doesn't handle multi-line headers correc
http://bugs.python.org/issue21114

#21112: 3.4 regression: unittest.expectedFailure no longer works on Te
http://bugs.python.org/issue21112

#21110: Slowdown and high memory usage when adding a new module in emb
http://bugs.python.org/issue21110

#21107: Add pgen.vcxproj to allow regenerating grammar files on Window
http://bugs.python.org/issue21107

#21095: EmailMessage should support Header objects
http://bugs.python.org/issue21095

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



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

#21193: pow(a, b, c) should not raise TypeError when b is negative and
http://bugs.python.org/issue21193

#21173: WeakKeyDictionary.__len__ fragile w/ _IterationGuards
http://bugs.python.org/issue21173

#21171: Outdated usage str.encode('rot-13') in rot13 codec
http://bugs.python.org/issue21171

#21170: Incorrect signature for unittest.TestResult.startTestRun(), .s
http://bugs.python.org/issue21170

#21169: getpass.getpass() fails with non-ASCII characters in prompt
http://bugs.python.org/issue21169

#21167: float('nan') returns 0.0 on Python compiled with icc
http://bugs.python.org/issue21167

#21148: avoid memset in small tuple creation
http://bugs.python.org/issue21148

#21147: sqlite3 doesn't complain if the request contains a null charac
http://bugs.python.org/issue21147

#21146: update gzip usage examples in docs
http://bugs.python.org/issue21146

#21141: Don't mention Perl in Windows build output
http://bugs.python.org/issue21141

#21140: Idle: saving an OutputWindow should default to .txt
http://bugs.python.org/issue21140

#21139: Idle: change default reformat width from 70 to 72
http://bugs.python.org/issue21139

#21137: Better repr for threading.Lock()
http://bugs.python.org/issue21137

#21127: Path objects cannot be constructed from str subclasses
http://bugs.python.org/issue21127

#21126: Integrate doctest.run_docstring_examples() with unittest
http://bugs.python.org/issue21126



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

#21177: ValueError: byte must be in range(0, 256)
http://bugs.python.org/issue21177  13 msgs

#21111: PyLong_AsUnsignedLongAndOverflow does not exist
http://bugs.python.org/issue21111   9 msgs

#21167: float('nan') returns 0.0 on Python compiled with icc
http://bugs.python.org/issue21167   9 msgs

#16927: Separate built-in types from functions and group similar funct
http://bugs.python.org/issue16927   8 msgs

#21162: code in multiprocessing.pool freeze if inside some code from s
http://bugs.python.org/issue21162   8 msgs

#21101: Extend the PyDict C API to handle cases where the hash value i
http://bugs.python.org/issue21101   7 msgs

#1191964: asynchronous Subprocess
http://bugs.python.org/issue1191964   7 msgs

#20383: Add a keyword-only spec argument to types.ModuleType
http://bugs.python.org/issue20383   6 msgs

#21163: asyncio task possibly incorrectly garbage collected
http://bugs.python.org/issue21163   6 msgs

#21193: pow(a, b, c) should not raise TypeError when b is negative and
http://bugs.python.org/issue21193   6 msgs



Issues closed (30)
==================

#12014: str.format parses replacement field incorrectly
http://bugs.python.org/issue12014  closed by benjamin.peterson

#16395: Documentation claims that PySequence_Fast returns a tuple, whe
http://bugs.python.org/issue16395  closed by python-dev

#17621: Create a lazy import loader mixin
http://bugs.python.org/issue17621  closed by brett.cannon

#19281: add __objclass__ to the docs
http://bugs.python.org/issue19281  closed by python-dev

#20334: make inspect Signature hashable
http://bugs.python.org/issue20334  closed by yselivanov

#20539: math.factorial may throw OverflowError
http://bugs.python.org/issue20539  closed by mark.dickinson

#20644: OS X installer build broken by changes to documentation build
http://bugs.python.org/issue20644  closed by ned.deily

#21076: Turn signal.SIG* constants into enums
http://bugs.python.org/issue21076  closed by giampaolo.rodola

#21117: inspect.signature: inaccuracies for partial functions
http://bugs.python.org/issue21117  closed by yselivanov

#21118: str.translate is absurdly slow in majority of use cases (takes
http://bugs.python.org/issue21118  closed by haypo

#21128: testing stdlib and compatibility with pypy
http://bugs.python.org/issue21128  closed by benjamin.peterson

#21133: unittest discover should allow option to run each package sepa
http://bugs.python.org/issue21133  closed by michael.foord

#21136: fractions.Fraction.__pow__ does unneeded renormalization
http://bugs.python.org/issue21136  closed by mark.dickinson

#21144: ensurepip "AssertionError: Multiple .dist-info directories"
http://bugs.python.org/issue21144  closed by ned.deily

#21153: bdist_rpm fails if project contains files with spaces in the n
http://bugs.python.org/issue21153  closed by jason.coombs

#21155: asyncio: calling _UnixSelectorEventLoop.create_unix_server(soc
http://bugs.python.org/issue21155  closed by haypo

#21161: list comprehensions don't see local variables in pdb in python
http://bugs.python.org/issue21161  closed by georg.brandl

#21166: Bus error on "AMD64 FreeBSD 9.x 3.4" buildbot
http://bugs.python.org/issue21166  closed by haypo

#21168: unicodeobject.c: likely type-punning may break strict-aliasing
http://bugs.python.org/issue21168  closed by haypo

#21172: Unexpected behaviour with logging.LogRecord "first arg is dict
http://bugs.python.org/issue21172  closed by vinay.sajip

#21174: A typo in the docs for "exception GeneratorExit"
http://bugs.python.org/issue21174  closed by python-dev

#21175: Refcounting error in str.translate fastpath
http://bugs.python.org/issue21175  closed by python-dev

#21176: Implement matrix multiplication operator (PEP 465)
http://bugs.python.org/issue21176  closed by python-dev

#21179: Rounding half to even
http://bugs.python.org/issue21179  closed by mark.dickinson

#21181: Inconsistent Definition of collections.namedtuple.__dict__ in 
http://bugs.python.org/issue21181  closed by rhettinger

#21182: json.loads errors out on valid JSON
http://bugs.python.org/issue21182  closed by ned.deily

#21185: heapq fails to print in sorted order for certain inputs
http://bugs.python.org/issue21185  closed by wchlm

#21187: build-installer.py fails using Xcode 5.1 on OS X 10.9
http://bugs.python.org/issue21187  closed by ned.deily

#21190: Broken download link on README for CPython docs
http://bugs.python.org/issue21190  closed by orsenthil

#21191: os.fdopen() may eat file descriptor and still raise exception
http://bugs.python.org/issue21191  closed by benjamin.peterson


More information about the Python-Dev mailing list