Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. | Alexander Belopolsky | 2016-08-08 | 3 | -11/+36 |
| | |||||
* | Issue #27702: Only expose SOCK_RAW when defined | Berker Peksag | 2016-08-08 | 1 | -0/+3 |
| | | | | | | | | SOCK_RAW is marked as optional in the POSIX specification: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html Patch by Ed Schouten. | ||||
* | Expose EPOLLRDHUP conditionally | Berker Peksag | 2016-08-08 | 1 | -0/+3 |
| | |||||
* | Merge from 3.5 | Berker Peksag | 2016-08-08 | 1 | -3/+3 |
|\ | |||||
| * | Fix use of default reST role | Berker Peksag | 2016-08-08 | 1 | -3/+3 |
| | | |||||
* | | Issue #23322: Merge from 3.5 | Berker Peksag | 2016-08-08 | 1 | -7/+0 |
|\ \ | |/ | |||||
| * | Issue #23322: Remove outdated reference to an example in parser docs | Berker Peksag | 2016-08-08 | 1 | -7/+0 |
| | | | | | | | | Initial patch by Sahil Chelaramani. | ||||
* | | Re-linewrap comments | Raymond Hettinger | 2016-08-08 | 1 | -13/+8 |
| | | |||||
* | | Merge 3.5 | Andrew Svetlov | 2016-08-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use asyncio.gather instead of asyncio.wait in example. | Andrew Svetlov | 2016-08-08 | 1 | -1/+1 |
| | | | | | | | | | | gather will raise exception in case of problem but wait just returns done and pending lists of futures. For getting error every future result should be retrieved, which is boring and error prone. | ||||
* | | Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() | Gregory P. Smith | 2016-08-07 | 4 | -4/+40 |
| | | | | | | | | the ability to specify a thread name prefix. | ||||
* | | Issue #26750: unittest.mock.create_autospec() now works properly for | Gregory P. Smith | 2016-08-07 | 3 | -30/+48 |
|\ \ | |/ | | | | | | | subclasses of property() and other data descriptors. Removes the never publicly used, never documented unittest.mock.DescriptorTypes tuple. | ||||
| * | Issue #26750: unittest.mock.create_autospec() now works properly | Gregory P. Smith | 2016-08-07 | 3 | -22/+51 |
| | | | | | | | | for subclasses of property() and other data descriptors. | ||||
* | | Better docs for typing.Any by Michael Lee. Fixes issue #27688. (Merge 3.5->3.6) | Guido van Rossum | 2016-08-06 | 1 | -9/+71 |
|\ \ | |/ | |||||
| * | Better docs for typing.Any by Michael Lee. Fixes issue #27688. | Guido van Rossum | 2016-08-06 | 1 | -9/+71 |
| | | |||||
* | | Issue #26754: Undocumented support of general bytes-like objects | Serhiy Storchaka | 2016-08-06 | 7 | -16/+34 |
| | | | | | | | | as path in compile() and similar functions is now deprecated. | ||||
* | | Issue #26800: Undocumented support of general bytes-like objects | Serhiy Storchaka | 2016-08-06 | 5 | -4/+48 |
| | | | | | | | | as paths in os functions is now deprecated. | ||||
* | | Silence warnings from 'make suspicious' to make the docs buildbot happy | Berker Peksag | 2016-08-06 | 1 | -7/+9 |
| | | |||||
* | | Closes #22829: Added --prompt option to venv. | Vinay Sajip | 2016-08-06 | 4 | -6/+41 |
| | | |||||
* | | Closes #27650: Implemented repr methods for logging objects. | Vinay Sajip | 2016-08-06 | 1 | -0/+27 |
| | | |||||
* | | Issue #18548: Merge from 3.5 | Berker Peksag | 2016-08-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #18548: Fix unittest.TestSuite() example | Berker Peksag | 2016-08-06 | 1 | -2/+2 |
| | | | | | | | | Initial patch by py.user. | ||||
* | | Add AutoEnum: automatically provides next value if missing. Issue 26988. | Ethan Furman | 2016-08-05 | 4 | -79/+663 |
| | | |||||
* | | Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel ↵ | Ethan Furman | 2016-08-05 | 2 | -10/+37 |
| | | | | | | | | Barry. Closes issue 27242. | ||||
* | | Closes #20160: Merged fix from 3.5. | Vinay Sajip | 2016-08-05 | 3 | -2/+65 |
|\ \ | |/ | |||||
| * | Issue #20160: Merged fix from 3.4. | Vinay Sajip | 2016-08-05 | 3 | -2/+65 |
| |\ | |||||
| | * | Issue #20160: Merged fix from 3.3. | Vinay Sajip | 2016-08-05 | 3 | -2/+65 |
| | |\ | |||||
| | | * | Issue #20160: Handled passing of large structs to callbacks correctly. | Vinay Sajip | 2016-08-05 | 3 | -2/+65 |
| | | | | |||||
* | | | | Add typing.Generator docs, by Michael Lee. (Merge 3.5->3.6) | Guido van Rossum | 2016-08-05 | 1 | -0/+29 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add typing.Generator docs, by Michael Lee. | Guido van Rossum | 2016-08-05 | 1 | -0/+29 |
| | | | | |||||
* | | | | Merge spelling and grammar fixes from 3.5 | Martin Panter | 2016-08-05 | 14 | -15/+15 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix spelling and grammar in documentation and code comments | Martin Panter | 2016-08-04 | 14 | -15/+15 |
| | | | | |||||
* | | | | Merge with 3.5 | Zachary Ware | 2016-08-04 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix half-finished sentence. | Zachary Ware | 2016-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Reported by Linda Pescatore on docs@. | ||||
* | | | | Merge from 3.5 | Berker Peksag | 2016-08-04 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs | Berker Peksag | 2016-08-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge from 3.5 | Berker Peksag | 2016-08-04 | 1 | -7/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Indent ipaddress.ip_address() example correctly | Berker Peksag | 2016-08-04 | 1 | -7/+4 |
| | | | | |||||
* | | | | merge 3.5 (#27670) | Benjamin Peterson | 2016-08-04 | 2 | -10/+22 |
|\ \ \ \ | |/ / / | |||||
| * | | | https link to the bug tracker (closes #27670) | Benjamin Peterson | 2016-08-04 | 2 | -10/+22 |
| | | | | |||||
* | | | | Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict | Martin Panter | 2016-08-04 | 4 | -16/+20 |
| | | | | | | | | | | | | | | | | | | | | The conflict occurs with Min GW, which already defines REPARSE_DATA_BUFFER. Also, Min GW uses a lowercase <windows.h> filename. | ||||
* | | | | Issue #27641: Merge cross-compiling improvement from 3.5 | Martin Panter | 2016-08-04 | 4 | -37/+21 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27641: Comment out regeneration rules when cross compiling | Martin Panter | 2016-07-29 | 4 | -37/+21 |
| | | | | |||||
* | | | | Issue #24278: Merge argument parsing docs from 3.5 | Martin Panter | 2016-08-04 | 1 | -14/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24278: Explain how argument parsing output buffers are managed | Martin Panter | 2016-08-03 | 1 | -14/+19 |
| | | | | |||||
* | | | | Merge 3.5 | Donald Stufft | 2016-08-03 | 3 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 3.4 | Donald Stufft | 2016-08-03 | 3 | -6/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 3.3 | Donald Stufft | 2016-08-03 | 3 | -5/+5 |
| | |\ \ | | | |/ | |||||
| | | * | Switch upload.pypi.io to upload.pypi.org | Donald Stufft | 2016-08-03 | 3 | -4/+4 |
| | | | | |||||
* | | | | Issue #23710: Merge from 3.5 | Berker Peksag | 2016-08-03 | 1 | -5/+9 |
|\ \ \ \ | |/ / / |