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

Python tracker status at bugs.python.org
Fri Sep 16 12:08:50 EDT 2016


ACTIVITY SUMMARY (2016-09-09 - 2016-09-16) 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 5507 (-61) closed 34432 (+199) total 39939 (+138)

Open issues with patches: 2367

Issues opened (82)

#15369: pybench and test.pystone poorly documented http://bugs.python.org/issue15369 reopened by haypo

#21009: Potential deadlock in concurrent futures when garbage collecti http://bugs.python.org/issue21009 reopened by davin

#22493: Deprecate the use of flags not at the start of regular express http://bugs.python.org/issue22493 reopened by serhiy.storchaka

#24254: Make class definition namespace ordered by default http://bugs.python.org/issue24254 reopened by ncoghlan

#25573: FrameSummary repr() does not support previously working uses o http://bugs.python.org/issue25573 reopened by r.david.murray

#26502: traceback.extract_tb breaks compatibility by returning FrameSu http://bugs.python.org/issue26502 reopened by r.david.murray

#28027: Remove Lib/plat-/ files http://bugs.python.org/issue28027 reopened by doko

#28046: Remove the concept of platform-specific directories http://bugs.python.org/issue28046 opened by zach.ware

#28050: test_traceback is broken by new CALL_FUNCTION* opcodes http://bugs.python.org/issue28050 opened by haypo

#28052: clarify concurrent.futures docs to not refer to async Futures http://bugs.python.org/issue28052 opened by davin

#28053: parameterize what serialization is used in multiprocessing http://bugs.python.org/issue28053 opened by davin

#28054: Diff for visually comparing actual with expected in mock.asser http://bugs.python.org/issue28054 opened by Eli Rose

#28055: pyhash's siphash24 assumes alignment of the data pointer http://bugs.python.org/issue28055 opened by doko

#28058: [Patch] Don't use st_uid and st_gid on CloudABI http://bugs.python.org/issue28058 opened by EdSchouten

#28060: Clean up division fast paths in Objects/longobject.c http://bugs.python.org/issue28060 opened by mark.dickinson

#28062: Streamline repr(partial object) http://bugs.python.org/issue28062 opened by ebarry

#28068: Error in freeze.py due to unguarded sys.abiflags usage under W http://bugs.python.org/issue28068 opened by gevorg

#28069: signalmodule.c does "is" comparisons for SIG_IGN and SIG_DFL http://bugs.python.org/issue28069 opened by mark.dickinson

#28074: Add Configuration file parser action http://bugs.python.org/issue28074 opened by Chris Nyland

#28075: os.stat fails when access is denied http://bugs.python.org/issue28075 opened by ramson

#28080: Allow reading member names with bogus encodings in zipfile http://bugs.python.org/issue28080 opened by sjt

#28082: re: convert re flags to (much friendlier) IntFlag constants http://bugs.python.org/issue28082 opened by ethan.furman

#28083: socket: finish constant to Enum/Flag conversion http://bugs.python.org/issue28083 opened by ethan.furman

#28085: SSL: Add client and server protocols for SSLContext http://bugs.python.org/issue28085 opened by christian.heimes

#28086: test.test_getargs2.TupleSubclass test failure http://bugs.python.org/issue28086 opened by rbcollins

#28087: macOS 12 poll syscall returns prematurely http://bugs.python.org/issue28087 opened by MicroTransactionsMatterToo

#28088: Document Transport.set_protocol and get_protocol http://bugs.python.org/issue28088 opened by yselivanov

#28089: Document TCP_NODELAY by default http://bugs.python.org/issue28089 opened by yselivanov

#28090: Document PEP 530 http://bugs.python.org/issue28090 opened by yselivanov

#28091: Document PEP 525 http://bugs.python.org/issue28091 opened by yselivanov

#28092: Build failure for 3.6 on Centos 5.11 http://bugs.python.org/issue28092 opened by steven.daprano

#28095: test_startup_imports of test_site fails on OS X due to new imp http://bugs.python.org/issue28095 opened by ned.deily

#28097: IDLE: document all key bindings, add menu items for more. http://bugs.python.org/issue28097 opened by terry.reedy

#28099: Drop Mac OS X Tiger support in Python 3.6 http://bugs.python.org/issue28099 opened by haypo

#28100: Refactor error messages in symtable.c http://bugs.python.org/issue28100 opened by levkivskyi

