summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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-183-86/+193
| | |
* | | Issue #25400: RobotFileParser now correctly returns default values for ↵Berker Peksag2016-09-183-20/+45
| | | | | | | | | | | | | | | | | | crawl_delay and request_rate Initial patch by Peter Wirtz.
* | | Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-182-7/+11
|\ \ \ | |/ /
| * | Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-182-7/+11
| | |
* | | Null merge from 3.5Berker Peksag2016-09-180-0/+0
|\ \ \ | |/ /
| * | Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndianaBerker Peksag2016-09-181-0/+7
| | |
* | | Null merge from 3.5Berker Peksag2016-09-180-0/+0
|\ \ \ | |/ /
| * | Issue #28075: Fix test_access_denied in Python 3.5Berker Peksag2016-09-182-14/+18
| | | | | | | | | | | | I forgot there two variations of os.stat() in Python 3.5.
* | | Issue #28151: Use pythontest.net in test_robotparserBerker Peksag2016-09-181-7/+36
| | |
* | | Null merge from 3.5Steve Dower2016-09-180-0/+0
|\ \ \ | |/ /
| * | Add file missed from backportSteve Dower2016-09-181-1/+1
| | |
* | | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-185-81/+57
| | |
* | | Null merge from 3.5Steve Dower2016-09-180-0/+0
|\ \ \ | |/ /
| * | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-183-60/+40
| | |
* | | Fixes bad merge for issue #28110Steve Dower2016-09-171-0/+1
| | |
* | | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-174-13/+6
|\ \ \ | |/ /
| * | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-175-16/+10
| | |
* | | 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 #28161: Opening CON for write access failsSteve Dower2016-09-172-14/+41
| | | | | | | | | | | | | | | | | | Issue #28162: WindowsConsoleIO readall() fails if first line starts with Ctrl+Z Issue #28163: WindowsConsoleIO fileno() passes wrong flags to _open_osfhandle Issue #28164: _PyIO_get_console_type fails for various paths
* | | Issue #26384: Merge from 3.5Berker Peksag2016-09-173-1/+22
|\ \ \ | |/ /
| * | Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfileBerker Peksag2016-09-173-1/+22
| | |
* | | Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-175-52/+119
| | | | | | | | | | | | Issue #28138: Windows ._pth file should allow import site
* | | Issue #28192: Don't import readline in isolated modeSteve Dower2016-09-173-12/+11
| | |
* | | 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.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.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.
* | | 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
| | |
* | | 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: 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.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.5 into 3.6Martin Panter2016-09-163-3/+3
|\ \ \ | |/ /
| * | Issue #28145: Spelling fixesMartin Panter2016-09-163-3/+3
| | |
* | | 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.
* | | Fix Misc/NEWSYury Selivanov2016-09-151-12/+12
| | |
* | | 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.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.5 (issue #26654)Yury Selivanov2016-09-154-15/+26
|\ \ \ | |/ /