Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22493: Warning message emitted by using inline flags in the middle of | Serhiy Storchaka | 2016-09-16 | 3 | -4/+26 |
| | | | | | regular expression now contains a (truncated) regex pattern. Patch by Tim Graham. | ||||
* | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. | Ned Deily | 2016-09-16 | 1 | -1/+23 |
| | |||||
* | Issue #25270: Merge from 3.5 | Berker Peksag | 2016-09-16 | 4 | -6/+38 |
|\ | |||||
| * | Issue #25270: Prevent codecs.escape_encode() from raising SystemError when ↵ | Berker Peksag | 2016-09-16 | 4 | -6/+38 |
| | | | | | | | | an empty bytestring is passed | ||||
* | | Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. | Christian Heimes | 2016-09-16 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. | Christian Heimes | 2016-09-16 | 2 | -1/+3 |
| | | |||||
* | | Issue #25895: Merge from 3.5 | Berker Peksag | 2016-09-16 | 4 | -3/+9 |
|\ \ | |/ | |||||
| * | Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin | Berker Peksag | 2016-09-16 | 4 | -3/+9 |
| | | | | | | | | Patch by Gergely Imreh and Markus Holtermann. | ||||
* | | Issue #28145: Merge spelling fixes from 3.5 into 3.6 | Martin Panter | 2016-09-16 | 3 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #28145: Spelling fixes | Martin Panter | 2016-09-16 | 3 | -3/+3 |
| | | |||||
* | | Merge 3.5 (issue #27759) | Yury Selivanov | 2016-09-15 | 3 | -9/+43 |
|\ \ | |/ | |||||
| * | Issue #27759: Fix selectors incorrectly retain invalid file descriptors. | Yury Selivanov | 2016-09-15 | 3 | -9/+43 |
| | | | | | | | | Patch by Mark Williams. | ||||
* | | Fix Misc/NEWS | Yury Selivanov | 2016-09-15 | 1 | -12/+12 |
| | | |||||
* | | Merge 3.5 (issue #28176) | Yury Selivanov | 2016-09-15 | 3 | -40/+113 |
|\ \ | |/ | |||||
| * | Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. | Yury Selivanov | 2016-09-15 | 3 | -40/+113 |
| | | |||||
* | | Merge 3.5 (asyncio, issue #26909) | Yury Selivanov | 2016-09-15 | 3 | -42/+37 |
|\ \ | |/ | |||||
| * | Issue #26909: Fix slow pipes IO in asyncio. | Yury Selivanov | 2016-09-15 | 3 | -42/+37 |
| | | | | | | | | Patch by INADA Naoki. | ||||
* | | Merge 3.5 (issue #26654) | Yury Selivanov | 2016-09-15 | 4 | -15/+26 |
|\ \ | |/ | |||||
| * | Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. | Yury Selivanov | 2016-09-15 | 4 | -15/+26 |
| | | | | | | | | Patch by iceboy. | ||||
* | | Merge 3.5 (issue #28174) | Yury Selivanov | 2016-09-15 | 3 | -12/+27 |
|\ \ | |/ | |||||
| * | Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) | Yury Selivanov | 2016-09-15 | 3 | -12/+27 |
| | | | | | | | | Patch by Seth Michael Larson. | ||||
* | | Merge 3.5 (issue #27906) | Yury Selivanov | 2016-09-15 | 6 | -36/+60 |
|\ \ | |/ | |||||
| * | Issue #27906: Fix socket accept exhaustion during high TCP traffic. | Yury Selivanov | 2016-09-15 | 6 | -36/+60 |
| | | | | | | | | Patch by Kevin Conway. | ||||
* | | Null-merge 3.5 | Yury Selivanov | 2016-09-15 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Another asyncio sync. | Yury Selivanov | 2016-09-15 | 2 | -5/+11 |
| | | |||||
| * | asyncio: Sync with the upstream | Yury Selivanov | 2016-09-15 | 2 | -0/+64 |
| | | |||||
* | | Issue #28156: Export os.getpid() conditionally | Berker Peksag | 2016-09-15 | 2 | -1/+11 |
| | | | | | | | | Patch by Ed Schouten. | ||||
* | | 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 | 3 | -19/+57 |
|/ / | | | | | | | Patch by Eryk Sun. | ||||
* | | Issue #26182: Raise DeprecationWarning for improper use of async/await keywords | Yury Selivanov | 2016-09-15 | 6 | -58/+127 |
| | | |||||
* | | Unicode 9.0.0 | Benjamin Peterson | 2016-09-15 | 10 | -24347/+26005 |
| | | | | | | | | | | Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata. | ||||
* | | Issue #28153: Make kqueue()'s event filters optional | Berker Peksag | 2016-09-14 | 1 | -0/+18 |
| | | | | | | | | Patch by Ed Schouten. | ||||
* | | Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). | Serhiy Storchaka | 2016-09-14 | 3 | -28/+101 |
|\ \ | |/ | |||||
| * | Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). | Serhiy Storchaka | 2016-09-14 | 3 | -28/+100 |
| | | |||||
* | | Add _PyDict_CheckConsistency() | Victor Stinner | 2016-09-14 | 3 | -7/+91 |
| | | | | | | | | | | | | | | | | Issue #28127: Add a function to check that a dictionary remains consistent after any change. By default, tables are not checked, only basic attributes. Define DEBUG_PYDICT (ex: gcc -D DEBUG_PYDICT) to also check dictionary "content". | ||||
* | | Issue #28114: Add unit tests on os.spawn*() | Victor Stinner | 2016-09-14 | 1 | -0/+86 |
| | | |||||
* | | Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() | Christian Heimes | 2016-09-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() | Christian Heimes | 2016-09-14 | 1 | -1/+1 |
| | | |||||
* | | more granular configure checks for clock_* functions (closes #28081) | Benjamin Peterson | 2016-09-14 | 4 | -4/+91 |
| | | |||||
* | | merge 3.5 | Benjamin Peterson | 2016-09-14 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | merge heads | Benjamin Peterson | 2016-09-14 | 3 | -1/+17 |
| |\ | |||||
* | \ | merge heads | Benjamin Peterson | 2016-09-14 | 3 | -1/+17 |
|\ \ \ | |||||
| * \ \ | Issue #26171: Null merge | Berker Peksag | 2016-09-14 | 0 | -0/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #26171: Null merge | Berker Peksag | 2016-09-14 | 0 | -0/+0 |
| | |\ \ | |||||
| | | * \ | Issue #26171: Null merge | Berker Peksag | 2016-09-14 | 0 | -0/+0 |
| | | |\ \ |