summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #28114: Fix a crash in parse_envlist() when env contains byte stringsBerker Peksag2016-09-151-0/+3
* Issue #26182: Raise DeprecationWarning for improper use of async/await keywordsYury Selivanov2016-09-151-0/+3
* Unicode 9.0.0Benjamin Peterson2016-09-151-0/+2
* Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-0/+2
|\
| * Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-0/+1
* | Issue #28131: Merge from 3.5Berker Peksag2016-09-141-0/+3
|\ \ | |/
| * Issue #28131: Fix a regression in zipimport's compile_source()Berker Peksag2016-09-141-0/+3
* | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-131-0/+3
* | Fix _PyDict_Pop() on pending keyVictor Stinner2016-09-131-0/+3
* | Issue #15819: Merge include search from 3.5 into 3.6Martin Panter2016-09-131-0/+6
|\ \ | |/
| * Issue #15819: Remove old unconditional -IInclude optionMartin Panter2016-09-131-0/+3
* | Start 3.6.0b2Ned Deily2016-09-121-0/+12
* | Version bump for 3.6.0b1v3.6.0b1Ned Deily2016-09-121-1/+1
* | Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL.Ned Deily2016-09-121-0/+4
* | Issue #17941: Add a *module* parameter to collections.namedtuple()Raymond Hettinger2016-09-121-0/+2
* | mergeRaymond Hettinger2016-09-121-0/+3
|\ \ | |/
| * Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributesRaymond Hettinger2016-09-121-0/+3
* | Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-122-0/+4
|\ \ | |/
* | Issue #28071: Add early-out for differencing from an empty set.Raymond Hettinger2016-09-121-0/+2
* | Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inT...Berker Peksag2016-09-121-0/+3
* | Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.Alexander Belopolsky2016-09-121-0/+4
* | Issue #28065: Update xz to 5.2.2 on Windows, and build it from sourceZachary Ware2016-09-121-0/+2
* | Issue #28066: Merge srcdir fix from 3.5Martin Panter2016-09-121-0/+3
|\ \ | |/
| * Issue #28066: Fix include search directory logic for out-of-tree buildsMartin Panter2016-09-121-0/+3
* | Merge 3.5 (issue #27456)Yury Selivanov2016-09-121-0/+2
|\ \ | |/
| * 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
* | Merge 3.5 (asyncio/NEWS)Yury Selivanov2016-09-121-0/+2
* | Issue 24454: Improve the usability of the re match object named group APIEric V. Smith2016-09-111-0/+4
* | Issue #27952: Merge fixcid.py from 3.5Martin Panter2016-09-111-0/+7
|\ \ | |/
| * Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-0/+4
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-111-0/+3
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-111-0/+4
* | Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-111-0/+3
* | Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-0/+2
* | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-111-0/+5
* | Issue #28070: Fixed parsing inline verbose flag in regular expressions.Serhiy Storchaka2016-09-101-0/+2
* | Issue #19500: Add client-side SSL session resumption to the ssl module.Christian Heimes2016-09-101-0/+2
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-1/+5
* | Issue 28043: SSLContext has improved default settingsChristian Heimes2016-09-101-0/+4
* | IDLE newx items. merge from 3.5Terry Jan Reedy2016-09-101-0/+17
|\ \ | |/
| * IDLE newx items.Terry Jan Reedy2016-09-101-0/+7
* | Issue #25221: merge from 3.5.Mark Dickinson2016-09-101-0/+3
|\ \ | |/
| * Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com...Mark Dickinson2016-09-101-0/+3
* | Merge from 3.5Steve Dower2016-09-101-2/+0
|\ \ | |/
| * Issue #27932: Backs out changeSteve Dower2016-09-101-2/+0
* | Issue #24693: Changed some RuntimeError's in the zipfile module to moreSerhiy Storchaka2016-09-101-0/+3
* | Issue #17909: Accept binary input in json.loadsNick Coghlan2016-09-101-0/+3
* | Issue #27137: align Python & C implementations of functools.partialNick Coghlan2016-09-101-0/+5
* | Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-0/+3
|\ \ | |/