#28107: Update typing module dicumentation for NamedTuple http://bugs.python.org/issue28107 opened by levkivskyi

#28108: Python configure fails to detect tzname on platforms that have http://bugs.python.org/issue28108 opened by belopolsky

#28110: launcher.msi has different product codes between 32 and 64-bit http://bugs.python.org/issue28110 opened by steve.dower

#28111: geometric_mean can raise OverflowError when checking for inf http://bugs.python.org/issue28111 opened by steven.daprano

#28113: Remove Py_CreateSymbolicLinkW http://bugs.python.org/issue28113 opened by eryksun

#28115: Use argparse for the zipfile module http://bugs.python.org/issue28115 opened by serhiy.storchaka

#28117: warning: dereferencing type-punned pointer will break strict-a http://bugs.python.org/issue28117 opened by serhiy.storchaka

#28121: If module starts with comment or empty line then frame.f_code. http://bugs.python.org/issue28121 opened by Aivar.Annamaa

#28123: _PyDict_GetItem_KnownHash ignores DKIX_ERROR return http://bugs.python.org/issue28123 opened by xiang.zhang

#28124: Rework SSL module documentation http://bugs.python.org/issue28124 opened by christian.heimes

#28125: identify cross builds by a more generic environment setting. http://bugs.python.org/issue28125 opened by doko

#28128: Improve the warning message for invalid escape sequences http://bugs.python.org/issue28128 opened by Chi Hsuan Yen

#28129: assertion failures in ctypes http://bugs.python.org/issue28129 opened by Oren Milman

#28130: Document that time.tzset updates time module globals http://bugs.python.org/issue28130 opened by belopolsky

#28132: impossible to uninstall python3.6.0b1-amd64 from windows 10 http://bugs.python.org/issue28132 opened by Big Stone

#28134: socket.socket(fileno=fd) does not work as documented http://bugs.python.org/issue28134 opened by christian.heimes

#28137: Windows sys.path file should be renamed http://bugs.python.org/issue28137 opened by steve.dower

#28138: Windows _sys.path file should allow import site http://bugs.python.org/issue28138 opened by steve.dower

#28139: Misleading Indentation in C source code http://bugs.python.org/issue28139 opened by franciscouzo

#28140: Attempt to give better errors for pip commands typed into the http://bugs.python.org/issue28140 opened by ncoghlan

#28141: shutil.copystat utime lookup fails on certain Android file sys http://bugs.python.org/issue28141 opened by Jerry A

#28143: ASDL compatibility with Python 3 system interpreter http://bugs.python.org/issue28143 opened by malthe

#28144: Decrease empty_keys_struct's dk_refcnt http://bugs.python.org/issue28144 opened by xiang.zhang

#28145: Fix whitespace in C source code http://bugs.python.org/issue28145 opened by franciscouzo

#28146: Confusing error messages in str.format() http://bugs.python.org/issue28146 opened by serhiy.storchaka

#28147: Unbounded memory growth resizing split-table dicts http://bugs.python.org/issue28147 opened by minrk

#28148: [Patch] Also stop using localtime() in timemodule http://bugs.python.org/issue28148 opened by EdSchouten

#28149: Incorrect indentation under “else” in _bsddb.c http://bugs.python.org/issue28149 opened by martin.panter

#28151: testPythonOrg() of test_robotparser fails on validating python http://bugs.python.org/issue28151 opened by haypo

#28152: Clang warnings: code will never be executed http://bugs.python.org/issue28152 opened by haypo

#28157: Document time module constants (timezone, tzname, etc.) as dep http://bugs.python.org/issue28157 opened by belopolsky

#28158: Implement LOAD_GLOBAL opcode cache http://bugs.python.org/issue28158 opened by yselivanov

#28159: Deprecate isdst argument in email.utils.localtime http://bugs.python.org/issue28159 opened by belopolsky

#28161: Opening CON for write access fails http://bugs.python.org/issue28161 opened by eryksun

#28162: WindowsConsoleIO readall() fails if first line starts with Ctr http://bugs.python.org/issue28162 opened by eryksun

#28163: WindowsConsoleIO fileno() passes wrong flags to _open_osfhandl http://bugs.python.org/issue28163 opened by eryksun

#28164: _PyIO_get_console_type fails for various paths http://bugs.python.org/issue28164 opened by eryksun

#28165: The 'subprocess' module leaks roughly 4 KiB of memory per call http://bugs.python.org/issue28165 opened by Xavion

