summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-124-26/+52
| | | | | | | | | | | | Patch by Roger Serwy, updated by Bayard Randel.
| * | 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
| | | | | | | | | | | | Patch by wim glenn.
| * | 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 ↵Berker Peksag2016-09-124-27/+20
| | | | | | | | | | | | | | | | | | Connection->inTransaction manually Patch adapted from https://github.com/ghaering/pysqlite/commit/9b79188edbc50faa24dc178afe24a10454f3fcad
| * | 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 / ↵Christian Heimes2016-09-121-3/+23
|/ / | | | | | | PROTOCOL_TLS_SERVER
* | Update whatsnew with my contributionsChristian Heimes2016-09-112-3/+83
| |
* | Add another f-string comment test, to make sure # are being caught in the ↵Eric V. Smith2016-09-111-0/+2
| | | | | | | | right place.
* | 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
| | | | | | | | Ivan Levkivskyi (3.5 version)
* | 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
| | | | | | | | | | This is a further restoration of backward compatibility, as well as being correct per the RFCs.
* | Issue #28079: Update typing and test typing from python/typing repo.Guido van Rossum2016-09-112-144/+289
| | | | | | | | Ivan Levkivskyi (3.6 version)
* | 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
| | | | | | | | | | | | | | | | | | | | | | * BUILD_TUPLE_UNPACK and BUILD_MAP_UNPACK_WITH_CALL no longer generated with single tuple or dict. * Restored more informative error messages for incorrect var-positional and var-keyword arguments. * Removed code duplications in _PyEval_EvalCodeWithName(). * Removed redundant runtime checks and parameters in _PyStack_AsDict(). * Added a workaround and enabled previously disabled test in test_traceback. * Removed dead code from the dis module.
* | Merge: #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-112-6/+22
| |
* | Issue #28022: Catch another deprecation warning in imaplibChristian Heimes2016-09-111-2/+4
| |
* | issue28083: add IntFlag constantsEthan Furman2016-09-111-1/+11
| |
* | issue28082: use IntFlag for re constantsEthan Furman2016-09-111-12/+21
| |
* | Enum._convert: sort by value, then by nameEthan Furman2016-09-111-3/+10
| |
* | Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAMEXavier de Gaye2016-09-114-31/+14
| | | | | | | | environment variable that is defined when cross-compiling.
* | Add some additional suspicious exemption rules for recent doc changes.Ned Deily2016-09-111-0/+25
| |
* | Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform.Xavier de Gaye2016-09-111-2/+3
| |
* | Issue #23545: Turn on extra warnings on GCC.Serhiy Storchaka2016-09-112-0/+185
| |
* | Regenerate the configure script. Now it supports --runstatedir optionSerhiy Storchaka2016-09-111-1/+13
| | | | | | | | | | | | (directory for pid files etc, /run or /var/run). https://lists.gnu.org/archive/html/bug-autoconf/2013-09/msg00002.html
* | Issue #27810: Regenerate Argument Clinic.Serhiy Storchaka2016-09-114-28/+28
| |
* | Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x ↵Christian Heimes2016-09-111-3/+5
| | | | | | | | for a while. Require Kernel 4.3+ for now
* | Issue #28078: Add missing colonChristian Heimes2016-09-111-1/+1
| |
* | Issue 28022: Catch deprecation warning in test_httplib, reported by Martin ↵Christian Heimes2016-09-111-6/+9
| | | | | | | | Panter
* | Issue #28078: Silence resource warnings in test_socket. Initial patch by ↵Christian Heimes2016-09-111-11/+15
| | | | | | | | Xiang Zhang, thanks
* | Issue #28076: Variable annotations should be mangled for private names.Guido van Rossum2016-09-113-6/+13
| | | | | | | | By Ivan Levkivskyi.