Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.5 (os.urandom) | Victor Stinner | 2016-06-07 | 1 | -3/+10 |
|\ | |||||
| * | os.urandom() doesn't block on Linux anymore | Victor Stinner | 2016-06-07 | 1 | -3/+10 |
| | | | | | | | | | | | | 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 #23883: News updates for __all__ attributes | Martin Panter | 2016-06-06 | 1 | -3/+5 |
| | | |||||
* | | Issue #26014: merge from 3.5 | Ned Deily | 2016-06-06 | 4 | -3/+12 |
|\ \ | |/ | |||||
| * | Issue #26014: Update 3.x packaging documentation: | Ned Deily | 2016-06-06 | 4 | -3/+12 |
| | | | | | | | | | | | | | | - "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 #24291: Merge wsgi partial write fix from 3.5 | Martin Panter | 2016-06-05 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #24291: Avoid WSGIRequestHandler doing partial writes | Martin Panter | 2016-06-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Issue #19611: handle implicit parameters in inspect.signature | Nick Coghlan | 2016-06-04 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | 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 | 1 | -5/+5 |
| | | |||||
* | | Issue #19234: Merge from 3.5 | Kushal Das | 2016-06-04 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Issue #19234: Documents socket.fileno() returns -1 on failure | Kushal Das | 2016-06-04 | 1 | -3/+2 |
| | | |||||
* | | Issue 27216: Fix typo (noticed by Alex Chan). | Ned Deily | 2016-06-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue 27216: Fix typo (noticed by Alex Chan). | Ned Deily | 2016-06-04 | 1 | -1/+1 |
| | | |||||
* | | Merge typo fixes from 3.5 | Martin Panter | 2016-06-04 | 3 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix typos in code comment and documentation | Martin Panter | 2016-06-04 | 3 | -3/+3 |
| | | |||||
| * | #22797: clarify when URLErrors are raised by urlopen. | R David Murray | 2016-06-03 | 1 | -1/+1 |
| | | |||||
* | | psuedo merge: #22797: clarify when URLErrors are raised by urlopen. | R David Murray | 2016-06-03 | 1 | -1/+1 |
| | | | | | | | | | | I'm not sure how my previous merge commit got screwed up, hopefully this one will do the right thing. | ||||
* | | [merge from 3.5] - issue27113 - Document "check_same_thread" parameter in ↵ | Senthil Kumaran | 2016-06-03 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | sqlite3.connect api. Patch contributed by Dave Sawyer. | ||||
| * | issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. | Senthil Kumaran | 2016-06-03 | 1 | -0/+5 |
| | | | | | | | | Patch contributed by Dave Sawyer. | ||||
* | | [merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in ↵ | Senthil Kumaran | 2016-06-03 | 2 | -5/+7 |
|\ \ | |/ | | | | | the library documentation. | ||||
| * | issue8519 - Reference termios and ioctl manual pages in the library ↵ | Senthil Kumaran | 2016-06-03 | 2 | -5/+7 |
| | | | | | | | | documentation. | ||||
* | | issue25931: document that socketserver.Forking* are unavailable on platforms | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-03 | 1 | -0/+4 |
| | | | | | | | | lacking os.fork(). | ||||
* | | merge 3.5 | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-03 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Document that CalledProcessError.returncode is the negative | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-03 | 1 | -1/+2 |
| | | | | | | | | signal number when the process died due to a signal. | ||||
* | | Merge: #26829: Clarify that namespace is copied to a new __dict__ in ↵ | R David Murray | 2016-06-03 | 2 | -2/+8 |
|\ \ | |/ | | | | | instance creation. | ||||
| * | #26829: Clarify that namespace is copied to a new __dict__ in instance creation. | R David Murray | 2016-06-03 | 2 | -2/+8 |
| | | | | | | | | Patch by Emily Morehouse. | ||||
* | | Issue #16192: Merge from 3.5 | Berker Peksag | 2016-06-02 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #16192: Fix copy and paste mistake noticed by Eryk Sun | Berker Peksag | 2016-06-02 | 1 | -3/+3 |
| | | |||||
* | | issue27186 -- initial docs, tests, and python version of os.fspath | Ethan Furman | 2016-06-02 | 1 | -0/+9 |
| | | |||||
* | | Merge: #13784: fix xml.sax.reader getColumn/LineNumber docs. | R David Murray | 2016-06-02 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #13784: fix xml.sax.reader getColumn/LineNumber docs. | R David Murray | 2016-06-02 | 1 | -2/+2 |
| | | | | | | | | verification and patch by Emily Morehouse. | ||||
* | | Issue #16192: Merge from 3.5 | Berker Peksag | 2016-06-02 | 1 | -5/+4 |
|\ \ | |/ | |||||
| * | Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation | Berker Peksag | 2016-06-02 | 1 | -5/+4 |
| | | |||||
* | | merge 3.5 | Benjamin Peterson | 2016-06-02 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | note that Py_VISIT handles NULL (closes #27183) | Benjamin Peterson | 2016-06-02 | 1 | -3/+4 |
| | | |||||
* | | Issue #23116: Merge from 3.5 | Berker Peksag | 2016-06-02 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #23116: Improve ask_ok() example in the Python tutorial | Berker Peksag | 2016-06-02 | 1 | -3/+3 |
| | | |||||
* | | Issue #21271: Adds new keyword only parameters in reset_mock call | Kushal Das | 2016-06-02 | 1 | -2/+10 |
| | | | | | | | | | | We now have two keyword only parameters in the reset_mock function to selectively reset the return_value or the side_effects, or both. | ||||
* | | Issue #12243: Merge from 3.5 | Berker Peksag | 2016-06-02 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Issue #12243: Remove redundant availability notes from getpass docs | Berker Peksag | 2016-06-02 | 1 | -3/+1 |
| | | | | | | | | Patch by Bryce Verdier. | ||||
* | | Issue #27178: Fix markup in tutorial | Berker Peksag | 2016-06-01 | 1 | -1/+1 |
| | | | | | | | | Patch by Nathan Harold. |