Summary of Python tracker Issues

ACTIVITY SUMMARY (2010-08-13 - 2010-08-20) 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 stats: open 2624 (+44) closed 18808 (+80) total 21432 (+63) Open issues with patches: 1110 Issues opened (44) ================== #9189: Improve CFLAGS handling http://bugs.python.org/issue9189 reopened by skrah #9445: Fix undefined symbol errors on VS8.0 build http://bugs.python.org/issue9445 reopened by amaury.forgeotdarc #9591: kqueue not reporting EOF under certain circumstances http://bugs.python.org/issue9591 opened by Volodymyr.Kostyrko #9592: Limitations in objects returned by multiprocessing Pool http://bugs.python.org/issue9592 opened by macfreek #9594: typo on Mac/Makefile.in? s/pythonw/python/ http://bugs.python.org/issue9594 opened by srid #9597: mac: Install 2to3 in /usr/local/bin http://bugs.python.org/issue9597 opened by srid #9598: untabify.py fails on files that contain non-ascii characters http://bugs.python.org/issue9598 opened by belopolsky #9601: ftplib should accept 250 on MKD http://bugs.python.org/issue9601 opened by alphablue52 #9602: PyObject_AsCharBuffer() should only accept read-only objects http://bugs.python.org/issue9602 opened by haypo #9607: Test file 'test_keyword.py' submission for use with keyword.py http://bugs.python.org/issue9607 opened by gregmalcolm #9608: Re-phrase best way of using exceptions in doanddont.rst http://bugs.python.org/issue9608 opened by flub #9609: make cProfile multi-stack aware http://bugs.python.org/issue9609 opened by krisvale #9610: buildbot: uncaptured python exception (smtpd), but no failure http://bugs.python.org/issue9610 opened by flox #9611: FileIO not 64-bit safe under Windows http://bugs.python.org/issue9611 opened by pitrou #9613: Python considers pid longs under 64-bit Windows http://bugs.python.org/issue9613 opened by pitrou #9614: _pickle is not entirely 64-bit safe http://bugs.python.org/issue9614 opened by pitrou #9617: Buffered IO shouldn't ignore incoming signals during a partial http://bugs.python.org/issue9617 opened by pitrou #9618: IDLE shell ignores all but first statement http://bugs.python.org/issue9618 opened by cben #9620: Python 2.7 IDLE fails on OS X 10.6 http://bugs.python.org/issue9620 opened by bpumali #9621: Graphviz output for 2to3 fixer patterns http://bugs.python.org/issue9621 opened by gmattbond #9622: Allow to set profile/trace function globally http://bugs.python.org/issue9622 opened by krisvale #9624: 2755 http://bugs.python.org/issue9624 opened by Kartton #9625: argparse: Problem with defaults for variable nargs http://bugs.python.org/issue9625 opened by thesociable #9628: runtests.sh -x doesn't work with more than two args (sed error http://bugs.python.org/issue9628 opened by dmalcolm #9630: Reencode filenames when setting the filesystem encoding http://bugs.python.org/issue9630 opened by haypo #9631: Python 2.7 installation issue for Linux gcc-4.1.0-3 (Fedora Co http://bugs.python.org/issue9631 opened by spprakash #9632: Remove sys.setfilesystemencoding() http://bugs.python.org/issue9632 opened by haypo #9633: pdb go stack up/down http://bugs.python.org/issue9633 opened by Markus.Pröller #9634: Add timeout parameter to Queue.join() http://bugs.python.org/issue9634 opened by kdlucas #9635: Add Py_BREAKPOINT and sys.breakpoint hooks http://bugs.python.org/issue9635 opened by dmalcolm #9637: docs do not say that urllib uses HTTP_PROXY http://bugs.python.org/issue9637 opened by kirikaza #9640: Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_ http://bugs.python.org/issue9640 opened by labrat #9642: #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T) http://bugs.python.org/issue9642 opened by haypo #9643: urllib2 - Basic,Digest Proxy Auth Handlers failure will give 4 http://bugs.python.org/issue9643 opened by orsenthil #9644: PEP 383: os.statvfs() does not accept surrogateescape argument http://bugs.python.org/issue9644 opened by baikie #9645: PEP 383: os.pathconf() does not accept surrogateescape argumen http://bugs.python.org/issue9645 opened by baikie #9647: os.confstr() does not handle value changing length between cal http://bugs.python.org/issue9647 opened by baikie #9648: 2to3 doesn't convert "file" usage to an "open" equivalent http://bugs.python.org/issue9648 opened by brian.curtin #9649: wrong default for sort_keys in json module documentation http://bugs.python.org/issue9649 opened by mdirolf #9650: format codes in time.strptime docstrings http://bugs.python.org/issue9650 opened by catherine #706263: print raises exception when no console available http://bugs.python.org/issue706263 reopened by amaury.forgeotdarc #877121: configure detects incorrect compiler optimization http://bugs.python.org/issue877121 reopened by r.david.murray #749722: isinstance and weakref proxies. http://bugs.python.org/issue749722 reopened by benjamin.peterson #1545463: New-style classes fail to cleanup attributes http://bugs.python.org/issue1545463 reopened by BreamoreBoy Most recent 15 issues with no replies (15) ========================================== #9650: format codes in time.strptime docstrings http://bugs.python.org/issue9650 #9649: wrong default for sort_keys in json module documentation http://bugs.python.org/issue9649 #9648: 2to3 doesn't convert "file" usage to an "open" equivalent http://bugs.python.org/issue9648 #9647: os.confstr() does not handle value changing length between cal http://bugs.python.org/issue9647 #9645: PEP 383: os.pathconf() does not accept surrogateescape argumen http://bugs.python.org/issue9645 #9644: PEP 383: os.statvfs() does not accept surrogateescape argument http://bugs.python.org/issue9644 #9643: urllib2 - Basic,Digest Proxy Auth Handlers failure will give 4 http://bugs.python.org/issue9643 #9637: docs do not say that urllib uses HTTP_PROXY http://bugs.python.org/issue9637 #9625: argparse: Problem with defaults for variable nargs http://bugs.python.org/issue9625 #9621: Graphviz output for 2to3 fixer patterns http://bugs.python.org/issue9621 #9618: IDLE shell ignores all but first statement http://bugs.python.org/issue9618 #9613: Python considers pid longs under 64-bit Windows http://bugs.python.org/issue9613 #9609: make cProfile multi-stack aware http://bugs.python.org/issue9609 #9608: Re-phrase best way of using exceptions in doanddont.rst http://bugs.python.org/issue9608 #9607: Test file 'test_keyword.py' submission for use with keyword.py http://bugs.python.org/issue9607 Most recent 15 issues waiting for review (15) ============================================= #9649: wrong default for sort_keys in json module documentation http://bugs.python.org/issue9649 #9645: PEP 383: os.pathconf() does not accept surrogateescape argumen http://bugs.python.org/issue9645 #9644: PEP 383: os.statvfs() does not accept surrogateescape argument http://bugs.python.org/issue9644 #9642: #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T) http://bugs.python.org/issue9642 #9640: Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_ http://bugs.python.org/issue9640 #9635: Add Py_BREAKPOINT and sys.breakpoint hooks http://bugs.python.org/issue9635 #9632: Remove sys.setfilesystemencoding() http://bugs.python.org/issue9632 #9630: Reencode filenames when setting the filesystem encoding http://bugs.python.org/issue9630 #9628: runtests.sh -x doesn't work with more than two args (sed error http://bugs.python.org/issue9628 #9622: Allow to set profile/trace function globally http://bugs.python.org/issue9622 #9621: Graphviz output for 2to3 fixer patterns http://bugs.python.org/issue9621 #9617: Buffered IO shouldn't ignore incoming signals during a partial http://bugs.python.org/issue9617 #9614: _pickle is not entirely 64-bit safe http://bugs.python.org/issue9614 #9609: make cProfile multi-stack aware http://bugs.python.org/issue9609 #9608: Re-phrase best way of using exceptions in doanddont.rst http://bugs.python.org/issue9608 Top 10 most discussed issues (10) ================================= #9425: Rewrite import machinery to work with unicode paths http://bugs.python.org/issue9425 24 msgs #9573: importing a module that executes fork() raises RuntimeError http://bugs.python.org/issue9573 12 msgs #9622: Allow to set profile/trace function globally http://bugs.python.org/issue9622 9 msgs #4835: SIZEOF_SOCKET_T not defined http://bugs.python.org/issue4835 8 msgs #9601: ftplib should accept 250 on MKD http://bugs.python.org/issue9601 8 msgs #8739: Update to smtpd.py to RFC 5321 http://bugs.python.org/issue8739 7 msgs #9611: FileIO not 64-bit safe under Windows http://bugs.python.org/issue9611 7 msgs #9634: Add timeout parameter to Queue.join() http://bugs.python.org/issue9634 7 msgs #1524938: PEP MemoryError with a lot of available memory gc not called http://bugs.python.org/issue1524938 7 msgs #9592: Limitations in objects returned by multiprocessing Pool http://bugs.python.org/issue9592 6 msgs Issues closed (80) ================== #902061: pydoc insists upon producing file: URLs http://bugs.python.org/issue902061 closed by BreamoreBoy #1982: Feature: extend strftime to accept milliseconds http://bugs.python.org/issue1982 closed by belopolsky #2548: Undetected error in exception handling http://bugs.python.org/issue2548 closed by BreamoreBoy #3445: Ignore missing attributes in functools.update_wrapper http://bugs.python.org/issue3445 closed by ncoghlan #3488: Provide compress/uncompress functions on the gzip module http://bugs.python.org/issue3488 closed by pitrou #5127: Use Py_UCS4 instead of Py_UNICODE in unicodectype.c http://bugs.python.org/issue5127 closed by amaury.forgeotdarc #5737: add Solaris errnos http://bugs.python.org/issue5737 closed by pitrou #5867: No way to create an abstract classmethod http://bugs.python.org/issue5867 closed by benjamin.peterson #6724: r74463 causes failures in test_xmlrpc http://bugs.python.org/issue6724 closed by r.david.murray #7647: Add statvfs flags to the posix module http://bugs.python.org/issue7647 closed by akuchling #8622: Add PYTHONFSENCODING environment variable http://bugs.python.org/issue8622 closed by haypo #8669: lack of bdist_rpm module raises error on 'setup.py --help-comm http://bugs.python.org/issue8669 closed by eric.araujo #8807: poplib should support SSL contexts http://bugs.python.org/issue8807 closed by giampaolo.rodola #8857: socket.getaddrinfo needs tests http://bugs.python.org/issue8857 closed by giampaolo.rodola #8866: socket.getaddrinfo() should support keyword arguments http://bugs.python.org/issue8866 closed by giampaolo.rodola #8983: Docstrings should refer to help(name), not name.__doc__ http://bugs.python.org/issue8983 closed by belopolsky #9147: dis.show_code() variant that accepts source strings (and retur http://bugs.python.org/issue9147 closed by ncoghlan #9203: Use computed gotos by default http://bugs.python.org/issue9203 closed by pitrou #9433: regrtest.py -j 2 doesn't work on Windows: remove close_fds=Tru http://bugs.python.org/issue9433 closed by pitrou #9542: Create PyUnicode_FSDecoder() function http://bugs.python.org/issue9542 closed by haypo #9560: platform.py: use -b option for file command in _syscmd_file() http://bugs.python.org/issue9560 closed by haypo #9567: Add attribute pointing to wrapped function in functools.update http://bugs.python.org/issue9567 closed by ncoghlan #9569: Add tests for posix.mknod() and posix.mkfifo() http://bugs.python.org/issue9569 closed by benjamin.peterson #9587: unittest.assertRaises() return the raised exception http://bugs.python.org/issue9587 closed by michael.foord #9588: Add sys.executable to test_subprocessing.CommandsWithSpaces sh http://bugs.python.org/issue9588 closed by brian.curtin #9589: test_heapq: AttributeError: 'int' object has no attribute 'pop http://bugs.python.org/issue9589 closed by pitrou #9590: __init__ TypeError reverses expected vs received args http://bugs.python.org/issue9590 closed by flox #9593: utf8 codec readlines error after "\x85 " http://bugs.python.org/issue9593 closed by pitrou #9595: PC/getpathp.c unused? http://bugs.python.org/issue9595 closed by pitrou #9596: PC/getpathp.c unused? http://bugs.python.org/issue9596 closed by pitrou #9599: Add PySys_FormatStdout and PySys_FormatStderr functions http://bugs.python.org/issue9599 closed by haypo #9600: multiprocessing Pool instantiation crashes on 64 bit 2.6.6rc1 http://bugs.python.org/issue9600 closed by brian.curtin #9603: os.ttyname() and os.ctermid() don't decode result according to http://bugs.python.org/issue9603 closed by haypo #9604: os.initgroups() doesn't accept PEP 383 usernames returned by p http://bugs.python.org/issue9604 closed by haypo #9605: os.getlogin() should use PEP 383 decoding to match the pwd mod http://bugs.python.org/issue9605 closed by haypo #9606: logging filter is not applied to messages from descendant logg http://bugs.python.org/issue9606 closed by vinay.sajip #9612: setobject.c warnings under 64-bit Windows http://bugs.python.org/issue9612 closed by pitrou #9615: Building SSL fails under 64-bit Windows http://bugs.python.org/issue9615 closed by pitrou #9616: copy.deepcopy() copying pointers from a dict/dict/list, should http://bugs.python.org/issue9616 closed by nharkins #9619: test_ssl freezes http://bugs.python.org/issue9619 closed by richard #9623: test_site.py has a couple of stray self.assertTrue calls that http://bugs.python.org/issue9623 closed by ezio.melotti #9626: OderedDict.viewitems() does not preserve item order http://bugs.python.org/issue9626 closed by rhettinger #9627: Regrtest failed to clean up temporary directory http://bugs.python.org/issue9627 closed by ncoghlan #9629: SIZEOF_SOCKET_T used in longobject.h but undefined http://bugs.python.org/issue9629 closed by dmalcolm #9636: BytesWarning annoyances {'key': 'value'}.get(b'key') http://bugs.python.org/issue9636 closed by pitrou #9638: remove dead code from py3k imaplib http://bugs.python.org/issue9638 closed by orsenthil #9639: urllib2's AbstractBasicAuthHandler is limited to 6 requests http://bugs.python.org/issue9639 closed by orsenthil #9641: httplib/ftplib: timeout parameter not applied correctly http://bugs.python.org/issue9641 closed by anders.sandvig #9646: Mutable default function parameter warning http://bugs.python.org/issue9646 closed by benjamin.peterson #748843: Let Email.Utils.parsedate use last 3 timetuple items http://bugs.python.org/issue748843 closed by BreamoreBoy #761888: popen2.Popen3 and popen2.Popen4 leaks filedescriptors http://bugs.python.org/issue761888 closed by BreamoreBoy #502236: Asynchronous exceptions between threads http://bugs.python.org/issue502236 closed by akuchling #1055864: HTMLParser not compliant to XHTML spec http://bugs.python.org/issue1055864 closed by fdrake #731991: find correct socklen_t type http://bugs.python.org/issue731991 closed by BreamoreBoy #798520: os.popen with invalid mode differs on Windows and POSIX http://bugs.python.org/issue798520 closed by BreamoreBoy #834461: simple bsddb interface potential for deadlock with threads http://bugs.python.org/issue834461 closed by BreamoreBoy #1018492: Solaris: reentrancy issues http://bugs.python.org/issue1018492 closed by BreamoreBoy #999444: compiler module doesn't support unicode characters in laiter http://bugs.python.org/issue999444 closed by BreamoreBoy #868571: HTTPResponse.read(amt) fails when response length is UNKNOWN http://bugs.python.org/issue868571 closed by BreamoreBoy #822005: Carbon.CarbonEvt.ReceiveNextEvent args wrong http://bugs.python.org/issue822005 closed by BreamoreBoy #1282647: socket.getaddrinfo() bug for IPv6 enabled platforms http://bugs.python.org/issue1282647 closed by giampaolo.rodola #672656: securing pydoc server http://bugs.python.org/issue672656 closed by orsenthil #805194: Inappropriate error received using socket timeout http://bugs.python.org/issue805194 closed by pitrou #904498: threading docs, start error should be specified http://bugs.python.org/issue904498 closed by BreamoreBoy #1021318: PyThreadState_Next not thread safe? http://bugs.python.org/issue1021318 closed by BreamoreBoy #836035: strftime month name is encoded somehow http://bugs.python.org/issue836035 closed by BreamoreBoy #775321: plistlib error handling http://bugs.python.org/issue775321 closed by BreamoreBoy #1104021: wishlist: os.feed_urandom(input) http://bugs.python.org/issue1104021 closed by BreamoreBoy #678250: test_mmap failling on AIX http://bugs.python.org/issue678250 closed by BreamoreBoy #515073: subtypable weak references http://bugs.python.org/issue515073 closed by BreamoreBoy #1007223: SGI (IRIX6.5.24) Problems building nismodule.c http://bugs.python.org/issue1007223 closed by BreamoreBoy #1104249: configure doesn't set up CFLAGS properly http://bugs.python.org/issue1104249 closed by skrah #713169: test_pty fails on HP-UX and AIX when run after test_openpty http://bugs.python.org/issue713169 closed by BreamoreBoy #877904: freeze: problems excluding site http://bugs.python.org/issue877904 closed by BreamoreBoy #1020188: Use Py_CLEAR where necessary to avoid crashes http://bugs.python.org/issue1020188 closed by mwh #762920: API Functions for PyArray http://bugs.python.org/issue762920 closed by BreamoreBoy #618023: imap handler in urllib(2) http://bugs.python.org/issue618023 closed by BreamoreBoy #683938: HTMLParser attribute parsing bug http://bugs.python.org/issue683938 closed by BreamoreBoy #816059: popen2 work, fixes bugs 768649 and 761888 http://bugs.python.org/issue816059 closed by BreamoreBoy #1113244: Please add do-while guard to Py_DECREF etc. http://bugs.python.org/issue1113244 closed by benjamin.peterson