#28166: WindowsConsoleIO misbehavior when Ctrl+C is ignored http://bugs.python.org/issue28166 opened by eryksun

#28167: remove platform.linux_distribution() http://bugs.python.org/issue28167 opened by doko

#28168: Use _winapi.WaitForMultipleObjects in Popen.wait() http://bugs.python.org/issue28168 opened by eryksun

#28169: shift exponent overflow http://bugs.python.org/issue28169 opened by franciscouzo

#28172: Upper-case all example enum members http://bugs.python.org/issue28172 opened by Rosuav

#28178: allow to cache_clear(some_key) in lru_cache http://bugs.python.org/issue28178 opened by Sébastien de Menten

#28179: Segfault in test_recursionlimit_fatalerror http://bugs.python.org/issue28179 opened by berker.peksag

#28180: sys.getfilesystemencoding() should default to utf-8 http://bugs.python.org/issue28180 opened by Jan Niklas Hasse

#28182: Expose OpenSSL verification results in SSLError http://bugs.python.org/issue28182 opened by Chi Hsuan Yen

Most recent 15 issues with no replies (15)

#28182: Expose OpenSSL verification results in SSLError http://bugs.python.org/issue28182

#28179: Segfault in test_recursionlimit_fatalerror http://bugs.python.org/issue28179

#28172: Upper-case all example enum members http://bugs.python.org/issue28172

#28166: WindowsConsoleIO misbehavior when Ctrl+C is ignored http://bugs.python.org/issue28166

#28164: _PyIO_get_console_type fails for various paths http://bugs.python.org/issue28164

#28163: WindowsConsoleIO fileno() passes wrong flags to _open_osfhandl http://bugs.python.org/issue28163

#28162: WindowsConsoleIO readall() fails if first line starts with Ctr http://bugs.python.org/issue28162

#28161: Opening CON for write access fails http://bugs.python.org/issue28161

#28159: Deprecate isdst argument in email.utils.localtime http://bugs.python.org/issue28159

#28157: Document time module constants (timezone, tzname, etc.) as dep http://bugs.python.org/issue28157

#28152: Clang warnings: code will never be executed http://bugs.python.org/issue28152

#28149: Incorrect indentation under “else” in _bsddb.c http://bugs.python.org/issue28149

#28141: shutil.copystat utime lookup fails on certain Android file sys http://bugs.python.org/issue28141

#28130: Document that time.tzset updates time module globals http://bugs.python.org/issue28130

#28129: assertion failures in ctypes http://bugs.python.org/issue28129

Most recent 15 issues waiting for review (15)

#28172: Upper-case all example enum members http://bugs.python.org/issue28172

#28168: Use _winapi.WaitForMultipleObjects in Popen.wait() http://bugs.python.org/issue28168

#28158: Implement LOAD_GLOBAL opcode cache http://bugs.python.org/issue28158

#28151: testPythonOrg() of test_robotparser fails on validating python http://bugs.python.org/issue28151

#28148: [Patch] Also stop using localtime() in timemodule http://bugs.python.org/issue28148

#28147: Unbounded memory growth resizing split-table dicts http://bugs.python.org/issue28147

#28145: Fix whitespace in C source code http://bugs.python.org/issue28145

#28144: Decrease empty_keys_struct's dk_refcnt http://bugs.python.org/issue28144

#28143: ASDL compatibility with Python 3 system interpreter http://bugs.python.org/issue28143

#28139: Misleading Indentation in C source code http://bugs.python.org/issue28139

#28134: socket.socket(fileno=fd) does not work as documented http://bugs.python.org/issue28134

#28129: assertion failures in ctypes http://bugs.python.org/issue28129

#28128: Improve the warning message for invalid escape sequences http://bugs.python.org/issue28128

#28123: _PyDict_GetItem_KnownHash ignores DKIX_ERROR return http://bugs.python.org/issue28123

#28113: Remove Py_CreateSymbolicLinkW http://bugs.python.org/issue28113

Top 10 most discussed issues (10)

#27213: Rework CALL_FUNCTION* opcodes http://bugs.python.org/issue27213 30 msgs

#28046: Remove the concept of platform-specific directories http://bugs.python.org/issue28046 28 msgs

#28055: pyhash's siphash24 assumes alignment of the data pointer http://bugs.python.org/issue28055 28 msgs

#28128: Improve the warning message for invalid escape sequences http://bugs.python.org/issue28128 21 msgs

