[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Oct 17 18:08:13 CEST 2014


ACTIVITY SUMMARY (2014-10-10 - 2014-10-17)
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    4587 (-11)
  closed 29833 (+64)
  total  34420 (+53)

Open issues with patches: 2146 


Issues opened (38)
==================

#13664: UnicodeEncodeError in gzip when filename contains non-ascii
http://bugs.python.org/issue13664  reopened by ezio.melotti

#15859: PyUnicode_EncodeFSDefault win32 inconsistancy.
http://bugs.python.org/issue15859  reopened by ideasman42

#22606: Inconsistency between Python 2 and PyPy regarding future impor
http://bugs.python.org/issue22606  opened by Claudiu.Popa

#22607: find by dichotomy the failing test
http://bugs.python.org/issue22607  opened by xdegaye

#22608: test_socket fails with sem_init: Too many open files
http://bugs.python.org/issue22608  opened by Urs.Traber

#22609: Constructors of some mapping classes don't accept `self` keywo
http://bugs.python.org/issue22609  opened by abacabadabacaba

#22610: test_ftplib fails with sem_init: Too many open files
http://bugs.python.org/issue22610  opened by Urs.Traber

#22612: Add block info to unicodedata
http://bugs.python.org/issue22612  opened by flying sheep

#22613: Several minor doc issues
http://bugs.python.org/issue22613  opened by zach.ware

#22616: Allow connecting AST nodes with corresponding source ranges
http://bugs.python.org/issue22616  opened by Aivar.Annamaa

#22618: urllib.parse.parse_qsl different results after urllib.parse.un
http://bugs.python.org/issue22618  opened by Alex.Vaystikh

#22619: Possible implementation of negative limit for traceback functi
http://bugs.python.org/issue22619  opened by vlth

#22622: ElementTree only writes declaration when passed encoding
http://bugs.python.org/issue22622  opened by towb

#22623: Missing guards for some POSIX functions
http://bugs.python.org/issue22623  opened by Link Mauve

#22624: Bogus usage of floatclock in timemodule
http://bugs.python.org/issue22624  opened by Link Mauve

#22625: When cross-compiling, don’t try to execute binaries
http://bugs.python.org/issue22625  opened by Link Mauve

#22629: Idle: update htest.py and htests
http://bugs.python.org/issue22629  opened by terry.reedy

#22630: `concurrent.futures.Future.set_running_or_notify_cancel` does 
http://bugs.python.org/issue22630  opened by bwhmather

#22631: Feature Request CAN_RAW_FD_FRAMES
http://bugs.python.org/issue22631  opened by rumpelsepp

#22633: Memory disclosure/buffer overread via bug in Py_FrozenMain
http://bugs.python.org/issue22633  opened by Guido

#22634: importing _ctypes failed: undefined symbol: ffi_call_win32
http://bugs.python.org/issue22634  opened by siyuan

#22635: subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.
http://bugs.python.org/issue22635  opened by josh.r

#22636: avoid using a shell in ctypes.util: replace os.popen with subp
http://bugs.python.org/issue22636  opened by haypo

#22637: avoid using a shell in uuid: replce os.popen with subprocess.P
http://bugs.python.org/issue22637  opened by haypo

#22638: ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack)
http://bugs.python.org/issue22638  opened by haypo

#22640: Add silent mode for py_compile
http://bugs.python.org/issue22640  opened by berker.peksag

#22642: trace module: unclear error message
http://bugs.python.org/issue22642  opened by giampaolo.rodola

#22644: Update Windows installers to OpenSSL 1.0.1j
http://bugs.python.org/issue22644  opened by alex

#22645: Unable to install Python 3.4.2 amd64 on Windows 8.1 Update 1
http://bugs.python.org/issue22645  opened by Zac.Greve

#22648: Unable to install Python 3.4.2 amd64 on Windows 8.1
http://bugs.python.org/issue22648  opened by brp-log

#22649: Use _PyUnicodeWriter in case_operation()
http://bugs.python.org/issue22649  opened by haypo

#22650: set up and use VM for net access in the test suite
http://bugs.python.org/issue22650  opened by georg.brandl

#22651: Open file in a+ mode reads from end of file in Python 3.4
http://bugs.python.org/issue22651  opened by nicksjacobson

#22652: Add suggestion about keyword arguments to this error message: 
http://bugs.python.org/issue22652  opened by cool-RR

#22653: Crash in insertdict
http://bugs.python.org/issue22653  opened by pitrou

#22654: issue with PYTHON_FOR_BUILD
http://bugs.python.org/issue22654  opened by bill9889

#22655: Build error on CentOS 5.4
http://bugs.python.org/issue22655  opened by maorui

#22656: `help` ignores `__doc__` of descriptors
http://bugs.python.org/issue22656  opened by cool-RR



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

#22656: `help` ignores `__doc__` of descriptors
http://bugs.python.org/issue22656

#22655: Build error on CentOS 5.4
http://bugs.python.org/issue22655

#22650: set up and use VM for net access in the test suite
http://bugs.python.org/issue22650

#22644: Update Windows installers to OpenSSL 1.0.1j
http://bugs.python.org/issue22644

#22642: trace module: unclear error message
http://bugs.python.org/issue22642

#22640: Add silent mode for py_compile
http://bugs.python.org/issue22640

#22633: Memory disclosure/buffer overread via bug in Py_FrozenMain
http://bugs.python.org/issue22633

#22630: `concurrent.futures.Future.set_running_or_notify_cancel` does 
http://bugs.python.org/issue22630

#22623: Missing guards for some POSIX functions
http://bugs.python.org/issue22623

#22622: ElementTree only writes declaration when passed encoding
http://bugs.python.org/issue22622

#22612: Add block info to unicodedata
http://bugs.python.org/issue22612

#22610: test_ftplib fails with sem_init: Too many open files
http://bugs.python.org/issue22610

#22606: Inconsistency between Python 2 and PyPy regarding future impor
http://bugs.python.org/issue22606

#22602: UTF-7 codec decodes ill-formed sequences starting with "+"
http://bugs.python.org/issue22602

#22600: In Multiprocessing Queue() doesn't work with list : __.put(lis
http://bugs.python.org/issue22600



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

#22653: Crash in insertdict
http://bugs.python.org/issue22653

#22649: Use _PyUnicodeWriter in case_operation()
http://bugs.python.org/issue22649

#22638: ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack)
http://bugs.python.org/issue22638

#22637: avoid using a shell in uuid: replce os.popen with subprocess.P
http://bugs.python.org/issue22637

#22636: avoid using a shell in ctypes.util: replace os.popen with subp
http://bugs.python.org/issue22636

#22630: `concurrent.futures.Future.set_running_or_notify_cancel` does 
http://bugs.python.org/issue22630

#22629: Idle: update htest.py and htests
http://bugs.python.org/issue22629

#22625: When cross-compiling, don’t try to execute binaries
http://bugs.python.org/issue22625

#22623: Missing guards for some POSIX functions
http://bugs.python.org/issue22623

#22619: Possible implementation of negative limit for traceback functi
http://bugs.python.org/issue22619

#22610: test_ftplib fails with sem_init: Too many open files
http://bugs.python.org/issue22610

#22609: Constructors of some mapping classes don't accept `self` keywo
http://bugs.python.org/issue22609

#22608: test_socket fails with sem_init: Too many open files
http://bugs.python.org/issue22608

#22607: find by dichotomy the failing test
http://bugs.python.org/issue22607

#22599: traceback: errors in the linecache module at exit
http://bugs.python.org/issue22599



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

#22638: ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack)
http://bugs.python.org/issue22638  28 msgs

#21991: The new email API should use MappingProxyType instead of retur
http://bugs.python.org/issue21991  13 msgs

#3068: IDLE - Add an extension configuration dialog
http://bugs.python.org/issue3068  11 msgs

#13664: UnicodeEncodeError in gzip when filename contains non-ascii
http://bugs.python.org/issue13664   9 msgs

#22607: find by dichotomy the failing test
http://bugs.python.org/issue22607   9 msgs

#22653: Crash in insertdict
http://bugs.python.org/issue22653   9 msgs

#22634: importing _ctypes failed: undefined symbol: ffi_call_win32
http://bugs.python.org/issue22634   8 msgs

#22651: Open file in a+ mode reads from end of file in Python 3.4
http://bugs.python.org/issue22651   8 msgs

#22654: issue with PYTHON_FOR_BUILD
http://bugs.python.org/issue22654   8 msgs

#12067: Doc: remove errors about mixed-type comparisons.
http://bugs.python.org/issue12067   7 msgs



Issues closed (64)
==================

#7442: _localemodule.c: str2uni() with different LC_NUMERIC and LC_CT
http://bugs.python.org/issue7442  closed by haypo

#9311: os.access can return bogus values when run as superuser
http://bugs.python.org/issue9311  closed by georg.brandl

#10769: ast: provide more useful range information
http://bugs.python.org/issue10769  closed by scummos

#11694: xdrlib raises ConversionError in inconsistent way
http://bugs.python.org/issue11694  closed by petri.lehtinen

#11973: kevent does not accept KQ_NOTE_EXIT (and other (f)flags)
http://bugs.python.org/issue11973  closed by r.david.murray

#12834: memoryview.to_bytes() and PyBuffer_ToContiguous() incorrect fo
http://bugs.python.org/issue12834  closed by skrah

#12965: longobject: documentation improvements
http://bugs.python.org/issue12965  closed by skrah

#13090: test_multiprocessing: memory leaks
http://bugs.python.org/issue13090  closed by skrah

#13096: ctypes: segfault with large POINTER type names
http://bugs.python.org/issue13096  closed by r.david.murray

#14537: "Fatal Python error: Cannot recover from stack overflow."  wit
http://bugs.python.org/issue14537  closed by r.david.murray

#15414: os.path.join behavior on Windows (ntpath.join) is not well doc
http://bugs.python.org/issue15414  closed by python-dev

#15569: Doc doc: incorrect description of some roles as format-only
http://bugs.python.org/issue15569  closed by python-dev

#15672: PEP 3121, 384 Refactoring applied to testbuffer module
http://bugs.python.org/issue15672  closed by skrah

#15722: PEP 3121, 384 Refactoring applied to decimal module
http://bugs.python.org/issue15722  closed by skrah

#15857: memoryview: complete support for struct packing/unpacking
http://bugs.python.org/issue15857  closed by skrah

#16233: IDLE: conceptual problems with *Class browser*
http://bugs.python.org/issue16233  closed by terry.reedy

#16728: Missing cross-reference in sequence glossary entry
http://bugs.python.org/issue16728  closed by r.david.murray

#17325: improve organization of the PyPI distutils docs
http://bugs.python.org/issue17325  closed by r.david.murray

#17636: Modify IMPORT_FROM to fallback on sys.modules
http://bugs.python.org/issue17636  closed by pitrou

#18643: add a fallback socketpair() implementation to the socket modul
http://bugs.python.org/issue18643  closed by neologix

#18873: "Encoding" detected in non-comment lines
http://bugs.python.org/issue18873  closed by serhiy.storchaka

#18959: Create a "Superseded modules" section in standard library ToC
http://bugs.python.org/issue18959  closed by python-dev

#20167: Exception on IDLE closing
http://bugs.python.org/issue20167  closed by terry.reedy

#20386: socket.SocketType enum overwrites import of _socket.SocketType
http://bugs.python.org/issue20386  closed by ethan.furman

#20815: ipaddress unit tests PEP8
http://bugs.python.org/issue20815  closed by r.david.murray

#21061: Is contextlib.redirect_stdout reentrant or not?
http://bugs.python.org/issue21061  closed by ncoghlan

#21189: Broken link to patch
http://bugs.python.org/issue21189  closed by barry

#21227: Decimal class error messages for integer division aren't good
http://bugs.python.org/issue21227  closed by skrah

#21338: Silent mode for compileall
http://bugs.python.org/issue21338  closed by berker.peksag

#21675: Library - Introduction - paragraph 5 - wrong ordering
http://bugs.python.org/issue21675  closed by python-dev

#21687: Py_SetPath: Path components separated by colons
http://bugs.python.org/issue21687  closed by python-dev

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

#21907: Update Windows build batch scripts
http://bugs.python.org/issue21907  closed by zach.ware

#21917: Python 2.7.7 Tests fail, and math is faulty
http://bugs.python.org/issue21917  closed by skrah

#21986: Idle: disable pickleability of user code objects
http://bugs.python.org/issue21986  closed by terry.reedy

#22480: SystemExit out of run_until_complete causes AttributeError whe
http://bugs.python.org/issue22480  closed by haypo

#22489: .gitignore file
http://bugs.python.org/issue22489  closed by zach.ware

#22506: `dir` on Enum subclass doesn't expose parent class attributes
http://bugs.python.org/issue22506  closed by ethan.furman

#22515: Implement partial order on Counter
http://bugs.python.org/issue22515  closed by rhettinger

#22533: Counter with no keys does not compare equal to Counter with ke
http://bugs.python.org/issue22533  closed by rhettinger

#22568: Use of "utime" as variable name in Modules/posixmodule.c cause
http://bugs.python.org/issue22568  closed by python-dev

#22575: bytearray documentation confuses string for unicode objects
http://bugs.python.org/issue22575  closed by terry.reedy

#22586: urljoin allow_fragments doesn't work
http://bugs.python.org/issue22586  closed by python-dev

#22590: math.copysign buggy with nan under Windows
http://bugs.python.org/issue22590  closed by mark.dickinson

#22601: asyncio: loop.run_forever() should consume exception of the te
http://bugs.python.org/issue22601  closed by haypo

#22603: Fix a typo in the contextlib docs
http://bugs.python.org/issue22603  closed by terry.reedy

#22604: assertion error in complex division
http://bugs.python.org/issue22604  closed by pitrou

#22605: memcpy(NULL, NULL, 0) in array_new()
http://bugs.python.org/issue22605  closed by python-dev

#22611: pip needs ctypes
http://bugs.python.org/issue22611  closed by dstufft

#22614: Idle: problem in PyShellEditorWindow.color_breakpoint_text
http://bugs.python.org/issue22614  closed by terry.reedy

#22615: Argument Clinic doesn't support the "type" argument for the in
http://bugs.python.org/issue22615  closed by larry

#22617: spam
http://bugs.python.org/issue22617  closed by georg.brandl

#22620: pythonw does not open on windows 8.1 x64
http://bugs.python.org/issue22620  closed by r.david.murray

#22621: Please make it possible to make the output of hash() equal bet
http://bugs.python.org/issue22621  closed by georg.brandl

#22626: Documentation should point people to bugs. over HTTPS
http://bugs.python.org/issue22626  closed by alex

#22627: Calling timestamp() on a datetime object modifies the timestam
http://bugs.python.org/issue22627  closed by pitrou

#22628: Idle: Tree lines are spaced too close together.
http://bugs.python.org/issue22628  closed by terry.reedy

#22632: Official IDLE web page address is not valid
http://bugs.python.org/issue22632  closed by terry.reedy

#22639: test "test_bad_address" fails on Python 3.4.2 under Linux Mint
http://bugs.python.org/issue22639  closed by ned.deily

#22641: Use better default context in asyncio
http://bugs.python.org/issue22641  closed by pitrou

#22643: Integer overflow in case_operation
http://bugs.python.org/issue22643  closed by python-dev

#22646: Set SMTPHandler's "credentials" through "logging.config.dictCo
http://bugs.python.org/issue22646  closed by python-dev

#22647: test_readline failed on ScientificLinux 6.5
http://bugs.python.org/issue22647  closed by ned.deily

#22657: Bad link to packages specification in language reference 2.x s
http://bugs.python.org/issue22657  closed by python-dev


More information about the Python-Dev mailing list