On 07/01/2011 17:07, Python tracker wrote:
ACTIVITY SUMMARY (2010-12-31 - 2011-01-07)
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 2501 (-24)
closed 20138 (+80)
total 22639 (+56)
Nice work everyone. :-)
At this rate we'll be down to zero open issues in only 2 years. ;-)
Michael
Open issues with patches: 1045
Issues opened (40)
==================
#4188: test_threading hang when running as verbose
http://bugs.python.org/issue4188 reopened by r.david.murray
#8109: Server-side support for TLS Server Name Indication extension
http://bugs.python.org/issue8109 reopened by pitrou
#10789: Lock.acquire documentation is misleading
http://bugs.python.org/issue10789 reopened by terry.reedy
#10803: ctypes: better support of bytearray objects
http://bugs.python.org/issue10803 opened by mfxmfx
#10805: traceback.print_exception throws AttributeError when exception
http://bugs.python.org/issue10805 opened by abingham
#10808: ssl unwrap fails with Error 0
http://bugs.python.org/issue10808 opened by apollo13
#10811: sqlite segfault with generators
http://bugs.python.org/issue10811 opened by Erick.Tryzelaar
#10812: Add some posix functions
http://bugs.python.org/issue10812 opened by rosslagerwall
#10813: Suppress adding decimal point for places=0 in moneyfmt()
http://bugs.python.org/issue10813 opened by cgrohmann
#10817: urllib.request.urlretrieve never raises ContentTooShortError i
http://bugs.python.org/issue10817 opened by RC
#10818: pydoc: Remove old server and tk panel
http://bugs.python.org/issue10818 opened by haypo
#10820: 3.2 Makefile changes for versioned scripts break OS X framewor
http://bugs.python.org/issue10820 opened by ned.deily
#10822: test_getgroups failure under Solaris
http://bugs.python.org/issue10822 opened by pitrou
#10826: pass_fds sometimes fails
http://bugs.python.org/issue10826 opened by pitrou
#10827: Functions in time module should support year< 1900 when accep
http://bugs.python.org/issue10827 opened by belopolsky
#10829: PyUnicode_FromFormatV() bugs with "%" and "%%" format strings
http://bugs.python.org/issue10829 opened by haypo
#10830: PyUnicode_FromFormatV("%c") doesn't support non-BMP characters
http://bugs.python.org/issue10830 opened by haypo
#10831: PyUnicode_FromFormatV() doesn't support %li, %lli, %zi
http://bugs.python.org/issue10831 opened by haypo
#10832: Add support of bytes objects in PyBytes_FromFormatV()
http://bugs.python.org/issue10832 opened by haypo
#10833: Replace %.100s by %s in PyErr_Format(): the arbitrary limit of
http://bugs.python.org/issue10833 opened by haypo
#10834: Python 2.7 x86 fails to run in Windows 7
http://bugs.python.org/issue10834 opened by excubated
#10835: sys.executable default and altinstall
http://bugs.python.org/issue10835 opened by allan
#10836: TypeError during exception handling in urllib.request.urlretri
http://bugs.python.org/issue10836 opened by Alexandru.MoÈ^(TM)oi
#10837: Issue catching KeyboardInterrupt while reading stdin
http://bugs.python.org/issue10837 opened by Josh.Hanson
#10838: subprocess __all__ is incomplete
http://bugs.python.org/issue10838 opened by a.badger
#10839: email module should not allow some header field repetitions
http://bugs.python.org/issue10839 opened by adrien-saladin
#10841: binary stdio
http://bugs.python.org/issue10841 opened by v+python
#10842: Update third-party libraries for OS X installer builds
http://bugs.python.org/issue10842 opened by ned.deily
#10843: OS X installer: install the Tools source directory
http://bugs.python.org/issue10843 opened by ned.deily
#10845: test_multiprocessing failure under Windows
http://bugs.python.org/issue10845 opened by pitrou
#10847: Distutils drops -fno-strict-aliasing when CFLAGS are set
http://bugs.python.org/issue10847 opened by skrah
#10848: Move test.regrtest from getopt to argparse
http://bugs.python.org/issue10848 opened by brett.cannon
#10849: Backport test/__main__
http://bugs.python.org/issue10849 opened by belopolsky
#10850: inconsistent behavior concerning multiprocessing.manager.BaseM
http://bugs.python.org/issue10850 opened by chrysn
#10851: further extend ssl SNI and ciphers API
http://bugs.python.org/issue10851 opened by grooverdan
#10852: SSL/TLS sni use in smtp,pop,imap,nntp,ftp client libs by defau
http://bugs.python.org/issue10852 opened by grooverdan
#10854: Output DLL name in error message of ImportError when DLL is mi
http://bugs.python.org/issue10854 opened by techtonik
#10855: wave.Wave_read.close() doesn't release file
http://bugs.python.org/issue10855 opened by pjcreath
#10856: documentation for ImportError parameters and attributes
http://bugs.python.org/issue10856 opened by techtonik
#10828: Cannot use nonascii utf8 in names of files imported from
http://bugs.python.org/issue10828 opened by ingemar
Most recent 15 issues with no replies (15)
==========================================
#10856: documentation for ImportError parameters and attributes
http://bugs.python.org/issue10856
#10855: wave.Wave_read.close() doesn't release file
http://bugs.python.org/issue10855
#10850: inconsistent behavior concerning multiprocessing.manager.BaseM
http://bugs.python.org/issue10850
#10847: Distutils drops -fno-strict-aliasing when CFLAGS are set
http://bugs.python.org/issue10847
#10837: Issue catching KeyboardInterrupt while reading stdin
http://bugs.python.org/issue10837
#10836: TypeError during exception handling in urllib.request.urlretri
http://bugs.python.org/issue10836
#10831: PyUnicode_FromFormatV() doesn't support %li, %lli, %zi
http://bugs.python.org/issue10831
#10830: PyUnicode_FromFormatV("%c") doesn't support non-BMP characters
http://bugs.python.org/issue10830
#10822: test_getgroups failure under Solaris
http://bugs.python.org/issue10822
#10820: 3.2 Makefile changes for versioned scripts break OS X framewor
http://bugs.python.org/issue10820
#10817: urllib.request.urlretrieve never raises ContentTooShortError i
http://bugs.python.org/issue10817
#10811: sqlite segfault with generators
http://bugs.python.org/issue10811
#10808: ssl unwrap fails with Error 0
http://bugs.python.org/issue10808
#10803: ctypes: better support of bytearray objects
http://bugs.python.org/issue10803
#10799: Improve webbrowser.open doc (and, someday, behavior?)
http://bugs.python.org/issue10799
Most recent 15 issues waiting for review (15)
=============================================
#10852: SSL/TLS sni use in smtp,pop,imap,nntp,ftp client libs by defau
http://bugs.python.org/issue10852
#10851: further extend ssl SNI and ciphers API
http://bugs.python.org/issue10851
#10843: OS X installer: install the Tools source directory
http://bugs.python.org/issue10843
#10842: Update third-party libraries for OS X installer builds
http://bugs.python.org/issue10842
#10841: binary stdio
http://bugs.python.org/issue10841
#10833: Replace %.100s by %s in PyErr_Format(): the arbitrary limit of
http://bugs.python.org/issue10833
#10832: Add support of bytes objects in PyBytes_FromFormatV()
http://bugs.python.org/issue10832
#10831: PyUnicode_FromFormatV() doesn't support %li, %lli, %zi
http://bugs.python.org/issue10831
#10830: PyUnicode_FromFormatV("%c") doesn't support non-BMP characters
http://bugs.python.org/issue10830
#10829: PyUnicode_FromFormatV() bugs with "%" and "%%" format strings
http://bugs.python.org/issue10829
#10827: Functions in time module should support year< 1900 when accep
http://bugs.python.org/issue10827
#10820: 3.2 Makefile changes for versioned scripts break OS X framewor
http://bugs.python.org/issue10820
#10818: pydoc: Remove old server and tk panel
http://bugs.python.org/issue10818
#10812: Add some posix functions
http://bugs.python.org/issue10812
#10798: test_concurrent_futures fails on FreeBSD
http://bugs.python.org/issue10798
Top 10 most discussed issues (10)
=================================
#4953: cgi module cannot handle POST with multipart/form-data in 3.0
http://bugs.python.org/issue4953 43 msgs
#10841: binary stdio
http://bugs.python.org/issue10841 24 msgs
#10181: Problems with Py_buffer management in memoryobject.c (and else
http://bugs.python.org/issue10181 21 msgs
#10512: regrtest ResourceWarning - unclosed sockets and files
http://bugs.python.org/issue10512 15 msgs
#5945: PyMapping_Check returns 1 for lists
http://bugs.python.org/issue5945 14 msgs
#9566: Compilation warnings under x64 Windows
http://bugs.python.org/issue9566 10 msgs
#10834: Python 2.7 x86 fails to run in Windows 7
http://bugs.python.org/issue10834 10 msgs
#2193: Cookie Colon Name Bug
http://bugs.python.org/issue2193 8 msgs
#10812: Add some posix functions
http://bugs.python.org/issue10812 8 msgs
#1674555: sys.path in tests contains system directories
http://bugs.python.org/issue1674555 8 msgs
Issues closed (76)
==================
#1187: pipe fd handling issues in subprocess.py on POSIX
http://bugs.python.org/issue1187 closed by pitrou
#1452: subprocess's popen.stdout.seek(0) doesn't raise an error
http://bugs.python.org/issue1452 closed by pitrou
#3466: urllib2 should support HTTPS connections with client keys
http://bugs.python.org/issue3466 closed by pitrou
#3839: wsgi.simple_server resets 'Content-Length' header on empty con
http://bugs.python.org/issue3839 closed by pitrou
#4662: posix module lacks several DeprecationWarning's
http://bugs.python.org/issue4662 closed by pitrou
#5369: __ppc__ macro checking is incorrect
http://bugs.python.org/issue5369 closed by pitrou
#5485: pyexpat has no unit tests for UseForeignDTD functionality
http://bugs.python.org/issue5485 closed by pitrou
#6269: threading documentation makes no mention of the GIL
http://bugs.python.org/issue6269 closed by pitrou
#6285: Silent abort on XP help document display
http://bugs.python.org/issue6285 closed by terry.reedy
#6293: Have regrtest.py echo back sys.flags
http://bugs.python.org/issue6293 closed by pitrou
#6610: Subprocess descriptor debacle
http://bugs.python.org/issue6610 closed by georg.brandl
#6643: Throw away more radioactive locks that could be held across a
http://bugs.python.org/issue6643 closed by gregory.p.smith
#6664: readlines should understand Line Separator and Paragraph Separ
http://bugs.python.org/issue6664 closed by pitrou
#6800: os.exec* raises "OSError: [Errno 45] Operation not supported"
http://bugs.python.org/issue6800 closed by pitrou
#7716: IPv6 detection, don't assume existence of /usr/xpg4/bin/grep
http://bugs.python.org/issue7716 closed by pitrou
#7858: os.utime(file, (0,0,)) fails on on vfat, but doesn't fail imme
http://bugs.python.org/issue7858 closed by pitrou
#7995: On Mac / BSD sockets returned by accept inherit the parent's F
http://bugs.python.org/issue7995 closed by pitrou
#8013: time.asctime segfaults when given a time in the far future
http://bugs.python.org/issue8013 closed by georg.brandl
#8278: os.utime doesn't allow a atime (Last Access) which is 27 years
http://bugs.python.org/issue8278 closed by amaury.forgeotdarc
#8458: buildbot: test_cmd_line failure on Tiger: [Errno 9] Bad file d
http://bugs.python.org/issue8458 closed by pitrou
#8499: Set a timeout in test_urllibnet
http://bugs.python.org/issue8499 closed by sandro.tosi
#8626: TypeError: rsplit() takes no keyword arguments
http://bugs.python.org/issue8626 closed by eric.araujo
#8719: buildbot: segfault on FreeBSD (signal 11)
http://bugs.python.org/issue8719 closed by haypo
#8731: BeOS for 2.7 - add to unsupported
http://bugs.python.org/issue8731 closed by pitrou
#8992: convertsimple() doesn't need to call converterr() if an except
http://bugs.python.org/issue8992 closed by haypo
#9074: subprocess closes standard file descriptors when it should not
http://bugs.python.org/issue9074 closed by georg.brandl
#9115: test_site: support for systems without unsetenv
http://bugs.python.org/issue9115 closed by eric.araujo
#9332: Document requirements for os.symlink usage on Windows
http://bugs.python.org/issue9332 closed by brian.curtin
#9361: Tests for leapdays in calendar.py module
http://bugs.python.org/issue9361 closed by r.david.murray
#9370: Add reader redirect from test package docs to unittest module
http://bugs.python.org/issue9370 closed by ncoghlan
#9671: test_executable_without_cwd fails: AssertionError: 1 != 47
http://bugs.python.org/issue9671 closed by sandro.tosi
#9854: SocketIO should return None on EWOULDBLOCK
http://bugs.python.org/issue9854 closed by pitrou
#9905: subprocess.Popen fails with stdout=PIPE, stderr=PIPE if standa
http://bugs.python.org/issue9905 closed by pitrou
#9977: TestCase.assertItemsEqual's description of differences
http://bugs.python.org/issue9977 closed by michael.foord
#10001: ~Py_buffer.obj field is undocumented, though not hidden
http://bugs.python.org/issue10001 closed by ncoghlan
#10028: test_concurrent_futures fails on Windows Server 2003
http://bugs.python.org/issue10028 closed by bquinlan
#10104: test_socket failures on Debian unstable
http://bugs.python.org/issue10104 closed by pitrou
#10130: Create epub format docs and offer them on the download page
http://bugs.python.org/issue10130 closed by georg.brandl
#10267: test_ttk_guionly leaks many references
http://bugs.python.org/issue10267 closed by pitrou
#10270: Fix resource warnings in test_threading
http://bugs.python.org/issue10270 closed by sandro.tosi
#10333: Remove ancient backwards compatibility GC API
http://bugs.python.org/issue10333 closed by pitrou
#10475: hardcoded compilers for LDSHARED/LDCXXSHARED on NetBSD
http://bugs.python.org/issue10475 closed by pitrou
#10492: test_doctest fails with iso-8859-15 locale
http://bugs.python.org/issue10492 closed by haypo
#10502: Add unittestguirunner to Tools/
http://bugs.python.org/issue10502 closed by michael.foord
#10563: Spurious newline in time.ctime
http://bugs.python.org/issue10563 closed by georg.brandl
#10619: Failed module loading in test discovery loses traceback
http://bugs.python.org/issue10619 closed by michael.foord
#10620: `python -m uniittest` should work with file paths as well as t
http://bugs.python.org/issue10620 closed by michael.foord
#10655: Wrong powerpc define in Python/ceval.c
http://bugs.python.org/issue10655 closed by dmalcolm
#10737: test_concurrent_futures failure on Windows
http://bugs.python.org/issue10737 closed by bquinlan
#10751: REMOTE_USER and Remote-User collision in wsgiref
http://bugs.python.org/issue10751 closed by Alex.Raitz
#10786: unittest.TextTextRunner does not respect redirected stderr
http://bugs.python.org/issue10786 closed by michael.foord
#10788: test_logging failure
http://bugs.python.org/issue10788 closed by bquinlan
#10790: Header.append's charset logic is bogus, 'shift_jis' and "euc_j
http://bugs.python.org/issue10790 closed by r.david.murray
#10801: zipfile.ZipFile().extractall() header mismatch for non-ASCII c
http://bugs.python.org/issue10801 closed by georg.brandl
#10802: python3.2 AFTER b2 release has subprocess.Popen broken under c
http://bugs.python.org/issue10802 closed by georg.brandl
#10804: Copy and paste error in _json.c
http://bugs.python.org/issue10804 closed by georg.brandl
#10806: Subprocess error if fds 0,1,2 are closed
http://bugs.python.org/issue10806 closed by pitrou
#10807: `b'dGVzdA==\n'.decode('base64')` raise exception
http://bugs.python.org/issue10807 closed by haypo
#10809: complex() comments wrongly say it supports NaN and inf
http://bugs.python.org/issue10809 closed by dalke
#10810: logging.handlers.TimedRotatingFileHandler.__init__(): ST_MTIME
http://bugs.python.org/issue10810 closed by georg.brandl
#10814: assertion failed on Windows buildbots
http://bugs.python.org/issue10814 closed by belopolsky
#10815: Write to /dev/full does not raise IOError
http://bugs.python.org/issue10815 closed by haypo
#10816: test_multiprocessing: unclosed sockets
http://bugs.python.org/issue10816 closed by haypo
#10819: ValueError on repr(closed_socket_file)
http://bugs.python.org/issue10819 closed by haypo
#10821: gethostbyname(gethostname()) is wrong when IP is changed
http://bugs.python.org/issue10821 closed by georg.brandl
#10823: "conversion from 'Py_ssize_t' to 'int', possible loss of data"
http://bugs.python.org/issue10823 closed by pitrou
#10824: urandom should not block
http://bugs.python.org/issue10824 closed by pitrou
#10825: use assertIsNone(...) instead of assertEquals(None, ...)
http://bugs.python.org/issue10825 closed by rhettinger
#10840: pyarg_parsetuple docs and py_buffer
http://bugs.python.org/issue10840 closed by pitrou
#10844: OS X installer: update copyright dates in app bundles
http://bugs.python.org/issue10844 closed by georg.brandl
#10846: typo in threading doc's: "size of the resource size"
http://bugs.python.org/issue10846 closed by georg.brandl
#10853: SSL/TLS sni use in smtp,pop,imap,nntp,ftp client libs by defau
http://bugs.python.org/issue10853 closed by pitrou
#10857: ImportError module attribute
http://bugs.python.org/issue10857 closed by brian.curtin
#976613: socket timeout problems on Solaris
http://bugs.python.org/issue976613 closed by pitrou
#1665333: Documentation missing for OptionGroup class in optparse
http://bugs.python.org/issue1665333 closed by georg.brandl
#1677694: test_timeout refactoring
http://bugs.python.org/issue1677694 closed by pitrou
_______________________________________________
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/fuzzyman%40voidspace.org.uk
--
http://www.voidspace.org.uk/
May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
-- the sqlite blessing http://www.sqlite.org/different.html
_______________________________________________
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