Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue23591: fix flag decomposition and repr | Ethan Furman | 2016-09-18 | 2 | -86/+171 |
| | |||||
* | Issue #25400: RobotFileParser now correctly returns default values for ↵ | Berker Peksag | 2016-09-18 | 2 | -20/+42 |
| | | | | | | crawl_delay and request_rate Initial patch by Peter Wirtz. | ||||
* | Issue #28151: Use pythontest.net in test_robotparser | Berker Peksag | 2016-09-18 | 1 | -7/+36 |
| | |||||
* | Issue #27932: Prevent memory leak in win32_ver(). | Steve Dower | 2016-09-18 | 1 | -60/+1 |
| | |||||
* | Issue #28176: Merge from 3.5 | Berker Peksag | 2016-09-17 | 1 | -1/+1 |
|\ | |||||
| * | Issue #28176: Increase timeout for test_sock_connect_sock_write_race | Berker Peksag | 2016-09-17 | 1 | -1/+1 |
| | | |||||
* | | Issue #28192: Adds tests for hook in isolated mode | Steve Dower | 2016-09-17 | 1 | -0/+18 |
| | | |||||
* | | Issue #26384: Merge from 3.5 | Berker Peksag | 2016-09-17 | 2 | -1/+20 |
|\ \ | |/ | |||||
| * | Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile | Berker Peksag | 2016-09-17 | 2 | -1/+20 |
| | | |||||
| * | Fix test_access_denied in 3.5 | Berker Peksag | 2016-09-17 | 1 | -1/+2 |
| | | |||||
* | | Issue #28192: Don't import readline in isolated mode | Steve Dower | 2016-09-17 | 2 | -11/+9 |
| | | |||||
* | | Issue #28075: Merge from 3.5 | Berker Peksag | 2016-09-17 | 1 | -0/+19 |
|\ \ | |/ | |||||
| * | Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of ↵ | Berker Peksag | 2016-09-17 | 1 | -0/+19 |
| | | | | | | | | | | | | os.stat() Patch by Eryk Sun. | ||||
* | | Issue #22493: Warning message emitted by using inline flags in the middle of | Serhiy Storchaka | 2016-09-16 | 2 | -4/+22 |
| | | | | | | | | | | regular expression now contains a (truncated) regex pattern. Patch by Tim Graham. | ||||
* | | Issue #25270: Merge from 3.5 | Berker Peksag | 2016-09-16 | 1 | -0/+20 |
|\ \ | |/ | |||||
| * | Issue #25270: Prevent codecs.escape_encode() from raising SystemError when ↵ | Berker Peksag | 2016-09-16 | 1 | -0/+20 |
| | | | | | | | | an empty bytestring is passed | ||||
* | | Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. | Christian Heimes | 2016-09-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. | Christian Heimes | 2016-09-16 | 1 | -1/+1 |
| | | |||||
* | | Issue #25895: Merge from 3.5 | Berker Peksag | 2016-09-16 | 2 | -2/+5 |
|\ \ | |/ | |||||
| * | Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin | Berker Peksag | 2016-09-16 | 2 | -2/+5 |
| | | | | | | | | Patch by Gergely Imreh and Markus Holtermann. | ||||
* | | Issue #28145: Merge spelling fixes from 3.5 into 3.6 | Martin Panter | 2016-09-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #28145: Spelling fixes | Martin Panter | 2016-09-16 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.5 (issue #27759) | Yury Selivanov | 2016-09-15 | 2 | -9/+40 |
|\ \ | |/ | |||||
| * | Issue #27759: Fix selectors incorrectly retain invalid file descriptors. | Yury Selivanov | 2016-09-15 | 2 | -9/+40 |
| | | | | | | | | Patch by Mark Williams. | ||||
* | | Merge 3.5 (issue #28176) | Yury Selivanov | 2016-09-15 | 2 | -40/+111 |
|\ \ | |/ | |||||
| * | Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. | Yury Selivanov | 2016-09-15 | 2 | -40/+111 |
| | | |||||
* | | Merge 3.5 (asyncio, issue #26909) | Yury Selivanov | 2016-09-15 | 2 | -42/+34 |
|\ \ | |/ | |||||
| * | Issue #26909: Fix slow pipes IO in asyncio. | Yury Selivanov | 2016-09-15 | 2 | -42/+34 |
| | | | | | | | | Patch by INADA Naoki. | ||||
* | | Merge 3.5 (issue #26654) | Yury Selivanov | 2016-09-15 | 3 | -15/+23 |
|\ \ | |/ | |||||
| * | Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. | Yury Selivanov | 2016-09-15 | 3 | -15/+23 |
| | | | | | | | | Patch by iceboy. | ||||
* | | Merge 3.5 (issue #28174) | Yury Selivanov | 2016-09-15 | 2 | -12/+24 |
|\ \ | |/ | |||||
| * | Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) | Yury Selivanov | 2016-09-15 | 2 | -12/+24 |
| | | | | | | | | Patch by Seth Michael Larson. | ||||
* | | Merge 3.5 (issue #27906) | Yury Selivanov | 2016-09-15 | 5 | -36/+57 |
|\ \ | |/ | |||||
| * | Issue #27906: Fix socket accept exhaustion during high TCP traffic. | Yury Selivanov | 2016-09-15 | 5 | -36/+57 |
| | | | | | | | | Patch by Kevin Conway. | ||||
| * | Another asyncio sync. | Yury Selivanov | 2016-09-15 | 2 | -5/+11 |
| | | |||||
| * | asyncio: Sync with the upstream | Yury Selivanov | 2016-09-15 | 2 | -0/+64 |
| | | |||||
* | | Merge heads 3.6 | Yury Selivanov | 2016-09-15 | 1 | -4/+1 |
|\ \ | |||||
| * | | asyncio: Drop debug code | Yury Selivanov | 2016-09-15 | 1 | -4/+1 |
| | | | |||||
* | | | Use requires_os_func() to skip SpawnTests | Berker Peksag | 2016-09-15 | 1 | -10/+14 |
|/ / | |||||
* | | Merge heads | Yury Selivanov | 2016-09-15 | 1 | -8/+16 |
|\ \ | |||||
| * | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-09-15 | 1 | -8/+16 |
| | | | |||||
* | | | Make SpawnTest.create_args() keyword-only | Berker Peksag | 2016-09-15 | 1 | -5/+5 |
| | | | |||||
* | | | Issue #28114: Fix a crash in parse_envlist() when env contains byte strings | Berker Peksag | 2016-09-15 | 1 | -2/+15 |
|/ / | | | | | | | Patch by Eryk Sun. | ||||
* | | Issue #26182: Raise DeprecationWarning for improper use of async/await keywords | Yury Selivanov | 2016-09-15 | 4 | -58/+104 |
| | | |||||
* | | Unicode 9.0.0 | Benjamin Peterson | 2016-09-15 | 1 | -2/+6 |
| | | | | | | | | | | Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata. | ||||
* | | Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). | Serhiy Storchaka | 2016-09-14 | 1 | -23/+92 |
|\ \ | |/ | |||||
| * | Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). | Serhiy Storchaka | 2016-09-14 | 1 | -23/+92 |
| | | |||||
* | | Issue #28114: Add unit tests on os.spawn*() | Victor Stinner | 2016-09-14 | 1 | -0/+86 |
| | | |||||
* | | Issue #28131: Merge from 3.5 | Berker Peksag | 2016-09-14 | 1 | -0/+13 |
|\ \ | |/ | |||||
| * | Issue #28131: Fix a regression in zipimport's compile_source() | Berker Peksag | 2016-09-14 | 1 | -0/+13 |
| | | | | | | | | zipimport should use the same optimization level as the interpreter. |