Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.5 (os.urandom) | Victor Stinner | 2016-06-07 | 7 | -12/+48 |
|\ | |||||
| * | os.urandom() doesn't block on Linux anymore | Victor Stinner | 2016-06-07 | 7 | -12/+48 |
| | | | | | | | | | | | | Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK to fall back on reading /dev/urandom if the urandom entropy pool is not initialized yet. Patch written by Colm Buckley. | ||||
* | | Issue #27229: Merge makefile fix from 3.5 | Martin Panter | 2016-06-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #27229: Comment in middle of shell command fails on BSD and OS X | Martin Panter | 2016-06-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #27229: Merge cross-compiling fix from 3.5 | Martin Panter | 2016-06-07 | 2 | -2/+8 |
|\ \ | |/ | |||||
| * | Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye | Martin Panter | 2016-06-07 | 2 | -2/+8 |
| | | |||||
* | | Issue #26983: Fixed test_format failure. | Serhiy Storchaka | 2016-06-06 | 1 | -1/+1 |
| | | | | | | | | Patch by SilentGhost. | ||||
* | | Issue #27107: mailbox.fcntl = None on Windows | Martin Panter | 2016-06-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #23883: News updates for __all__ attributes | Martin Panter | 2016-06-06 | 2 | -3/+9 |
| | | |||||
* | | Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 2 | -1/+15 |
| | | |||||
* | | Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 2 | -2/+8 |
| | | |||||
* | | Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 2 | -2/+10 |
| | | |||||
* | | Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej | Martin Panter | 2016-06-06 | 2 | -4/+11 |
| | | |||||
* | | Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch | Martin Panter | 2016-06-06 | 2 | -1/+7 |
| | | |||||
* | | Issue #27156: Remove more unused idlelib code. | Terry Jan Reedy | 2016-06-06 | 2 | -13/+0 |
| | | |||||
* | | Issue #26014: merge from 3.5 | Ned Deily | 2016-06-06 | 5 | -3/+16 |
|\ \ | |/ | |||||
| * | Issue #26014: Update 3.x packaging documentation: | Ned Deily | 2016-06-06 | 5 | -3/+16 |
| | | | | | | | | | | | | | | - "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun) | ||||
* | | Issue #27164: Merge raw Deflate zdict support from 3.5 | Martin Panter | 2016-06-05 | 3 | -18/+56 |
|\ \ | |/ | |||||
| * | Issue #27164: Allow decompressing raw Deflate streams with predefined zdict | Martin Panter | 2016-06-05 | 3 | -18/+56 |
| | | | | | | | | Based on patch by Xiang Zhang. | ||||
* | | Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. | Serhiy Storchaka | 2016-06-05 | 1 | -1/+3 |
|\ \ | |/ | | | | | Patch by Xiang Zhang. | ||||
| * | Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. | Serhiy Storchaka | 2016-06-05 | 1 | -1/+3 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Issue #21916: Added more tests for the turtle module. | Serhiy Storchaka | 2016-06-05 | 1 | -0/+36 |
|\ \ | |/ | | | | | Original patch by Jelle Zijlstra. | ||||
| * | Issue #21916: Added more tests for the turtle module. | Serhiy Storchaka | 2016-06-05 | 1 | -0/+36 |
| | | | | | | | | Original patch by Jelle Zijlstra. | ||||
* | | Issue #24291: Merge wsgi partial write fix from 3.5 | Martin Panter | 2016-06-05 | 5 | -7/+111 |
|\ \ | |/ | |||||
| * | Issue #24291: Avoid WSGIRequestHandler doing partial writes | Martin Panter | 2016-06-05 | 5 | -7/+111 |
| | | | | | | | | | | | | | | | | | | If the underlying send() method indicates a partial write, such as when the call is interrupted to handle a signal, the server would silently drop the remaining data. Also add deprecated support for SimpleHandler.stdout.write() doing partial writes. | ||||
* | | [merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb ↵ | Senthil Kumaran | 2016-06-05 | 2 | -5/+34 |
|\ \ | |/ | | | | | | | | | | | | | | | (3.5) and 2bb806539ca6 (3.6) exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It was incorrect exclude 2.x rsts in that. This fix contributed again Jelle Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using doctests skip option. | ||||
| * | issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and ↵ | Senthil Kumaran | 2016-06-05 | 2 | -5/+34 |
| | | | | | | | | | | | | | | | | | | 2bb806539ca6 (3.6) exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It was incorrect exclude 2.x rsts in that. This fix contributed again Jelle Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using doctests skip option. | ||||
* | | Issue #17888: Merge from 3.5 | Berker Peksag | 2016-06-05 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | Issue #17888: Add a note about contributing to Python docs | Berker Peksag | 2016-06-05 | 1 | -3/+7 |
| | | | | | | | | Patch by Terry Chia and Laura Rupprecht. | ||||
* | | Fix typos in datetime documentation. | Berker Peksag | 2016-06-05 | 1 | -2/+2 |
| | | |||||
* | | [merge from 3.5] - issue27202 - Exclude 2.x release notes from python3 make ↵ | Senthil Kumaran | 2016-06-05 | 1 | -2/+3 |
|\ \ | |/ | | | | | | | | | doctests. Patch contributed by Jelle Zijlstra. | ||||
| * | issue27202 - Exclude 2.x release notes from python3 make doctests. | Senthil Kumaran | 2016-06-05 | 1 | -2/+3 |
| | | | | | | | | Patch contributed by Jelle Zijlstra. | ||||
* | | [merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst. | Senthil Kumaran | 2016-06-05 | 1 | -8/+20 |
|\ \ | |/ | | | | | Patch contributed by Jelle Zijlstra. | ||||
| * | Issue27203 - Fix doctests Doc/faq/programming.rst. | Senthil Kumaran | 2016-06-05 | 1 | -8/+20 |
| | | | | | | | | Patch contributed by Jelle Zijlstra. | ||||
* | | merge from 3.5. (moves the issue26372 tests to the proper class) | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-05 | 1 | -46/+46 |
|\ \ | |/ | |||||
| * | Move the BrokenPipeError tests to the POSIXProcessTestCase class | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-05 | 1 | -46/+46 |
| | | | | | | | | | | instead of the generic ProcessTestCase class as they are posix specific. | ||||
* | | Issue #26930: merge from 3.5 | Ned Deily | 2016-06-05 | 2 | -3/+9 |
|\ \ | |/ | |||||
| * | Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. | Ned Deily | 2016-06-05 | 2 | -5/+5 |
| | | |||||
* | | - Issue #21277: Don't try to link _ctypes with a ffi_convenience library. | doko@ubuntu.com | 2016-06-04 | 2 | -1/+3 |
| | | |||||
* | | Fixes whitespace issue | Kushal Das | 2016-06-04 | 1 | -1/+0 |
| | | |||||
* | | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 20 | -92/+106 |
| | | |||||
* | | - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. | doko@ubuntu.com | 2016-06-04 | 2 | -31/+6 |
| | | |||||
* | | add Dusty Phillips to ACKS | Ethan Furman | 2016-06-04 | 1 | -0/+1 |
| | | |||||
* | | - merge 3.5 | doko@ubuntu.com | 2016-06-04 | 2 | -1/+4 |
|\ \ | |/ | |||||
| * | - Issue #26884: Fix linking extension modules for cross builds. | doko@ubuntu.com | 2016-06-04 | 2 | -1/+4 |
| | | | | | | | | Patch by Xavier de Gaye. | ||||
* | | Issue #19611: handle implicit parameters in inspect.signature | Nick Coghlan | 2016-06-04 | 5 | -0/+56 |
| | | | | | | | | | | | | | | | | inspect.signature now reports the implicit ``.0`` parameters generated by the compiler for comprehension and generator expression scopes as if they were positional-only parameters called ``implicit0``. Patch by Jelle Zijlstra. | ||||
* | | issue27186: add open/io.open; patch by Jelle Zijlstra | Ethan Furman | 2016-06-04 | 4 | -21/+65 |
| | | |||||
* | | issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra | Ethan Furman | 2016-06-04 | 2 | -8/+15 |
| | | |||||
* | | Null merge | Serhiy Storchaka | 2016-06-04 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Merge heads | Serhiy Storchaka | 2016-06-04 | 1 | -0/+6 |
| |\ |