[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Mar 25 18:07:20 CET 2011


ACTIVITY SUMMARY (2011-03-18 - 2011-03-25)
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    2735 (+12)
  closed 20718 (+63)
  total  23453 (+75)

Open issues with patches: 1165 


Issues opened (57)
==================

#7391: Re-title the "Using Backslash to Continue Statements" anti-idi
http://bugs.python.org/issue7391  reopened by pitrou

#11597: Can't get ConfigParser.write to write unicode strings
http://bugs.python.org/issue11597  opened by the_isz

#11598: missing afxres.h error when building bdist_wininst in Visual S
http://bugs.python.org/issue11598  opened by carljm

#11599: Useless error message when distutils fails compiling
http://bugs.python.org/issue11599  opened by pitrou

#11600: PY_CFLAGS and PY_CPPFLAGS inconsistent
http://bugs.python.org/issue11600  opened by pitrou

#11601: UnixCCompiler always uses compiler_so, not compiler
http://bugs.python.org/issue11601  opened by pitrou

#11602: python-config code should be in sysconfig
http://bugs.python.org/issue11602  opened by pitrou

#11603: Python crashes or hangs when rebinding __repr__ as __str__
http://bugs.python.org/issue11603  opened by aerojockey

#11604: Have type(n,b,d) check for type(b[i]) is module
http://bugs.python.org/issue11604  opened by terry.reedy

#11605: EMail generator.flatten() disintegrates over non-ascii multipa
http://bugs.python.org/issue11605  opened by sdaoden

#11607: Apllication crashes when saving file
http://bugs.python.org/issue11607  opened by roobman26

#11612: xml.dom.minidom fail to parse SVG file.
http://bugs.python.org/issue11612  opened by ideasman42

#11614: import __hello__ is broken in Python 3
http://bugs.python.org/issue11614  opened by haypo

#11617: Sporadic failure in test_httpservers
http://bugs.python.org/issue11617  opened by pitrou

#11618: Locks broken wrt timeouts on Windows
http://bugs.python.org/issue11618  opened by sbt

#11619: On Windows, don't encode filenames in the import machinery
http://bugs.python.org/issue11619  opened by haypo

#11620: winsound.PlaySound() with SND_MEMORY should accept bytes inste
http://bugs.python.org/issue11620  opened by Tom.Felker

#11623: Distutils is reporting OSX 10.6 w/ XCode 4 as "universal"
http://bugs.python.org/issue11623  opened by jlindenbaum

#11624: distutils should support a custom list of exported symbols for
http://bugs.python.org/issue11624  opened by dholth

#11626: Py_LIMITED_API on windows: unresolved symbol	__imp___PyArg_Par
http://bugs.python.org/issue11626  opened by rjs

#11627: segfault raising an arbitrary object as an exception
http://bugs.python.org/issue11627  opened by michael.foord

#11629: Reference implementation for PEP 397
http://bugs.python.org/issue11629  opened by mhammond

#11631: Python 2.7.1 64bit, Win7 64bit problem to read and write with 
http://bugs.python.org/issue11631  opened by Kristoffer.Nilsson

#11632: difflib.unified_diff loses context
http://bugs.python.org/issue11632  opened by Brice.Videau

#11633: regression: print buffers output when end=''
http://bugs.python.org/issue11633  opened by techtonik

#11635: concurrent.futures uses polling
http://bugs.python.org/issue11635  opened by pitrou

#11637: Add cwd to sys.path for hooks
http://bugs.python.org/issue11637  opened by eric.araujo

#11638: pysetup un sdist crashes with weird trace if version is unicod
http://bugs.python.org/issue11638  opened by RonnyPfannschmidt

#11639: Documentation for *Config functions in logging module should b
http://bugs.python.org/issue11639  opened by santa4nt

#11640: Shelve references globals in its __del__ method
http://bugs.python.org/issue11640  opened by Peter.Davies

#11643: Use |version| instead of X.Y in the doc
http://bugs.python.org/issue11643  opened by eric.araujo

#11644: 2to3 documentation should mention that the sample file require
http://bugs.python.org/issue11644  opened by techtonik

#11645: "Expand 10 after" on rietveld shows a duplicate line
http://bugs.python.org/issue11645  opened by ubershmekel

#11646: 2to3: msvcrt.(get|put)ch -> (get|put)wch
http://bugs.python.org/issue11646  opened by techtonik

#11647: function decorated with a context manager can only be invoked 
http://bugs.python.org/issue11647  opened by pitrou

#11648: openlog()s 'logopt' keyword broken in syslog module
http://bugs.python.org/issue11648  opened by tbielawa

#11649: startElementNS in xml.sax.saxutils.XMLGenerator ignored encodi
http://bugs.python.org/issue11649  opened by gromgull

#11650: Faulty RESTART/EINTR handling in Parser/myreadline.c
http://bugs.python.org/issue11650  opened by sdaoden

#11651: Improve test targets in Makefile
http://bugs.python.org/issue11651  opened by pitrou

#11652: urlib{, 2} returns a pair of integers as the content-length va
http://bugs.python.org/issue11652  opened by Billy.Saelim

#11653: Problems with some tests using -j2
http://bugs.python.org/issue11653  opened by skip.montanaro

#11654: errors in atexit hooks don't change process exit code
http://bugs.python.org/issue11654  opened by pitrou

#11655: map() must not swallow exceptions from PyObject_GetIter
http://bugs.python.org/issue11655  opened by ebfe

#11656: Debug builds for Windows would be very helpful
http://bugs.python.org/issue11656  opened by jackjansen

#11657: multiprocessing_{send,recv}fd fail with fds > 256
http://bugs.python.org/issue11657  opened by Ben.Darnell

#11659: Fix ResourceWarning in test_subprocess
http://bugs.python.org/issue11659  opened by beardedp

#11661: test_collections.TestNamedTuple.test_source failing on many bu
http://bugs.python.org/issue11661  opened by r.david.murray

#11662: Redirect vulnerability in urllib/urllib2
http://bugs.python.org/issue11662  opened by gvanrossum

#11663: multiprocessing (and concurrent.futures) doesn't detect killed
http://bugs.python.org/issue11663  opened by pitrou

#11664: Add patch method to unittest.TestCase
http://bugs.python.org/issue11664  opened by eric.araujo

#11665: Regexp findall freezes
http://bugs.python.org/issue11665  opened by complex

#11666: Test pydoc to display full help for named tuples
http://bugs.python.org/issue11666  opened by rhettinger

#11668: _multiprocessing.Connection.poll with timeout uses polling und
http://bugs.python.org/issue11668  opened by pitrou

#11669: Clarify Lang Ref "Compound statements" footnote
http://bugs.python.org/issue11669  opened by gwideman

#11670: configparser read_file now iterates over f, docs still say it 
http://bugs.python.org/issue11670  opened by larry

#11671: Security hole in wsgiref.headers.Headers
http://bugs.python.org/issue11671  opened by Felix.Gröbert

#11610: Improving property to accept abstract methods
http://bugs.python.org/issue11610  opened by dsdale24



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

#11671: Security hole in wsgiref.headers.Headers
http://bugs.python.org/issue11671

#11669: Clarify Lang Ref "Compound statements" footnote
http://bugs.python.org/issue11669

#11659: Fix ResourceWarning in test_subprocess
http://bugs.python.org/issue11659

#11657: multiprocessing_{send,recv}fd fail with fds > 256
http://bugs.python.org/issue11657

#11646: 2to3: msvcrt.(get|put)ch -> (get|put)wch
http://bugs.python.org/issue11646

#11643: Use |version| instead of X.Y in the doc
http://bugs.python.org/issue11643

#11640: Shelve references globals in its __del__ method
http://bugs.python.org/issue11640

#11639: Documentation for *Config functions in logging module should b
http://bugs.python.org/issue11639

#11637: Add cwd to sys.path for hooks
http://bugs.python.org/issue11637

#11632: difflib.unified_diff loses context
http://bugs.python.org/issue11632

#11620: winsound.PlaySound() with SND_MEMORY should accept bytes inste
http://bugs.python.org/issue11620

#11601: UnixCCompiler always uses compiler_so, not compiler
http://bugs.python.org/issue11601

#11600: PY_CFLAGS and PY_CPPFLAGS inconsistent
http://bugs.python.org/issue11600

#11588: Add "necessarily inclusive" groups to argparse
http://bugs.python.org/issue11588

#11580: Add width and precision formatters to PyBytes_FromFormatV()
http://bugs.python.org/issue11580



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

#11669: Clarify Lang Ref "Compound statements" footnote
http://bugs.python.org/issue11669

#11666: Test pydoc to display full help for named tuples
http://bugs.python.org/issue11666

#11662: Redirect vulnerability in urllib/urllib2
http://bugs.python.org/issue11662

#11659: Fix ResourceWarning in test_subprocess
http://bugs.python.org/issue11659

#11652: urlib{, 2} returns a pair of integers as the content-length va
http://bugs.python.org/issue11652

#11651: Improve test targets in Makefile
http://bugs.python.org/issue11651

#11650: Faulty RESTART/EINTR handling in Parser/myreadline.c
http://bugs.python.org/issue11650

#11648: openlog()s 'logopt' keyword broken in syslog module
http://bugs.python.org/issue11648

#11640: Shelve references globals in its __del__ method
http://bugs.python.org/issue11640

#11635: concurrent.futures uses polling
http://bugs.python.org/issue11635

#11633: regression: print buffers output when end=''
http://bugs.python.org/issue11633

#11627: segfault raising an arbitrary object as an exception
http://bugs.python.org/issue11627

#11619: On Windows, don't encode filenames in the import machinery
http://bugs.python.org/issue11619

#11618: Locks broken wrt timeouts on Windows
http://bugs.python.org/issue11618

#11610: Improving property to accept abstract methods
http://bugs.python.org/issue11610



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

#11618: Locks broken wrt timeouts on Windows
http://bugs.python.org/issue11618  31 msgs

#11650: Faulty RESTART/EINTR handling in Parser/myreadline.c
http://bugs.python.org/issue11650  25 msgs

#10050: urllib.request still has old 2.x urllib primitives
http://bugs.python.org/issue10050  17 msgs

#11393: Integrate faulthandler module into Python 3.3
http://bugs.python.org/issue11393  15 msgs

#11653: Problems with some tests using -j2
http://bugs.python.org/issue11653  14 msgs

#11662: Redirect vulnerability in urllib/urllib2
http://bugs.python.org/issue11662  14 msgs

#11635: concurrent.futures uses polling
http://bugs.python.org/issue11635  13 msgs

#11610: Improving property to accept abstract methods
http://bugs.python.org/issue11610  13 msgs

#11627: segfault raising an arbitrary object as an exception
http://bugs.python.org/issue11627  12 msgs

#11633: regression: print buffers output when end=''
http://bugs.python.org/issue11633  12 msgs



Issues closed (58)
==================

#3080: Full unicode import system
http://bugs.python.org/issue3080  closed by haypo

#4391: use proper gettext plurals forms in argparse and optparse
http://bugs.python.org/issue4391  closed by python-dev

#4498: Compiler warning "signed/unsigned comparison in mmapmodule"
http://bugs.python.org/issue4498  closed by rhettinger

#5537: LWPCookieJar cannot handle cookies with expirations of 2038 or
http://bugs.python.org/issue5537  closed by haypo

#8651: "s#" and friends can silently truncate buffer length
http://bugs.python.org/issue8651  closed by haypo

#10550: Windows: leak in test_concurrent_futures
http://bugs.python.org/issue10550  closed by skrah

#10610: Correct the float(), int() and complex() documentation
http://bugs.python.org/issue10610  closed by rhettinger

#10771: descriptor protocol documentation has two different definition
http://bugs.python.org/issue10771  closed by rhettinger

#10787: [random.gammavariate] Add the expression of the distribution i
http://bugs.python.org/issue10787  closed by rhettinger

#10833: Replace %.100s by %s in PyErr_Format(): the arbitrary limit of
http://bugs.python.org/issue10833  closed by haypo

#10988: Descriptor protocol documentation for super bindings is incorr
http://bugs.python.org/issue10988  closed by rhettinger

#11030: regrtest - allow for relative path with --coverdir
http://bugs.python.org/issue11030  closed by r.david.murray

#11031: regrtest - --testdir, new command-line option to specify alter
http://bugs.python.org/issue11031  closed by r.david.murray

#11046: setup.py/configure
http://bugs.python.org/issue11046  closed by ronaldoussoren

#11071: What's New review comments
http://bugs.python.org/issue11071  closed by rhettinger

#11093: test_future - rename not-unittest files to make regrtest.NOTTE
http://bugs.python.org/issue11093  closed by r.david.murray

#11127: sockets should not be pickleable
http://bugs.python.org/issue11127  closed by pitrou

#11210: PyErr_SetFromWindowsErrWithFilenameObject() doesn't exist: rem
http://bugs.python.org/issue11210  closed by python-dev

#11244: Negative tuple elements produce inefficient code.
http://bugs.python.org/issue11244  closed by mark.dickinson

#11333: Add empty __slots__ to collections.abc abstract base classes
http://bugs.python.org/issue11333  closed by rhettinger

#11395: print(s) fails on Windows with long strings
http://bugs.python.org/issue11395  closed by haypo

#11412: Section numbers in the Library Reference have a trailing perio
http://bugs.python.org/issue11412  closed by georg.brandl

#11415: ZipFile don't overwrite compresed files at create
http://bugs.python.org/issue11415  closed by terry.reedy

#11421: Subversion keywords missing on 2.5 checkout
http://bugs.python.org/issue11421  closed by loewis

#11456: Documentation csv RFC4180
http://bugs.python.org/issue11456  closed by skip.montanaro

#11459: Python select.select does not correctly report read readyness
http://bugs.python.org/issue11459  closed by pitrou

#11465: Set documentation: Link to wikipedia
http://bugs.python.org/issue11465  closed by terry.reedy

#11494: Confusing error message from warnings.warn
http://bugs.python.org/issue11494  closed by brett.cannon

#11563: test_urllibnet is triggering a ResourceWarning
http://bugs.python.org/issue11563  closed by python-dev

#11575: addresses.txt file leaks into search engines
http://bugs.python.org/issue11575  closed by pitrou

#11579: python 2.5 does not build from hg - looks for subversion keywo
http://bugs.python.org/issue11579  closed by python-dev

#11586: Python/pythonrun.c: get_codec_name() typo
http://bugs.python.org/issue11586  closed by haypo

#11589: Additional tests for email module
http://bugs.python.org/issue11589  closed by r.david.murray

#11590: email quoprimime.py patch for header_encode of empty string, d
http://bugs.python.org/issue11590  closed by r.david.murray

#11591: "python -S" should be robust against e.g. "from site import ad
http://bugs.python.org/issue11591  closed by eric.araujo

#11596: import error in test_fileinput.py when bz2 not installed (wind
http://bugs.python.org/issue11596  closed by brian.curtin

#11606: maxlinelen exceeded by email module's body_encode() function
http://bugs.python.org/issue11606  closed by r.david.murray

#11608: GzipFile cannot be used for streaming
http://bugs.python.org/issue11608  closed by ned.deily

#11609: urllib-related buildbot failures
http://bugs.python.org/issue11609  closed by orsenthil

#11613: test_subprocess fails under Windows
http://bugs.python.org/issue11613  closed by rnk

#11615: sporadic failure in test_posix
http://bugs.python.org/issue11615  closed by rosslagerwall

#11616: reap_children should not use WNOHANG
http://bugs.python.org/issue11616  closed by pitrou

#11621: build error: bootstrap issue with gettext
http://bugs.python.org/issue11621  closed by pitrou

#11622: Documentation
http://bugs.python.org/issue11622  closed by eric.araujo

#11625: Typo in collections.abc docs
http://bugs.python.org/issue11625  closed by rhettinger

#11628: cmp_to_key generated class should use __slots__
http://bugs.python.org/issue11628  closed by rhettinger

#11630: refleak in test_import
http://bugs.python.org/issue11630  closed by haypo

#11634: misleading comment on PyBytes_FromStringAndSize
http://bugs.python.org/issue11634  closed by eli.bendersky

#11636: fh is not defined in npyio.py fromregex
http://bugs.python.org/issue11636  closed by brian.curtin

#11641: raw_input() -> input() security issue
http://bugs.python.org/issue11641  closed by eric.smith

#11642: regression: input() doesn't strip a trailing newline on Window
http://bugs.python.org/issue11642  closed by brian.curtin

#11658: complex sqrt error
http://bugs.python.org/issue11658  closed by mark.dickinson

#11660: closure with too few cells segfaults
http://bugs.python.org/issue11660  closed by benjamin.peterson

#11667: 'configure' script overrides users setting of CFLAGS
http://bugs.python.org/issue11667  closed by amaury.forgeotdarc

#1214675: module warnings lacks a remove filter function
http://bugs.python.org/issue1214675  closed by gvanrossum

#6811: add a filename argument to marshal.load*
http://bugs.python.org/issue6811  closed by brett.cannon

#10828: Python 3 doesn't support non-ASCII module names with a locale 
http://bugs.python.org/issue10828  closed by terry.reedy

#11611: wxPython PropertyGrid Demo error and fix
http://bugs.python.org/issue11611  closed by ned.deily


More information about the Python-Dev mailing list