#28027: Remove Lib/plat-/ files http://bugs.python.org/issue28027 20 msgs

#28147: Unbounded memory growth resizing split-table dicts http://bugs.python.org/issue28147 16 msgs

#28022: SSL releated deprecation for 3.6 http://bugs.python.org/issue28022 14 msgs

#28092: Build failure for 3.6 on Centos 5.11 http://bugs.python.org/issue28092 14 msgs

#26081: Implement asyncio Future in C to improve performance http://bugs.python.org/issue26081 12 msgs

#28080: Allow reading member names with bogus encodings in zipfile http://bugs.python.org/issue28080 12 msgs

Issues closed (186)

#3990: The Linux2 platform definition is incorrect for alpha, hppa, m http://bugs.python.org/issue3990 closed by zach.ware

#4558: ./configure --with-stdc89 to test ANSI C conformity http://bugs.python.org/issue4558 closed by christian.heimes

#10213: tests shouldn't fail with unset timezone http://bugs.python.org/issue10213 closed by belopolsky

#10740: sqlite3 module breaks transactions and potentially corrupts da http://bugs.python.org/issue10740 closed by berker.peksag

#10765: Build regression from automation changes on windows http://bugs.python.org/issue10765 closed by zach.ware

#10976: accept bytes in json.loads() http://bugs.python.org/issue10976 closed by ncoghlan

#11640: Shelve references globals in its del method http://bugs.python.org/issue11640 closed by berker.peksag

#12619: Automatically regenerate platform-specific modules http://bugs.python.org/issue12619 closed by zach.ware

#12643: code.InteractiveConsole ignores sys.excepthook http://bugs.python.org/issue12643 closed by berker.peksag

#13405: Add DTrace probes http://bugs.python.org/issue13405 closed by lukasz.langa

#13924: Mercurial robots.txt should let robots crawl landing pages. http://bugs.python.org/issue13924 closed by barry

#14776: Add SystemTap static markers http://bugs.python.org/issue14776 closed by lukasz.langa

#14976: queue.Queue() is not reentrant, so signals and GC can cause de http://bugs.python.org/issue14976 closed by rhettinger

#14977: mailcap does not respect precedence in the presence of wildcar http://bugs.python.org/issue14977 closed by r.david.murray

#15941: Time module: effect of time.timezone change http://bugs.python.org/issue15941 closed by belopolsky

#16189: ld_so_aix not found http://bugs.python.org/issue16189 closed by martin.panter

#16193: display full e-mail name in hg.python.org annotate pages http://bugs.python.org/issue16193 closed by berker.peksag

#16384: import.c doesn't handle EOFError from PyMarshal_Read* http://bugs.python.org/issue16384 closed by eric.snow

#16700: Document that bytes OS API can returns unusable results on Win http://bugs.python.org/issue16700 closed by barry

#17394: Add slicing support to collections.deque http://bugs.python.org/issue17394 closed by rhettinger

#17512: backport of the _sysconfigdata.py module (issue 13150) breaks http://bugs.python.org/issue17512 closed by berker.peksag

#17582: xml.etree.ElementTree does not preserve whitespaces in attribu http://bugs.python.org/issue17582 closed by rhettinger

#17909: Autodetecting JSON encoding http://bugs.python.org/issue17909 closed by ncoghlan

#17941: namedtuple should support fully qualified name for more portab http://bugs.python.org/issue17941 closed by rhettinger

#18199: Windows: support path longer than 260 bytes using "\?" prefi http://bugs.python.org/issue18199 closed by steve.dower

#18401: Tests for pdb import ~/.pdbrc http://bugs.python.org/issue18401 closed by lukasz.langa

#18546: ssl.get_server_certificate like addition for cert chain http://bugs.python.org/issue18546 closed by christian.heimes

#19003: email.generator.BytesGenerator corrupts data by changing line http://bugs.python.org/issue19003 closed by r.david.murray

#19489: move quick search box above TOC http://bugs.python.org/issue19489 closed by python-dev

#19502: Wrong time zone offset, when using time.strftime() with a give http://bugs.python.org/issue19502 closed by belopolsky

#19763: Make it easier to backport statistics to 2.7 http://bugs.python.org/issue19763 closed by christian.heimes

#20476: If new email policies are used, default message factory should http://bugs.python.org/issue20476 closed by r.david.murray

#20483: Missing network resource checks in test_urllib2 & test_smtplib http://bugs.python.org/issue20483 closed by berker.peksag

