
ACTIVITY SUMMARY (2016-05-20 - 2016-05-27) 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 5529 (+25) closed 33364 (+42) total 38893 (+67)
Open issues with patches: 2400
Issues opened (46) ==================
#16858: tarfile silently hides errors http://bugs.python.org/issue16858 reopened by mmarkk
#26915: Test identity first in membership operation of ItemsView, Valu http://bugs.python.org/issue26915 reopened by xiang.zhang
#27067: Improve curses tests http://bugs.python.org/issue27067 reopened by martin.panter
#27072: random.getrandbits is limited to 2**31-1 bits on 64-bit Window http://bugs.python.org/issue27072 opened by Steven.Barker
#27073: redundant checks in long_add and long_sub http://bugs.python.org/issue27073 opened by Oren Milman
#27074: Confusing text about __all__ in __init__.py in tutorial http://bugs.python.org/issue27074 opened by ztane
#27078: Make f'' strings faster than .format: BUILD_STRING opcode? http://bugs.python.org/issue27078 opened by ztane
#27079: Bugs in curses.ascii predicates http://bugs.python.org/issue27079 opened by serhiy.storchaka
#27080: Implement the formatting part of PEP 515, '_' in numeric liter http://bugs.python.org/issue27080 opened by eric.smith
#27081: Multiprocessing is not robust against sys.stderr changes invol http://bugs.python.org/issue27081 opened by ppperry
#27083: PYTHONCASEOK is ignored on Windows http://bugs.python.org/issue27083 opened by eryksun
#27084: Add dir_fd and follow_symlinks kwargs to os.listdir and os.sca http://bugs.python.org/issue27084 opened by abacabadabacaba
#27085: Make it possible to select return type for os.listdir http://bugs.python.org/issue27085 opened by abacabadabacaba
#27086: Add closefd argument to os.listdir http://bugs.python.org/issue27086 opened by abacabadabacaba
#27088: doc: select: epoll.poll: incorrect timeout units, missing maxe http://bugs.python.org/issue27088 opened by fordsfords
#27095: Simplify MAKE_FUNCTION http://bugs.python.org/issue27095 opened by Demur Rumed
#27099: IDLE: turn builting extensions into regular modules http://bugs.python.org/issue27099 opened by terry.reedy
#27100: Attempting to use class with both __enter__ & __exit__ undefin http://bugs.python.org/issue27100 opened by ellingtonjp
#27101: Compilation of python (modules) for foreign target platform pr http://bugs.python.org/issue27101 opened by complement
#27103: regrtest: capture stdout (-W) option is incompatible with refl http://bugs.python.org/issue27103 opened by haypo
#27105: cgi.__all__ is incomplete http://bugs.python.org/issue27105 opened by Unit03
#27106: configparser.__all__ is incomplete http://bugs.python.org/issue27106 opened by Unit03
#27107: mailbox.__all__ list is incomplete http://bugs.python.org/issue27107 opened by Unit03
#27108: mimetypes.__all__ list is incomplete http://bugs.python.org/issue27108 opened by Unit03
#27109: plistlib.__all__ list is incomplete http://bugs.python.org/issue27109 opened by Unit03
#27110: smtpd.__all__ list is incomplete http://bugs.python.org/issue27110 opened by Unit03
#27111: redundant variables in long_add and long_sub http://bugs.python.org/issue27111 opened by Oren Milman
#27112: tokenize.__all__ list is incomplete http://bugs.python.org/issue27112 opened by Unit03
#27113: sqlite3 connect parameter "check_same_thread" not documented http://bugs.python.org/issue27113 opened by Dave Sawyer
#27115: IDLE/tkinter: in simpledialog, <Return> != [OK] click http://bugs.python.org/issue27115 opened by terry.reedy
#27117: turtledemo does not work with IDLE's new dark theme. http://bugs.python.org/issue27117 opened by terry.reedy
#27119: `compile` doesn't compile into an AST object as specified http://bugs.python.org/issue27119 opened by leewz
#27121: imghdr does not support jpg files with Lavc bytes http://bugs.python.org/issue27121 opened by René Løwe Jacobsen
#27122: Hang with contextlib.ExitStack and subprocess.Popen (regressio http://bugs.python.org/issue27122 opened by Valentin David
#27123: Allow `install_headers` command to follow specific directory s http://bugs.python.org/issue27123 opened by sylvain.corlay
#27124: binascii.a2b_hex raises binascii.Error and ValueError, not Typ http://bugs.python.org/issue27124 opened by Lennart Grahl
#27125: Typo in Python 2 multiprocessing documentation http://bugs.python.org/issue27125 opened by phx
#27126: Apple-supplied libsqlite3 on OS X is not fork safe; can cause http://bugs.python.org/issue27126 opened by evan.jones@bluecore.com
#27127: Never have GET_ITER not followed by FOR_ITER http://bugs.python.org/issue27127 opened by Demur Rumed
#27128: Add _PyObject_FastCall() http://bugs.python.org/issue27128 opened by haypo
#27129: Wordcode, part 2 http://bugs.python.org/issue27129 opened by serhiy.storchaka
#27130: zlib: OverflowError while trying to compress 2^32 bytes or mor http://bugs.python.org/issue27130 opened by Klamann
#27131: Unit test random shuffle http://bugs.python.org/issue27131 opened by jonathan.kross
#27132: New assert method that checks an error message for a list of s http://bugs.python.org/issue27132 opened by maciej.szulik
#27133: python 3.5.1 will not compile because libffi module uses wrong http://bugs.python.org/issue27133 opened by blastwave
#27136: sock_connect fails for bluetooth (and probably others) http://bugs.python.org/issue27136 opened by pyptr2
Most recent 15 issues with no replies (15) ==========================================
#27123: Allow `install_headers` command to follow specific directory s http://bugs.python.org/issue27123
#27121: imghdr does not support jpg files with Lavc bytes http://bugs.python.org/issue27121
#27117: turtledemo does not work with IDLE's new dark theme. http://bugs.python.org/issue27117
#27115: IDLE/tkinter: in simpledialog, <Return> != [OK] click http://bugs.python.org/issue27115
#27111: redundant variables in long_add and long_sub http://bugs.python.org/issue27111
#27109: plistlib.__all__ list is incomplete http://bugs.python.org/issue27109
#27103: regrtest: capture stdout (-W) option is incompatible with refl http://bugs.python.org/issue27103
#27088: doc: select: epoll.poll: incorrect timeout units, missing maxe http://bugs.python.org/issue27088
#27080: Implement the formatting part of PEP 515, '_' in numeric liter http://bugs.python.org/issue27080
#27079: Bugs in curses.ascii predicates http://bugs.python.org/issue27079
#27074: Confusing text about __all__ in __init__.py in tutorial http://bugs.python.org/issue27074
#27038: Make os.DirEntry exist http://bugs.python.org/issue27038
#27030: Remove deprecated re features http://bugs.python.org/issue27030
#27021: It is not documented that os.writev() suffer from SC_IOV_MAX http://bugs.python.org/issue27021
#27019: Reduce marshal stack depth for 2.7 on Windows debug build http://bugs.python.org/issue27019
Most recent 15 issues waiting for review (15) =============================================
#27136: sock_connect fails for bluetooth (and probably others) http://bugs.python.org/issue27136
#27131: Unit test random shuffle http://bugs.python.org/issue27131
#27129: Wordcode, part 2 http://bugs.python.org/issue27129
#27128: Add _PyObject_FastCall() http://bugs.python.org/issue27128
#27127: Never have GET_ITER not followed by FOR_ITER http://bugs.python.org/issue27127
#27125: Typo in Python 2 multiprocessing documentation http://bugs.python.org/issue27125
#27124: binascii.a2b_hex raises binascii.Error and ValueError, not Typ http://bugs.python.org/issue27124
#27113: sqlite3 connect parameter "check_same_thread" not documented http://bugs.python.org/issue27113
#27112: tokenize.__all__ list is incomplete http://bugs.python.org/issue27112
#27111: redundant variables in long_add and long_sub http://bugs.python.org/issue27111
#27110: smtpd.__all__ list is incomplete http://bugs.python.org/issue27110
#27109: plistlib.__all__ list is incomplete http://bugs.python.org/issue27109
#27108: mimetypes.__all__ list is incomplete http://bugs.python.org/issue27108
#27107: mailbox.__all__ list is incomplete http://bugs.python.org/issue27107
#27106: configparser.__all__ is incomplete http://bugs.python.org/issue27106
Top 10 most discussed issues (10) =================================
#26647: ceval: use Wordcode, 16-bit bytecode http://bugs.python.org/issue26647 23 msgs
#27067: Improve curses tests http://bugs.python.org/issue27067 13 msgs
#26632: __all__ decorator http://bugs.python.org/issue26632 9 msgs
#27051: Create PIP gui http://bugs.python.org/issue27051 9 msgs
#24225: Idlelib: changing file names http://bugs.python.org/issue24225 8 msgs
#27122: Hang with contextlib.ExitStack and subprocess.Popen (regressio http://bugs.python.org/issue27122 8 msgs
#27085: Make it possible to select return type for os.listdir http://bugs.python.org/issue27085 6 msgs
#18373: let code force str(bytes) to raise an exception http://bugs.python.org/issue18373 5 msgs
#27032: Remove deprecated html.parser.HTMLParser.unescape() http://bugs.python.org/issue27032 5 msgs
#27072: random.getrandbits is limited to 2**31-1 bits on 64-bit Window http://bugs.python.org/issue27072 5 msgs
Issues closed (41) ==================
#5187: distutils upload should prompt for the user/password too http://bugs.python.org/issue5187 closed by berker.peksag
#5784: raw deflate format and zlib module http://bugs.python.org/issue5784 closed by martin.panter
#7159: Urllib2 authentication memory. http://bugs.python.org/issue7159 closed by terry.reedy
#13615: setup.py register fails with -r argument http://bugs.python.org/issue13615 closed by berker.peksag
#16509: sqlite3 docs do not explain check_same_thread http://bugs.python.org/issue16509 closed by berker.peksag
#18383: test_warnings modifies warnings.filters when running with "-W http://bugs.python.org/issue18383 closed by martin.panter
#23026: Winreg module doesn't support REG_QWORD, small DWORD doc updat http://bugs.python.org/issue23026 closed by python-dev
#25823: Speed-up oparg decoding on little-endian machines http://bugs.python.org/issue25823 closed by serhiy.storchaka
#26168: Py_BuildValue may leak 'N' arguments on PyTuple_New failure http://bugs.python.org/issue26168 closed by serhiy.storchaka
#26306: Can't create abstract tuple http://bugs.python.org/issue26306 closed by r.david.murray
#26742: imports in test_warnings changes warnings.filters http://bugs.python.org/issue26742 closed by martin.panter
#26816: Make concurrent.futures.Executor an abc http://bugs.python.org/issue26816 closed by xiang.zhang
#26877: tarfile use wrong code when read from fileobj http://bugs.python.org/issue26877 closed by mmarkk
#27054: Python installation problem: No module named 'encodings' http://bugs.python.org/issue27054 closed by steve.dower
#27060: Documentation of assertItemsEqual in unittest is VERY misleadi http://bugs.python.org/issue27060 closed by terry.reedy
#27063: Some unittest loader tests are silently skipped by mistake http://bugs.python.org/issue27063 closed by serhiy.storchaka
#27064: Make py.exe default to Python 3 when used interactively http://bugs.python.org/issue27064 closed by paul.moore
#27070: Add ability to freeze (seal) mutable objects http://bugs.python.org/issue27070 closed by eric.smith
#27071: unittest.TestCase.assertCountEqual is a very misleading name http://bugs.python.org/issue27071 closed by r.david.murray
#27075: Link to StreamReader/Writer from codecs.getreader/writer http://bugs.python.org/issue27075 closed by berker.peksag
#27076: Doc and comment spelling fixes http://bugs.python.org/issue27076 closed by martin.panter
#27077: test_port_parameter_types fails with BytesWarning http://bugs.python.org/issue27077 closed by berker.peksag
#27082: IDLE seriously degrades during and after printing large single http://bugs.python.org/issue27082 closed by terry.reedy
#27087: unable to use socket send and sendall due to type error http://bugs.python.org/issue27087 closed by eric.smith
#27089: I think this is a small bug in urlparse.py http://bugs.python.org/issue27089 closed by berker.peksag
#27090: Python 3 import error after installation http://bugs.python.org/issue27090 closed by zach.ware
#27091: Python IDLE doesn't like 💙 http://bugs.python.org/issue27091 closed by eryksun
#27092: ord() raises TypeError on string/bytes input http://bugs.python.org/issue27092 closed by cwr
#27093: Silence warning in cjkcodecs.h http://bugs.python.org/issue27093 closed by python-dev
#27094: Floating Point Printing Error with 2+.8553 or 3+.8553 http://bugs.python.org/issue27094 closed by r.david.murray
#27096: Ability to get random bytes from random.Random (as with os.ura http://bugs.python.org/issue27096 closed by rhettinger
#27097: ceval: Wordcode follow up, explicit unsigned short read http://bugs.python.org/issue27097 closed by serhiy.storchaka
#27098: Pickle of memoryview not raising error http://bugs.python.org/issue27098 closed by serhiy.storchaka
#27102: Spam http://bugs.python.org/issue27102 closed by zach.ware
#27104: enable-framework http://bugs.python.org/issue27104 closed by alexandra.beebe@gmail.com
#27114: SSLContext._load_windows_store_certs fails with PermissionErro http://bugs.python.org/issue27114 closed by steve.dower
#27116: Documentation for regular expression alphanumeric matching are http://bugs.python.org/issue27116 closed by zach.ware
#27118: Several Py_XDE/INCREFs in typeobject.c are not necessary http://bugs.python.org/issue27118 closed by serhiy.storchaka
#27120: xmllib unable to parse in UTF8 format http://bugs.python.org/issue27120 closed by serhiy.storchaka
#27134: allow str(bytes) raises an exception to be controlled programm http://bugs.python.org/issue27134 closed by dholth
#27135: nested list produced with multiplication is linked to the same http://bugs.python.org/issue27135 closed by benjamin.peterson
participants (1)
-
Python tracker