summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #27350: Document compact dict memory usageVictor Stinner2016-09-121-0/+2
* Issue #28077: find_empty_slot() only supports combined dictVictor Stinner2016-09-121-3/+7
* Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()Victor Stinner2016-09-124-30/+53
* Revert change f860b7a775c5Victor Stinner2016-09-123-23/+9
* Buildbot: give 20 minute per test fileVictor Stinner2016-09-122-2/+2
* ssue #27213: Reintroduce checks in _PyStack_AsDict()Victor Stinner2016-09-123-9/+23
* Issue #27866: Fix refleak in cipher_to_dict()Victor Stinner2016-09-121-12/+1
* socket: Fix memory leak in sendmsg() and sendmsg_afalg()Victor Stinner2016-09-121-5/+12
* Cleanup socketmodule.cVictor Stinner2016-09-121-13/+31
* Issue #27213: Fix reference leaksVictor Stinner2016-09-121-0/+2
* mergeChristian Heimes2016-09-1240-128/+579
|\
| * Issue #17941: Add a *module* parameter to collections.namedtuple()Raymond Hettinger2016-09-124-7/+22
| * mergeRaymond Hettinger2016-09-123-0/+22
| |\
| | * Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributesRaymond Hettinger2016-09-123-0/+22
| * | Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-127-25/+58
| |\ \ | | |/
| | * Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-124-26/+52
| * | Revert part of 3471a3515827 that caused a performance regressionRaymond Hettinger2016-09-121-8/+44
| * | Issue #28071: Add early-out for differencing from an empty set.Raymond Hettinger2016-09-122-0/+10
| * | Add missing versionadded directivesBerker Peksag2016-09-121-0/+4
| * | Issue #28045: Merge from 3.5Berker Peksag2016-09-121-1/+1
| |\ \ | | |/
| | * Issue #28045: Fix comment in range_contains_long()Berker Peksag2016-09-121-1/+1
| * | Issue #28095: Temporarily disable part of test_startup_imports on OS X.Ned Deily2016-09-121-1/+3
| * | Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inT...Berker Peksag2016-09-124-27/+20
| * | Make PGO use usual build directory on Windows.Steve Dower2016-09-123-10/+1
| * | Adds missing assert suppression.Steve Dower2016-09-121-0/+4
| * | Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.Alexander Belopolsky2016-09-123-37/+89
| * | Fixes test_getargs2 to get the buildbots working again.Steve Dower2016-09-121-1/+1
| * | Issue #28065: Update xz to 5.2.2 on Windows, and build it from sourceZachary Ware2016-09-125-7/+227
| * | Issue #28066: Merge srcdir fix from 3.5Martin Panter2016-09-123-2/+5
| |\ \ | | |/
| | * Issue #28066: Fix include search directory logic for out-of-tree buildsMartin Panter2016-09-123-2/+5
| * | Merge 3.5 (issue #27456)Yury Selivanov2016-09-122-0/+18
| |\ \ | | |/
| | * Issue #27456: asyncio: Set TCP_NODELAY by default.Yury Selivanov2016-09-122-0/+18
| * | Merge 3.5 (asyncio/NEWS)Yury Selivanov2016-09-121-0/+2
| * | Merge 3.5 (asyncio)Yury Selivanov2016-09-127-0/+45
| |\ \ | | |/
| | * asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-127-0/+45
| * | mergeRaymond Hettinger2016-09-121-2/+3
| |\ \ | | |/
| | * Issue #26511: Reference the id() function in the 'is' and 'is not' docsRaymond Hettinger2016-09-121-2/+3
* | | Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOC...Christian Heimes2016-09-121-3/+23
|/ /
* | Update whatsnew with my contributionsChristian Heimes2016-09-112-3/+83
* | Add another f-string comment test, to make sure # are being caught in the rig...Eric V. Smith2016-09-111-0/+2
* | Make an f-string error message more exact and consistent.Eric V. Smith2016-09-112-2/+3
* | Null merge 3.5->3.6Guido van Rossum2016-09-110-0/+0
|\ \ | |/
| * Issue #28079: Update typing and test typing from python/typing repo.Guido van Rossum2016-09-112-63/+407
* | Null merge 3.5->3.6Guido van Rossum2016-09-110-0/+0
|\ \ | |/
| * #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-113-6/+26
* | Issue #28079: Update typing and test typing from python/typing repo.Guido van Rossum2016-09-112-144/+289
* | Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContextChristian Heimes2016-09-114-32/+123
* | issue28082: better name for FlagEthan Furman2016-09-111-2/+2
* | Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.Serhiy Storchaka2016-09-1110-3472/+3429
* | Merge: #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-112-6/+22