Discussion:
Summary of Python tracker Issues
Python tracker
2014-06-27 16:07:57 UTC
Permalink
ACTIVITY SUMMARY (2014-06-20 - 2014-06-27)
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 4643 (-12)
closed 29004 (+72)
total 33647 (+60)

Open issues with patches: 2162


Issues opened (50)
==================

#6916: Remove deprecated items from asynchat
http://bugs.python.org/issue6916 reopened by ezio.melotti

#10312: intcatcher() can deadlock
http://bugs.python.org/issue10312 reopened by Claudiu.Popa

#21817: `concurrent.futures.ProcessPoolExecutor` swallows tracebacks
http://bugs.python.org/issue21817 opened by cool-RR

#21818: cookielib documentation references Cookie module, not cookieli
http://bugs.python.org/issue21818 opened by Ajtag

#21820: unittest: unhelpful truncating of long strings.
http://bugs.python.org/issue21820 opened by cjw296

#21821: The function cygwinccompiler.is_cygwingcc leads to FileNotFoun
http://bugs.python.org/issue21821 opened by paugier

#21822: KeyboardInterrupt during Thread.join hangs that Thread
http://bugs.python.org/issue21822 opened by tupl

#21825: Embedding-Python example code from documentation crashes
http://bugs.python.org/issue21825 opened by Pat.Le.Cat

#21826: Performance issue (+fix) AIX ctypes.util with no /sbin/ldconfi
http://bugs.python.org/issue21826 opened by tw.bert

#21827: textwrap.dedent() fails when largest common whitespace is a su
http://bugs.python.org/issue21827 opened by robertjli

#21830: ssl.wrap_socket fails on Windows 7 when specifying ca_certs
http://bugs.python.org/issue21830 opened by David.M.Noriega

#21833: Fix unicodeless build of Python
http://bugs.python.org/issue21833 opened by serhiy.storchaka

#21834: Fix a number of tests in unicodeless build
http://bugs.python.org/issue21834 opened by serhiy.storchaka

#21835: Fix Tkinter in unicodeless build
http://bugs.python.org/issue21835 opened by serhiy.storchaka

#21836: Fix sqlite3 in unicodeless build
http://bugs.python.org/issue21836 opened by serhiy.storchaka

#21837: Fix tarfile in unicodeless build
http://bugs.python.org/issue21837 opened by serhiy.storchaka

#21838: Fix ctypes in unicodeless build
http://bugs.python.org/issue21838 opened by serhiy.storchaka

#21839: Fix distutils in unicodeless build
http://bugs.python.org/issue21839 opened by serhiy.storchaka

#21840: Fix os.path in unicodeless build
http://bugs.python.org/issue21840 opened by serhiy.storchaka

#21841: Fix xml.sax in unicodeless build
http://bugs.python.org/issue21841 opened by serhiy.storchaka

#21842: Fix IDLE in unicodeless build
http://bugs.python.org/issue21842 opened by serhiy.storchaka

#21843: Fix doctest in unicodeless build
http://bugs.python.org/issue21843 opened by serhiy.storchaka

#21844: Fix HTMLParser in unicodeless build
http://bugs.python.org/issue21844 opened by serhiy.storchaka

#21845: Fix plistlib in unicodeless build
http://bugs.python.org/issue21845 opened by serhiy.storchaka

#21846: Fix zipfile in unicodeless build
http://bugs.python.org/issue21846 opened by serhiy.storchaka

#21847: Fix xmlrpc in unicodeless build
http://bugs.python.org/issue21847 opened by serhiy.storchaka

#21848: Fix logging in unicodeless build
http://bugs.python.org/issue21848 opened by serhiy.storchaka

#21849: Fix multiprocessing for non-ascii data
http://bugs.python.org/issue21849 opened by serhiy.storchaka

#21850: Fix httplib and SimpleHTTPServer in unicodeless build
http://bugs.python.org/issue21850 opened by serhiy.storchaka

#21851: Fix gettext in unicodeless build
http://bugs.python.org/issue21851 opened by serhiy.storchaka

#21852: Fix optparse in unicodeless build
http://bugs.python.org/issue21852 opened by serhiy.storchaka

#21853: Fix inspect in unicodeless build
http://bugs.python.org/issue21853 opened by serhiy.storchaka

#21854: Fix cookielib in unicodeless build
http://bugs.python.org/issue21854 opened by serhiy.storchaka

#21855: Fix decimal in unicodeless build
http://bugs.python.org/issue21855 opened by serhiy.storchaka

#21856: memoryview: no overflow on large slice values (start, stop, st
http://bugs.python.org/issue21856 opened by haypo

