[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Mar 15 18:07:26 CET 2013
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2013-03-08 - 2013-03-15) 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 3888 ( -7) closed 25316 (+51) total 29204 (+44)
Open issues with patches: 1707
Issues opened (36)
#12466: sporadic failures of test_close_fds and test_pass_fds in test_ http://bugs.python.org/issue12466 reopened by ned.deily
#13918: locale.atof documentation is missing func argument http://bugs.python.org/issue13918 reopened by ced
#17386: Bring Doc/make.bat as close to Doc/Makefile as possible http://bugs.python.org/issue17386 opened by zach.ware
#17387: Error in C API documentation of PySequenceMethods http://bugs.python.org/issue17387 opened by Alex.Orange
#17389: Optimize Event.wait() http://bugs.python.org/issue17389 opened by pitrou
#17390: display python version on idle title bar http://bugs.python.org/issue17390 opened by bagratte
#17391: _cursesmodule Fails to Build on GCC 2.95 (static) http://bugs.python.org/issue17391 opened by Jeffrey.Armstrong
#17393: stdlib import mistaken for local by import_fixer http://bugs.python.org/issue17393 opened by lregebro
#17394: Add slicing support to collections.deque http://bugs.python.org/issue17394 opened by rhettinger
#17396: modulefinder fails if module contains syntax error http://bugs.python.org/issue17396 opened by jgosmann
#17397: ttk::themes missing from ttk.py http://bugs.python.org/issue17397 opened by klappnase
#17398: document url argument of RobotFileParser http://bugs.python.org/issue17398 opened by tshepang
#17399: test_multiprocessing hang on Windows, non-sockets http://bugs.python.org/issue17399 opened by terry.reedy
#17400: ipaddress.is_private needs to take into account of rfc6598 http://bugs.python.org/issue17400 opened by leim
#17401: io.FileIO closefd parameter is not documented nor shown in rep http://bugs.python.org/issue17401 opened by rbcollins
#17403: Robotparser fails to parse some robots.txt http://bugs.python.org/issue17403 opened by benmezger
#17404: ValueError: can't have unbuffered text I/O for io.open(1, 'wt' http://bugs.python.org/issue17404 opened by rbcollins
#17405: Add _Py_memset_s() to securely clear memory http://bugs.python.org/issue17405 opened by christian.heimes
#17408: second python execution fails when embedding http://bugs.python.org/issue17408 opened by theDarkBrainer
#17409: resource.setrlimit doesn't respect -1 http://bugs.python.org/issue17409 opened by Paul.Price
#17410: Generator-based HTMLParser http://bugs.python.org/issue17410 opened by flying sheep
#17411: Build failures with non-NDEBUG, non-Py_DEBUG builds. http://bugs.python.org/issue17411 opened by twouters
#17413: format_exception() breaks on exception tuples from trace funct http://bugs.python.org/issue17413 opened by inducer
#17415: Clarify docs of os.path.normpath() http://bugs.python.org/issue17415 opened by gsingh
#17416: Documentation Ambiguity 2 http://bugs.python.org/issue17416 opened by gsingh
#17417: Documentation Modification Suggestion: os.walk, fwalk http://bugs.python.org/issue17417 opened by gsingh
#17418: Documentation Bug http://bugs.python.org/issue17418 opened by gsingh
#17419: bdist_wininst installer should allow install in user directory http://bugs.python.org/issue17419 opened by Sergio.Callegari
#17420: bdist_wininst does not play well with unicode descriptions http://bugs.python.org/issue17420 opened by Sergio.Callegari
#17421: Drop restriction that meta.prepare() must return a dict (s http://bugs.python.org/issue17421 opened by eric.snow
#17422: language reference should specify restrictions on class namesp http://bugs.python.org/issue17422 opened by eric.snow
#17423: libffi on 32bit is broken on linux http://bugs.python.org/issue17423 opened by fijall
#17424: help() should use the class signature http://bugs.python.org/issue17424 opened by jafo
#17425: Update OpenSSL versions in Windows builds http://bugs.python.org/issue17425 opened by pitrou
#17428: replace readdir to readdir_r in function posix_listdir http://bugs.python.org/issue17428 opened by Rock
#17429: platform.platform() can throw Unicode error http://bugs.python.org/issue17429 opened by a.badger
Most recent 15 issues with no replies (15)
#17429: platform.platform() can throw Unicode error http://bugs.python.org/issue17429
#17428: replace readdir to readdir_r in function posix_listdir http://bugs.python.org/issue17428
#17424: help() should use the class signature http://bugs.python.org/issue17424
#17422: language reference should specify restrictions on class namesp http://bugs.python.org/issue17422
#17418: Documentation Bug http://bugs.python.org/issue17418
#17417: Documentation Modification Suggestion: os.walk, fwalk http://bugs.python.org/issue17417
#17416: Documentation Ambiguity 2 http://bugs.python.org/issue17416
#17411: Build failures with non-NDEBUG, non-Py_DEBUG builds. http://bugs.python.org/issue17411
#17403: Robotparser fails to parse some robots.txt http://bugs.python.org/issue17403
#17401: io.FileIO closefd parameter is not documented nor shown in rep http://bugs.python.org/issue17401
#17398: document url argument of RobotFileParser http://bugs.python.org/issue17398
#17396: modulefinder fails if module contains syntax error http://bugs.python.org/issue17396
#17394: Add slicing support to collections.deque http://bugs.python.org/issue17394
#17391: _cursesmodule Fails to Build on GCC 2.95 (static) http://bugs.python.org/issue17391
#17372: provide pretty printer for xml.etree.ElementTree http://bugs.python.org/issue17372
Most recent 15 issues waiting for review (15)
#17429: platform.platform() can throw Unicode error http://bugs.python.org/issue17429
#17428: replace readdir to readdir_r in function posix_listdir http://bugs.python.org/issue17428
#17423: libffi on 32bit is broken on linux http://bugs.python.org/issue17423
#17421: Drop restriction that meta.prepare() must return a dict (s http://bugs.python.org/issue17421
#17411: Build failures with non-NDEBUG, non-Py_DEBUG builds. http://bugs.python.org/issue17411
#17410: Generator-based HTMLParser http://bugs.python.org/issue17410
#17405: Add _Py_memset_s() to securely clear memory http://bugs.python.org/issue17405
#17397: ttk::themes missing from ttk.py http://bugs.python.org/issue17397
#17396: modulefinder fails if module contains syntax error http://bugs.python.org/issue17396
#17391: _cursesmodule Fails to Build on GCC 2.95 (static) http://bugs.python.org/issue17391
#17390: display python version on idle title bar http://bugs.python.org/issue17390
#17389: Optimize Event.wait() http://bugs.python.org/issue17389
#17386: Bring Doc/make.bat as close to Doc/Makefile as possible http://bugs.python.org/issue17386
#17375: Add docstrings to methods in the threading module http://bugs.python.org/issue17375
#17373: Add inspect.Signature.from_callable() http://bugs.python.org/issue17373
Top 10 most discussed issues (10)
#17399: test_multiprocessing hang on Windows, non-sockets http://bugs.python.org/issue17399 12 msgs
#17340: Handle malformed cookie http://bugs.python.org/issue17340 11 msgs
#13564: ftplib and sendfile() http://bugs.python.org/issue13564 9 msgs
#16895: Batch file to mimic 'make' on Windows http://bugs.python.org/issue16895 8 msgs
#17410: Generator-based HTMLParser http://bugs.python.org/issue17410 8 msgs
#17317: Benchmark driver should calculate actual benchmark count in -h http://bugs.python.org/issue17317 7 msgs
#13918: locale.atof documentation is missing func argument http://bugs.python.org/issue13918 6 msgs
#14468: Update cloning guidelines in devguide http://bugs.python.org/issue14468 6 msgs
#15244: Support for opening files with FILE_SHARE_DELETE on Windows http://bugs.python.org/issue15244 6 msgs
#16389: re._compiled_typed's lru_cache causes significant degradation http://bugs.python.org/issue16389 6 msgs
Issues closed (48)
#3701: test_ntpath.test_relpath fails when launched from a different http://bugs.python.org/issue3701 closed by ezio.melotti
#4099: dir on a compiled re does not show pattern as a part of the li http://bugs.python.org/issue4099 closed by ezio.melotti
#5017: import suds help( suds ) fails http://bugs.python.org/issue5017 closed by ezio.melotti
#6933: Threading issue with Tkinter Frame.insert http://bugs.python.org/issue6933 closed by terry.reedy
#8318: Deprecation of multifile inappropriate or incomplete http://bugs.python.org/issue8318 closed by terry.reedy
#9686: asyncore infinite loop on raise http://bugs.python.org/issue9686 closed by terry.reedy
#11029: Crash, 2.7.1, Tkinter and threads and line drawing http://bugs.python.org/issue11029 closed by terry.reedy
#11367: xml.etree.ElementTree.find(all): docs are wrong http://bugs.python.org/issue11367 closed by eli.bendersky
#11656: Debug builds for Windows would be very helpful http://bugs.python.org/issue11656 closed by ezio.melotti
#11869: Include information about the bug tracker Rietveld code review http://bugs.python.org/issue11869 closed by ezio.melotti
#11963: Remove human verification from test suite (test_parser and tes http://bugs.python.org/issue11963 closed by ezio.melotti
#12921: http.server.BaseHTTPRequestHandler.send_error , ability send a http://bugs.python.org/issue12921 closed by orsenthil
#14639: Different behavior for urllib2 in Python 2.7 http://bugs.python.org/issue14639 closed by ezio.melotti
#15121: devguide doesn't document all bug tracker components http://bugs.python.org/issue15121 closed by ezio.melotti
#15158: Add support for multi-character delimiters in csv http://bugs.python.org/issue15158 closed by terry.reedy
#15806: Add context manager for the "try: ... except: pass" pattern http://bugs.python.org/issue15806 closed by rhettinger
#16004: Add make touch
to 2.7 Makefile
http://bugs.python.org/issue16004 closed by ezio.melotti
#16471: upgrade to sphinx 1.1 http://bugs.python.org/issue16471 closed by terry.reedy
#16643: Wrong documented default value for timefunc parameter in sched http://bugs.python.org/issue16643 closed by python-dev
#16659: Pure Python implementation of random http://bugs.python.org/issue16659 closed by rhettinger
#17047: Fix double double words words http://bugs.python.org/issue17047 closed by terry.reedy
#17066: Fix test discovery for test_robotparser.py http://bugs.python.org/issue17066 closed by ezio.melotti
#17099: Raise ValueError when loader not defined for importlib.fin http://bugs.python.org/issue17099 closed by brett.cannon
#17117: Update importlib.util.module_for_loader/set_loader to set when http://bugs.python.org/issue17117 closed by brett.cannon
#17138: XPath error in xml.etree.ElementTree http://bugs.python.org/issue17138 closed by eli.bendersky
#17176: Document imp.NullImporter is NOT used anymore by import http://bugs.python.org/issue17176 closed by brett.cannon
#17222: py_compile.compile() explicitly sets st_mode for written files http://bugs.python.org/issue17222 closed by brett.cannon
#17299: Test cPickle with real files http://bugs.python.org/issue17299 closed by serhiy.storchaka
#17307: HTTP PUT request Example http://bugs.python.org/issue17307 closed by orsenthil
#17332: typo in json docs - "convered" should be "converted" http://bugs.python.org/issue17332 closed by terry.reedy
#17348: Unicode - encoding seems to be lost for inputs of unicode char http://bugs.python.org/issue17348 closed by terry.reedy
#17351: Remove explicit "object" inheritance in Python 3 docs http://bugs.python.org/issue17351 closed by ezio.melotti
#17368: Python version of JSON decoder does not work with object_pairs http://bugs.python.org/issue17368 closed by ezio.melotti
#17370: PEP should note related PEPs http://bugs.python.org/issue17370 closed by barry
#17376: TimedRotatingFileHandler documentation regarding 'Week day' la http://bugs.python.org/issue17376 closed by python-dev
#17382: debugging with idle: current line not highlighted http://bugs.python.org/issue17382 closed by terry.reedy
#17384: test_logging failures on Windows http://bugs.python.org/issue17384 closed by vinay.sajip
#17385: Use deque instead of list the threading.Condition waiter queue http://bugs.python.org/issue17385 closed by rhettinger
#17388: Providing invalid value to random.sample can result in incorre http://bugs.python.org/issue17388 closed by rhettinger
#17392: Python installer for Windows packages wrong zipfile.py http://bugs.python.org/issue17392 closed by Simon.Wagner
#17395: Wait for live children in test_multiprocessing http://bugs.python.org/issue17395 closed by ezio.melotti
#17402: In mmap doc examples map() is shadowed http://bugs.python.org/issue17402 closed by ezio.melotti
#17406: Upload Windows 9x/NT4 build http://bugs.python.org/issue17406 closed by ezio.melotti
#17407: RotatingFileHandler issue when using multiple loggers instance http://bugs.python.org/issue17407 closed by vinay.sajip
#17412: Windows make.bat fails on 2.7 http://bugs.python.org/issue17412 closed by terry.reedy
#17414: timeit.timeit not in all even though documented http://bugs.python.org/issue17414 closed by terry.reedy
#17426: \0 in re.sub substitutes to space http://bugs.python.org/issue17426 closed by gvanrossum
#17427: spam http://bugs.python.org/issue17427 closed by ezio.melotti
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]