And Now For Something Completely Different... http://code.google.com/p/bbreport/wiki/PythonBuildbotReport The buildbot failures and tracker issues are listed in 3 tables: - *New failures* : failures which are not associated with an issue in the tracker - *Known issues* : failures which are (probably) linked with an existing issue (the association [failure] <--> [issue] is based on regexp rules) - *No recent failure* : these issues are no longer reported on recent builds. Either the problem is fixed, or the failure is elusive. The page is hosted on Google Code. Victor hosts a cron job which recalculates and upload the JSON data. Currently, the report is uploaded every hour. Regards, -- Florent Xicluna 2010/8/20 Python tracker
ACTIVITY SUMMARY (2010-08-13 - 2010-08-20) 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 stats: open 2624 (+44) closed 18808 (+80) total 21432 (+63)
Open issues with patches: 1110
Issues opened (44) ==================
#9189: Improve CFLAGS handling http://bugs.python.org/issue9189 reopened by skrah
#9445: Fix undefined symbol errors on VS8.0 build http://bugs.python.org/issue9445 reopened by amaury.forgeotdarc
#9591: kqueue not reporting EOF under certain circumstances http://bugs.python.org/issue9591 opened by Volodymyr.Kostyrko
#9592: Limitations in objects returned by multiprocessing Pool http://bugs.python.org/issue9592 opened by macfreek
#9594: typo on Mac/Makefile.in? s/pythonw/python/ http://bugs.python.org/issue9594 opened by srid
#9597: mac: Install 2to3 in /usr/local/bin http://bugs.python.org/issue9597 opened by srid
#9598: untabify.py fails on files that contain non-ascii characters http://bugs.python.org/issue9598 opened by belopolsky
#9601: ftplib should accept 250 on MKD http://bugs.python.org/issue9601 opened by alphablue52
#9602: PyObject_AsCharBuffer() should only accept read-only objects http://bugs.python.org/issue9602 opened by haypo
#9607: Test file 'test_keyword.py' submission for use with keyword.py http://bugs.python.org/issue9607 opened by gregmalcolm
#9608: Re-phrase best way of using exceptions in doanddont.rst http://bugs.python.org/issue9608 opened by flub
#9609: make cProfile multi-stack aware http://bugs.python.org/issue9609 opened by krisvale
#9610: buildbot: uncaptured python exception (smtpd), but no failure http://bugs.python.org/issue9610 opened by flox
#9611: FileIO not 64-bit safe under Windows http://bugs.python.org/issue9611 opened by pitrou
#9613: Python considers pid longs under 64-bit Windows http://bugs.python.org/issue9613 opened by pitrou
#9614: _pickle is not entirely 64-bit safe http://bugs.python.org/issue9614 opened by pitrou
#9617: Buffered IO shouldn't ignore incoming signals during a partial http://bugs.python.org/issue9617 opened by pitrou
#9618: IDLE shell ignores all but first statement http://bugs.python.org/issue9618 opened by cben
#9620: Python 2.7 IDLE fails on OS X 10.6 http://bugs.python.org/issue9620 opened by bpumali
#9621: Graphviz output for 2to3 fixer patterns http://bugs.python.org/issue9621 opened by gmattbond
#9622: Allow to set profile/trace function globally http://bugs.python.org/issue9622 opened by krisvale
#9624: 2755 http://bugs.python.org/issue9624 opened by Kartton
#9625: argparse: Problem with defaults for variable nargs http://bugs.python.org/issue9625 opened by thesociable
#9628: runtests.sh -x doesn't work with more than two args (sed error http://bugs.python.org/issue9628 opened by dmalcolm
#9630: Reencode filenames when setting the filesystem encoding http://bugs.python.org/issue9630 opened by haypo
#9631: Python 2.7 installation issue for Linux gcc-4.1.0-3 (Fedora Co http://bugs.python.org/issue9631 opened by spprakash
#9632: Remove sys.setfilesystemencoding() http://bugs.python.org/issue9632 opened by haypo
#9633: pdb go stack up/down http://bugs.python.org/issue9633 opened by Markus.Pröller
#9634: Add timeout parameter to Queue.join() http://bugs.python.org/issue9634 opened by kdlucas
#9635: Add Py_BREAKPOINT and sys.breakpoint hooks http://bugs.python.org/issue9635 opened by dmalcolm
#9637: docs do not say that urllib uses HTTP_PROXY http://bugs.python.org/issue9637 opened by kirikaza
#9640: Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_ http://bugs.python.org/issue9640 opened by labrat
#9642: #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T) http://bugs.python.org/issue9642 opened by haypo
#9643: urllib2 - Basic,Digest Proxy Auth Handlers failure will give 4 http://bugs.python.org/issue9643 opened by orsenthil
#9644: PEP 383: os.statvfs() does not accept surrogateescape argument http://bugs.python.org/issue9644 opened by baikie
#9645: PEP 383: os.pathconf() does not accept surrogateescape argumen http://bugs.python.org/issue9645 opened by baikie
#9647: os.confstr() does not handle value changing length between cal http://bugs.python.org/issue9647 opened by baikie
#9648: 2to3 doesn't convert "file" usage to an "open" equivalent http://bugs.python.org/issue9648 opened by brian.curtin
#9649: wrong default for sort_keys in json module documentation http://bugs.python.org/issue9649 opened by mdirolf
#9650: format codes in time.strptime docstrings http://bugs.python.org/issue9650 opened by catherine
#706263: print raises exception when no console available http://bugs.python.org/issue706263 reopened by amaury.forgeotdarc
#877121: configure detects incorrect compiler optimization http://bugs.python.org/issue877121 reopened by r.david.murray
#749722: isinstance and weakref proxies. http://bugs.python.org/issue749722 reopened by benjamin.peterson
#1545463: New-style classes fail to cleanup attributes http://bugs.python.org/issue1545463 reopened by BreamoreBoy
Most recent 15 issues with no replies (15) ==========================================
#9650: format codes in time.strptime docstrings http://bugs.python.org/issue9650
#9649: wrong default for sort_keys in json module documentation http://bugs.python.org/issue9649
#9648: 2to3 doesn't convert "file" usage to an "open" equivalent http://bugs.python.org/issue9648
#9647: os.confstr() does not handle value changing length between cal http://bugs.python.org/issue9647
#9645: PEP 383: os.pathconf() does not accept surrogateescape argumen http://bugs.python.org/issue9645
#9644: PEP 383: os.statvfs() does not accept surrogateescape argument http://bugs.python.org/issue9644
#9643: urllib2 - Basic,Digest Proxy Auth Handlers failure will give 4 http://bugs.python.org/issue9643
#9637: docs do not say that urllib uses HTTP_PROXY http://bugs.python.org/issue9637
#9625: argparse: Problem with defaults for variable nargs http://bugs.python.org/issue9625
#9621: Graphviz output for 2to3 fixer patterns http://bugs.python.org/issue9621
#9618: IDLE shell ignores all but first statement http://bugs.python.org/issue9618
#9613: Python considers pid longs under 64-bit Windows http://bugs.python.org/issue9613
#9609: make cProfile multi-stack aware http://bugs.python.org/issue9609
#9608: Re-phrase best way of using exceptions in doanddont.rst http://bugs.python.org/issue9608
#9607: Test file 'test_keyword.py' submission for use with keyword.py http://bugs.python.org/issue9607
Most recent 15 issues waiting for review (15) =============================================
#9649: wrong default for sort_keys in json module documentation http://bugs.python.org/issue9649
#9645: PEP 383: os.pathconf() does not accept surrogateescape argumen http://bugs.python.org/issue9645
#9644: PEP 383: os.statvfs() does not accept surrogateescape argument http://bugs.python.org/issue9644
#9642: #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T) http://bugs.python.org/issue9642
#9640: Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_ http://bugs.python.org/issue9640
#9635: Add Py_BREAKPOINT and sys.breakpoint hooks http://bugs.python.org/issue9635
#9632: Remove sys.setfilesystemencoding() http://bugs.python.org/issue9632
#9630: Reencode filenames when setting the filesystem encoding http://bugs.python.org/issue9630
#9628: runtests.sh -x doesn't work with more than two args (sed error http://bugs.python.org/issue9628
#9622: Allow to set profile/trace function globally http://bugs.python.org/issue9622
#9621: Graphviz output for 2to3 fixer patterns http://bugs.python.org/issue9621
#9617: Buffered IO shouldn't ignore incoming signals during a partial http://bugs.python.org/issue9617
#9614: _pickle is not entirely 64-bit safe http://bugs.python.org/issue9614
#9609: make cProfile multi-stack aware http://bugs.python.org/issue9609
#9608: Re-phrase best way of using exceptions in doanddont.rst http://bugs.python.org/issue9608
Top 10 most discussed issues (10) =================================
#9425: Rewrite import machinery to work with unicode paths http://bugs.python.org/issue9425 24 msgs
#9573: importing a module that executes fork() raises RuntimeError http://bugs.python.org/issue9573 12 msgs
#9622: Allow to set profile/trace function globally http://bugs.python.org/issue9622 9 msgs
#4835: SIZEOF_SOCKET_T not defined http://bugs.python.org/issue4835 8 msgs
#9601: ftplib should accept 250 on MKD http://bugs.python.org/issue9601 8 msgs
#8739: Update to smtpd.py to RFC 5321 http://bugs.python.org/issue8739 7 msgs
#9611: FileIO not 64-bit safe under Windows http://bugs.python.org/issue9611 7 msgs
#9634: Add timeout parameter to Queue.join() http://bugs.python.org/issue9634 7 msgs
#1524938: PEP MemoryError with a lot of available memory gc not called http://bugs.python.org/issue1524938 7 msgs
#9592: Limitations in objects returned by multiprocessing Pool http://bugs.python.org/issue9592 6 msgs
Issues closed (80) ==================
#902061: pydoc insists upon producing file: URLs http://bugs.python.org/issue902061 closed by BreamoreBoy
#1982: Feature: extend strftime to accept milliseconds http://bugs.python.org/issue1982 closed by belopolsky
#2548: Undetected error in exception handling http://bugs.python.org/issue2548 closed by BreamoreBoy
#3445: Ignore missing attributes in functools.update_wrapper http://bugs.python.org/issue3445 closed by ncoghlan
#3488: Provide compress/uncompress functions on the gzip module http://bugs.python.org/issue3488 closed by pitrou
#5127: Use Py_UCS4 instead of Py_UNICODE in unicodectype.c http://bugs.python.org/issue5127 closed by amaury.forgeotdarc
#5737: add Solaris errnos http://bugs.python.org/issue5737 closed by pitrou
#5867: No way to create an abstract classmethod http://bugs.python.org/issue5867 closed by benjamin.peterson
#6724: r74463 causes failures in test_xmlrpc http://bugs.python.org/issue6724 closed by r.david.murray
#7647: Add statvfs flags to the posix module http://bugs.python.org/issue7647 closed by akuchling
#8622: Add PYTHONFSENCODING environment variable http://bugs.python.org/issue8622 closed by haypo
#8669: lack of bdist_rpm module raises error on 'setup.py --help-comm http://bugs.python.org/issue8669 closed by eric.araujo
#8807: poplib should support SSL contexts http://bugs.python.org/issue8807 closed by giampaolo.rodola
#8857: socket.getaddrinfo needs tests http://bugs.python.org/issue8857 closed by giampaolo.rodola
#8866: socket.getaddrinfo() should support keyword arguments http://bugs.python.org/issue8866 closed by giampaolo.rodola
#8983: Docstrings should refer to help(name), not name.__doc__ http://bugs.python.org/issue8983 closed by belopolsky
#9147: dis.show_code() variant that accepts source strings (and retur http://bugs.python.org/issue9147 closed by ncoghlan
#9203: Use computed gotos by default http://bugs.python.org/issue9203 closed by pitrou
#9433: regrtest.py -j 2 doesn't work on Windows: remove close_fds=Tru http://bugs.python.org/issue9433 closed by pitrou
#9542: Create PyUnicode_FSDecoder() function http://bugs.python.org/issue9542 closed by haypo
#9560: platform.py: use -b option for file command in _syscmd_file() http://bugs.python.org/issue9560 closed by haypo
#9567: Add attribute pointing to wrapped function in functools.update http://bugs.python.org/issue9567 closed by ncoghlan
#9569: Add tests for posix.mknod() and posix.mkfifo() http://bugs.python.org/issue9569 closed by benjamin.peterson
#9587: unittest.assertRaises() return the raised exception http://bugs.python.org/issue9587 closed by michael.foord
#9588: Add sys.executable to test_subprocessing.CommandsWithSpaces sh http://bugs.python.org/issue9588 closed by brian.curtin
#9589: test_heapq: AttributeError: 'int' object has no attribute 'pop http://bugs.python.org/issue9589 closed by pitrou
#9590: __init__ TypeError reverses expected vs received args http://bugs.python.org/issue9590 closed by flox
#9593: utf8 codec readlines error after "\x85 " http://bugs.python.org/issue9593 closed by pitrou
#9595: PC/getpathp.c unused? http://bugs.python.org/issue9595 closed by pitrou
#9596: PC/getpathp.c unused? http://bugs.python.org/issue9596 closed by pitrou
#9599: Add PySys_FormatStdout and PySys_FormatStderr functions http://bugs.python.org/issue9599 closed by haypo
#9600: multiprocessing Pool instantiation crashes on 64 bit 2.6.6rc1 http://bugs.python.org/issue9600 closed by brian.curtin
#9603: os.ttyname() and os.ctermid() don't decode result according to http://bugs.python.org/issue9603 closed by haypo
#9604: os.initgroups() doesn't accept PEP 383 usernames returned by p http://bugs.python.org/issue9604 closed by haypo
#9605: os.getlogin() should use PEP 383 decoding to match the pwd mod http://bugs.python.org/issue9605 closed by haypo
#9606: logging filter is not applied to messages from descendant logg http://bugs.python.org/issue9606 closed by vinay.sajip
#9612: setobject.c warnings under 64-bit Windows http://bugs.python.org/issue9612 closed by pitrou
#9615: Building SSL fails under 64-bit Windows http://bugs.python.org/issue9615 closed by pitrou
#9616: copy.deepcopy() copying pointers from a dict/dict/list, should http://bugs.python.org/issue9616 closed by nharkins
#9619: test_ssl freezes http://bugs.python.org/issue9619 closed by richard
#9623: test_site.py has a couple of stray self.assertTrue calls that http://bugs.python.org/issue9623 closed by ezio.melotti
#9626: OderedDict.viewitems() does not preserve item order http://bugs.python.org/issue9626 closed by rhettinger
#9627: Regrtest failed to clean up temporary directory http://bugs.python.org/issue9627 closed by ncoghlan
#9629: SIZEOF_SOCKET_T used in longobject.h but undefined http://bugs.python.org/issue9629 closed by dmalcolm
#9636: BytesWarning annoyances {'key': 'value'}.get(b'key') http://bugs.python.org/issue9636 closed by pitrou
#9638: remove dead code from py3k imaplib http://bugs.python.org/issue9638 closed by orsenthil
#9639: urllib2's AbstractBasicAuthHandler is limited to 6 requests http://bugs.python.org/issue9639 closed by orsenthil
#9641: httplib/ftplib: timeout parameter not applied correctly http://bugs.python.org/issue9641 closed by anders.sandvig
#9646: Mutable default function parameter warning http://bugs.python.org/issue9646 closed by benjamin.peterson
#748843: Let Email.Utils.parsedate use last 3 timetuple items http://bugs.python.org/issue748843 closed by BreamoreBoy
#761888: popen2.Popen3 and popen2.Popen4 leaks filedescriptors http://bugs.python.org/issue761888 closed by BreamoreBoy
#502236: Asynchronous exceptions between threads http://bugs.python.org/issue502236 closed by akuchling
#1055864: HTMLParser not compliant to XHTML spec http://bugs.python.org/issue1055864 closed by fdrake
#731991: find correct socklen_t type http://bugs.python.org/issue731991 closed by BreamoreBoy
#798520: os.popen with invalid mode differs on Windows and POSIX http://bugs.python.org/issue798520 closed by BreamoreBoy
#834461: simple bsddb interface potential for deadlock with threads http://bugs.python.org/issue834461 closed by BreamoreBoy
#1018492: Solaris: reentrancy issues http://bugs.python.org/issue1018492 closed by BreamoreBoy
#999444: compiler module doesn't support unicode characters in laiter http://bugs.python.org/issue999444 closed by BreamoreBoy
#868571: HTTPResponse.read(amt) fails when response length is UNKNOWN http://bugs.python.org/issue868571 closed by BreamoreBoy
#822005: Carbon.CarbonEvt.ReceiveNextEvent args wrong http://bugs.python.org/issue822005 closed by BreamoreBoy
#1282647: socket.getaddrinfo() bug for IPv6 enabled platforms http://bugs.python.org/issue1282647 closed by giampaolo.rodola
#672656: securing pydoc server http://bugs.python.org/issue672656 closed by orsenthil
#805194: Inappropriate error received using socket timeout http://bugs.python.org/issue805194 closed by pitrou
#904498: threading docs, start error should be specified http://bugs.python.org/issue904498 closed by BreamoreBoy
#1021318: PyThreadState_Next not thread safe? http://bugs.python.org/issue1021318 closed by BreamoreBoy
#836035: strftime month name is encoded somehow http://bugs.python.org/issue836035 closed by BreamoreBoy
#775321: plistlib error handling http://bugs.python.org/issue775321 closed by BreamoreBoy
#1104021: wishlist: os.feed_urandom(input) http://bugs.python.org/issue1104021 closed by BreamoreBoy
#678250: test_mmap failling on AIX http://bugs.python.org/issue678250 closed by BreamoreBoy
#515073: subtypable weak references http://bugs.python.org/issue515073 closed by BreamoreBoy
#1007223: SGI (IRIX6.5.24) Problems building nismodule.c http://bugs.python.org/issue1007223 closed by BreamoreBoy
#1104249: configure doesn't set up CFLAGS properly http://bugs.python.org/issue1104249 closed by skrah
#713169: test_pty fails on HP-UX and AIX when run after test_openpty http://bugs.python.org/issue713169 closed by BreamoreBoy
#877904: freeze: problems excluding site http://bugs.python.org/issue877904 closed by BreamoreBoy
#1020188: Use Py_CLEAR where necessary to avoid crashes http://bugs.python.org/issue1020188 closed by mwh
#762920: API Functions for PyArray http://bugs.python.org/issue762920 closed by BreamoreBoy
#618023: imap handler in urllib(2) http://bugs.python.org/issue618023 closed by BreamoreBoy
#683938: HTMLParser attribute parsing bug http://bugs.python.org/issue683938 closed by BreamoreBoy
#816059: popen2 work, fixes bugs 768649 and 761888 http://bugs.python.org/issue816059 closed by BreamoreBoy
#1113244: Please add do-while guard to Py_DECREF etc. http://bugs.python.org/issue1113244 closed by benjamin.peterson

Le vendredi 20 août 2010 19:49:10, vous avez écrit :
And Now For Something Completely Different...
Thanks to Florent and Ezio for their great work on bbreport project!
- *New failures* : failures which are not associated with an issue in the tracker
- *Known issues* : failures which are (probably) linked with an existing issue (the association [failure] <--> [issue] is based on regexp rules)
There is a configuration file, bbreport.conf, which uses some patterns to match an issue: - test name (regex) - message (regex) - builder (regex) All fields are optional, but it's better to set at least one field :-) Extract of the config: --------------- 8265: test_float::ARMv4 Debian (2.6|3.1) 8423: test_pep277::x86 Tiger (2.7|3.x) 8428: test_multiprocessing::(x86 FreeBSD 7.2 3.x|x86 Windows7 3.1|.* 2.7) 8429: test_subprocess:hung: 8431: :hung:(ARM|.* debian parallel) --------------- -- Victor Stinner http://www.haypocalc.com/
participants (3)
-
Florent Xicluna
-
Python tracker
-
Victor Stinner