#21857: assert that functions clearing the current exception are not c
http://bugs.python.org/issue21857 opened by haypo

#21859: Add Python implementation of FileIO
http://bugs.python.org/issue21859 opened by serhiy.storchaka

#21860: Correct FileIO docstrings
http://bugs.python.org/issue21860 opened by serhiy.storchaka

#21861: io class name are hardcoded in reprs
http://bugs.python.org/issue21861 opened by serhiy.storchaka

#21862: cProfile command-line should accept "-m module_name" as an alt
http://bugs.python.org/issue21862 opened by pitrou

#21863: Display module names of C functions in cProfile
http://bugs.python.org/issue21863 opened by pitrou

#21864: Error in documentation of point 9.8 'Exceptions are classes to
http://bugs.python.org/issue21864 opened by Peibolvig

#21865: Improve invalid category exception for warnings.filterwarnings
http://bugs.python.org/issue21865 opened by berker.peksag

#21866: zipfile.ZipFile.close() doesn't respect allowZip64
http://bugs.python.org/issue21866 opened by bgilbert

#21867: Turtle returns TypeError when undobuffer is set to 0 (aka no u
http://bugs.python.org/issue21867 opened by Lita.Cho

#21868: Tbuffer in turtle allows negative size
http://bugs.python.org/issue21868 opened by Lita.Cho

#21869: Clean up quopri, correct method names encodestring and decodes
http://bugs.python.org/issue21869 opened by orsenthil

#21871: Python 2.7.7 regression in mimetypes read_windows_registry
http://bugs.python.org/issue21871 opened by agolde

#21872: LZMA library sometimes fails to decompress a file
http://bugs.python.org/issue21872 opened by vnummela

#21874: test_strptime fails on rhel/centos/fedora systems
http://bugs.python.org/issue21874 opened by boblfoot



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

#21874: test_strptime fails on rhel/centos/fedora systems
http://bugs.python.org/issue21874

#21871: Python 2.7.7 regression in mimetypes read_windows_registry
http://bugs.python.org/issue21871

#21865: Improve invalid category exception for warnings.filterwarnings
http://bugs.python.org/issue21865

#21861: io class name are hardcoded in reprs
http://bugs.python.org/issue21861

#21859: Add Python implementation of FileIO
http://bugs.python.org/issue21859

#21855: Fix decimal in unicodeless build
http://bugs.python.org/issue21855

#21854: Fix cookielib in unicodeless build
http://bugs.python.org/issue21854

#21853: Fix inspect in unicodeless build
http://bugs.python.org/issue21853

#21852: Fix optparse in unicodeless build
http://bugs.python.org/issue21852

#21851: Fix gettext in unicodeless build
http://bugs.python.org/issue21851

#21850: Fix httplib and SimpleHTTPServer in unicodeless build
http://bugs.python.org/issue21850

#21847: Fix xmlrpc in unicodeless build
http://bugs.python.org/issue21847

#21846: Fix zipfile in unicodeless build
http://bugs.python.org/issue21846

#21845: Fix plistlib in unicodeless build
http://bugs.python.org/issue21845

#21843: Fix doctest in unicodeless build
http://bugs.python.org/issue21843



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

#21868: Tbuffer in turtle allows negative size
http://bugs.python.org/issue21868

#21865: Improve invalid category exception for warnings.filterwarnings
http://bugs.python.org/issue21865

#21863: Display module names of C functions in cProfile
http://bugs.python.org/issue21863

#21862: cProfile command-line should accept "-m module_name" as an alt
http://bugs.python.org/issue21862

#21860: Correct FileIO docstrings
http://bugs.python.org/issue21860

#21859: Add Python implementation of FileIO
http://bugs.python.org/issue21859

#21857: assert that functions clearing the current exception are not c
http://bugs.python.org/issue21857

#21855: Fix decimal in unicodeless build
http://bugs.python.org/issue21855

#21854: Fix cookielib in unicodeless build
http://bugs.python.org/issue21854

#21853: Fix inspect in unicodeless build
http://bugs.python.org/issue21853

#21852: Fix optparse in unicodeless build
http://bugs.python.org/issue21852

#21851: Fix gettext in unicodeless build
http://bugs.python.org/issue21851

#21850: Fix httplib and SimpleHTTPServer in unicodeless build
http://bugs.python.org/issue21850

#21849: Fix multiprocessing for non-ascii data
http://bugs.python.org/issue21849

#21848: Fix logging in unicodeless build
http://bugs.python.org/issue21848



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

#14460: In re's positive lookbehind assertion repetition works
http://bugs.python.org/issue14460 10 msgs

