[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Nov 25 12:08:52 EST 2016
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Installing Python on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2016-11-18 - 2016-11-25) 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 5588 ( +4) closed 34971 (+62) total 40559 (+66)
Open issues with patches: 2421
Issues opened (40)
#10414: Python does not work on an IPv6 only host http://bugs.python.org/issue10414 reopened by gregory.p.smith
#27100: Attempting to use class with both enter & exit undefin http://bugs.python.org/issue27100 reopened by martin.panter
#28739: PEP 498: docstrings as f-strings http://bugs.python.org/issue28739 opened by yselivanov
#28740: Add sys.getandroidapilevel() http://bugs.python.org/issue28740 opened by haypo
#28742: argparse.ArgumentDefaultsHelpFormatter sometimes provides inac http://bugs.python.org/issue28742 opened by pde
#28747: Expose SSL_CTX_set_cert_verify_callback http://bugs.python.org/issue28747 opened by steve.dower
#28749: Fixed the documentation of the mapping codec APIs http://bugs.python.org/issue28749 opened by serhiy.storchaka
#28753: Clinic: Converting Your First Function is not up to date http://bugs.python.org/issue28753 opened by mdk
#28754: Argument Clinic for bisect.bisect_left http://bugs.python.org/issue28754 opened by mdk
#28755: Rework syntax highlighing in howto/clinic.rst http://bugs.python.org/issue28755 opened by mdk
#28758: UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in posi http://bugs.python.org/issue28758 opened by dontbugme
#28759: access to mkfifo, mknod and hard links is controled by SELinux http://bugs.python.org/issue28759 opened by xdegaye
#28762: configure links with lockf and F_LOCK is not declared in Andro http://bugs.python.org/issue28762 opened by xdegaye
#28763: Use en-dashes for ranges in docs http://bugs.python.org/issue28763 opened by serhiy.storchaka
#28764: test_mailbox fails when run as a non-root user on Android API http://bugs.python.org/issue28764 opened by xdegaye
#28765: _sre.compile(): be more strict on types of indexgroup and grou http://bugs.python.org/issue28765 opened by haypo
#28767: Readd index support on ipaddress objects http://bugs.python.org/issue28767 opened by josh.r
#28768: Warning: implicit declaration of function '_setmode' http://bugs.python.org/issue28768 opened by masamoto
#28769: Make PyUnicode_AsUTF8 returning "const char *" rather of "char http://bugs.python.org/issue28769 opened by serhiy.storchaka
#28770: Update python-gdb.py for fastcalls http://bugs.python.org/issue28770 opened by haypo
#28771: Update documented signatures of tp_get/setattr http://bugs.python.org/issue28771 opened by martin.panter
#28775: Option to set startup directory in IDLE http://bugs.python.org/issue28775 opened by rhettinger
#28777: asinc iter queue http://bugs.python.org/issue28777 opened by RekGRpth
#28778: wsgiref HTTP Response Header Injection: CRLF Injection http://bugs.python.org/issue28778 opened by RAUSHAN RAJ
#28779: set_forkserver_preload() can crash the forkserver if preloaded http://bugs.python.org/issue28779 opened by pitrou
#28780: netrc throws NetrcParseError for record without 'password' http://bugs.python.org/issue28780 opened by Mark Wood
#28781: On Installation of 3.5 Python get error message http://bugs.python.org/issue28781 opened by Marcopolo
#28784: shlex.shlex punctuation_chars documentation should use posix=T http://bugs.python.org/issue28784 opened by evan_
#28785: Clarify the behavior of NotImplemented http://bugs.python.org/issue28785 opened by max
#28787: Out of tree --with--dtrace builds fail with a traceback http://bugs.python.org/issue28787 opened by cstratak
#28788: Feature request: ConfigParser should be able to write config t http://bugs.python.org/issue28788 opened by georgefischhof
#28789: valgrind shows "invalid file descriptor" when calling platform http://bugs.python.org/issue28789 opened by Mathieu_Du
#28790: Error when using Generic and slots http://bugs.python.org/issue28790 opened by gvanrossum
#28791: update sqlite to 3.15.2 http://bugs.python.org/issue28791 opened by Big Stone
#28794: inspect.isasyncgen and inspect.isasyncgenfunction aren't docum http://bugs.python.org/issue28794 opened by njs
#28795: Misleading stating, that SIGINT handler is installed by defaul http://bugs.python.org/issue28795 opened by Jan Velecký
#28797: Modifying class dict inside set_name http://bugs.python.org/issue28797 opened by Wombatz
#28799: Drop CALL_PROFILE special build? http://bugs.python.org/issue28799 opened by haypo
#28800: Add RETURN_NONE bytecode instruction http://bugs.python.org/issue28800 opened by haypo
#28802: Python 3.6.0b4 Reports ncurses present in Cygwin but fails to http://bugs.python.org/issue28802 opened by eclectic9509
Most recent 15 issues with no replies (15)
#28802: Python 3.6.0b4 Reports ncurses present in Cygwin but fails to http://bugs.python.org/issue28802
#28799: Drop CALL_PROFILE special build? http://bugs.python.org/issue28799
#28791: update sqlite to 3.15.2 http://bugs.python.org/issue28791
#28790: Error when using Generic and slots http://bugs.python.org/issue28790
#28789: valgrind shows "invalid file descriptor" when calling platform http://bugs.python.org/issue28789
#28788: Feature request: ConfigParser should be able to write config t http://bugs.python.org/issue28788
#28787: Out of tree --with--dtrace builds fail with a traceback http://bugs.python.org/issue28787
#28784: shlex.shlex punctuation_chars documentation should use posix=T http://bugs.python.org/issue28784
#28780: netrc throws NetrcParseError for record without 'password' http://bugs.python.org/issue28780
#28778: wsgiref HTTP Response Header Injection: CRLF Injection http://bugs.python.org/issue28778
#28777: asinc iter queue http://bugs.python.org/issue28777
#28762: configure links with lockf and F_LOCK is not declared in Andro http://bugs.python.org/issue28762
#28759: access to mkfifo, mknod and hard links is controled by SELinux http://bugs.python.org/issue28759
#28758: UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in posi http://bugs.python.org/issue28758
#28755: Rework syntax highlighing in howto/clinic.rst http://bugs.python.org/issue28755
Most recent 15 issues waiting for review (15)
#28800: Add RETURN_NONE bytecode instruction http://bugs.python.org/issue28800
#28799: Drop CALL_PROFILE special build? http://bugs.python.org/issue28799
#28797: Modifying class dict inside set_name http://bugs.python.org/issue28797
#28794: inspect.isasyncgen and inspect.isasyncgenfunction aren't docum http://bugs.python.org/issue28794
#28787: Out of tree --with--dtrace builds fail with a traceback http://bugs.python.org/issue28787
#28779: set_forkserver_preload() can crash the forkserver if preloaded http://bugs.python.org/issue28779
#28771: Update documented signatures of tp_get/setattr http://bugs.python.org/issue28771
#28770: Update python-gdb.py for fastcalls http://bugs.python.org/issue28770
#28769: Make PyUnicode_AsUTF8 returning "const char *" rather of "char http://bugs.python.org/issue28769
#28768: Warning: implicit declaration of function '_setmode' http://bugs.python.org/issue28768
#28765: _sre.compile(): be more strict on types of indexgroup and grou http://bugs.python.org/issue28765
#28764: test_mailbox fails when run as a non-root user on Android API http://bugs.python.org/issue28764
#28763: Use en-dashes for ranges in docs http://bugs.python.org/issue28763
#28762: configure links with lockf and F_LOCK is not declared in Andro http://bugs.python.org/issue28762
#28759: access to mkfifo, mknod and hard links is controled by SELinux http://bugs.python.org/issue28759
Top 10 most discussed issues (10)
#28765: _sre.compile(): be more strict on types of indexgroup and grou http://bugs.python.org/issue28765 15 msgs
#28747: Expose SSL_CTX_set_cert_verify_callback http://bugs.python.org/issue28747 13 msgs
#27100: Attempting to use class with both enter & exit undefin http://bugs.python.org/issue27100 12 msgs
#28740: Add sys.getandroidapilevel() http://bugs.python.org/issue28740 12 msgs
#28754: Argument Clinic for bisect.bisect_left http://bugs.python.org/issue28754 11 msgs
#28763: Use en-dashes for ranges in docs http://bugs.python.org/issue28763 11 msgs
#28753: Clinic: Converting Your First Function is not up to date http://bugs.python.org/issue28753 10 msgs
#28518: execute("begin immediate") throwing OperationalError http://bugs.python.org/issue28518 9 msgs
#28728: test_host_resolution in test_socket fails http://bugs.python.org/issue28728 8 msgs
#28739: PEP 498: docstrings as f-strings http://bugs.python.org/issue28739 8 msgs
Issues closed (57)
#5384: mmap and exception type http://bugs.python.org/issue5384 closed by rhettinger
#10656: "Out of tree" build fails on AIX http://bugs.python.org/issue10656 closed by martin.panter
#17528: Implement dumps/loads for lru_cache http://bugs.python.org/issue17528 closed by rhettinger
#17577: Add lookahead/peek wrapper to itertools http://bugs.python.org/issue17577 closed by rhettinger
#22298: Lib/warnings.py _show_warning does not protect against being c http://bugs.python.org/issue22298 closed by terry.reedy
#23106: Remove smalltable from set objects http://bugs.python.org/issue23106 closed by rhettinger
#25659: ctypes.Array.from_buffer segmentation fault when trying to cre http://bugs.python.org/issue25659 closed by martin.panter
#26530: tracemalloc: add C API to manually track/untrack memory alloca http://bugs.python.org/issue26530 closed by haypo
#26647: ceval: use Wordcode, 16-bit bytecode http://bugs.python.org/issue26647 closed by haypo
#27414: http.server.BaseHTTPRequestHandler inconsistence with Content- http://bugs.python.org/issue27414 closed by haypo
#27825: Make the documentation for statistics' data argument clearer. http://bugs.python.org/issue27825 closed by rhettinger
#28004: Optimize bytes.join(sequence) http://bugs.python.org/issue28004 closed by haypo
#28023: python-gdb.py must be updated for the new Python 3.6 compact d http://bugs.python.org/issue28023 closed by inada.naoki
#28082: re: convert re flags to (much friendlier) IntFlag constants http://bugs.python.org/issue28082 closed by python-dev
#28172: Upper-case all example enum members http://bugs.python.org/issue28172 closed by python-dev
#28475: Misleading error on random.sample when k < 0 http://bugs.python.org/issue28475 closed by rhettinger
#28532: Show sys.version when -V option is supplied twice. http://bugs.python.org/issue28532 closed by inada.naoki
#28548: http.server parse_request() bug and error reporting http://bugs.python.org/issue28548 closed by martin.panter
#28587: list.index documentation missing start and stop arguments http://bugs.python.org/issue28587 closed by rhettinger
#28666: Make test.support.rmtree() able to remove non-writable directo http://bugs.python.org/issue28666 closed by serhiy.storchaka
#28687: Python 2.7.12 windows x64 installer fails after previous bad u http://bugs.python.org/issue28687 closed by steve.dower
#28688: Warning -- warnings.filters was modified by test_warnings http://bugs.python.org/issue28688 closed by martin.panter
#28705: Clean up design FAQ question about compiling to C http://bugs.python.org/issue28705 closed by brett.cannon
#28714: Addition to Documentation of configparser.ConfigParser.write() http://bugs.python.org/issue28714 closed by georgefischhof
#28715: Check result of PyUnicode_AsUTF8 http://bugs.python.org/issue28715 closed by serhiy.storchaka
#28722: doctest example exit status http://bugs.python.org/issue28722 closed by berker.peksag
#28727: Implement comparison (x==y and x!=y) for _sre.SRE_Pattern http://bugs.python.org/issue28727 closed by haypo
#28732: spawnl crash on windows7 http://bugs.python.org/issue28732 closed by steve.dower
#28736: multiprocessing.Lock() no longer has .acquire() http://bugs.python.org/issue28736 closed by Eric Leadbetter
#28738: Document SIGBREAK as argument for signal() under Windows. http://bugs.python.org/issue28738 closed by berker.peksag
#28741: PEP 498: single '}' is not allowed http://bugs.python.org/issue28741 closed by eric.smith
#28743: test_choices_algorithms() in test_random uses lots of memory http://bugs.python.org/issue28743 closed by rhettinger
#28744: Basic precision calc error http://bugs.python.org/issue28744 closed by zach.ware
#28745: Python 3.5.2 "from ... import" statement is different from off http://bugs.python.org/issue28745 closed by eric.smith
#28746: cannot set_inheritable() for a file descriptor on Android http://bugs.python.org/issue28746 closed by xdegaye
#28748: Make _Py_PackageContext of type "const char *" http://bugs.python.org/issue28748 closed by serhiy.storchaka
#28750: Replace string with bytes in doc of unicode-escape an raw-unic http://bugs.python.org/issue28750 closed by serhiy.storchaka
#28751: Fix comments in code.h http://bugs.python.org/issue28751 closed by rhettinger
#28752: datetime object fails to restore from reduction http://bugs.python.org/issue28752 closed by belopolsky
#28756: robotfileparser always uses default Python user-agent http://bugs.python.org/issue28756 closed by xiang.zhang
#28757: Installation Failure http://bugs.python.org/issue28757 closed by eric.smith
#28760: Cleanup PyUnicode_AsUnicodeEscapeString http://bugs.python.org/issue28760 closed by serhiy.storchaka
#28761: Add the const qualifier to fields name and doc of public struc http://bugs.python.org/issue28761 closed by serhiy.storchaka
#28766: Remove the semicolon in source code http://bugs.python.org/issue28766 closed by martin.panter
#28772: Bus error in Python 3.6.0beta http://bugs.python.org/issue28772 closed by Stefan Scherfke
#28773: typing.FrozenSet missing in documentation. http://bugs.python.org/issue28773 closed by gvanrossum
#28774: Better start and end position for unicodeerror in unicode_enco http://bugs.python.org/issue28774 closed by serhiy.storchaka
#28776: Duplicate method names should be an error http://bugs.python.org/issue28776 closed by rhettinger
#28782: SEGFAULT when running a given coroutine http://bugs.python.org/issue28782 closed by haypo
#28783: Embedded/nuget packages incorrectly reference bdist_wininst http://bugs.python.org/issue28783 closed by steve.dower
#28786: Warnings in Misc/NEWS http://bugs.python.org/issue28786 closed by SilentGhost
#28792: bisect: implement aliases in Python, remove C aliases http://bugs.python.org/issue28792 closed by haypo
#28793: Copy-paste error in collections.abc docs for AsyncGenerator http://bugs.python.org/issue28793 closed by berker.peksag
#28796: FIX warnings in documentation build http://bugs.python.org/issue28796 closed by berker.peksag
#28798: Describe character as a string of length one instead of size o http://bugs.python.org/issue28798 closed by rhettinger
#28801: configparser: before_get() method of class Interpolation has p http://bugs.python.org/issue28801 closed by r.david.murray
#28803: Python 3.6.0b4 Reports ncurses present in Cygwin but fails to http://bugs.python.org/issue28803 closed by berker.peksag
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Installing Python on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]