Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25899: Fixed typo in .bzrignore. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+1 |
|\ | |||||
| * | Issue #25899: Fixed typo in .bzrignore. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #25899: Converted non-ASCII characters in docstrings and manpage | Serhiy Storchaka | 2015-12-18 | 6 | -10/+10 |
|\ \ | |/ | | | | | | | to ASCII replacements. Removed UTF-8 BOM from Misc/NEWS. Original patch by Chris Angelico. | ||||
| * | Issue #25899: Converted non-ASCII characters in docstrings and manpage | Serhiy Storchaka | 2015-12-18 | 3 | -4/+4 |
| | | | | | | | | to ASCII replacements. Original patch by Chris Angelico. | ||||
* | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+4 |
| | | |||||
* | | Issue #25889: Got rid of warning about mixing signed/unsigned char pointers. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+3 |
| | | |||||
* | | Issue #25890: Removed yet one unused variable. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+0 |
| | | |||||
* | | Issues #25890, #25891, #25892: Removed unused variables in Windows code. | Serhiy Storchaka | 2015-12-18 | 2 | -3/+0 |
| | | | | | | | | Reported by Alexander Riccio. | ||||
* | | Issue #25893: Removed unused variable reqdSize. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+4 |
|\ \ | |/ | | | | | Added test for return code for the last RegQueryValueExW. | ||||
| * | Issue #25893: Removed unused variable reqdSize. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+4 |
| | | | | | | | | Added test for return code for the last RegQueryValueExW. | ||||
* | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | docs: Document ASYNC/AWAIT tokens (issue #25580) | Yury Selivanov | 2015-12-17 | 1 | -0/+6 |
| | | | | | | | | Initial patch by SilentGhost | ||||
* | | Merge from 3.5 | Martin Panter | 2015-12-17 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Merge 3.4 into 3.5 | Martin Panter | 2015-12-17 | 0 | -0/+0 |
| |\ | |||||
| | * | Issue #25809: Skip testing platform-dependent French thousands separator | Martin Panter | 2015-12-12 | 1 | -1/+3 |
| | | | |||||
* | | | Merge typo fixes from 3.5 | Martin Panter | 2015-12-17 | 3 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix a couple of typos in code comments | Martin Panter | 2015-12-17 | 3 | -4/+4 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 2 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 2 | -6/+6 |
| |\ \ | | |/ | |||||
| | * | docs/asyncio: Twek sections names per Nick Coghlan suggestion | Yury Selivanov | 2015-12-17 | 2 | -6/+6 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | asyncio/tests: Fix a ResourceWarning due to unclosed loop | Yury Selivanov | 2015-12-17 | 1 | -0/+4 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 1 | -18/+29 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -18/+29 |
| |\ \ | | |/ | |||||
| | * | asyncio/tests: Fix ResourceWarnings related to unclosed transports | Yury Selivanov | 2015-12-17 | 1 | -18/+29 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 2 | -13/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 2 | -13/+18 |
| |\ \ | | |/ | |||||
| | * | asyncio/tests: Fix some ResourceWarnings | Yury Selivanov | 2015-12-17 | 2 | -13/+18 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | asyncio/tests: Fix deprecation warning | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Normalize whitespace | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 7 | -68/+284 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 7 | -68/+284 |
| |\ \ | | |/ | |||||
| | * | asyncio: Skip getaddrinfo if host is already resolved. | Yury Selivanov | 2015-12-17 | 7 | -68/+284 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getaddrinfo takes an exclusive lock on some platforms, causing clients to queue up waiting for the lock if many names are being resolved concurrently. Users may want to handle name resolution in their own code, for the sake of caching, using an alternate resolver, or to measure DNS duration separately from connection duration. Skip getaddrinfo if the "host" passed into create_connection is already resolved. See https://github.com/python/asyncio/pull/302 for details. Patch by A. Jesse Jiryu Davis. | ||||
* | | | Issue #23788: Merge test_bad_address() cleanup from 3.5 | Martin Panter | 2015-12-16 | 2 | -35/+20 |
|\ \ \ | |/ / | |||||
| * | | Issue #23788: Merge redundant test_bad_address() into test_urllibnet | Martin Panter | 2015-12-16 | 2 | -35/+20 |
| | | | | | | | | | | | | | | | | | | | | | In Python 2, these were duplicated; one for urllib.urlopen() and one for urllib2.urlopen(). The test_urllibnet version has a better precondition to avoid false failures with bad DNS, and the test_urllib2_localnet version had a more up-to-date comment and domain name. | ||||
* | | | Issue #25868: Try to make test_eintr.test_sigwaitinfo() more reliable | Victor Stinner | 2015-12-15 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | especially on slow buildbots Use a pipe to synchronize the parent and the child processes. | ||||
* | | | Minor tweek. Counting down rather than up reduces register pressure. | Raymond Hettinger | 2015-12-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-15 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs | Yury Selivanov | 2015-12-15 | 1 | -1/+4 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | docs/whatsnew/3.5: Fix ref link | Yury Selivanov | 2015-12-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-15 | 1 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | whatsnew/3.5: Mention new asyncio APIs in 3.5.1 | Yury Selivanov | 2015-12-15 | 1 | -0/+12 |
| | | | |||||
* | | | Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() | Gregory P. Smith | 2015-12-14 | 1 | -3/+3 |
|\ \ \ | |/ / | | | | | | | | | | | | | APIs into a note that mlsd() is a nicer API if the server supports it. They aren't deprecated, they are all different server commands. Not all servers support all commands. |