summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.5Victor Stinner2016-09-211-1/+1
|\
| * test_asynico: fix test_sock_connect_sock_write_race()Victor Stinner2016-09-211-1/+1
| | | | | | | | Issue #28176: Increase timeout from 10 seconds to 60 seconds.
| * Issue #28189: dictitems_contains no longer swallows compare errors.Raymond Hettinger2016-09-191-0/+26
| | | | | | | | (Patch by Xiang Zhang)
| * Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndianaBerker Peksag2016-09-181-0/+7
| |
| * Issue #28075: Fix test_access_denied in Python 3.5Berker Peksag2016-09-181-12/+14
| | | | | | | | I forgot there two variations of os.stat() in Python 3.5.
| * Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-60/+1
| |
* | mergeRaymond Hettinger2016-09-191-0/+26
| |
* | Issue #28193: Use lru_cache in the re module.Raymond Hettinger2016-09-191-11/+4
| |
* | Fix test_huntrleaks_fd_leak() of test_regrtestVictor Stinner2016-09-181-5/+2
| | | | | | | | | | Issue #28195: Don't expect the fd leak message to be on a specific line number, just make sure that the line is present in the output.
* | issue23591: fix flag decomposition and reprEthan Furman2016-09-182-86/+171
| |
* | Issue #25400: RobotFileParser now correctly returns default values for ↵Berker Peksag2016-09-182-20/+42
| | | | | | | | | | | | crawl_delay and request_rate Initial patch by Peter Wirtz.
* | Issue #28151: Use pythontest.net in test_robotparserBerker Peksag2016-09-181-7/+36
| |
* | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-60/+1
| |
* | Issue #28176: Merge from 3.5Berker Peksag2016-09-171-1/+1
|\ \ | |/
| * Issue #28176: Increase timeout for test_sock_connect_sock_write_raceBerker Peksag2016-09-171-1/+1
| |
* | Issue #28192: Adds tests for hook in isolated modeSteve Dower2016-09-171-0/+18
| |
* | Issue #26384: Merge from 3.5Berker Peksag2016-09-172-1/+20
|\ \ | |/
| * Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfileBerker Peksag2016-09-172-1/+20
| |
| * Fix test_access_denied in 3.5Berker Peksag2016-09-171-1/+2
| |
* | Issue #28192: Don't import readline in isolated modeSteve Dower2016-09-172-11/+9
| |
* | Issue #28075: Merge from 3.5Berker Peksag2016-09-171-0/+19
|\ \ | |/
| * Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of ↵Berker Peksag2016-09-171-0/+19
| | | | | | | | | | | | os.stat() Patch by Eryk Sun.
* | Issue #22493: Warning message emitted by using inline flags in the middle ofSerhiy Storchaka2016-09-162-4/+22
| | | | | | | | | | regular expression now contains a (truncated) regex pattern. Patch by Tim Graham.
* | Issue #25270: Merge from 3.5Berker Peksag2016-09-161-0/+20
|\ \ | |/
| * Issue #25270: Prevent codecs.escape_encode() from raising SystemError when ↵Berker Peksag2016-09-161-0/+20
| | | | | | | | an empty bytestring is passed
* | Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-161-1/+1
|\ \ | |/
| * Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-161-1/+1
| |
* | Issue #25895: Merge from 3.5Berker Peksag2016-09-162-2/+5
|\ \ | |/
| * Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-162-2/+5
| | | | | | | | Patch by Gergely Imreh and Markus Holtermann.
* | Issue #28145: Merge spelling fixes from 3.5 into 3.6Martin Panter2016-09-161-1/+1
|\ \ | |/
| * Issue #28145: Spelling fixesMartin Panter2016-09-161-1/+1
| |
* | Merge 3.5 (issue #27759)Yury Selivanov2016-09-152-9/+40
|\ \ | |/
| * Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-09-152-9/+40
| | | | | | | | Patch by Mark Williams.
* | Merge 3.5 (issue #28176)Yury Selivanov2016-09-152-40/+111
|\ \ | |/
| * Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-152-40/+111
| |
* | Merge 3.5 (asyncio, issue #26909)Yury Selivanov2016-09-152-42/+34
|\ \ | |/
| * Issue #26909: Fix slow pipes IO in asyncio.Yury Selivanov2016-09-152-42/+34
| | | | | | | | Patch by INADA Naoki.
* | Merge 3.5 (issue #26654)Yury Selivanov2016-09-153-15/+23
|\ \ | |/
| * Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-153-15/+23
| | | | | | | | Patch by iceboy.
* | Merge 3.5 (issue #28174)Yury Selivanov2016-09-152-12/+24
|\ \ | |/
| * Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-152-12/+24
| | | | | | | | Patch by Seth Michael Larson.
* | Merge 3.5 (issue #27906)Yury Selivanov2016-09-155-36/+57
|\ \ | |/
| * Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-155-36/+57
| | | | | | | | Patch by Kevin Conway.
| * Another asyncio sync.Yury Selivanov2016-09-152-5/+11
| |
| * asyncio: Sync with the upstreamYury Selivanov2016-09-152-0/+64
| |
* | Merge heads 3.6Yury Selivanov2016-09-151-4/+1
|\ \
| * | asyncio: Drop debug codeYury Selivanov2016-09-151-4/+1
| | |
* | | Use requires_os_func() to skip SpawnTestsBerker Peksag2016-09-151-10/+14
|/ /
* | Merge headsYury Selivanov2016-09-151-8/+16
|\ \
| * | Merge 3.5 (asyncio)Yury Selivanov2016-09-151-8/+16
| | |