summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27111: Minor simplication to long_add and long_sub fast path code. ↵Mark Dickinson2016-09-171-6/+2
| | | | Thanks Oren Milman.
* Issue #27441: Remove some redundant assignments to ob_size in longobject.c. ↵Mark Dickinson2016-09-172-2/+3
| | | | Thanks Oren Milman.
* Issue #27222: various cleanups in long_rshift. Thanks Oren Milman.Mark Dickinson2016-09-172-11/+10
|
* Merge from 3.6Berker Peksag2016-09-170-0/+0
|\
| * Merge from 3.5Berker Peksag2016-09-170-0/+0
| |\
| | * Fix test_access_denied in 3.5Berker Peksag2016-09-171-1/+2
| | |
* | | Issue #28075: Merge from 3.6Berker Peksag2016-09-173-2/+26
|\ \ \ | |/ /
| * | Issue #28075: Merge from 3.5Berker Peksag2016-09-173-2/+26
| |\ \ | | |/
| | * Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of ↵Berker Peksag2016-09-173-2/+26
| | | | | | | | | | | | | | | | | | os.stat() Patch by Eryk Sun.
* | | Issue #28139: Merge indentation fixes from 3.6Martin Panter2016-09-177-32/+38
|\ \ \ | |/ /
| * | Issue #28139: Merge indentation fixes from 3.5 into 3.6Martin Panter2016-09-177-32/+38
| |\ \ | | |/
| | * Issue #28139: Fix messed up indentationMartin Panter2016-09-178-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 Ware2016-09-171-6/+4
| | | | | | | | | | | | Also migrates test_sysconfig to unittest discovery.
* | | Closes #27979: Remove bundled copy of libffiZachary Ware2016-09-17323-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 ofSerhiy Storchaka2016-09-163-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 ofSerhiy Storchaka2016-09-163-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 Deily2016-09-161-1/+23
|\ \ \ | |/ /
| * | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.Ned Deily2016-09-161-1/+23
| | |
* | | Added proper spelling for the name Elazar.Alexander Belopolsky2016-09-161-1/+1
| | |
* | | Issue #25270: Merge from 3.6Berker Peksag2016-09-164-6/+38
|\ \ \ | |/ /
| * | Issue #25270: Merge from 3.5Berker Peksag2016-09-164-6/+38
| |\ \ | | |/
| | * Issue #25270: Prevent codecs.escape_encode() from raising SystemError when ↵Berker Peksag2016-09-164-6/+38
| | | | | | | | | | | | an empty bytestring is passed
* | | Issue #28181: Add Kaartic Sivaraam to Misc/ACKS.Christian Heimes2016-09-161-0/+1
| | |
* | | Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-162-1/+3
|\ \ \ | |/ /
| * | Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-162-1/+3
| |\ \ | | |/
| | * Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-162-1/+3
| | |
* | | Issue #25895: Merge from 3.6Berker Peksag2016-09-164-3/+9
|\ \ \ | |/ /
| * | Issue #25895: Merge from 3.5Berker Peksag2016-09-164-3/+9
| |\ \ | | |/
| | * Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-164-3/+9
| | | | | | | | | | | | Patch by Gergely Imreh and Markus Holtermann.
* | | Issue #28145: Merge spelling fixes from 3.6Martin Panter2016-09-163-3/+3
|\ \ \ | |/ /
| * | Issue #28145: Merge spelling fixes from 3.5 into 3.6Martin Panter2016-09-163-3/+3
| |\ \ | | |/
| | * Issue #28145: Spelling fixesMartin Panter2016-09-163-3/+3
| | |
* | | Merge 3.6 (issue #27759)Yury Selivanov2016-09-153-9/+43
|\ \ \ | |/ /
| * | Merge 3.5 (issue #27759)Yury Selivanov2016-09-153-9/+43
| |\ \ | | |/
| | * Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-09-153-9/+43
| | | | | | | | | | | | Patch by Mark Williams.
* | | Merge 3.6 (NEWS)Yury Selivanov2016-09-151-12/+12
|\ \ \ | |/ /
| * | Fix Misc/NEWSYury Selivanov2016-09-151-12/+12
| | |
* | | Merge 3.6 (issue #28176)Yury Selivanov2016-09-153-40/+113
|\ \ \ | |/ /
| * | Merge 3.5 (issue #28176)Yury Selivanov2016-09-153-40/+113
| |\ \ | | |/
| | * Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-153-40/+113
| | |
* | | Merge 3.6 (asyncio, issue #26909)Yury Selivanov2016-09-153-42/+37
|\ \ \ | |/ /
| * | Merge 3.5 (asyncio, issue #26909)Yury Selivanov2016-09-153-42/+37
| |\ \ | | |/
| | * Issue #26909: Fix slow pipes IO in asyncio.Yury Selivanov2016-09-153-42/+37
| | | | | | | | | | | | Patch by INADA Naoki.
* | | Merge 3.6 (issue #26654)Yury Selivanov2016-09-154-15/+26
|\ \ \ | |/ /
| * | Merge 3.5 (issue #26654)Yury Selivanov2016-09-154-15/+26
| |\ \ | | |/
| | * Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-154-15/+26
| | | | | | | | | | | | Patch by iceboy.
* | | Merge 3.6 (issue #28174)Yury Selivanov2016-09-153-12/+27
|\ \ \ | |/ /
| * | Merge 3.5 (issue #28174)Yury Selivanov2016-09-153-12/+27
| |\ \ | | |/
| | * Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-153-12/+27
| | | | | | | | | | | | Patch by Seth Michael Larson.
* | | Merge 3.6 (issue #27906)Yury Selivanov2016-09-156-36/+60
|\ \ \ | |/ /