Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. | Yury Selivanov | 2016-09-15 | 1 | -0/+3 |
| | | | | Patch by iceboy. | ||||
* | Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) | Yury Selivanov | 2016-09-15 | 1 | -0/+3 |
| | | | | Patch by Seth Michael Larson. | ||||
* | Issue #27906: Fix socket accept exhaustion during high TCP traffic. | Yury Selivanov | 2016-09-15 | 1 | -0/+3 |
| | | | | Patch by Kevin Conway. | ||||
* | Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). | Serhiy Storchaka | 2016-09-14 | 1 | -0/+1 |
| | |||||
* | Issue #28131: Fix a regression in zipimport's compile_source() | Berker Peksag | 2016-09-14 | 1 | -0/+3 |
| | | | | zipimport should use the same optimization level as the interpreter. | ||||
* | Issue #15819: Remove old unconditional -IInclude option | Martin Panter | 2016-09-13 | 1 | -0/+3 |
| | | | | | A newer instance of this option, enabled in the configure script when building outside the source tree, made this redundant. | ||||
* | Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes | Raymond Hettinger | 2016-09-12 | 1 | -0/+3 |
| | | | | (Patch by Duane Griffin. Reviewed and approved by Stefan Behnel.) | ||||
* | Issue #28066: Fix include search directory logic for out-of-tree builds | Martin Panter | 2016-09-12 | 1 | -0/+3 |
| | |||||
* | Issue #27456: asyncio: Set TCP_NODELAY by default. | Yury Selivanov | 2016-09-12 | 1 | -0/+2 |
| | |||||
* | #19003: Only replace \r and/or \n line endings in email.generator. | R David Murray | 2016-09-11 | 1 | -0/+4 |
| | | | | | This is a further restoration of backward compatibility, as well as being correct per the RFCs. | ||||
* | Issue #27952: Get fixcid.py working with the re module | Martin Panter | 2016-09-11 | 1 | -0/+4 |
| | |||||
* | IDLE newx items. | Terry Jan Reedy | 2016-09-10 | 1 | -0/+7 |
| | |||||
* | Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is ↵ | Mark Dickinson | 2016-09-10 | 1 | -0/+3 |
| | | | | compiled with NSMALLPOSINTS = 0. | ||||
* | Issue #27932: Backs out change | Steve Dower | 2016-09-10 | 1 | -2/+0 |
| | |||||
* | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 1 | -0/+3 |
| | | | | between 1.0 and 2.0 to 1. | ||||
* | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) | Steve Dower | 2016-09-10 | 1 | -0/+2 |
| | |||||
* | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 1 | -0/+2 |
| | |||||
* | Issue #25969: Update the lib2to3 grammar to handle the unpacking | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-10 | 1 | -0/+3 |
| | | | | generalizations added in 3.5. | ||||
* | Issue #27932: Fixes memory leak in platform.win32_ver() | Steve Dower | 2016-09-10 | 1 | -0/+2 |
| | |||||
* | Issue #25758: Prevents zipimport from unnecessarily encoding a filename ↵ | Steve Dower | 2016-09-10 | 1 | -0/+3 |
| | | | | (patch by Eryk Sun) | ||||
* | #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 2 | -0/+4 |
| | | | | | This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar. | ||||
* | Issue #22450: Use "Accept: */*" in the default headers for urllib.request | Raymond Hettinger | 2016-09-09 | 1 | -0/+4 |
| | |||||
* | Issue #25144: Ensures TargetDir is set before continuing with custom install. | Steve Dower | 2016-09-09 | 1 | -0/+3 |
| | |||||
* | Issue #19489: Add NEWS and ACKS | Zachary Ware | 2016-09-09 | 2 | -0/+4 |
| | |||||
* | Issue #24594: Validates persist parameter when opening MSI database | Steve Dower | 2016-09-09 | 1 | -0/+2 |
| | |||||
* | #28047: Fix calculation of base64 line length. | R David Murray | 2016-09-09 | 1 | -0/+3 |
| | | | | | This is buggy in the old email code as well, but it doesn't affect anything there because only the default line length is ever used there. | ||||
* | Issue #26020: Fix evaluation order for set literals | Raymond Hettinger | 2016-09-08 | 1 | -0/+2 |
| | |||||
* | Issue #21201: Improves readability of multiprocessing error message from ↵ | Davin Potts | 2016-09-08 | 1 | -0/+3 |
| | | | | server to client for certain exceptions | ||||
* | Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() | Berker Peksag | 2016-09-08 | 1 | -0/+3 |
| | | | | Patch by Claude Paroz. | ||||
* | Move my news entries to the build section. | Gregory P. Smith | 2016-09-08 | 1 | -7/+7 |
| | |||||
* | lib2to3.pgen3.driver.load_grammar() now creates a stable cache file | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -0/+4 |
| | | | | | between runs given the same Grammar.txt input regardless of the hash randomization setting. | ||||
* | Fixes #27930: improved QueueListener behaviour. | Vinay Sajip | 2016-09-08 | 1 | -0/+3 |
| | |||||
* | Issue #27993: Fix problems with plural objects in docs and comments | Martin Panter | 2016-09-07 | 2 | -3/+3 |
| | |||||
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 2 | -15/+15 |
| | |||||
* | Issue #27570: Avoid zero-length memcpy() calls with null source pointers | Martin Panter | 2016-09-07 | 1 | -0/+3 |
| | |||||
* | Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - | Gregory P. Smith | 2016-09-07 | 1 | -0/+5 |
| | | | | | | required for PGO linking - to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes. | ||||
* | #22233: Only split headers on \r and/or \n, per email RFCs. | R David Murray | 2016-09-07 | 1 | -0/+4 |
| | | | | Original patch by Martin Panter, new policy fixes by me. | ||||
* | 27988: Make sure iter_attachments does not mutate the payload list. | R David Murray | 2016-09-07 | 1 | -0/+2 |
| | |||||
* | [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". | Senthil Kumaran | 2016-09-07 | 1 | -0/+1 |
| | |||||
* | Issue #26359: Add the --with-optimizations flag. | Brett Cannon | 2016-09-07 | 1 | -0/+2 |
| | |||||
* | Fixes issue26307: The profile-opt build now applys PGO to the built-in | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-06 | 1 | -0/+2 |
| | | | | modules. | ||||
* | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵ | Christian Heimes | 2016-09-06 | 1 | -0/+3 |
| | | | | fields in X.509 certs. | ||||
* | Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ↵ | Christian Heimes | 2016-09-06 | 1 | -0/+6 |
| | | | | ChaCha20 Poly1305. | ||||
* | do not pretend to support passing a fd to access() | Benjamin Peterson | 2016-09-05 | 1 | -0/+3 |
| | |||||
* | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | Christian Heimes | 2016-09-05 | 1 | -0/+2 |
| | |||||
* | clear out f_gen during generator finalization (closes #27812) | Benjamin Peterson | 2016-09-05 | 1 | -0/+3 |
| | | | | Patch from Armin Rigo. | ||||
* | do not allow _PyGen_Finalize to fail (closes #27811) | Benjamin Peterson | 2016-09-05 | 1 | -0/+3 |
| | | | | Patch from Armin Rigo. | ||||
* | Issue 27936: Fix inconsistent round() behavior between float and int | Raymond Hettinger | 2016-09-03 | 1 | -0/+4 |
| | |||||
* | Issue #12885: Merge 3.4 | Jason R. Coombs | 2016-09-02 | 1 | -1/+1 |
|\ | |||||
| * | Issue #12885: Correct issue reference in NEWS | Jason R. Coombs | 2016-09-02 | 1 | -1/+1 |
| | |