#20885: Little Endian PowerPC64 Linux http://bugs.python.org/issue20885 closed by berker.peksag

#21337: Add tests for Tix http://bugs.python.org/issue21337 closed by zach.ware

#22450: urllib doesn't put Accept: / in the headers http://bugs.python.org/issue22450 closed by rhettinger

#22458: Add fractions benchmark http://bugs.python.org/issue22458 closed by haypo

#22544: Inconsistent cmath.log behaviour http://bugs.python.org/issue22544 closed by mark.dickinson

#22799: wrong time.timezone http://bugs.python.org/issue22799 closed by belopolsky

#23105: os.O_SHLOCK and os.O_EXLOCK are not available on Linux http://bugs.python.org/issue23105 closed by python-dev

#23403: Use pickle protocol 4 by default? http://bugs.python.org/issue23403 closed by davin

#23545: Turn on extra warnings on GCC http://bugs.python.org/issue23545 closed by serhiy.storchaka

#23722: During metaclass.init, super() of the constructed class do http://bugs.python.org/issue23722 closed by ncoghlan

#24168: Unittest discover fails with namespace package if the path con http://bugs.python.org/issue24168 closed by barry

#24186: OpenSSL causes buffer overrun exception http://bugs.python.org/issue24186 closed by steve.dower

#24320: Remove a now-unnecessary workaround from importlib._bootstrap. http://bugs.python.org/issue24320 closed by eric.snow

#24454: Improve the usability of the match object named group API http://bugs.python.org/issue24454 closed by eric.smith

#24510: Make _PyCoro_GetAwaitableIter a public API http://bugs.python.org/issue24510 closed by yselivanov

#24511: Add methods for async protocols http://bugs.python.org/issue24511 closed by yselivanov

#24594: msilib.OpenDatabase Type Confusion http://bugs.python.org/issue24594 closed by steve.dower

#24693: zipfile: change RuntimeError to more appropriate exception typ http://bugs.python.org/issue24693 closed by serhiy.storchaka

#25144: 3.5 Win install fails with "TARGETDIR" http://bugs.python.org/issue25144 closed by steve.dower

#25221: PyLong_FromLong() potentially returns irregular object when sm http://bugs.python.org/issue25221 closed by mark.dickinson

#25270: codecs.escape_encode systemerror on empty byte string http://bugs.python.org/issue25270 closed by berker.peksag

#25283: Make tm_gmtoff and tm_zone available on all platforms http://bugs.python.org/issue25283 closed by python-dev

#25497: Rewrite test_robotparser http://bugs.python.org/issue25497 closed by berker.peksag

#25671: Fix venv activate.fish to maintain $status http://bugs.python.org/issue25671 closed by python-dev

#25758: ensurepip/venv broken on Windows if path includes unicode http://bugs.python.org/issue25758 closed by steve.dower

#25776: More compact pickle of iterators etc http://bugs.python.org/issue25776 closed by rhettinger

#25856: The module attribute of non-heap classes is not interned http://bugs.python.org/issue25856 closed by serhiy.storchaka

#25895: urllib.parse.urljoin does not handle WebSocket URLs http://bugs.python.org/issue25895 closed by berker.peksag

#25969: Update lib2to3 grammar to include missing unpacking generaliza http://bugs.python.org/issue25969 closed by gregory.p.smith

#26132: 2.7.11 Windows Installer issues on Win2008R2 http://bugs.python.org/issue26132 closed by steve.dower

#26141: typing module documentation incomplete http://bugs.python.org/issue26141 closed by gvanrossum

#26182: Deprecation warnings for the future async and await keywords i http://bugs.python.org/issue26182 closed by yselivanov

#26284: Fix telco benchmark http://bugs.python.org/issue26284 closed by haypo

#26331: PEP 515: Tokenizer: allow underscores for grouping in numeric http://bugs.python.org/issue26331 closed by brett.cannon

#26383: benchmarks (perf.py): number of decimal places in csv output http://bugs.python.org/issue26383 closed by haypo

#26455: Inconsistent behavior with KeyboardInterrupt and asyncio futur http://bugs.python.org/issue26455 closed by gvanrossum

#26496: Exhausted deque iterator should free a reference to a deque http://bugs.python.org/issue26496 closed by rhettinger

#26507: Use highest pickle protocol in multiprocessing http://bugs.python.org/issue26507 closed by davin

