[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Aug 26 12:08:44 EDT 2016


ACTIVITY SUMMARY (2016-08-19 - 2016-08-26) Python tracker at https://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 5606 (+12) closed 34018 (+53) total 39624 (+65)

Open issues with patches: 2436

Issues opened (44)

#12713: argparse: allow abbreviation of sub commands by users https://bugs.python.org/issue12713 reopened by zach.ware

#27803: ctypes automatic byref failing on custom classes attributes https://bugs.python.org/issue27803 opened by lepaperwan

#27805: In Python 3, open('/dev/stdout', 'a') raises OSError with errn https://bugs.python.org/issue27805 opened by hathawsh

#27806: 2.7 32-bit builds fail on future releases of OS X due to depen https://bugs.python.org/issue27806 opened by ned.deily

#27807: Prevent site-packages .pth files from causing test_site failur https://bugs.python.org/issue27807 opened by Rosuav

#27808: os.waitpid does not return (0,0) when child has not exited (Fr https://bugs.python.org/issue27808 opened by Casey Lucas

#27809: _PyObject_FastCall(): add support for keyword arguments https://bugs.python.org/issue27809 opened by haypo

#27810: Add METH_FASTCALL: new calling convention for C functions https://bugs.python.org/issue27810 opened by haypo

#27811: _PyGen_Finalize() should not fail with an exception https://bugs.python.org/issue27811 opened by arigo

#27812: PyFrameObject.f_gen can be left pointing to a dangling generat https://bugs.python.org/issue27812 opened by arigo

#27815: Make SSL suppress_ragged_eofs default more secure https://bugs.python.org/issue27815 opened by martin.panter

#27816: sock.proto does not reflect actual protocol https://bugs.python.org/issue27816 opened by christian.heimes

#27817: tkinter string variable misinterpreted as boolean https://bugs.python.org/issue27817 opened by Andreas Bolsch

#27818: Speed up number format spec parsing https://bugs.python.org/issue27818 opened by scoder

#27820: Possible bug in smtplib when initial_response_ok=False https://bugs.python.org/issue27820 opened by Dario D'Amico

#27822: Fail to create _SelectorTransport with unbound socket https://bugs.python.org/issue27822 opened by Paul McGuire

#27823: Change bare AttributeError messages to be more informative https://bugs.python.org/issue27823 opened by ebarry

#27824: update ConfigParser docs regarding in-line comments https://bugs.python.org/issue27824 opened by jahschwa

#27825: Make the documentation for statistics' data argument clearer. https://bugs.python.org/issue27825 opened by nedbat

#27827: pathlib is_reserved fails for some reserved paths on Windows https://bugs.python.org/issue27827 opened by eryksun

#27829: test.regrtest: changed environment variables are not logged https://bugs.python.org/issue27829 opened by haypo

#27830: Add _PyObject_FastCallKeywords(): avoid the creation of a temp https://bugs.python.org/issue27830 opened by haypo

#27831: Python 3.4.5 leaks memory when attempting to load non-existent https://bugs.python.org/issue27831 opened by geeknik

#27833: Process is locked when try to execute Queue.put() inside https://bugs.python.org/issue27833 opened by Guni

#27835: SystemExit in setUpClass etc. terminates test run https://bugs.python.org/issue27835 opened by alexander.sturm

#27838: test_os.test_chown() random failure on "AMD64 FreeBSD CURRENT https://bugs.python.org/issue27838 opened by haypo

#27839: "Python [...] calls sys.displayhook() on unhandled exceptions" https://bugs.python.org/issue27839 opened by jwilk

#27842: Order CSV header fields https://bugs.python.org/issue27842 opened by holdenweb

#27844: Python-3.6a4 build messages to stderr (on AIX and xlc compiler https://bugs.python.org/issue27844 opened by Michael.Felt

#27845: Optimize update_keyword_args() function https://bugs.python.org/issue27845 opened by haypo

#27846: Base64 expansion factor is 4 to 3, not 6 to 4 https://bugs.python.org/issue27846 opened by Jens.Jørgen.Mortensen

#27847: os.set_inheritable() looks to be broken on OpenIndiana, regres https://bugs.python.org/issue27847 opened by haypo

#27850: Remove 3DES from cipher list (sweet32 CVE-2016-2183) https://bugs.python.org/issue27850 opened by christian.heimes

#27853: Add title to examples in importlib docs https://bugs.python.org/issue27853 opened by brett.cannon

#27854: Installed 2.7: IDLE Help disabled because help.html is missing https://bugs.python.org/issue27854 opened by terry.reedy

#27855: 2to3: Wrong code output w/ has_key without trailing space https://bugs.python.org/issue27855 opened by rippey.e

#27859: argparse - subparsers does not retain namespace https://bugs.python.org/issue27859 opened by nickpapior

#27860: Improvements to ipaddress module https://bugs.python.org/issue27860 opened by moritzs

#27861: sqlite3 type confusion and multiple frees https://bugs.python.org/issue27861 opened by tehybel

#27863: multiple issues in _elementtree module https://bugs.python.org/issue27863 opened by tehybel

#27864: test_socket: unknown thread blocks forever on "AMD64 FreeBSD 9 https://bugs.python.org/issue27864 opened by haypo

#27865: WeakMethod does not support builtin methods https://bugs.python.org/issue27865 opened by Antony.Lee

#27866: ssl: get list of enabled ciphers https://bugs.python.org/issue27866 opened by christian.heimes

#27867: various issues due to misuse of PySlice_GetIndicesEx https://bugs.python.org/issue27867 opened by tehybel

Most recent 15 issues with no replies (15)

#27867: various issues due to misuse of PySlice_GetIndicesEx https://bugs.python.org/issue27867

#27866: ssl: get list of enabled ciphers https://bugs.python.org/issue27866

#27865: WeakMethod does not support builtin methods https://bugs.python.org/issue27865

#27864: test_socket: unknown thread blocks forever on "AMD64 FreeBSD 9 https://bugs.python.org/issue27864

#27860: Improvements to ipaddress module https://bugs.python.org/issue27860

#27859: argparse - subparsers does not retain namespace https://bugs.python.org/issue27859

#27854: Installed 2.7: IDLE Help disabled because help.html is missing https://bugs.python.org/issue27854

#27853: Add title to examples in importlib docs https://bugs.python.org/issue27853

#27844: Python-3.6a4 build messages to stderr (on AIX and xlc compiler https://bugs.python.org/issue27844

#27839: "Python [...] calls sys.displayhook() on unhandled exceptions" https://bugs.python.org/issue27839

#27835: SystemExit in setUpClass etc. terminates test run https://bugs.python.org/issue27835

#27827: pathlib is_reserved fails for some reserved paths on Windows https://bugs.python.org/issue27827

#27825: Make the documentation for statistics' data argument clearer. https://bugs.python.org/issue27825

#27815: Make SSL suppress_ragged_eofs default more secure https://bugs.python.org/issue27815

#27812: PyFrameObject.f_gen can be left pointing to a dangling generat https://bugs.python.org/issue27812

Most recent 15 issues waiting for review (15)

#27861: sqlite3 type confusion and multiple frees https://bugs.python.org/issue27861

#27860: Improvements to ipaddress module https://bugs.python.org/issue27860

#27850: Remove 3DES from cipher list (sweet32 CVE-2016-2183) https://bugs.python.org/issue27850

#27842: Order CSV header fields https://bugs.python.org/issue27842

#27835: SystemExit in setUpClass etc. terminates test run https://bugs.python.org/issue27835

#27830: Add _PyObject_FastCallKeywords(): avoid the creation of a temp https://bugs.python.org/issue27830

#27823: Change bare AttributeError messages to be more informative https://bugs.python.org/issue27823

#27822: Fail to create _SelectorTransport with unbound socket https://bugs.python.org/issue27822

#27818: Speed up number format spec parsing https://bugs.python.org/issue27818

#27812: PyFrameObject.f_gen can be left pointing to a dangling generat https://bugs.python.org/issue27812

#27811: _PyGen_Finalize() should not fail with an exception https://bugs.python.org/issue27811

#27809: _PyObject_FastCall(): add support for keyword arguments https://bugs.python.org/issue27809

#27807: Prevent site-packages .pth files from causing test_site failur https://bugs.python.org/issue27807

#27799: Fix base64-codec and bz2-codec incremental decoders https://bugs.python.org/issue27799

#27781: Change sys.getfilesystemencoding() on Windows to UTF-8 https://bugs.python.org/issue27781

Top 10 most discussed issues (10)

#27809: _PyObject_FastCall(): add support for keyword arguments https://bugs.python.org/issue27809 17 msgs

#27850: Remove 3DES from cipher list (sweet32 CVE-2016-2183) https://bugs.python.org/issue27850 14 msgs

#27128: Add _PyObject_FastCall() https://bugs.python.org/issue27128 12 msgs

#27643: test_ctypes fails on AIX with xlc https://bugs.python.org/issue27643 9 msgs

#27768: ssl: get CPU cap flags for AESNI and PCLMULQDQ https://bugs.python.org/issue27768 9 msgs

#27805: In Python 3, open('/dev/stdout', 'a') raises OSError with errn https://bugs.python.org/issue27805 9 msgs

#12319: [http.client] HTTPConnection.request not support "chunked" Tra https://bugs.python.org/issue12319 8 msgs

#25658: PyThread assumes pthread_key_t is an integer, which is against https://bugs.python.org/issue25658 7 msgs

#12713: argparse: allow abbreviation of sub commands by users https://bugs.python.org/issue12713 6 msgs

#25532: infinite loop when running inspect.unwrap over unittest.mock.c https://bugs.python.org/issue25532 6 msgs

Issues closed (50)

#2466: os.path.ismount doesn't work for mounts the user doesn't have https://bugs.python.org/issue2466 closed by r.david.murray

#6057: sqlite3 error classes should be documented https://bugs.python.org/issue6057 closed by berker.peksag

#12982: Document that importing .pyo files needs python -O https://bugs.python.org/issue12982 closed by berker.peksag

#19504: Change "customise" to "customize". https://bugs.python.org/issue19504 closed by rhettinger

#20124: The documentation for the atTime parameter of TimedRotatimeFil https://bugs.python.org/issue20124 closed by python-dev

#21718: sqlite3 cursor.description seems to rely on incomplete stateme https://bugs.python.org/issue21718 closed by berker.peksag

#23746: sysconfg.is_python_build() is buggy https://bugs.python.org/issue23746 closed by python-dev

#25564: Document that IDLE -python difference for del __builtins__ https://bugs.python.org/issue25564 closed by terry.reedy

#25604: [Minor] bug in integer true division algorithm https://bugs.python.org/issue25604 closed by mark.dickinson

#25916: wave module readframes now returns bytes not str https://bugs.python.org/issue25916 closed by r.david.murray

#26266: add classattribute to enum to handle non-Enum attributes https://bugs.python.org/issue26266 closed by ethan.furman

#26488: hashlib command line interface https://bugs.python.org/issue26488 closed by rhettinger

#26907: Add missing getsockopt constants https://bugs.python.org/issue26907 closed by r.david.murray

#26984: int() can return not exact int instance https://bugs.python.org/issue26984 closed by serhiy.storchaka

#27323: ncurses putwin() fails in test_module_funcs https://bugs.python.org/issue27323 closed by serhiy.storchaka

#27487: -m switch regression in Python 3.5.2 (under rare circumstances https://bugs.python.org/issue27487 closed by ncoghlan

#27539: negative Fraction ** negative int not normalized https://bugs.python.org/issue27539 closed by mark.dickinson

#27587: Issues, reported by PVS-Studio static analyzer https://bugs.python.org/issue27587 closed by berker.peksag

#27595: Document PEP 495 (Local Time Disambiguation) features https://bugs.python.org/issue27595 closed by python-dev

#27598: Add Collection to collections.abc and typing https://bugs.python.org/issue27598 closed by gvanrossum

#27614: Race in test_docxmlrpc.py https://bugs.python.org/issue27614 closed by martin.panter

#27662: Check against PY_SSIZE_T_MAX instead of PY_SIZE_MAX in List_Ne https://bugs.python.org/issue27662 closed by mark.dickinson

#27692: Clean serveral unnecessary NULL checks in exceptions.c https://bugs.python.org/issue27692 closed by serhiy.storchaka

#27713: Spurious "platform dependent libraries" warnings when running https://bugs.python.org/issue27713 closed by ned.deily

#27714: some test_idle tests are not re-runnable, producing false fail https://bugs.python.org/issue27714 closed by terry.reedy

#27782: Multi-phase extension module initialization, inconsistent exce https://bugs.python.org/issue27782 closed by ncoghlan

#27787: Avoid test_main() in test_httplib; gc.collect() dangling threa https://bugs.python.org/issue27787 closed by martin.panter

#27802: Add eq and ne to collections.abc.Sequence. https://bugs.python.org/issue27802 closed by gvanrossum

#27804: IDLE 3.5.2 crashes when typing ^ on keyboard https://bugs.python.org/issue27804 closed by ned.deily

#27813: When I assign for a item which list of single item https://bugs.python.org/issue27813 closed by martin.panter

#27814: contextlib.suppress: Add whitelist argument https://bugs.python.org/issue27814 closed by ncoghlan

#27819: Always distribute sdist packages as gztar. https://bugs.python.org/issue27819 closed by jason.coombs

#27821: IDLE custom keymaps don't work anymore (Windows, Python 3.6.0a https://bugs.python.org/issue27821 closed by terry.reedy

#27826: Null-pointer dereference in tuplehash() function https://bugs.python.org/issue27826 closed by rhettinger

#27828: Regression in http.cookies parsing with single key without val https://bugs.python.org/issue27828 closed by SilentGhost

#27832: fractions.Fraction with 3 arguments: error passes silently https://bugs.python.org/issue27832 closed by mark.dickinson

#27834: test_datetime fails on "x86 Gentoo Non-Debug with X 3.x" build https://bugs.python.org/issue27834 closed by belopolsky

#27836: VCRUNTIME140.DLL not found https://bugs.python.org/issue27836 closed by steve.dower

#27837: Logging Cookbook Improvement https://bugs.python.org/issue27837 closed by vinay.sajip

#27840: functools.partial: don't copy keywoard arguments in partial_ca https://bugs.python.org/issue27840 closed by ned.deily

#27841: Use fast call in method_call() and slot_tp_new() https://bugs.python.org/issue27841 closed by haypo

#27843: Spaces in filenames in setuptools https://bugs.python.org/issue27843 closed by brett.cannon

#27848: C function calls: use Py_ssize_t rather than C int for number https://bugs.python.org/issue27848 closed by haypo

#27849: Spam https://bugs.python.org/issue27849 closed by berker.peksag

#27851: re.sub() bug with IGNORECASE https://bugs.python.org/issue27851 closed by r.david.murray

#27852: itertools -> flatten_all() https://bugs.python.org/issue27852 closed by rhettinger

#27856: Issue while passing the parameter https://bugs.python.org/issue27856 closed by berker.peksag

#27857: n identical objects divide into m different groups https://bugs.python.org/issue27857 closed by terry.reedy

#27858: Add identity function to functools https://bugs.python.org/issue27858 closed by rhettinger

#27862: Make urllib.parse runnable as a script https://bugs.python.org/issue27862 closed by SilentGhost



More information about the Python-Dev mailing list