#21163: asyncio doesn't warn if a task is destroyed during its executi
http://bugs.python.org/issue21163 10 msgs

#21765: Idle: make 3.x HyperParser work with non-ascii identifiers.
http://bugs.python.org/issue21765 9 msgs

#21820: unittest: unhelpful truncating of long strings.
http://bugs.python.org/issue21820 9 msgs

#6916: Remove deprecated items from asynchat
http://bugs.python.org/issue6916 8 msgs

#11406: There is no os.listdir() equivalent returning generator instea
http://bugs.python.org/issue11406 7 msgs

#12750: datetime.strftime('%s') should respect tzinfo
http://bugs.python.org/issue12750 7 msgs

#19351: python msi installers - silent mode
http://bugs.python.org/issue19351 7 msgs

#20092: type() constructor should bind __int__ to __index__ when __ind
http://bugs.python.org/issue20092 6 msgs

#21331: Reversing an encoding with unicode-escape returns a different
http://bugs.python.org/issue21331 6 msgs



Issues closed (70)
==================

#2213: build_tkinter.py does not handle paths with spaces
http://bugs.python.org/issue2213 closed by loewis

#4346: PyObject_CallMethod changes the exception message already set
http://bugs.python.org/issue4346 closed by python-dev

#4613: Can't figure out where SyntaxError: can not delete variable 'x
http://bugs.python.org/issue4613 closed by ned.deily

#4735: An error occurred during the installation of assembly
http://bugs.python.org/issue4735 closed by zach.ware

#5235: distutils seems to only work with VC++ 2008 (9.0)
http://bugs.python.org/issue5235 closed by loewis

#6305: islice doesn't accept large stop values
http://bugs.python.org/issue6305 closed by loewis

#6362: multiprocessing: handling of errno after signals in sem_acquir
http://bugs.python.org/issue6362 closed by loewis

#8192: SQLite3 PRAGMA table_info doesn't respect database on Win32
http://bugs.python.org/issue8192 closed by loewis

#8343: improve re parse error messages for named groups
http://bugs.python.org/issue8343 closed by rhettinger

#10217: python-2.7.amd64.msi install fails
http://bugs.python.org/issue10217 closed by zach.ware

#10747: Include version info in Windows shortcuts
http://bugs.python.org/issue10747 closed by loewis

#10798: test_concurrent_futures fails on FreeBSD
http://bugs.python.org/issue10798 closed by haypo

#11974: Class definition gotcha.. should this be documented somewhere?
http://bugs.python.org/issue11974 closed by rhettinger

#12066: Empty ('') xmlns attribute is not properly handled by xml.dom.
http://bugs.python.org/issue12066 closed by ned.deily

#12860: http client attempts to send a readable object twice
http://bugs.python.org/issue12860 closed by ned.deily

#13143: os.path.islink documentation is ambiguous
http://bugs.python.org/issue13143 closed by python-dev

#14457: Unattended Install doesn't populate registry
http://bugs.python.org/issue14457 closed by loewis

#14477: Rietveld test issue
http://bugs.python.org/issue14477 closed by loewis

#14540: Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux
http://bugs.python.org/issue14540 closed by pda

#14561: python-2.7.2-r3 suffers test failure at test_mhlib
http://bugs.python.org/issue14561 closed by ned.deily

#15588: quopri: encodestring and decodestring handle bytes, not string
http://bugs.python.org/issue15588 closed by orsenthil

#16667: timezone docs need "versionadded: 3.2"
http://bugs.python.org/issue16667 closed by python-dev

#16976: Asyncore/asynchat hangs when used with ssl sockets
http://bugs.python.org/issue16976 closed by giampaolo.rodola

#17170: string method lookup is too slow
http://bugs.python.org/issue17170 closed by pitrou

#17424: help() should use the class signature
http://bugs.python.org/issue17424 closed by yselivanov

#17449: dev guide appears not to cover the benchmarking suite
http://bugs.python.org/issue17449 closed by python-dev

#19145: Inconsistent behaviour in itertools.repeat when using negative
http://bugs.python.org/issue19145 closed by rhettinger

#19897: Use python as executable instead of python3 in Python 2 docs
http://bugs.python.org/issue19897 closed by berker.peksag

#20155: Regression test test_httpservers fails, hangs on Windows
http://bugs.python.org/issue20155 closed by r.david.murray

#20295: imghdr add openexr support
http://bugs.python.org/issue20295 closed by r.david.murray

#20446: ipaddress: hash similarities for ipv4 and ipv6
http://bugs.python.org/issue20446 closed by tim.peters

