summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #28370: Speedup asyncio.StreamReader.readexactlyYury Selivanov2016-10-051-0/+3
* Issue #28369: Raise an error when transport's FD is used with add_readerYury Selivanov2016-10-051-0/+3
* Issue #28368: Refuse monitoring processes if the child watcher has no loop at...Yury Selivanov2016-10-051-0/+4
* Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.Serhiy Storchaka2016-10-041-0/+2
* Merge headsSerhiy Storchaka2016-10-041-0/+2
|\
| * ensure gc tracking is off when invoking weakref callbacks (closes #26617)Benjamin Peterson2016-10-041-0/+2
* | Issue #28350: String constants with null character no longer interned.Serhiy Storchaka2016-10-041-0/+2
|/
* Issue #28322: Fixed possible crashes when unpickle itertools objects fromSerhiy Storchaka2016-10-021-0/+3
* Issue #28275: Clean up to avoid use-after-free after bzip decompress failureMartin Panter2016-10-011-1/+2
* Issue #28815: Change '?' to '<module>' in some doc examples.Terry Jan Reedy2016-09-301-0/+1
* Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-0/+2
* Issue #28258: Fixed build with Estonian locale (python-config and distcleanSerhiy Storchaka2016-09-291-0/+3
* build_ext: correctly parse the link_objects user option (closes #1703178)Benjamin Peterson2016-09-291-0/+3
* IDLE NEWS item and ack.Terry Jan Reedy2016-09-292-0/+4
* Issue #28253: Added a NEWS entry.Alexander Belopolsky2016-09-281-0/+7
* Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-271-0/+3
* Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-271-0/+3
* Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-261-0/+3
* Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.pyBerker Peksag2016-09-261-0/+3
* Issue #27611: Fixed support of default root window in the tkinter.tix module.Serhiy Storchaka2016-09-251-0/+2
* Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...Mark Dickinson2016-09-242-0/+4
* Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-0/+2
* Fix references to Python 3’s socketserver (lowercase) moduleMartin Panter2016-09-221-1/+1
* Issue #27348: Restore “Exception: None” formatting in traceback moduleMartin Panter2016-09-221-0/+4
* Issue #25651: Allow falsy values to be used for msg parameter of subTest()Berker Peksag2016-09-211-0/+2
* Catch EPERM error in py_getrandom()Victor Stinner2016-09-201-0/+3
* remove trailing whitespaceBenjamin Peterson2016-09-201-1/+1
* Issue #28189: dictitems_contains no longer swallows compare errors.Raymond Hettinger2016-09-191-0/+3
* Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-181-0/+2
* Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-0/+2
* Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-0/+3
* Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfileBerker Peksag2016-09-171-0/+2
* Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.s...Berker Peksag2016-09-171-0/+3
* Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...Berker Peksag2016-09-161-0/+3
* Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-161-0/+2
* Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-0/+3
* Issue #28145: Spelling fixesMartin Panter2016-09-161-1/+1
* Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-09-151-0/+3
* Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-151-0/+2
* Issue #26909: Fix slow pipes IO in asyncio.Yury Selivanov2016-09-151-0/+3
* Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-151-0/+3
* Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-151-0/+3
* Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-151-0/+3
* Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-0/+1
* Issue #28131: Fix a regression in zipimport's compile_source()Berker Peksag2016-09-141-0/+3
* Issue #15819: Remove old unconditional -IInclude optionMartin Panter2016-09-131-0/+3
* Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributesRaymond Hettinger2016-09-121-0/+3
* Issue #28066: Fix include search directory logic for out-of-tree buildsMartin Panter2016-09-121-0/+3
* Issue #27456: asyncio: Set TCP_NODELAY by default.Yury Selivanov2016-09-121-0/+2
* #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-111-0/+4