summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...Berker Peksag2016-09-161-0/+20
* Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-161-1/+1
* Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-162-2/+5
* Issue #28145: Spelling fixesMartin Panter2016-09-161-1/+1
* Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-09-152-9/+40
* Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-152-40/+111
* Issue #26909: Fix slow pipes IO in asyncio.Yury Selivanov2016-09-152-42/+34
* Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-153-15/+23
* Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-152-12/+24
* Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-155-36/+57
* Another asyncio sync.Yury Selivanov2016-09-152-5/+11
* asyncio: Sync with the upstreamYury Selivanov2016-09-152-0/+64
* Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-23/+92
* Issue #28131: Fix a regression in zipimport's compile_source()Berker Peksag2016-09-141-0/+13
* Issue #27952: Capture stderr in run_script()Berker Peksag2016-09-131-1/+2
* Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributesRaymond Hettinger2016-09-122-0/+19
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-123-26/+49
* Issue #27456: asyncio: Set TCP_NODELAY by default.Yury Selivanov2016-09-121-0/+16
* 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
* Fixes #25671: Updated prompt handling in activate.fish.Vinay Sajip2016-09-111-19/+20
* Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-0/+91
* Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-111-1/+0
* Backported tests for issue #28070.Serhiy Storchaka2016-09-101-0/+3
* IDLE newx items.Terry Jan Reedy2016-09-101-0/+7
* Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+9
* Issue #27932: Backs out changeSteve Dower2016-09-101-33/+29
* Correct spelling in documentation and code commentMartin Panter2016-09-102-2/+2
* regrtest: accept options after test namesVictor Stinner2016-09-101-1/+1
* Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-5/+23
* Use raw string for regexpGuido van Rossum2016-09-101-1/+1
* Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-106-6/+88
* remove fix_callable - callable() was readded many releases ago.Gregory P. Smith2016-09-102-129/+0
* Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-101-29/+33
* Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-1/+1
* #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-103-27/+72
* Issue #22450: Use "Accept: */*" in the default headers for urllib.requestRaymond Hettinger2016-09-091-1/+1
* Merge asyncio upstream.Guido van Rossum2016-09-096-14/+94
* Rename Future._blocking to _asyncio_future_blocking.Guido van Rossum2016-09-092-5/+14
* #28047: Fix calculation of base64 line length.R David Murray2016-09-093-7/+37
* Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-09-091-1/+1
* Merge 3.4Donald Stufft2016-09-092-1/+1
|\
| * Upgrade setuptools to 27.1.2Donald Stufft2016-09-092-1/+1
* | Merge 3.4Donald Stufft2016-09-092-1/+1
|\ \ | |/
| * Upgrade setuptools to 27.1.1Donald Stufft2016-09-092-1/+1
| * Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by deve...Jason R. Coombs2016-09-061-2/+5
| * Issue #12885: Revert commits in 3.4 branch which is security-only fixes.Jason R. Coombs2016-09-022-67/+29
* | #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.R David Murray2016-09-091-9/+1
* | Issue #26020: Fix evaluation order for set literalsRaymond Hettinger2016-09-081-0/+15