Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.5 (#27783) | Benjamin Peterson | 2016-08-17 | 2 | -8/+10 |
|\ | |||||
| * | merge 3.4 (#27783) | Benjamin Peterson | 2016-08-17 | 2 | -8/+10 |
| |\ | |||||
| | * | merge 3.3 (#27783) | Benjamin Peterson | 2016-08-17 | 2 | -8/+9 |
| | |\ | |||||
| | | * | rearrange methodcaller_new so that the main error case does not cause uniniti... | Benjamin Peterson | 2016-08-17 | 2 | -8/+9 |
* | | | | Use Py_ssize_t in _PyEval_EvalCodeWithName() | Victor Stinner | 2016-08-16 | 1 | -8/+10 |
* | | | | Issue #27128: Cleanup _PyEval_EvalCodeWithName() | Victor Stinner | 2016-08-16 | 1 | -11/+43 |
* | | | | Issue #27181: Skip tests known to fail until a fix is found | Victor Stinner | 2016-08-16 | 1 | -0/+1 |
* | | | | Add cross-reference to typing.NamedTuple. Doctest two more examples. | Raymond Hettinger | 2016-08-16 | 1 | -4/+10 |
* | | | | Add a missing # | Brett Cannon | 2016-08-16 | 1 | -1/+1 |
* | | | | fix hyperlink | Ethan Furman | 2016-08-16 | 1 | -1/+1 |
* | | | | merge | Raymond Hettinger | 2016-08-16 | 1 | -5/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove duplicate of the entry in the seealso section | Raymond Hettinger | 2016-08-16 | 1 | -5/+0 |
* | | | | Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. | Raymond Hettinger | 2016-08-16 | 4 | -3/+22 |
* | | | | Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error | Victor Stinner | 2016-08-16 | 1 | -0/+1 |
* | | | | Issue #27776: Cleanup random.c | Victor Stinner | 2016-08-16 | 1 | -121/+110 |
* | | | | Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore | Victor Stinner | 2016-08-16 | 1 | -3/+6 |
* | | | | Issue #27776: Cleanup random.c | Victor Stinner | 2016-08-16 | 1 | -55/+74 |
* | | | | Issue #26750: use inspect.isdatadescriptor instead of our own | Gregory P. Smith | 2016-08-16 | 1 | -7/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #26750: use inspect.isdatadescriptor instead of our own | Gregory P. Smith | 2016-08-16 | 1 | -7/+1 |
* | | | | Merge with 3.5 | Terry Jan Reedy | 2016-08-16 | 1 | -3/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27611: Don't import volatile attribute. | Terry Jan Reedy | 2016-08-16 | 1 | -3/+4 |
* | | | | Add versionadded tags for (c)math.tau. | Georg Brandl | 2016-08-16 | 2 | -0/+4 |
* | | | | merge 3.5 (#27774) | Benjamin Peterson | 2016-08-16 | 2 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 (#27774) | Benjamin Peterson | 2016-08-16 | 2 | -3/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.3 (#27774) | Benjamin Peterson | 2016-08-16 | 2 | -3/+3 |
| | |\ \ | | | |/ | |||||
| | | * | do not decref value borrowed from list (closes #27774) | Benjamin Peterson | 2016-08-16 | 2 | -3/+3 |
* | | | | merge 3.5 (#27773) | Benjamin Peterson | 2016-08-16 | 2 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix corner cases in the management of server_hostname (closes #27773) | Benjamin Peterson | 2016-08-16 | 2 | -6/+6 |
* | | | | merge 3.5 | Benjamin Peterson | 2016-08-16 | 3 | -2/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 | Benjamin Peterson | 2016-08-16 | 3 | -2/+12 |
| |\ \ \ | | |/ / | |||||
| | * | | fail when negative values are passed to instr() | Benjamin Peterson | 2016-08-16 | 3 | -2/+12 |
* | | | | Issue #27736: Improve the existing embedded interpreter init/fini test | Ned Deily | 2016-08-16 | 1 | -1/+1 |
* | | | | Issue #27611, #24137: Only change tkinter when easily restored. | Terry Jan Reedy | 2016-08-16 | 2 | -11/+13 |
* | | | | Merge from releasing branch | Ned Deily | 2016-08-16 | 5 | -31/+122 |
|\ \ \ \ | |||||
| * | | | | Start 3.6.0bb1 | Ned Deily | 2016-08-16 | 2 | -1/+13 |
| * | | | | Added tag v3.6.0a4 for changeset 017cf260936b | Ned Deily | 2016-08-15 | 1 | -0/+1 |
| * | | | | Version bump for 3.6.0a4v3.6.0a4 | Ned Deily | 2016-08-15 | 3 | -4/+4 |
| * | | | | Update pydoc topics for 3.6.0a4 | Ned Deily | 2016-08-15 | 1 | -27/+105 |
* | | | | | Adds missing file to installer. | Steve Dower | 2016-08-16 | 1 | -0/+25 |
* | | | | | Issue #26823: fix traceback abbreviation docs | Nick Coghlan | 2016-08-16 | 2 | -6/+25 |
* | | | | | Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6) | Guido van Rossum | 2016-08-15 | 1 | -0/+27 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Add docs for typing.AnyStr and typing.Text. By Michael Lee. | Guido van Rossum | 2016-08-15 | 1 | -0/+27 |
* | | | | | Fix typo in Misc/NEWS. | Guido van Rossum | 2016-08-15 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Issue #27736: Prevent segfault after interpreter re-initialization due | Ned Deily | 2016-08-15 | 2 | -0/+6 |
* | | | | Issue #23968: Make OS X installer build script aware of renamed platform | Ned Deily | 2016-08-15 | 1 | -23/+27 |
* | | | | Issue #12345: Add mathemathcal constant tau to math and cmath. | Guido van Rossum | 2016-08-15 | 7 | -2/+23 |
* | | | | Issue #10910: merge from 3.5 | Ned Deily | 2016-08-15 | 2 | -1/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. | Ned Deily | 2016-08-15 | 2 | -1/+7 |
| * | | | Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. | Ned Deily | 2016-08-15 | 1 | -0/+7 |
* | | | | Issue #16764: Support keyword arguments to zlib.decompress(). Patch by | Serhiy Storchaka | 2016-08-15 | 5 | -25/+61 |