[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Apr 1 18:07:19 CEST 2011
ACTIVITY SUMMARY (2011-03-25 - 2011-04-01)
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 2733 ( -2)
closed 20787 (+69)
total 23520 (+67)
Open issues with patches: 1167
Issues opened (49)
==================
#11557: Increase coverage in logging module
http://bugs.python.org/issue11557 reopened by r.david.murray
#11674: list(obj), tuple(obj) swallow TypeError (in _PyObject_LengthHi
http://bugs.python.org/issue11674 opened by Elvis.Pranskevichus
#11676: imp.load_module and submodules - doc issue, or bug?
http://bugs.python.org/issue11676 opened by Dave Peck
#11677: make test has horrendous performance on an ecryptfs
http://bugs.python.org/issue11677 opened by barry
#11678: Add support for Arch Linux to platform.linux_distributions()
http://bugs.python.org/issue11678 opened by anikom15
#11679: readline interferes with characters beginning with byte \xe9
http://bugs.python.org/issue11679 opened by takluyver
#11681: -b option undocumented
http://bugs.python.org/issue11681 opened by eric.araujo
#11682: PEP 380 reference implementation for 3.3
http://bugs.python.org/issue11682 opened by ncoghlan
#11683: unittest discover should recurse into packages which are alrea
http://bugs.python.org/issue11683 opened by Calvin.Spealman
#11684: (Maybe) Add email.parser.BytesHeaderParser
http://bugs.python.org/issue11684 opened by sdaoden
#11685: possible SQL injection into db APIs via table names... sqlite3
http://bugs.python.org/issue11685 opened by illume
#11686: Update of some email/ __all__ lists
http://bugs.python.org/issue11686 opened by sdaoden
#11688: SQLite trace callback
http://bugs.python.org/issue11688 opened by torsten
#11689: sqlite: Incorrect unit test fails to detect failure
http://bugs.python.org/issue11689 opened by torsten
#11690: Devguide: Add "communication" FAQ
http://bugs.python.org/issue11690 opened by ncoghlan
#11691: sqlite3 Cursor.description doesn't set type_code
http://bugs.python.org/issue11691 opened by wesclemens
#11693: memory leak in email.generator.Generator().flatten() method
http://bugs.python.org/issue11693 opened by Kaushik.Kannan
#11694: xdrlib raises ConversionError in inconsistent way
http://bugs.python.org/issue11694 opened by gruszczy
#11695: Improve argparse usage/help customization
http://bugs.python.org/issue11695 opened by bethard
#11697: Unsigned type in mmap_move_method
http://bugs.python.org/issue11697 opened by rmib
#11698: Improve repr for structseq objects to show named, but unindexe
http://bugs.python.org/issue11698 opened by rhettinger
#11699: Documentation for get_option_group is wrong
http://bugs.python.org/issue11699 opened by weeble
#11700: mailbox.py proxy updates
http://bugs.python.org/issue11700 opened by sdaoden
#11701: email.parser.BytesParser() uses TextIOWrapper
http://bugs.python.org/issue11701 opened by sdaoden
#11702: dir on return value of msilib.OpenDatabase() crashes python
http://bugs.python.org/issue11702 opened by markm
#11703: Bug in python >= 2.7 with urllib2 fragment
http://bugs.python.org/issue11703 opened by Ivan.Ivanenko
#11704: functools.partial doesn't create bound methods
http://bugs.python.org/issue11704 opened by alex
#11705: sys.excepthook doesn't work in imported modules
http://bugs.python.org/issue11705 opened by mikez302
#11707: Create C version of functools.cmp_to_key()
http://bugs.python.org/issue11707 opened by rhettinger
#11708: argparse: suggestion for formatting optional positional args
http://bugs.python.org/issue11708 opened by pwil3058
#11709: help-method crashes if sys.stdin is None
http://bugs.python.org/issue11709 opened by palm.kevin
#11710: Landing pages in docs for standard library packages
http://bugs.python.org/issue11710 opened by ncoghlan
#11714: threading.Semaphore does not use try...finally
http://bugs.python.org/issue11714 opened by glglgl
#11715: Building Python on multiarch Debian and Ubuntu
http://bugs.python.org/issue11715 opened by barry
#11717: conflicting definition of ssize_t in pyconfig.h
http://bugs.python.org/issue11717 opened by wrohdewald
#11718: Teach IDLE's open-module command to find packages
http://bugs.python.org/issue11718 opened by rhettinger
#11719: test_msilib skip unexpected on non-Windows platforms
http://bugs.python.org/issue11719 opened by nvawda
#11722: mingw64 does not link when building extensions
http://bugs.python.org/issue11722 opened by moog
#11723: No proper support for mingw64 - patch to add
http://bugs.python.org/issue11723 opened by moog
#11726: linecache becomes specific to Python scripts in Python 3
http://bugs.python.org/issue11726 opened by haypo
#11728: mbox parser incorrect behaviour
http://bugs.python.org/issue11728 opened by wally1980
#11729: libffi assembler relocation check is not robust, fails with cl
http://bugs.python.org/issue11729 opened by cartman
#11730: Setting sys.stdin to an invalid input stream causes interprete
http://bugs.python.org/issue11730 opened by ysj.ray
#11731: Simplify email API via 'policy' objects
http://bugs.python.org/issue11731 opened by r.david.murray
#11732: Skip decorator for tests requiring manual intervention on Wind
http://bugs.python.org/issue11732 opened by brian.curtin
#11733: Implement a `Counter.elements_count` method
http://bugs.python.org/issue11733 opened by cool-RR
#11734: Add half-float (16-bit) support to struct module
http://bugs.python.org/issue11734 opened by Eli.Stevens
#11736: windows installers ssl module / openssl broken for some sites
http://bugs.python.org/issue11736 opened by kiilerix
#11738: ThreadSignals.test_signals() of test_threadsignals hangs on PP
http://bugs.python.org/issue11738 opened by haypo
Most recent 15 issues with no replies (15)
==========================================
#11736: windows installers ssl module / openssl broken for some sites
http://bugs.python.org/issue11736
#11731: Simplify email API via 'policy' objects
http://bugs.python.org/issue11731
#11730: Setting sys.stdin to an invalid input stream causes interprete
http://bugs.python.org/issue11730
#11726: linecache becomes specific to Python scripts in Python 3
http://bugs.python.org/issue11726
#11719: test_msilib skip unexpected on non-Windows platforms
http://bugs.python.org/issue11719
#11718: Teach IDLE's open-module command to find packages
http://bugs.python.org/issue11718
#11710: Landing pages in docs for standard library packages
http://bugs.python.org/issue11710
#11708: argparse: suggestion for formatting optional positional args
http://bugs.python.org/issue11708
#11707: Create C version of functools.cmp_to_key()
http://bugs.python.org/issue11707
#11701: email.parser.BytesParser() uses TextIOWrapper
http://bugs.python.org/issue11701
#11699: Documentation for get_option_group is wrong
http://bugs.python.org/issue11699
#11698: Improve repr for structseq objects to show named, but unindexe
http://bugs.python.org/issue11698
#11695: Improve argparse usage/help customization
http://bugs.python.org/issue11695
#11694: xdrlib raises ConversionError in inconsistent way
http://bugs.python.org/issue11694
#11690: Devguide: Add "communication" FAQ
http://bugs.python.org/issue11690
Most recent 15 issues waiting for review (15)
=============================================
#11734: Add half-float (16-bit) support to struct module
http://bugs.python.org/issue11734
#11732: Skip decorator for tests requiring manual intervention on Wind
http://bugs.python.org/issue11732
#11731: Simplify email API via 'policy' objects
http://bugs.python.org/issue11731
#11723: No proper support for mingw64 - patch to add
http://bugs.python.org/issue11723
#11719: test_msilib skip unexpected on non-Windows platforms
http://bugs.python.org/issue11719
#11717: conflicting definition of ssize_t in pyconfig.h
http://bugs.python.org/issue11717
#11715: Building Python on multiarch Debian and Ubuntu
http://bugs.python.org/issue11715
#11714: threading.Semaphore does not use try...finally
http://bugs.python.org/issue11714
#11709: help-method crashes if sys.stdin is None
http://bugs.python.org/issue11709
#11703: Bug in python >= 2.7 with urllib2 fragment
http://bugs.python.org/issue11703
#11702: dir on return value of msilib.OpenDatabase() crashes python
http://bugs.python.org/issue11702
#11700: mailbox.py proxy updates
http://bugs.python.org/issue11700
#11691: sqlite3 Cursor.description doesn't set type_code
http://bugs.python.org/issue11691
#11689: sqlite: Incorrect unit test fails to detect failure
http://bugs.python.org/issue11689
#11688: SQLite trace callback
http://bugs.python.org/issue11688
Top 10 most discussed issues (10)
=================================
#6498: Py_Main() does not return on SystemExit
http://bugs.python.org/issue6498 21 msgs
#11549: Rewrite peephole to work on AST
http://bugs.python.org/issue11549 15 msgs
#1294959: Problems with /usr/lib64 builds.
http://bugs.python.org/issue1294959 12 msgs
#8052: subprocess close_fds behavior should only close open fds
http://bugs.python.org/issue8052 10 msgs
#11340: test_distutils fails
http://bugs.python.org/issue11340 9 msgs
#11647: function decorated with a context manager can only be invoked
http://bugs.python.org/issue11647 8 msgs
#11678: Add support for Arch Linux to platform.linux_distributions()
http://bugs.python.org/issue11678 8 msgs
#11685: possible SQL injection into db APIs via table names... sqlite3
http://bugs.python.org/issue11685 8 msgs
#11610: Improving property to accept abstract methods
http://bugs.python.org/issue11610 8 msgs
#1690608: email.utils.formataddr() should be rfc2047 aware
http://bugs.python.org/issue1690608 8 msgs
Issues closed (62)
==================
#1128: msilib.Directory.make_short only handles file names with a sin
http://bugs.python.org/issue1128 closed by loewis
#2694: msilib file names check too strict ?
http://bugs.python.org/issue2694 closed by loewis
#4676: python3 closes + home keys
http://bugs.python.org/issue4676 closed by kbk
#5872: New C API for declaring Python types
http://bugs.python.org/issue5872 closed by loewis
#6457: subprocess.Popen.communicate can lose data from output/error s
http://bugs.python.org/issue6457 closed by rosslagerwall
#7124: idle.py -n : help() doesn't work in a reopened shell window
http://bugs.python.org/issue7124 closed by sandro.tosi
#7440: distutils shows incorrect Python version in MSI installers
http://bugs.python.org/issue7440 closed by loewis
#7639: bdist_msi fails on files with long names
http://bugs.python.org/issue7639 closed by python-dev
#8150: urllib needs ability to set METHOD for HTTP requests
http://bugs.python.org/issue8150 closed by brian.curtin
#8554: suspicious comment in msilib.py/__init__.py
http://bugs.python.org/issue8554 closed by loewis
#8624: Aliasing warnings in multiprocessing.c
http://bugs.python.org/issue8624 closed by sandro.tosi
#8919: python should read ~/.pythonrc.py by default
http://bugs.python.org/issue8919 closed by eric.araujo
#8976: subprocess module causes segmentation fault
http://bugs.python.org/issue8976 closed by rosslagerwall
#8982: argparse docs cross reference Namespace as a class but the Nam
http://bugs.python.org/issue8982 closed by bethard
#9026: argparse subcommands not printed in the same order they were a
http://bugs.python.org/issue9026 closed by bethard
#9181: Solaris extension building does not work with 64 bit python
http://bugs.python.org/issue9181 closed by pitrou
#9331: sys.setprofile is not described as CPython implementation deta
http://bugs.python.org/issue9331 closed by sandro.tosi
#9343: Document that argparse "parents" must be fully declared before
http://bugs.python.org/issue9343 closed by bethard
#9348: Calling argparse's add_argument with the wrong number of metav
http://bugs.python.org/issue9348 closed by bethard
#9557: test_mailbox failure under a Windows VM
http://bugs.python.org/issue9557 closed by r.david.murray
#9652: Enhance argparse help output customizability
http://bugs.python.org/issue9652 closed by bethard
#9653: New default argparse output to be added
http://bugs.python.org/issue9653 closed by bethard
#9696: xdrlib's pack_int generates DeprecationWarnings for negative i
http://bugs.python.org/issue9696 closed by mark.dickinson
#9929: subprocess.Popen unbuffered not work
http://bugs.python.org/issue9929 closed by rosslagerwall
#10219: BufferedReader.read1 does not check for closed file
http://bugs.python.org/issue10219 closed by amaury.forgeotdarc
#10234: ResourceWarnings in test_subprocess
http://bugs.python.org/issue10234 closed by sandro.tosi
#10617: Collections ABCs can’t be linked to
http://bugs.python.org/issue10617 closed by ezio.melotti
#10680: argparse: titles and add_mutually_exclusive_group don't mix (e
http://bugs.python.org/issue10680 closed by bethard
#10998: Remove last traces of -Q / sys.flags.division_warning / Py_Div
http://bugs.python.org/issue10998 closed by eric.araujo
#11144: int(float) may return a long for no reason
http://bugs.python.org/issue11144 closed by mark.dickinson
#11174: add argparse formatting option to display type names for metav
http://bugs.python.org/issue11174 closed by bethard
#11256: inspect.getcallargs raises TypeError on valid arguments
http://bugs.python.org/issue11256 closed by python-dev
#11284: slow close file descriptors in subprocess, popen2, os.popen*
http://bugs.python.org/issue11284 closed by rosslagerwall
#11370: Fix distutils to carry configure's LIBS through to extension m
http://bugs.python.org/issue11370 closed by jszakmeister
#11393: Integrate faulthandler module into Python 3.3
http://bugs.python.org/issue11393 closed by haypo
#11584: email.decode_header fails if msg.__getitem__ returns Header ob
http://bugs.python.org/issue11584 closed by r.david.murray
#11635: concurrent.futures uses polling
http://bugs.python.org/issue11635 closed by pitrou
#11639: Documentation for *Config functions in logging module should b
http://bugs.python.org/issue11639 closed by vinay.sajip
#11655: map() must not swallow exceptions from PyObject_GetIter
http://bugs.python.org/issue11655 closed by terry.reedy
#11659: Fix ResourceWarning in test_subprocess
http://bugs.python.org/issue11659 closed by rosslagerwall
#11662: Redirect vulnerability in urllib/urllib2
http://bugs.python.org/issue11662 closed by gvanrossum
#11663: multiprocessing (and concurrent.futures) doesn't detect killed
http://bugs.python.org/issue11663 closed by haypo
#11666: Teach pydoc to display full help for named tuples
http://bugs.python.org/issue11666 closed by rhettinger
#11672: multiprocessing.Array fails if size parameter is a long
http://bugs.python.org/issue11672 closed by mark.dickinson
#11673: RawArray does not accept long
http://bugs.python.org/issue11673 closed by mark.dickinson
#11675: multiprocessing Arrays not automatically zeroed.
http://bugs.python.org/issue11675 closed by mark.dickinson
#11680: decimal module generates AttributeError: on call to as_integer
http://bugs.python.org/issue11680 closed by mark.dickinson
#11687: distutils register does not work from the command line
http://bugs.python.org/issue11687 closed by brian.curtin
#11692: subprocess demo functions
http://bugs.python.org/issue11692 closed by rosslagerwall
#11696: msilib.make_id() is not safe for non ASCII characters.
http://bugs.python.org/issue11696 closed by python-dev
#11706: Build from hg fails in Modules/getbuildinfo.c when built using
http://bugs.python.org/issue11706 closed by dmalcolm
#11711: socketpair does not accept AF_INET family argument [Linux]
http://bugs.python.org/issue11711 closed by Cloudberry
#11712: Doc list.sort(cmp=,key=) result.
http://bugs.python.org/issue11712 closed by terry.reedy
#11713: collections.deque docstring wrong/misleading
http://bugs.python.org/issue11713 closed by rhettinger
#11716: mixing calls to io.TextIOWrapper.write and io.BufferedWriter.w
http://bugs.python.org/issue11716 closed by Sean.Sherrard
#11720: PyErr_WriteUnraisable while running cProfile
http://bugs.python.org/issue11720 closed by tleeuwenburg at gmail.com
#11721: socket.accept() with a timout socket creates bogus socket
http://bugs.python.org/issue11721 closed by krisvale
#11724: concurrent.futures: executor.submit() runs until completion ev
http://bugs.python.org/issue11724 closed by pitrou
#11725: httplib and urllib2 failed ssl connection httplib.BadStatusLin
http://bugs.python.org/issue11725 closed by ned.deily
#11727: Add a --timeout option to regrtest.py using the faulthandler m
http://bugs.python.org/issue11727 closed by haypo
#11735: Python Crash on strftime with %f
http://bugs.python.org/issue11735 closed by amaury.forgeotdarc
#11737: and is not a logical conjugation
http://bugs.python.org/issue11737 closed by ezio.melotti
More information about the Python-Dev
mailing list