summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix _PyDict_Pop() on pending keyVictor Stinner2016-09-131-0/+9
* merge 3.5Benjamin Peterson2016-09-131-1/+2
|\
| * Issue #27952: Capture stderr in run_script()Berker Peksag2016-09-131-1/+2
* | Update pydoc topics for 3.6.0b1Ned Deily2016-09-121-87/+226
* | Issue #27322: back out the commit. needs to be addressed after beta1.Christian Heimes2016-09-121-1/+0
* | Issue #27322: skip test_compile_path when sys.path is not writeable.Christian Heimes2016-09-121-0/+1
* | mergeChristian Heimes2016-09-1217-33/+149
|\ \
| * | Issue #17941: Add a *module* parameter to collections.namedtuple()Raymond Hettinger2016-09-122-6/+14
| * | mergeRaymond Hettinger2016-09-122-0/+19
| |\ \ | | |/
| | * Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributesRaymond Hettinger2016-09-122-0/+19
| * | Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-124-25/+51
| |\ \ | | |/
| | * Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-123-26/+49
| * | Issue #28095: Temporarily disable part of test_startup_imports on OS X.Ned Deily2016-09-121-1/+3
| * | Fixes test_getargs2 to get the buildbots working again.Steve Dower2016-09-121-1/+1
| * | Merge 3.5 (issue #27456)Yury Selivanov2016-09-121-0/+16
| |\ \ | | |/
| | * Issue #27456: asyncio: Set TCP_NODELAY by default.Yury Selivanov2016-09-121-0/+16
| * | Merge 3.5 (asyncio)Yury Selivanov2016-09-127-0/+45
| |\ \ | | |/
| | * asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-127-0/+45
| | * Issue #28079: Update typing and test typing from python/typing repo.Guido van Rossum2016-09-112-63/+407
| | * #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-112-6/+22
* | | Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOC...Christian Heimes2016-09-121-3/+23
|/ /
* | 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-111-1/+2
* | 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-112-0/+34
* | issue28082: better name for FlagEthan Furman2016-09-111-2/+2
* | Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.Serhiy Storchaka2016-09-113-12/+11
* | 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-112-16/+11
* | Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform.Xavier de Gaye2016-09-111-2/+3
* | Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for...Christian Heimes2016-09-111-3/+5
* | Issue #28078: Add missing colonChristian Heimes2016-09-111-1/+1
* | Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Pa...Christian Heimes2016-09-111-6/+9
* | Issue #28078: Silence resource warnings in test_socket. Initial patch by Xian...Christian Heimes2016-09-111-11/+15
* | Issue #28076: Variable annotations should be mangled for private names.Guido van Rossum2016-09-111-2/+2
* | Issue 24454: Improve the usability of the re match object named group APIEric V. Smith2016-09-111-0/+44
* | Use HTTP in testPythonOrgBerker Peksag2016-09-111-1/+1
* | Unskip testPythonOrg in test_robotparserBerker Peksag2016-09-111-2/+1
* | Wrap testPasswordProtectedSite with @reap_threadsBerker Peksag2016-09-111-0/+1
* | Merged upstream changes.Vinay Sajip2016-09-111-220/+139
|\ \
| * | Issue #25497: Rewrite test_robotparser to use a class based designBerker Peksag2016-09-111-220/+139
* | | Closes #25671: Merged fix from 3.5.Vinay Sajip2016-09-111-19/+20
|\ \ \ | |/ / |/| / | |/
| * Fixes #25671: Updated prompt handling in activate.fish.Vinay Sajip2016-09-111-19/+20
* | Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-1112-20/+20
* | Issue #27952: Merge fixcid.py from 3.5Martin Panter2016-09-111-0/+91
|\ \ | |/
| * Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-0/+91