#26511: Add link to id() built-in in comparison operator documentation http://bugs.python.org/issue26511 closed by rhettinger

#26533: logging.config does not allow disable_existing_loggers=True http://bugs.python.org/issue26533 closed by python-dev

#26557: dictviews methods not present on shelve objects http://bugs.python.org/issue26557 closed by rhettinger

#26619: 3.5.1 install fails on Windows Server 2008 R2 64-bit http://bugs.python.org/issue26619 closed by steve.dower

#26654: asyncio is not inspecting keyword arguments of functools.parti http://bugs.python.org/issue26654 closed by yselivanov

#26797: Segafault in _PyObject_Alloc http://bugs.python.org/issue26797 closed by yselivanov

#26815: SIGBUS in test_ssl.test_dealloc_warn() on "AMD64 FreeBSD 10.0 http://bugs.python.org/issue26815 closed by christian.heimes

#26830: Refactor Tools/scripts/google.py http://bugs.python.org/issue26830 closed by berker.peksag

#26858: android: setting SO_REUSEPORT fails http://bugs.python.org/issue26858 closed by yselivanov

#26885: Add parsing support for more types in xmlrpc http://bugs.python.org/issue26885 closed by serhiy.storchaka

#26900: Exclude the private API from the stable API http://bugs.python.org/issue26900 closed by serhiy.storchaka

#26909: Asyncio: Pipes and socket IO is very slow http://bugs.python.org/issue26909 closed by yselivanov

#27080: Implement the formatting part of PEP 515, '_' in numeric liter http://bugs.python.org/issue27080 closed by eric.smith

#27137: Python implementation of functools.partial is not a class http://bugs.python.org/issue27137 closed by ncoghlan

#27199: TarFile expose copyfileobj bufsize to improve throughput http://bugs.python.org/issue27199 closed by lukasz.langa

#27314: Cannot install 3.5.2 with 3.6.0a1 installed http://bugs.python.org/issue27314 closed by python-dev

#27350: Compact and ordered dict http://bugs.python.org/issue27350 closed by benjamin.peterson

#27415: regression: BaseEventLoop.create_server does not accept port=N http://bugs.python.org/issue27415 closed by yselivanov

#27456: asyncio: set TCP_NODELAY flag by default http://bugs.python.org/issue27456 closed by yselivanov

#27516: Wrong initialization of python path with embeddable distributi http://bugs.python.org/issue27516 closed by steve.dower

#27520: Issue when building PGO http://bugs.python.org/issue27520 closed by steve.dower

#27564: 2.7.12 Windows Installer package broken. http://bugs.python.org/issue27564 closed by steve.dower

#27566: Tools/freeze/winmakemakefile.py clean target should use 'del' http://bugs.python.org/issue27566 closed by steve.dower

#27569: Windows install problems http://bugs.python.org/issue27569 closed by steve.dower

#27576: An unexpected difference between dict and OrderedDict http://bugs.python.org/issue27576 closed by eric.snow

#27599: Buffer overrun in binascii http://bugs.python.org/issue27599 closed by serhiy.storchaka

#27604: More details about -O flag http://bugs.python.org/issue27604 closed by berker.peksag

#27665: Make create_server able to listen on several ports http://bugs.python.org/issue27665 closed by yselivanov

#27680: Reduce Github pull request rate http://bugs.python.org/issue27680 closed by berker.peksag

#27705: Updating old C:/Windows/System32/ucrtbased.dll http://bugs.python.org/issue27705 closed by terry.reedy

#27759: selectors incorrectly retain invalid file descriptors http://bugs.python.org/issue27759 closed by yselivanov

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

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

#27890: platform.release() incorrect in Python 3.5.2 on Windows 2008Se http://bugs.python.org/issue27890 closed by steve.dower

#27948: f-strings: allow backslashes only in the string parts, not in http://bugs.python.org/issue27948 closed by eric.smith

#27952: Finish converting fixcid.py from regex to re http://bugs.python.org/issue27952 closed by martin.panter

#27976: Deprecate building with bundled copy of libffi on non-Darwin P http://bugs.python.org/issue27976 closed by python-dev

#27981: Reference leak in fp_setreadl() of Parser/tokenizer.c http://bugs.python.org/issue27981 closed by berker.peksag

#27986: make distclean clobbers Lib/plat-darwin/* http://bugs.python.org/issue27986 closed by zach.ware

