ACTIVITY SUMMARY (2012-10-19 - 2012-10-26)
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    3824 ( +9)
  closed 24283 (+34)
  total  28107 (+43)

Open issues with patches: 1730 


Issues opened (32)
==================

#16274: test_asyncore failing on Solaris 10 2.7 (nitrogen/s10)
http://bugs.python.org/issue16274  reopened by trent

#16288: TextTestResult uses TestCase.__str__() which isn't customisabl
http://bugs.python.org/issue16288  opened by rbcollins

#16290: PyComplex_AsCComplex should allow __complex__ to return float.
http://bugs.python.org/issue16290  opened by mark.dickinson

#16291: Enable darwin-host cross compilation. Tested with build=linux,
http://bugs.python.org/issue16291  opened by Ray.Donnelly

#16292: Cross compilation fixes (general)
http://bugs.python.org/issue16292  opened by Ray.Donnelly

#16293: curses.ungetch raises OverflowError when given -1
http://bugs.python.org/issue16293  opened by Julian

#16296: Patch to fix building on Win32/64 under VS 2010
http://bugs.python.org/issue16296  opened by silverbacknet

#16298: httplib.HTTPResponse.read could potentially leave the socket o
http://bugs.python.org/issue16298  opened by eranrund

#16300: Windows raises ValueError for file:///file/not/exists instead 
http://bugs.python.org/issue16300  opened by orsenthil

#16301: localhost() and thishost() in urllib/request.py
http://bugs.python.org/issue16301  opened by orsenthil

#16304: re: Match Objects always have a boolean value of  True
http://bugs.python.org/issue16304  opened by vrutsky

#16306: Multiple error line for unknown command line parameter
http://bugs.python.org/issue16306  opened by tweksteen

#16307: multiprocess.pool.map_async callables not working
http://bugs.python.org/issue16307  opened by Bbb

#16308: Undocumented (?) behaviour change in argparse from 3.2.3 to 3.
http://bugs.python.org/issue16308  opened by telmich

#16309: "PYTHONPATH=" different from no PYTHONPATH at all
http://bugs.python.org/issue16309  opened by arigo

#16310: zipfile: allow surrogates in filenames
http://bugs.python.org/issue16310  opened by stefanholek

#16311: Use _PyUnicodeWriter API in text decoders
http://bugs.python.org/issue16311  opened by haypo

#16312: New command line option supported by unittest.main() for runni
http://bugs.python.org/issue16312  opened by piotr.dobrogost

#16316: Support xz compression in mimetypes module
http://bugs.python.org/issue16316  opened by serhiy.storchaka

#16317: Mention lzma module in tutorial
http://bugs.python.org/issue16317  opened by serhiy.storchaka

#16318: FTP_TLS in ftplib not supporting prot_p storlines in FTP7.5
http://bugs.python.org/issue16318  opened by Jeremy.Brock

#16320: Establish order in bytes/string dependencies
http://bugs.python.org/issue16320  opened by serhiy.storchaka

#16321: Move eq.h out of stringlib
http://bugs.python.org/issue16321  opened by serhiy.storchaka

#16322: time.tzname on Python 3.3.0 for Windows is decoded by wrong en
http://bugs.python.org/issue16322  opened by msmhrt

#16323: Wrong C API documentation for locale encoding
http://bugs.python.org/issue16323  opened by serhiy.storchaka

#16324: MIMEText __init__ does not support Charset instance
http://bugs.python.org/issue16324  opened by claudep

#16325: PEP 8 refers to reference to PEP 8
http://bugs.python.org/issue16325  opened by serhiy.storchaka

#16326: distutils build_ext fails to set library_dirs in 2.7.2 on Linu
http://bugs.python.org/issue16326  opened by Andy.Salnikov

#16327: subprocess.Popen leaks file descriptors on os.fork() failure
http://bugs.python.org/issue16327  opened by Mark.Gius

#16328: win_add2path.py sets wrong user path
http://bugs.python.org/issue16328  opened by Emil.Styrke

