Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Issue #28139: Fix messed up indentation | Martin Panter | 2016-09-17 | 8 | -35/+41 | |
| | | | | | | | | | | | | | | | | | | | | Also update the classmethod and staticmethod doc strings and comments to match the RST documentation. | |||||
* | | | | Skip a sysconfig test if _ctypes is not available. | Zachary Ware | 2016-09-17 | 1 | -6/+4 | |
| | | | | | | | | | | | | | | | | Also migrates test_sysconfig to unittest discovery. | |||||
* | | | | Closes #27979: Remove bundled copy of libffi | Zachary Ware | 2016-09-17 | 323 | -140865/+56 | |
| | | | | | | | | | | | | | | | | | | | | An installed copy of libffi is now required for building _ctypes on any platform but OSX and Windows. | |||||
* | | | | 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. | |||||
| * | | | 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 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. | Ned Deily | 2016-09-16 | 1 | -1/+23 | |
| | | | | ||||||
* | | | | Added proper spelling for the name Elazar. | Alexander Belopolsky | 2016-09-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #25270: Merge from 3.6 | Berker Peksag | 2016-09-16 | 4 | -6/+38 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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: Add Kaartic Sivaraam to Misc/ACKS. | Christian Heimes | 2016-09-16 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | 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 #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. | Christian Heimes | 2016-09-16 | 2 | -1/+3 | |
| | | | | ||||||
* | | | | Issue #25895: Merge from 3.6 | Berker Peksag | 2016-09-16 | 4 | -3/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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.6 | Martin Panter | 2016-09-16 | 3 | -3/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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.6 (issue #27759) | Yury Selivanov | 2016-09-15 | 3 | -9/+43 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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. | |||||
* | | | | Merge 3.6 (NEWS) | Yury Selivanov | 2016-09-15 | 1 | -12/+12 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix Misc/NEWS | Yury Selivanov | 2016-09-15 | 1 | -12/+12 | |
| | | | | ||||||
* | | | | Merge 3.6 (issue #28176) | Yury Selivanov | 2016-09-15 | 3 | -40/+113 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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.6 (asyncio, issue #26909) | Yury Selivanov | 2016-09-15 | 3 | -42/+37 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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.6 (issue #26654) | Yury Selivanov | 2016-09-15 | 4 | -15/+26 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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.6 (issue #28174) | Yury Selivanov | 2016-09-15 | 3 | -12/+27 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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.6 (issue #27906) | Yury Selivanov | 2016-09-15 | 6 | -36/+60 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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. | |||||
* | | | | Merge 3.6 (after null merge with 3.5) | Yury Selivanov | 2016-09-15 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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: Merge from 3.6 | Berker Peksag | 2016-09-15 | 2 | -1/+11 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #28156: Export os.getpid() conditionally | Berker Peksag | 2016-09-15 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | Patch by Ed Schouten. | |||||
* | | | | Merge heads (3.6/default) | Yury Selivanov | 2016-09-15 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge heads 3.6 | Yury Selivanov | 2016-09-15 | 1 | -4/+1 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge (asyncio) | Yury Selivanov | 2016-09-15 | 1 | -4/+1 | |
|\ \ \ \ \ | | |/ / / | |/| | | |