#27991: In the argparse howto there is a misleading sentence about sto http://bugs.python.org/issue27991 closed by berker.peksag

#27999: Make "global after use" a SyntaxError http://bugs.python.org/issue27999 closed by gvanrossum

#28008: PEP 530, asynchronous comprehensions implementation http://bugs.python.org/issue28008 closed by yselivanov

#28018: Cross compilation fails in regen http://bugs.python.org/issue28018 closed by Chi Hsuan Yen

#28019: itertools.count() falls back to fast (integer) mode when step http://bugs.python.org/issue28019 closed by serhiy.storchaka

#28024: fileinput causes RecursionErrors when dealing with large numbe http://bugs.python.org/issue28024 closed by berker.peksag

#28035: make buildbottest when configured --with-optimizations can cau http://bugs.python.org/issue28035 closed by gregory.p.smith

#28036: Remove unused pysqlite_flush_statement_cache function http://bugs.python.org/issue28036 closed by berker.peksag

#28037: Use sqlite3_get_autocommit() instead of setting Connection->in http://bugs.python.org/issue28037 closed by berker.peksag

#28038: Remove com2ann script (will be in separate repo) http://bugs.python.org/issue28038 closed by gvanrossum

#28039: x86 Tiger buildbot needs future with_statement http://bugs.python.org/issue28039 closed by martin.panter

#28040: compact dict : SystemError: returned NULL without setting an e http://bugs.python.org/issue28040 closed by haypo

#28045: minor inaccuracy in range_contains_long http://bugs.python.org/issue28045 closed by berker.peksag

#28047: email set_content does not always use the correct line length http://bugs.python.org/issue28047 closed by r.david.murray

#28048: Adjust class-build method of Enum so final ordered dict more c http://bugs.python.org/issue28048 closed by ethan.furman

#28049: Add documentation for typing.Awaitable and friends http://bugs.python.org/issue28049 closed by gvanrossum

#28051: Typo and broken links in page "What's New In Python 3.5" http://bugs.python.org/issue28051 closed by benjamin.peterson

#28056: sizeof unit tests fail on ARMv7 http://bugs.python.org/issue28056 closed by haypo

#28057: Warnings (45) building Doc/library/email.*.rst http://bugs.python.org/issue28057 closed by terry.reedy

#28059: Windows: test_platform.test_architecture_via_symlink() regress http://bugs.python.org/issue28059 closed by python-dev

#28061: Compact dict bug on Windows (Visual Studio): if (mp->ma_keys-> http://bugs.python.org/issue28061 closed by ebarry

#28063: Adding a mutually exclusive group to an argument group results http://bugs.python.org/issue28063 closed by John.Didion

#28064: String executed inside a function ignores global statements http://bugs.python.org/issue28064 closed by xiang.zhang

#28065: Update Windows build to xz-5.2.2 http://bugs.python.org/issue28065 closed by zach.ware

#28066: [Patch] Fix the ability to cross compile Python when doing a r http://bugs.python.org/issue28066 closed by martin.panter

#28067: Do not call localtime (gmtime) in datetime module http://bugs.python.org/issue28067 closed by python-dev

#28070: 3.6 regression: re.compile not handling flags with X correctly http://bugs.python.org/issue28070 closed by serhiy.storchaka

#28071: Stop set.difference when set is empty http://bugs.python.org/issue28071 closed by rhettinger

#28072: Empty Strings are not parsed to None. http://bugs.python.org/issue28072 closed by ethan.furman

#28073: Update documentation about None vs type(None) in typing http://bugs.python.org/issue28073 closed by gvanrossum

#28076: Variable annotations should be mangled for private names http://bugs.python.org/issue28076 closed by gvanrossum

#28077: Fix find_empty_slot in dictobject http://bugs.python.org/issue28077 closed by haypo

#28078: Silence resource warnings in test_socket http://bugs.python.org/issue28078 closed by christian.heimes

#28079: Update typing and test typing from python/typing repo http://bugs.python.org/issue28079 closed by gvanrossum

#28081: [Patch] timemodule: Complete Autoconf bits for clock_*() funct http://bugs.python.org/issue28081 closed by python-dev

#28084: Fatal Python error: Py_EndInterpreter: not the last thread http://bugs.python.org/issue28084 closed by martin.panter

#28093: ResourceWarning in test_ssl http://bugs.python.org/issue28093 closed by xiang.zhang

