[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri May 9 18:07:57 CEST 2014


ACTIVITY SUMMARY (2014-05-02 - 2014-05-09)
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    4611 ( +6)
  closed 28624 (+42)
  total  33235 (+48)

Open issues with patches: 2119 


Issues opened (35)
==================

#18604: Consolidate gui available checks in test.support
http://bugs.python.org/issue18604  reopened by ned.deily

#21416: argparse should accept bytes arguments as originally passed
http://bugs.python.org/issue21416  opened by underrun

#21417: Compression level for zipfile
http://bugs.python.org/issue21417  opened by Sworddragon

#21418: Segv during call to super_init in application embedding Python
http://bugs.python.org/issue21418  opened by snoeberger

#21419: Use calloc() instead of malloc() for int << int (lshift)
http://bugs.python.org/issue21419  opened by haypo

#21420: Optimize 2 ** n: implement it as 1 << n
http://bugs.python.org/issue21420  opened by haypo

#21422: int << 0: return the number unmodified
http://bugs.python.org/issue21422  opened by haypo

#21423: concurrent.futures.ThreadPoolExecutor should accept an initial
http://bugs.python.org/issue21423  opened by andreasvc

#21424: Simplify and speed-up heaqp.nlargest()
http://bugs.python.org/issue21424  opened by rhettinger

#21425: Python 3 pipe handling breaks python mode in emacs on Windows
http://bugs.python.org/issue21425  opened by marczellm

#21427: installer not working
http://bugs.python.org/issue21427  opened by ellipso

#21428: Python suddenly cares about EOLs formats on windows
http://bugs.python.org/issue21428  opened by pygnol

#21429: Input.output error with multiprocessing
http://bugs.python.org/issue21429  opened by mikaela

#21430: Document ssl.pending()
http://bugs.python.org/issue21430  opened by shevek

#21431: 3.4.1rc1 test_pydoc fails: pydoc_data.topics.topics values are
http://bugs.python.org/issue21431  opened by ned.deily

#21434: python -3 documentation is outdated
http://bugs.python.org/issue21434  opened by berker.peksag

#21436: Consider leaving importlib.abc.Loader.load_module()
http://bugs.python.org/issue21436  opened by srittau

#21437: document that asyncio.ProactorEventLoop doesn't support SSL
http://bugs.python.org/issue21437  opened by akira

#21439: Numerous minor issues in Language Reference
http://bugs.python.org/issue21439  opened by zach.ware

#21441: Buffer Protocol Documentation Error
http://bugs.python.org/issue21441  opened by Jake.Vanderplas

#21443: asyncio logging documentation clarifications
http://bugs.python.org/issue21443  opened by hardkrash

#21445: Some asserts in test_filecmp have the wrong messages
http://bugs.python.org/issue21445  opened by Steven.Barker

#21446: Update reload fixer to use importlib instead of imp
http://bugs.python.org/issue21446  opened by berker.peksag

#21447: Intermittent asyncio.open_connection / futures.InvalidStateErr
http://bugs.python.org/issue21447  opened by ryder.lewis

#21448: Email Parser use 100% CPU
http://bugs.python.org/issue21448  opened by jader.fabiano

#21449: Replace _PyUnicode_CompareWithId with _PyUnicode_CompareWithId
http://bugs.python.org/issue21449  opened by josh.rosenberg

#21452: make_buildinfo.exe with VS2013 fails due ill-formed IntDir pat
http://bugs.python.org/issue21452  opened by mloskot

#21453: Support of RPM subpackages in distutils
http://bugs.python.org/issue21453  opened by vitalyisaev2

#21454: asyncio's loop.connect_read_pipe makes pipes non-blocking cont
http://bugs.python.org/issue21454  opened by John Isidore

#21455: add default backlog to socket.listen()
http://bugs.python.org/issue21455  opened by neologix

#21456: skip 2 tests in test_urllib2net.py if _ssl module not present
http://bugs.python.org/issue21456  opened by rpointel

#21457: NetBSD curses support improvements
http://bugs.python.org/issue21457  opened by wiz

#21461: Recognize -pthread
http://bugs.python.org/issue21461  opened by wiz

#21462: PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
http://bugs.python.org/issue21462  opened by ncoghlan

#21463: RuntimeError when URLopener.ftpcache is full
http://bugs.python.org/issue21463  opened by erik.bray



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

#21463: RuntimeError when URLopener.ftpcache is full
http://bugs.python.org/issue21463

#21461: Recognize -pthread
http://bugs.python.org/issue21461

#21453: Support of RPM subpackages in distutils
http://bugs.python.org/issue21453

#21449: Replace _PyUnicode_CompareWithId with _PyUnicode_CompareWithId
http://bugs.python.org/issue21449

#21445: Some asserts in test_filecmp have the wrong messages
http://bugs.python.org/issue21445

#21443: asyncio logging documentation clarifications
http://bugs.python.org/issue21443

#21441: Buffer Protocol Documentation Error
http://bugs.python.org/issue21441

#21439: Numerous minor issues in Language Reference
http://bugs.python.org/issue21439

#21437: document that asyncio.ProactorEventLoop doesn't support SSL
http://bugs.python.org/issue21437

#21434: python -3 documentation is outdated
http://bugs.python.org/issue21434

#21429: Input.output error with multiprocessing
http://bugs.python.org/issue21429

#21425: Python 3 pipe handling breaks python mode in emacs on Windows
http://bugs.python.org/issue21425

#21424: Simplify and speed-up heaqp.nlargest()
http://bugs.python.org/issue21424

#21418: Segv during call to super_init in application embedding Python
http://bugs.python.org/issue21418

#21417: Compression level for zipfile
http://bugs.python.org/issue21417



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

#21463: RuntimeError when URLopener.ftpcache is full
http://bugs.python.org/issue21463

#21462: PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
http://bugs.python.org/issue21462

#21461: Recognize -pthread
http://bugs.python.org/issue21461

#21457: NetBSD curses support improvements
http://bugs.python.org/issue21457

#21456: skip 2 tests in test_urllib2net.py if _ssl module not present
http://bugs.python.org/issue21456

#21455: add default backlog to socket.listen()
http://bugs.python.org/issue21455

#21452: make_buildinfo.exe with VS2013 fails due ill-formed IntDir pat
http://bugs.python.org/issue21452

#21449: Replace _PyUnicode_CompareWithId with _PyUnicode_CompareWithId
http://bugs.python.org/issue21449

#21446: Update reload fixer to use importlib instead of imp
http://bugs.python.org/issue21446

#21445: Some asserts in test_filecmp have the wrong messages
http://bugs.python.org/issue21445

#21441: Buffer Protocol Documentation Error
http://bugs.python.org/issue21441

#21434: python -3 documentation is outdated
http://bugs.python.org/issue21434

#21423: concurrent.futures.ThreadPoolExecutor should accept an initial
http://bugs.python.org/issue21423

#21422: int << 0: return the number unmodified
http://bugs.python.org/issue21422

#21420: Optimize 2 ** n: implement it as 1 << n
http://bugs.python.org/issue21420



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

#21233: Add *Calloc functions to CPython memory allocation API
http://bugs.python.org/issue21233  15 msgs

#21121: -Werror=declaration-after-statement is added even for extensio
http://bugs.python.org/issue21121  14 msgs

#21419: Use calloc() instead of malloc() for int << int (lshift)
http://bugs.python.org/issue21419  10 msgs

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

#20866: segfailt with os.popen and SIGPIPE
http://bugs.python.org/issue20866   6 msgs

#21083: Add get_content_disposition() to email.message.Message
http://bugs.python.org/issue21083   6 msgs

#21420: Optimize 2 ** n: implement it as 1 << n
http://bugs.python.org/issue21420   6 msgs

#21422: int << 0: return the number unmodified
http://bugs.python.org/issue21422   6 msgs

#21423: concurrent.futures.ThreadPoolExecutor should accept an initial
http://bugs.python.org/issue21423   6 msgs

#10752: build_ssl.py is relying on unreliable behaviour of os.popen
http://bugs.python.org/issue10752   5 msgs



Issues closed (42)
==================

#5717: os.defpath includes unix /bin on windows
http://bugs.python.org/issue5717  closed by tim.golden

#13030: Be more generic when identifying the Windows main dir in insta
http://bugs.python.org/issue13030  closed by tim.golden

#17338: Add length_hint parameter to list, dict,	set constructors to a
http://bugs.python.org/issue17338  closed by rhettinger

#17752: many distutils tests fail when run from the installed location
http://bugs.python.org/issue17752  closed by doko

#18154: make install failed on solaris
http://bugs.python.org/issue18154  closed by palm.kevin

#18211: -Werror=statement-after-declaration problem
http://bugs.python.org/issue18211  closed by eric.araujo

#18314: Have os.unlink remove junction points
http://bugs.python.org/issue18314  closed by tim.golden

#19414: iter(ordered_dict) yields keys not in dict in some circumstanc
http://bugs.python.org/issue19414  closed by rhettinger

#19643: shutil rmtree fails on readonly files in Windows
http://bugs.python.org/issue19643  closed by tim.golden

#20384: os.open() exception doesn't contain file name on Windows
http://bugs.python.org/issue20384  closed by tim.golden

#20642: Enhance deepcopy-ing for tuples
http://bugs.python.org/issue20642  closed by python-dev

#20737: 3.3 _thread lock.acquire() timeout and threading.Event().wait(
http://bugs.python.org/issue20737  closed by kristjan.jonsson

#20758: mimetypes initialization order
http://bugs.python.org/issue20758  closed by tim.golden

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

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

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

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

#21300: Docs (incorrectly) suggest email.policy.default is the default
http://bugs.python.org/issue21300  closed by r.david.murray

#21335: Update importlib.__init__ to reset _frozen_importlib's loader 
http://bugs.python.org/issue21335  closed by brett.cannon

#21350: bug in file.writelines accepting buffers
http://bugs.python.org/issue21350  closed by pitrou

#21357: Increase filecmp test coverage from 63% to 76%
http://bugs.python.org/issue21357  closed by python-dev

#21366: Document that return in finally overwrites prev value
http://bugs.python.org/issue21366  closed by zach.ware

#21375: Fix and test overflow behavior in the C version of heapq
http://bugs.python.org/issue21375  closed by rhettinger

#21392: Python on Cygwin: subprocess.call BlockingIOError: [Errno 11] 
http://bugs.python.org/issue21392  closed by dellair.jie

#21393: Python/random.c: close hCryptProv at exit
http://bugs.python.org/issue21393  closed by haypo

#21396: Python io implementation doesn't flush with write_through=True
http://bugs.python.org/issue21396  closed by pitrou

#21405: Allow using symbols from Unicode block "Superscripts and Subsc
http://bugs.python.org/issue21405  closed by rominf

#21414: Add an intersperse function to itertools
http://bugs.python.org/issue21414  closed by rhettinger

#21421: ABCs for MappingViews should declare __slots__ so subclasses a
http://bugs.python.org/issue21421  closed by rhettinger

#21426: Invisible characters in email related souce files.
http://bugs.python.org/issue21426  closed by benjamin.peterson

#21432: samba.git from git://git.samba.org/samba.git  samba.netcmd.mai
http://bugs.python.org/issue21432  closed by ned.deily

#21433: "False = True" produces segfault
http://bugs.python.org/issue21433  closed by ned.deily

#21435: Segfault in gc with cyclic trash
http://bugs.python.org/issue21435  closed by tim.peters

#21438: Document which importlib.machinery loaders don't require an ar
http://bugs.python.org/issue21438  closed by brett.cannon

#21440: Use support.rmtree in test_zipfile
http://bugs.python.org/issue21440  closed by tim.golden

#21442: Win32 compiler warning in PyBytes_Concat
http://bugs.python.org/issue21442  closed by zach.ware

#21444: __len__ can't return big numbers
http://bugs.python.org/issue21444  closed by benjamin.peterson

#21450: [Issue 13630] IDLE: Find(ed) text is not highlighted while dia
http://bugs.python.org/issue21450  closed by berker.peksag

#21451: Improve error messages for malformed JSON
http://bugs.python.org/issue21451  closed by r.david.murray

#21458: MirBSD support
http://bugs.python.org/issue21458  closed by brett.cannon

#21459: DragonFlyBSD support
http://bugs.python.org/issue21459  closed by brett.cannon

#21460: distutils: use LDFLAGS
http://bugs.python.org/issue21460  closed by wiz


More information about the Python-Dev mailing list