Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27776: Cleanup random.c | Victor Stinner | 2016-08-16 | 1 | -121/+110 |
| | | | | | Merge dev_urandom_python() and dev_urandom_noraise() functions to reduce code duplication. | ||||
* | Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore | Victor Stinner | 2016-08-16 | 1 | -3/+6 |
| | | | | | | Modify py_getrandom() to not call PyErr_CheckSignals() if raise is zero. _PyRandom_Init() is called very early in the Python initialization, so it's safer to not call PyErr_CheckSignals(). | ||||
* | Issue #27776: Cleanup random.c | Victor Stinner | 2016-08-16 | 1 | -55/+74 |
| | | | | | | * Add pyurandom() helper function to factorize the code * don't call Py_FatalError() in helper functions, but only in _PyRandom_Init() if pyurandom() failed, to uniformize the code | ||||
* | Issue #26750: use inspect.isdatadescriptor instead of our own | Gregory P. Smith | 2016-08-16 | 1 | -7/+1 |
|\ | | | | | | | _is_data_descriptor(). | ||||
| * | Issue #26750: use inspect.isdatadescriptor instead of our own | Gregory P. Smith | 2016-08-16 | 1 | -7/+1 |
| | | | | | | | | _is_data_descriptor(). | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | by increasing the number of iterations. That appears sufficient to expose the ref count problem fixed in this issue. Patch suggested by Xiang Zhang | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - be clear builtin traceback display was also updated - show example output in What's New - fix versionadded markup | ||||
* | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | to ref count problem introduced in code for Issue #27038 in 3.6.0a3. Patch by Xiang Zhang. | ||||
* | | | | Issue #23968: Make OS X installer build script aware of renamed platform | Ned Deily | 2016-08-15 | 1 | -23/+27 |
| | | | | | | | | | | | | | | | | | | | | directory and sysconfigdata file name. This is a workaround for 3.6.0a4 pending resolution of other #23968 items. | ||||
* | | | | Issue #12345: Add mathemathcal constant tau to math and cmath. | Guido van Rossum | 2016-08-15 | 7 | -2/+23 |
| | | | | | | | | | | | | | | | | Patch by Lisa Roach. See also PEP 628. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | The original problem has been fixed in newer versions of FreeBSD. Patch by Dimitry Andric of the FreeBSD project. | ||||
| * | | | Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. | Ned Deily | 2016-08-15 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Patch by Ronald Oussoren. | ||||
* | | | | Issue #16764: Support keyword arguments to zlib.decompress(). Patch by | Serhiy Storchaka | 2016-08-15 | 5 | -25/+61 |
| | | | | | | | | | | | | | | | | Xiang Zhang. | ||||
* | | | | Issue #27704: Optimized creating bytes and bytearray from byte-like objects | Serhiy Storchaka | 2016-08-15 | 3 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | and iterables. Speed up to 3 times for short objects. Original patch by Naoki Inada. | ||||
* | | | | Issue #26823: Abbreviate recursive tracebacks | Nick Coghlan | 2016-08-15 | 6 | -4/+222 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large sections of repeated lines in tracebacks are now abbreviated as "[Previous line repeated {count} more times]" by both the traceback module and the builtin traceback rendering. Patch by Emanuel Barry. | ||||
* | | | | Update Misc/NEWS. | Steven D'Aprano | 2016-08-15 | 1 | -0/+6 |
| | | | | |||||
* | | | | merge 3.5 | Donald Stufft | 2016-08-14 | 3 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 | Donald Stufft | 2016-08-14 | 3 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Update setuptools/pip to 25.2.0/8.1.2 | Donald Stufft | 2016-08-14 | 3 | -2/+2 |
| | | | | |||||
* | | | | Issue27573 code.interact prints a message when exiting. | Steven D'Aprano | 2016-08-14 | 3 | -2/+14 |
| | | | | |||||
* | | | | Add versionadded tag to docs for timeit.autorange | Steven D'Aprano | 2016-08-14 | 1 | -0/+2 |
| | | | | |||||
* | | | | Issue6422 add autorange method to timeit.Timer | Steven D'Aprano | 2016-08-14 | 3 | -13/+69 |
| | | | | |||||
* | | | | Issue #27574: Decreased an overhead of parsing keyword arguments in functions | Serhiy Storchaka | 2016-08-14 | 36 | -354/+963 |
| | | | | | | | | | | | | | | | | implemented with using Argument Clinic. | ||||
* | | | | merge 3.5 (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+17 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.3 (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+17 |
| | |\ \ | | | |/ | |||||
| | | * | fix possible integer overflow in binascii.b2a_qp (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+18 |
| | | | | | | | | | | | | | | | | Reported by Thomas E. Hybel |