#28094: Document behaviour of Process.join() in multiprocessing http://bugs.python.org/issue28094 closed by berker.peksag

#28096: set.difference() is not interruptible http://bugs.python.org/issue28096 closed by rhettinger

#28098: sys.getsizeof(0) is incorrect http://bugs.python.org/issue28098 closed by mark.dickinson

#28101: Add utf-8 alias to aliases.py dictionary http://bugs.python.org/issue28101 closed by haypo

#28102: zipfile.py script should print usage to stderr http://bugs.python.org/issue28102 closed by serhiy.storchaka

#28103: Style fix in zipfile.rst http://bugs.python.org/issue28103 closed by berker.peksag

#28104: Set documentation is incorrect http://bugs.python.org/issue28104 closed by rhettinger

#28105: warning: ‘nkwargs’ may be used uninitialized http://bugs.python.org/issue28105 closed by haypo

#28106: [Benchmarks] Add --testonly argument to perf.py to run benchma http://bugs.python.org/issue28106 closed by haypo

#28109: What's new item for PEP 526 -- Variable annotations http://bugs.python.org/issue28109 closed by gvanrossum

#28112: Add callback to functools.lru_cache http://bugs.python.org/issue28112 closed by rhettinger

#28114: parse_envlist(): os.execve(), os.spawnve(), etc. crash in Pyth http://bugs.python.org/issue28114 closed by berker.peksag

#28116: Error in what's new - PEP 515 http://bugs.python.org/issue28116 closed by brett.cannon

#28118: type-limits warning in PyMem_New() _ssl_locks_count http://bugs.python.org/issue28118 closed by christian.heimes

#28119: Explicit null dereferenced in formatter_unicode.c http://bugs.python.org/issue28119 closed by christian.heimes

#28120: Bug in _PyDict_Pop() on a splitted table http://bugs.python.org/issue28120 closed by haypo

#28122: email.header.decode_header can not decode string with quotatio http://bugs.python.org/issue28122 closed by r.david.murray

#28126: Py_MEMCPY: Use memcpy on Windows? http://bugs.python.org/issue28126 closed by christian.heimes

#28127: Add _PyDict_CheckConsistency() http://bugs.python.org/issue28127 closed by haypo

#28131: assert statements missed when loaded by zipimporter http://bugs.python.org/issue28131 closed by berker.peksag

#28133: spam http://bugs.python.org/issue28133 closed by SilentGhost

#28135: assertRaises should return the exception in its simple form http://bugs.python.org/issue28135 closed by r.david.murray

#28136: RegEx documentation error http://bugs.python.org/issue28136 closed by SilentGhost

#28142: windows installer not adding PYTHONHOME http://bugs.python.org/issue28142 closed by eryksun

#28150: Error CERTIFICATE_VERIFY_FAILED in macOS http://bugs.python.org/issue28150 closed by ned.deily

#28153: [Patch] selectmodule: Make kqueue()'s event filters optional http://bugs.python.org/issue28153 closed by berker.peksag

#28154: Core dump after importing lxml in Python3.6b http://bugs.python.org/issue28154 closed by philip.stefanov

#28155: Small typo in Json docs http://bugs.python.org/issue28155 closed by SilentGhost

#28156: [Patch] posixmodule: Make the presence of os.getpid() optional http://bugs.python.org/issue28156 closed by berker.peksag

#28160: Python -V and --version output to stderr instead of stdout http://bugs.python.org/issue28160 closed by berker.peksag

#28170: SystemError: <built-in method peer_certificate of _ssl._SSLSoc http://bugs.python.org/issue28170 closed by christian.heimes

#28171: getopt.getopt error processing long_options http://bugs.python.org/issue28171 closed by SilentGhost

#28173: Misspelled Assert http://bugs.python.org/issue28173 closed by ethan.furman

#28174: asyncio: Handle when SO_REUSEPORT isn't properly supported http://bugs.python.org/issue28174 closed by yselivanov

#28175: Spam http://bugs.python.org/issue28175 closed by zach.ware

#28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect http://bugs.python.org/issue28176 closed by berker.peksag

#28177: Compilation failure on Debian 4 http://bugs.python.org/issue28177 closed by benjamin.peterson

#28181: Change URL in antigravity library file http://bugs.python.org/issue28181 closed by christian.heimes

#1565071: update Lib/plat-linux2/IN.py http://bugs.python.org/issue1565071 closed by zach.ware



More information about the Python-Dev mailing list