#16329: mimetypes does not support webm type
http://bugs.python.org/issue16329  opened by giampaolo.rodola

#16330: Use surrogate-related macros
http://bugs.python.org/issue16330  opened by serhiy.storchaka



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

#16330: Use surrogate-related macros
http://bugs.python.org/issue16330

#16326: distutils build_ext fails to set library_dirs in 2.7.2 on Linu
http://bugs.python.org/issue16326

#16323: Wrong C API documentation for locale encoding
http://bugs.python.org/issue16323

#16321: Move eq.h out of stringlib
http://bugs.python.org/issue16321

#16320: Establish order in bytes/string dependencies
http://bugs.python.org/issue16320

#16317: Mention lzma module in tutorial
http://bugs.python.org/issue16317

#16316: Support xz compression in mimetypes module
http://bugs.python.org/issue16316

#16312: New command line option supported by unittest.main() for runni
http://bugs.python.org/issue16312

#16298: httplib.HTTPResponse.read could potentially leave the socket o
http://bugs.python.org/issue16298

#16287: Sporadic test_utime() failures on Solaris
http://bugs.python.org/issue16287

#16283: ctypes.util.find_library does not find all DLLs anymore
http://bugs.python.org/issue16283

#16281: TODO in tailmatch(): it does not support backward in all cases
http://bugs.python.org/issue16281

#16272: C-API documentation clarification for tp_dictoffset
http://bugs.python.org/issue16272

#16253: Docs for PyArg_ParseTupleAndKeywords say it doesn't accept nes
http://bugs.python.org/issue16253

#16242: Pickle and __getattr__
http://bugs.python.org/issue16242



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

#16330: Use surrogate-related macros
http://bugs.python.org/issue16330

#16329: mimetypes does not support webm type
http://bugs.python.org/issue16329

#16327: subprocess.Popen leaks file descriptors on os.fork() failure
http://bugs.python.org/issue16327

#16325: PEP 8 refers to reference to PEP 8
http://bugs.python.org/issue16325

#16324: MIMEText __init__ does not support Charset instance
http://bugs.python.org/issue16324

#16320: Establish order in bytes/string dependencies
http://bugs.python.org/issue16320

#16317: Mention lzma module in tutorial
http://bugs.python.org/issue16317

#16316: Support xz compression in mimetypes module
http://bugs.python.org/issue16316

#16311: Use _PyUnicodeWriter API in text decoders
http://bugs.python.org/issue16311

#16309: "PYTHONPATH=" different from no PYTHONPATH at all
http://bugs.python.org/issue16309

#16307: multiprocess.pool.map_async callables not working
http://bugs.python.org/issue16307

#16306: Multiple error line for unknown command line parameter
http://bugs.python.org/issue16306

#16296: Patch to fix building on Win32/64 under VS 2010
http://bugs.python.org/issue16296

#16292: Cross compilation fixes (general)
http://bugs.python.org/issue16292

#16291: Enable darwin-host cross compilation. Tested with build=linux,
http://bugs.python.org/issue16291



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

#15494: Move test/support.py into a test.support subpackage
http://bugs.python.org/issue15494  17 msgs

#16327: subprocess.Popen leaks file descriptors on os.fork() failure
http://bugs.python.org/issue16327  15 msgs

#10527: multiprocessing.Pipe problem: "handle out of range in select()
http://bugs.python.org/issue10527  13 msgs

#16288: TextTestResult uses TestCase.__str__() which isn't customisabl
http://bugs.python.org/issue16288  12 msgs

#16308: Undocumented (?) behaviour change in argparse from 3.2.3 to 3.
http://bugs.python.org/issue16308  10 msgs

#16307: multiprocess.pool.map_async callables not working
http://bugs.python.org/issue16307   8 msgs

#14621: Hash function is not randomized properly
http://bugs.python.org/issue14621   7 msgs

#16245: Update html.entities.html5 dictionary and parseentities.py
http://bugs.python.org/issue16245   7 msgs

#16301: localhost() and thishost() in urllib/request.py
http://bugs.python.org/issue16301   7 msgs

