Summary of Python tracker Issues

ACTIVITY SUMMARY (2016-01-01 - 2016-01-08) 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 5371 (+30) closed 32436 (+34) total 37807 (+64) Open issues with patches: 2362 Issues opened (50) ================== #6500: urllib2 maximum recursion depth exceeded http://bugs.python.org/issue6500 reopened by berker.peksag #22995: Restrict default pickleability http://bugs.python.org/issue22995 reopened by barry #25986: Collections.deque maxlen: added in 2.6 or 2.7? http://bugs.python.org/issue25986 opened by terry.reedy #25987: collections.abc.Reversible http://bugs.python.org/issue25987 opened by abarnert #25988: collections.abc.Indexable http://bugs.python.org/issue25988 opened by abarnert #25989: documentation version switcher is broken fro 2.6, 3.2, 3.3 http://bugs.python.org/issue25989 opened by Vincentdavis #25991: readline example eventually consumes all memory http://bugs.python.org/issue25991 opened by dangyogi #25992: test_gdb fails http://bugs.python.org/issue25992 opened by Bryce Miller #25993: Crashed when call time.time() after using _mm_xor_si64 http://bugs.python.org/issue25993 opened by Xiongzhi Gao #25994: File descriptor leaks in os.scandir() http://bugs.python.org/issue25994 opened by serhiy.storchaka #25995: os.walk() consumes a lot of file descriptors http://bugs.python.org/issue25995 opened by serhiy.storchaka #25996: Add support of file descriptor in os.scandir() http://bugs.python.org/issue25996 opened by serhiy.storchaka #25998: doctest terminates when accessing __wrapped__ raises an error http://bugs.python.org/issue25998 opened by Lasse Schuirmann #26000: Crash in Tokenizer - Heap-use-after-free http://bugs.python.org/issue26000 opened by William Bowling #26001: Tutorial: write() does not expect string in binary mode http://bugs.python.org/issue26001 opened by Dimitri Papadopoulos Orfanos #26002: make statistics.median_grouped more efficient http://bugs.python.org/issue26002 opened by upendra-k14 #26003: Issues with PyEval_InitThreads and PyGILState_Ensure http://bugs.python.org/issue26003 opened by tzickel #26004: pip install lifetimes - throwing error and unable to install p http://bugs.python.org/issue26004 opened by dudestc #26005: Denial of Service in SimpleHTTPServer and BaseHTTPServer http://bugs.python.org/issue26005 opened by Richard Clifford #26007: Request for Support for Embedding the Standard Library in an E http://bugs.python.org/issue26007 opened by philthompson10 #26009: HTMLParser lacking a few features to reconstruct input exactly http://bugs.python.org/issue26009 opened by jason_s #26010: document CO_* constants http://bugs.python.org/issue26010 opened by yselivanov #26011: Document necesities for cmp argument of sorted http://bugs.python.org/issue26011 opened by krichter #26013: Pickle protocol 2.0 not loading in python 3.5 http://bugs.python.org/issue26013 opened by anilredshift #26014: Guide users to the newer package install instructions http://bugs.python.org/issue26014 opened by ncoghlan #26015: Add new tests for pickling iterators of mutable sequences http://bugs.python.org/issue26015 opened by serhiy.storchaka #26016: io.TextIOWrapper.tell() report 65bit number when mix readline( http://bugs.python.org/issue26016 opened by EcmaXp_ #26017: Update https://docs.python.org/3/installing/index.html to alwa http://bugs.python.org/issue26017 opened by brett.cannon #26018: documentation of ZipFile file name encoding http://bugs.python.org/issue26018 opened by gagern #26019: collections.abc documentation incomplete http://bugs.python.org/issue26019 opened by abarnert #26020: set_display evaluation order doesn't match documented behaviou http://bugs.python.org/issue26020 opened by Hamish Campbell #26023: Missing signatures operator module http://bugs.python.org/issue26023 opened by Freddy Rietdijk #26024: Non-ascii Windows locale names http://bugs.python.org/issue26024 opened by vidartf #26025: Document pathlib.Path.__truediv__() http://bugs.python.org/issue26025 opened by brett.cannon #26027: Support Path objects in the posix module http://bugs.python.org/issue26027 opened by serhiy.storchaka #26029: Broken sentence in extending documentation http://bugs.python.org/issue26029 opened by sizeof #26030: Use PEP8 in documentation examples http://bugs.python.org/issue26030 opened by sizeof #26031: Add stat caching option to pathlib http://bugs.python.org/issue26031 opened by gvanrossum #26032: Use scandir() to speed up pathlib globbing http://bugs.python.org/issue26032 opened by gvanrossum #26033: distutils default compiler API is incomplete http://bugs.python.org/issue26033 opened by stefan #26034: venv documentation out of date http://bugs.python.org/issue26034 opened by dsadowski #26035: traceback.print_tb() takes `tb`, not `traceback` as a keyword http://bugs.python.org/issue26035 opened by Nicholas Chammas #26036: Unnecessary arguments on smtpd.SMTPServer http://bugs.python.org/issue26036 opened by sleepycal #26037: Crash when reading sys.stdin.buffer in a daemon thread http://bugs.python.org/issue26037 opened by eph #26038: zipfile cannot handle zip files where the archive size for a f http://bugs.python.org/issue26038 opened by Brett Rosen #26039: More flexibility in zipfile interface http://bugs.python.org/issue26039 opened by takluyver #26040: Improve coverage and rigour of test.test_math http://bugs.python.org/issue26040 opened by jeff.allen #26041: Update deprecation messages of platform.dist() and platform.li http://bugs.python.org/issue26041 opened by berker.peksag #26045: Improve error message for http.client when posting unicode str http://bugs.python.org/issue26045 opened by Emil Stenström #26049: Poor performance when reading large xmlrpc data http://bugs.python.org/issue26049 opened by pokoli Most recent 15 issues with no replies (15) ========================================== #26041: Update deprecation messages of platform.dist() and platform.li http://bugs.python.org/issue26041 #26040: Improve coverage and rigour of test.test_math http://bugs.python.org/issue26040 #26038: zipfile cannot handle zip files where the archive size for a f http://bugs.python.org/issue26038 #26034: venv documentation out of date http://bugs.python.org/issue26034 #26033: distutils default compiler API is incomplete http://bugs.python.org/issue26033 #26027: Support Path objects in the posix module http://bugs.python.org/issue26027 #26025: Document pathlib.Path.__truediv__() http://bugs.python.org/issue26025 #26018: documentation of ZipFile file name encoding http://bugs.python.org/issue26018 #26015: Add new tests for pickling iterators of mutable sequences http://bugs.python.org/issue26015 #26014: Guide users to the newer package install instructions http://bugs.python.org/issue26014 #26003: Issues with PyEval_InitThreads and PyGILState_Ensure http://bugs.python.org/issue26003 #26002: make statistics.median_grouped more efficient http://bugs.python.org/issue26002 #25993: Crashed when call time.time() after using _mm_xor_si64 http://bugs.python.org/issue25993 #25991: readline example eventually consumes all memory http://bugs.python.org/issue25991 #25989: documentation version switcher is broken fro 2.6, 3.2, 3.3 http://bugs.python.org/issue25989 Most recent 15 issues waiting for review (15) ============================================= #26049: Poor performance when reading large xmlrpc data http://bugs.python.org/issue26049 #26045: Improve error message for http.client when posting unicode str http://bugs.python.org/issue26045 #26039: More flexibility in zipfile interface http://bugs.python.org/issue26039 #26038: zipfile cannot handle zip files where the archive size for a f http://bugs.python.org/issue26038 #26035: traceback.print_tb() takes `tb`, not `traceback` as a keyword http://bugs.python.org/issue26035 #26031: Add stat caching option to pathlib http://bugs.python.org/issue26031 #26029: Broken sentence in extending documentation http://bugs.python.org/issue26029 #26020: set_display evaluation order doesn't match documented behaviou http://bugs.python.org/issue26020 #26019: collections.abc documentation incomplete http://bugs.python.org/issue26019 #26017: Update https://docs.python.org/3/installing/index.html to alwa http://bugs.python.org/issue26017 #26015: Add new tests for pickling iterators of mutable sequences http://bugs.python.org/issue26015 #26013: Pickle protocol 2.0 not loading in python 3.5 http://bugs.python.org/issue26013 #26010: document CO_* constants http://bugs.python.org/issue26010 #26002: make statistics.median_grouped more efficient http://bugs.python.org/issue26002 #26001: Tutorial: write() does not expect string in binary mode http://bugs.python.org/issue26001 Top 10 most discussed issues (10) ================================= #25958: Implicit ABCs have no means of "anti-registration" http://bugs.python.org/issue25958 25 msgs #22570: Better stdlib support for Path objects http://bugs.python.org/issue22570 17 msgs #25596: regular files handled as directories in the glob module http://bugs.python.org/issue25596 10 msgs #26007: Request for Support for Embedding the Standard Library in an E http://bugs.python.org/issue26007 10 msgs #19251: bitwise ops for bytes of equal length http://bugs.python.org/issue19251 9 msgs #22995: Restrict default pickleability http://bugs.python.org/issue22995 9 msgs #25940: SSL tests failed due to expired svn.python.org SSL certificate http://bugs.python.org/issue25940 9 msgs #25864: collections.abc.Mapping should include a __reversed__ that rai http://bugs.python.org/issue25864 7 msgs #26032: Use scandir() to speed up pathlib globbing http://bugs.python.org/issue26032 7 msgs #6500: urllib2 maximum recursion depth exceeded http://bugs.python.org/issue6500 6 msgs Issues closed (33) ================== #5501: Update multiprocessing docs re: freeze_support http://bugs.python.org/issue5501 closed by berker.peksag #16544: Add external link to ast docs http://bugs.python.org/issue16544 closed by orsenthil #18918: help('FILES') finds no documentation http://bugs.python.org/issue18918 closed by orsenthil #20440: Use the Py_SETREF macro http://bugs.python.org/issue20440 closed by serhiy.storchaka #20969: Author of EPUB version of Python docs is set to Unknown instea http://bugs.python.org/issue20969 closed by orsenthil #21221: Minor struct_time documentation bug http://bugs.python.org/issue21221 closed by orsenthil #21815: imaplib truncates some untagged responses http://bugs.python.org/issue21815 closed by r.david.murray #22709: restore accepting detached stdin in fileinput binary mode http://bugs.python.org/issue22709 closed by r.david.murray #24036: GB2312 codec is using a wrong covert table http://bugs.python.org/issue24036 closed by lemburg #24104: Use after free in xmlparser_setevents (2) http://bugs.python.org/issue24104 closed by serhiy.storchaka #24120: pathlib.(r)glob stops on PermissionDenied exception http://bugs.python.org/issue24120 closed by gvanrossum #24733: Logically Dead Code http://bugs.python.org/issue24733 closed by orsenthil #24898: Documentation for str.find() is confusing http://bugs.python.org/issue24898 closed by orsenthil #25637: Move non-collections-related ABCs out of collections.abc http://bugs.python.org/issue25637 closed by brett.cannon #25672: set SSL_MODE_RELEASE_BUFFERS http://bugs.python.org/issue25672 closed by python-dev #25813: co_flags section of inspect module docs out of date http://bugs.python.org/issue25813 closed by BreamoreBoy #25917: Fixing howto links in docs http://bugs.python.org/issue25917 closed by orsenthil #25990: Pydoc fails on Python file with nonlocal http://bugs.python.org/issue25990 closed by serhiy.storchaka #25997: Tarfile.add with bytes path is failing http://bugs.python.org/issue25997 closed by Patrik Dufresne #25999: Add support of negative number in bin() http://bugs.python.org/issue25999 closed by larry #26006: 32 bits python ctypes creates 64 bits process from 32 bits exe http://bugs.python.org/issue26006 closed by Artur Korobeynyk #26008: Different behaviour platform.linux_distribution() on Python2.7 http://bugs.python.org/issue26008 closed by eric.smith #26012: pathlib.Path().rglob() is fooled by symlink loops http://bugs.python.org/issue26012 closed by gvanrossum #26021: Missing IPv6 support for pypi.python.org http://bugs.python.org/issue26021 closed by dstufft #26022: string.replace(' ',' ') has to be called 2 times before it wo http://bugs.python.org/issue26022 closed by orsenthil #26026: True%2 is True http://bugs.python.org/issue26026 closed by SilentGhost #26028: .sort() Causing Strings to Be Listed on the same line http://bugs.python.org/issue26028 closed by SilentGhost #26042: Consider dropping magic number for more detailed .pyc file nam http://bugs.python.org/issue26042 closed by brett.cannon #26043: ON DELETE CASCADE does not work when using sqlite3 library http://bugs.python.org/issue26043 closed by Vitaminus Maximus #26044: Name mangling overrides externally defined names http://bugs.python.org/issue26044 closed by ethan.furman #26046: Typo in documentation of unittest http://bugs.python.org/issue26046 closed by python-dev #26047: argparse.ArgumentError documentation wrong http://bugs.python.org/issue26047 closed by SilentGhost #26048: New user in community http://bugs.python.org/issue26048 closed by ezio.melotti
participants (1)
-
Python tracker