#20753: disable test_robotparser test that uses an invalid URL
http://bugs.python.org/issue20753 closed by orsenthil

#20756: Segmentation fault with unoconv
http://bugs.python.org/issue20756 closed by Sworddragon

#20872: dbm/gdbm/ndbm close methods are not document
http://bugs.python.org/issue20872 closed by python-dev

#20939: test_geturl of test_urllibnet fails with 'https://www.python.o
http://bugs.python.org/issue20939 closed by ned.deily

#21030: pip usable only by administrators on Windows and SELinux
http://bugs.python.org/issue21030 closed by loewis

#21158: Windows installer service could not be accessed
http://bugs.python.org/issue21158 closed by loewis

#21216: getaddrinfo is wrongly considered thread safe on linux
http://bugs.python.org/issue21216 closed by gregory.p.smith

#21441: Buffer Protocol Documentation Error
http://bugs.python.org/issue21441 closed by python-dev

#21476: Inconsistent behaviour between BytesParser.parse and Parser.pa
http://bugs.python.org/issue21476 closed by r.david.murray

#21491: race condition in SocketServer.py ForkingMixIn collect_childre
http://bugs.python.org/issue21491 closed by neologix

#21532: 2.7.7rc1 msi is lacking libpython27.a
http://bugs.python.org/issue21532 closed by loewis

#21635: difflib.SequenceMatcher stores matching blocks as tuples, not
http://bugs.python.org/issue21635 closed by rhettinger

#21670: Add repr to shelve.Shelf
http://bugs.python.org/issue21670 closed by rhettinger

#21672: Python for Windows 2.7.7: Path Configuration File No Longer Wo
http://bugs.python.org/issue21672 closed by python-dev

#21684: inspect.signature bind doesn't include defaults or empty tuple
http://bugs.python.org/issue21684 closed by yselivanov

#21716: 3.4.1 download page link for OpenPGP signatures has no sigs
http://bugs.python.org/issue21716 closed by ned.deily

#21729: Use `with` statement in dbm.dumb
http://bugs.python.org/issue21729 closed by serhiy.storchaka

#21768: Fix a NameError in test_pydoc
http://bugs.python.org/issue21768 closed by terry.reedy

#21769: Fix a NameError in test_descr
http://bugs.python.org/issue21769 closed by terry.reedy

#21770: Module not callable in script_helper.py
http://bugs.python.org/issue21770 closed by terry.reedy

#21786: Use assertEqual in test_pydoc
http://bugs.python.org/issue21786 closed by rhettinger

#21799: python34.dll is not installed
http://bugs.python.org/issue21799 closed by loewis

#21801: inspect.signature doesn't always return a signature
http://bugs.python.org/issue21801 closed by python-dev

#21807: SysLogHandler closes TCP connection after first message
http://bugs.python.org/issue21807 closed by vinay.sajip

#21809: Building Python3 on VMS - External repository
http://bugs.python.org/issue21809 closed by terry.reedy

#21812: turtle.shapetransform doesn't transform the turtle on the firs
http://bugs.python.org/issue21812 closed by rhettinger

#21814: object.__setattr__ or super(...).__setattr__?
http://bugs.python.org/issue21814 closed by rhettinger

#21816: OverflowError: Python int too large to convert to C long
http://bugs.python.org/issue21816 closed by ned.deily

#21819: Remaining buffer from socket isn't available anymore after cal
http://bugs.python.org/issue21819 closed by neologix

#21823: Catch turtle.Terminator exceptions in turtledemo
http://bugs.python.org/issue21823 closed by terry.reedy

#21824: Make turtledemo 2.7 help show file contents, not file name.
http://bugs.python.org/issue21824 closed by terry.reedy

#21828: added/corrected containment relationship for networks in lib i
http://bugs.python.org/issue21828 closed by nlm

#21829: Wrong test in ctypes
http://bugs.python.org/issue21829 closed by zach.ware

#21831: integer overflow in 'buffer' type allows reading memory
http://bugs.python.org/issue21831 closed by python-dev

#21832: collections.namedtuple does questionable things when passed qu
http://bugs.python.org/issue21832 closed by rhettinger

#21858: Enhance error handling in the sqlite module
http://bugs.python.org/issue21858 closed by haypo

#21870: Ctrl-C doesn't interrupt simple loop
http://bugs.python.org/issue21870 closed by r.david.murray

#21873: Tuple comparisons with NaNs are broken
http://bugs.python.org/issue21873 closed by rhettinger

#21875: Remove vestigial references to Classic Mac OS attributes in os
http://bugs.python.org/issue21875 closed by ned.deily

Loading...