#16322: time.tzname on Python 3.3.0 for Windows is decoded by wrong en
http://bugs.python.org/issue16322   7 msgs



Issues closed (33)
==================

#4997: xml.sax.saxutils.XMLGenerator should write to io.RawIOBase.
http://bugs.python.org/issue4997  closed by serhiy.storchaka

#5148: gzip.open breaks with  'U' flag
http://bugs.python.org/issue5148  closed by nadeem.vawda

#8792: Support Apache extensions to XML-RPC in xmlrpclib
http://bugs.python.org/issue8792  closed by bquinlan

#10405: IDLE breakpoint facility undocumented
http://bugs.python.org/issue10405  closed by ned.deily

#11271: concurrent.futures.ProcessPoolExecutor.map() doesn't batch fun
http://bugs.python.org/issue11271  closed by bquinlan

#12034: check_GetFinalPathNameByHandle() suboptimal
http://bugs.python.org/issue12034  closed by pitrou

#12692: test_urllib2net is triggering a ResourceWarning
http://bugs.python.org/issue12692  closed by nadeem.vawda

#12805: Optimizations for bytes.join() et. al
http://bugs.python.org/issue12805  closed by pitrou

#14394: Add speed improvement note to the decimal docs.
http://bugs.python.org/issue14394  closed by skrah

#14398: bz2.BZ2DEcompressor.decompress fail on large files
http://bugs.python.org/issue14398  closed by nadeem.vawda

#15040: stdlib compatibility with pypy: mailbox module
http://bugs.python.org/issue15040  closed by petri.lehtinen

#15772: Unresolved symbols in Windows 64-bit python
http://bugs.python.org/issue15772  closed by loewis

#15853: IDLE crashes selecting Preferences menu with OS X ActiveState 
http://bugs.python.org/issue15853  closed by ned.deily

#16013: small csv reader bug
http://bugs.python.org/issue16013  closed by serhiy.storchaka

#16116: Can not install C extension modules to inside a venv on Python
http://bugs.python.org/issue16116  closed by python-dev

#16210: combine the two type() definitions in built-in function docs
http://bugs.python.org/issue16210  closed by ezio.melotti

#16220: wsgiref does not call close() on iterable response
http://bugs.python.org/issue16220  closed by pitrou

#16241: "-X faulthandler" is not documented in -X option docs
http://bugs.python.org/issue16241  closed by asvetlov

#16262: srcdir != builddir builds fail, if hg is not installed
http://bugs.python.org/issue16262  closed by doko

#16264: test_logging failure on Windows 7 buildbot
http://bugs.python.org/issue16264  closed by pitrou

#16289: Update devguide for 3.4
http://bugs.python.org/issue16289  closed by ned.deily

#16294: 8 space indent in tutorial
http://bugs.python.org/issue16294  closed by python-dev

#16295: With VS2010 the select extension links against wsock32 instead
http://bugs.python.org/issue16295  closed by sbt

#16297: make csv.DictReader.__init__ use self.fieldnames
http://bugs.python.org/issue16297  closed by r.david.murray

#16299: __build__ as a temp build directory for setup.py
http://bugs.python.org/issue16299  closed by r.david.murray

#16302: Fix ResourceWarning in Lib/test/test_urllib.py
http://bugs.python.org/issue16302  closed by orsenthil

#16303: typo in error message in pstats.py
http://bugs.python.org/issue16303  closed by ezio.melotti

#16305: possible segfault in math.factorial
http://bugs.python.org/issue16305  closed by mark.dickinson

#16313: Support xz compression in shutil module
http://bugs.python.org/issue16313  closed by serhiy.storchaka

#16314: Support xz compression in distutils
http://bugs.python.org/issue16314  closed by serhiy.storchaka

#16315: Support xz compression in Mac build script
http://bugs.python.org/issue16315  closed by ned.deily

#16319: optional comma inside function argument list triggers syntax e
http://bugs.python.org/issue16319  closed by chris.jerdonek

#1248658: dir should accept dirproxies for __dict__
http://bugs.python.org/issue1248658  closed by ronaldoussoren
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to