[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jan 16 18:07:02 CET 2015


ACTIVITY SUMMARY (2015-01-09 - 2015-01-16)
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    4736 (+10)
  closed 30277 (+33)
  total  35013 (+43)

Open issues with patches: 2220 


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

#22038: Implement atomic operations on non-x86 platforms
http://bugs.python.org/issue22038  reopened by haypo

#23211: test.test_logging.SMTPHandlerTest failing on Snow Leopard
http://bugs.python.org/issue23211  opened by geoffreyspear

#23212: Update Windows and OS X installer copies of OpenSSL to 1.0.1k
http://bugs.python.org/issue23212  opened by ned.deily

#23213: subprocess communicate() hangs when stderr isn't closed
http://bugs.python.org/issue23213  opened by whissi

#23214: BufferedReader.read1(size) signature incompatible with Buffere
http://bugs.python.org/issue23214  opened by vadmium

#23215: MemoryError with custom error handlers and multibyte codecs
http://bugs.python.org/issue23215  opened by alexer

#23216: IDLE grep/find/replace source code needs docstrings
http://bugs.python.org/issue23216  opened by Al.Sweigart

#23217: help() function incorrectly captures comment preceding a neste
http://bugs.python.org/issue23217  opened by rhettinger

#23218: Modernize the IDLE Find/Replace/Find in Files dialogs
http://bugs.python.org/issue23218  opened by Al.Sweigart

#23220: IDLE does not display \b backspace correctly.
http://bugs.python.org/issue23220  opened by Al.Sweigart

#23224: LZMADecompressor object is only initialized in __init__
http://bugs.python.org/issue23224  opened by vadmium

#23226: Add float linspace recipe to docs
http://bugs.python.org/issue23226  opened by abarnert

#23227: Generator's finally block not run if close() called before fir
http://bugs.python.org/issue23227  opened by sjdrake

#23228: Crashes when tarfile contains a symlink and unpack directory c
http://bugs.python.org/issue23228  opened by mvo

#23229: add inf, nan, infj, nanj to cmath module
http://bugs.python.org/issue23229  opened by mark.dickinson

#23231: Fix codecs.iterencode/decode() by allowing data parameter to b
http://bugs.python.org/issue23231  opened by vadmium

#23232: 'codecs' module functionality + its docs -- concerning custom 
http://bugs.python.org/issue23232  opened by zuo

#23233: TypeError in ./setup.py
http://bugs.python.org/issue23233  opened by serhiy.storchaka

#23235: run_tests.py doesn't set test.support.verbose correctly
http://bugs.python.org/issue23235  opened by berker.peksag

#23236: asyncio: add timeout to StreamReader read methods
http://bugs.python.org/issue23236  opened by haypo

#23237: Interrupts are lost during readline PyOS_InputHook processing 
http://bugs.python.org/issue23237  opened by Michiel.de.Hoon

#23238: http.server failed to decode '+' to ' ' when calling cgi scrip
http://bugs.python.org/issue23238  opened by memkmemk

#23239: SSL match_hostname does not accept IP Address
http://bugs.python.org/issue23239  opened by Ádám.Zsigmond

#23241: shutil should accept pathlib types
http://bugs.python.org/issue23241  opened by mkesper

#23243: asyncio: emit ResourceWarning warnings if transports/event loo
http://bugs.python.org/issue23243  opened by haypo

#23245: urllib2: urlopen() gets exception(kwargs bug?)
http://bugs.python.org/issue23245  opened by Douman

#23246: distutils fails to locate vcvarsall with Visual C++ Compiler f
http://bugs.python.org/issue23246  opened by Gregory.Szorc

#23247: Multibyte codec StreamWriter.reset() crashes
http://bugs.python.org/issue23247  opened by vadmium

#23248: Update ssl data
http://bugs.python.org/issue23248  opened by pitrou

#23249: test_win32 fails on aarch64
http://bugs.python.org/issue23249  opened by rkuska

#23250: http.cookies HttpOnly attribute does not use suggested case-st
http://bugs.python.org/issue23250  opened by jdufresne

#23251: mention in time.sleep() docs that it does not block other Pyth
http://bugs.python.org/issue23251  opened by akira



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

#23251: mention in time.sleep() docs that it does not block other Pyth
http://bugs.python.org/issue23251

#23250: http.cookies HttpOnly attribute does not use suggested case-st
http://bugs.python.org/issue23250

#23249: test_win32 fails on aarch64
http://bugs.python.org/issue23249

#23248: Update ssl data
http://bugs.python.org/issue23248

#23247: Multibyte codec StreamWriter.reset() crashes
http://bugs.python.org/issue23247

#23227: Generator's finally block not run if close() called before fir
http://bugs.python.org/issue23227

#23218: Modernize the IDLE Find/Replace/Find in Files dialogs
http://bugs.python.org/issue23218

#23217: help() function incorrectly captures comment preceding a neste
http://bugs.python.org/issue23217

#23216: IDLE grep/find/replace source code needs docstrings
http://bugs.python.org/issue23216

#23215: MemoryError with custom error handlers and multibyte codecs
http://bugs.python.org/issue23215

#23207: logging.basicConfig does not validate keyword arguments
http://bugs.python.org/issue23207

#23202: pyvenv does not fail like documented when a venv already exist
http://bugs.python.org/issue23202

#23183: timeit CLI best of 3: undocumented output format
http://bugs.python.org/issue23183

#23182: Update grammar tests to use new style for annotated function d
http://bugs.python.org/issue23182

#23169: Reflect that PreReq and BuildPreReq are deprecated in the late
http://bugs.python.org/issue23169



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

#23251: mention in time.sleep() docs that it does not block other Pyth
http://bugs.python.org/issue23251

#23250: http.cookies HttpOnly attribute does not use suggested case-st
http://bugs.python.org/issue23250

#23249: test_win32 fails on aarch64
http://bugs.python.org/issue23249

#23248: Update ssl data
http://bugs.python.org/issue23248

#23243: asyncio: emit ResourceWarning warnings if transports/event loo
http://bugs.python.org/issue23243

#23236: asyncio: add timeout to StreamReader read methods
http://bugs.python.org/issue23236

#23235: run_tests.py doesn't set test.support.verbose correctly
http://bugs.python.org/issue23235

#23233: TypeError in ./setup.py
http://bugs.python.org/issue23233

#23231: Fix codecs.iterencode/decode() by allowing data parameter to b
http://bugs.python.org/issue23231

#23228: Crashes when tarfile contains a symlink and unpack directory c
http://bugs.python.org/issue23228

#23226: Add float linspace recipe to docs
http://bugs.python.org/issue23226

#23218: Modernize the IDLE Find/Replace/Find in Files dialogs
http://bugs.python.org/issue23218

#23216: IDLE grep/find/replace source code needs docstrings
http://bugs.python.org/issue23216

#23215: MemoryError with custom error handlers and multibyte codecs
http://bugs.python.org/issue23215

#23211: test.test_logging.SMTPHandlerTest failing on Snow Leopard
http://bugs.python.org/issue23211



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

#23229: add inf, nan, infj, nanj to cmath module
http://bugs.python.org/issue23229  20 msgs

#22038: Implement atomic operations on non-x86 platforms
http://bugs.python.org/issue22038  13 msgs

#22932: email.utils.formatdate uses unreliable time.timezone constant
http://bugs.python.org/issue22932   8 msgs

#23193: Please support "numeric_owner" in tarfile
http://bugs.python.org/issue23193   6 msgs

#23245: urllib2: urlopen() gets exception(kwargs bug?)
http://bugs.python.org/issue23245   6 msgs

#1602: windows console doesn't print or input Unicode
http://bugs.python.org/issue1602   5 msgs

#13881: Stream encoder for zlib_codec doesn't use the incremental enco
http://bugs.python.org/issue13881   5 msgs

#14014: codecs.StreamWriter.reset contract not fulfilled
http://bugs.python.org/issue14014   5 msgs

#20132: Many incremental codecs don’t handle fragmented data
http://bugs.python.org/issue20132   5 msgs

#23201: Decimal(0)**0 is an error, 0**0 is 1, but Decimal(0) == 0
http://bugs.python.org/issue23201   5 msgs



Issues closed (33)
==================

#11835: python (x64) ctypes incorrectly pass structures parameter
http://bugs.python.org/issue11835  closed by berker.peksag

#19777: Provide a home() classmethod on Path objects
http://bugs.python.org/issue19777  closed by pitrou

#20467: Confusing wording about __init__
http://bugs.python.org/issue20467  closed by ethan.furman

#21581: Consider dropping importlib.abc.Loader.create_module()
http://bugs.python.org/issue21581  closed by brett.cannon

#21896: Unexpected ConnectionResetError in urllib.request against a va
http://bugs.python.org/issue21896  closed by ned.deily

#21902: Docstring of math.acosh, asinh, and atanh
http://bugs.python.org/issue21902  closed by mark.dickinson

#22560: New SSL implementation based on ssl.MemoryBIO
http://bugs.python.org/issue22560  closed by haypo

#22952: multiprocessing doc introduction not in affirmative tone
http://bugs.python.org/issue22952  closed by pitrou

#22988: No error when yielding from `finally`
http://bugs.python.org/issue22988  closed by ethan.furman

#22997: Minor improvements to "Functional API" section of Enum documen
http://bugs.python.org/issue22997  closed by ethan.furman

#23013: Tweak wording for importlib.util.LazyLoader in regards to Load
http://bugs.python.org/issue23013  closed by brett.cannon

#23018: Add version info to python
http://bugs.python.org/issue23018  closed by steve.dower

#23063: `python setup.py check --restructuredtext --strict --metadata`
http://bugs.python.org/issue23063  closed by python-dev

#23160: Respect the environment variable SVNROOT in external-common.ba
http://bugs.python.org/issue23160  closed by python-dev

#23173: asyncio: kill the subprocess if the creation failed
http://bugs.python.org/issue23173  closed by haypo

#23181: Unicode "code point" should be two words in documentation
http://bugs.python.org/issue23181  closed by python-dev

#23185: add inf and nan to math module
http://bugs.python.org/issue23185  closed by mark.dickinson

#23189: Set docstrings to empty string when optimizing with -OO.
http://bugs.python.org/issue23189  closed by rhettinger

#23197: asyncio: check if a future is cancelled before calling set_res
http://bugs.python.org/issue23197  closed by haypo

#23198: asyncio: refactor StreamReader
http://bugs.python.org/issue23198  closed by haypo

#23206: json.dumps(ensure_ascii=False) is ~10x slower than json.dumps(
http://bugs.python.org/issue23206  closed by pitrou

#23209: asyncio: break some cycles
http://bugs.python.org/issue23209  closed by haypo

#23210: remove the word "virtual" from help(range)
http://bugs.python.org/issue23210  closed by python-dev

#23219: asyncio: cancelling wait_for(task, timeout) must also cancel t
http://bugs.python.org/issue23219  closed by python-dev

#23221: "a(n) the", "the a(n)" typos
http://bugs.python.org/issue23221  closed by python-dev

#23222: open doesn't provide traceback for int argument
http://bugs.python.org/issue23222  closed by SilentGhost

#23223: subprocess32 unable to be installed via pip
http://bugs.python.org/issue23223  closed by haypo

#23225: selectors: raise an exception if the selector is closed
http://bugs.python.org/issue23225  closed by haypo

#23230: Bug parsing integers with zero padding
http://bugs.python.org/issue23230  closed by r.david.murray

#23234: refactor subprocess: use new OSError exceptions, factorize std
http://bugs.python.org/issue23234  closed by haypo

#23240: pip 6.0.6- pip install command is broken
http://bugs.python.org/issue23240  closed by brett.cannon

#23242: asyncio: Process must close the transport when the process exi
http://bugs.python.org/issue23242  closed by haypo

#23244: doc typo in 'Glossary': 'generator'
http://bugs.python.org/issue23244  closed by python-dev


More information about the Python-Dev mailing list