Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.5 | Yury Selivanov | 2015-10-31 | 1 | -0/+6 |
|\ | |||||
| * | docs/inspect: Document __annotations__ | Yury Selivanov | 2015-10-31 | 1 | -0/+6 |
* | | Merge typo fixes from 3.5 | Martin Panter | 2015-10-31 | 7 | -10/+10 |
|\ \ | |/ | |||||
| * | Fix more typos in whatsnew/3.5.rst | Martin Panter | 2015-10-31 | 1 | -4/+4 |
| * | Merge spelling fixes from 3.4 into 3.5 | Martin Panter | 2015-10-31 | 6 | -6/+6 |
| |\ | |||||
| | * | Fix some spelling errors in documentation and code comments | Martin Panter | 2015-10-31 | 6 | -6/+6 |
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-10-30 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-10-30 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #25519: Mark difflib.ndiff as a functions where not already. | Terry Jan Reedy | 2015-10-30 | 1 | -2/+2 |
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-10-30 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-10-30 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | Issue #25505: Remove unused buggy method. | Terry Jan Reedy | 2015-10-30 | 1 | -2/+0 |
* | | | Issue #25487: Fix tests not updated when the imp module moved to a | Brett Cannon | 2015-10-30 | 2 | -2/+2 |
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-10-30 | 2 | -9/+13 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-10-30 | 2 | -9/+13 |
| |\ \ | | |/ | |||||
| | * | Issue #25507: move test-specific imports to test function (idlelib.IOBinding). | Terry Jan Reedy | 2015-10-30 | 2 | -9/+13 |
* | | | merge 3.5 (#25504) | Benjamin Peterson | 2015-10-30 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 (#25504) | Benjamin Peterson | 2015-10-30 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | fix usage of undefined name (#25504) | Benjamin Peterson | 2015-10-30 | 1 | -1/+1 |
* | | | merge 3.5 (#25515) | Benjamin Peterson | 2015-10-30 | 2 | -20/+8 |
|\ \ \ | |/ / | |||||
| * | | always use os.urandom for the uuid4 algorithm (closes #25515) | Benjamin Peterson | 2015-10-30 | 2 | -20/+8 |
* | | | Issue25506: Fixed a copy-pasting error in test_pprint. | Serhiy Storchaka | 2015-10-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue25506: Fixed a copy-pasting error in test_pprint. | Serhiy Storchaka | 2015-10-29 | 1 | -1/+1 |
* | | | Null merge | Serhiy Storchaka | 2015-10-29 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge heads | Serhiy Storchaka | 2015-10-29 | 5 | -7/+2 |
| |\ \ | |||||
* | \ \ | Merge heads | Serhiy Storchaka | 2015-10-29 | 5 | -7/+2 |
|\ \ \ \ | |||||
| * \ \ \ | merge 3.5 (#25502) | Benjamin Peterson | 2015-10-29 | 5 | -7/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | remove duplicated imports (closes #25502) | Benjamin Peterson | 2015-10-29 | 5 | -7/+2 |
* | | | | | Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. | Serhiy Storchaka | 2015-10-29 | 5 | -9/+19 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. | Serhiy Storchaka | 2015-10-29 | 5 | -9/+19 |
| |/ / | |||||
* | | | Issue #21827: Fixed textwrap.dedent() for the case when largest common | Serhiy Storchaka | 2015-10-28 | 4 | -4/+18 |
|\ \ \ | |/ / | |||||
| * | | Issue #21827: Fixed textwrap.dedent() for the case when largest common | Serhiy Storchaka | 2015-10-28 | 4 | -4/+18 |
| |\ \ | | |/ | |||||
| | * | Issue #21827: Fixed textwrap.dedent() for the case when largest common | Serhiy Storchaka | 2015-10-28 | 4 | -4/+18 |
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-10-28 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-10-28 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #25432: Explain isinstance behaviour when type is a tuple. | Terry Jan Reedy | 2015-10-28 | 1 | -4/+4 |
* | | | Closes #25494: Merge with 3.5 | Zachary Ware | 2015-10-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #25494: Merge with 3.4 | Zachary Ware | 2015-10-28 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #25494: Remove extra quote from docstring. | Zachary Ware | 2015-10-28 | 1 | -1/+1 |
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-10-27 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-10-27 | 1 | -3/+5 |
| |\ \ | | |/ | |||||
| | * | Display IDLE warning as a warning rather than as an error. | Terry Jan Reedy | 2015-10-27 | 1 | -3/+5 |
* | | | Fix a variable typo by switching to a f-string. | Brett Cannon | 2015-10-27 | 1 | -1/+1 |
* | | | Issue #23391: Merge OSError doc from 3.5 | Martin Panter | 2015-10-26 | 2 | -26/+60 |
|\ \ \ | |/ / | |||||
| * | | Issue #23391: Merge OSError doc from 3.4 into 3.5 | Martin Panter | 2015-10-26 | 2 | -26/+60 |
| |\ \ | | |/ | |||||
| | * | Issue #23391: Restore OSError constructor argument documentation | Martin Panter | 2015-10-26 | 2 | -26/+60 |
* | | | Issue 25311: Add support for f-strings to tokenize.py. Also added some commen... | Eric V. Smith | 2015-10-26 | 2 | -51/+84 |
* | | | Issue #25154: Make the file argument apply to the print function and | Brett Cannon | 2015-10-26 | 1 | -1/+1 |
* | | | Merge with 3.5 | Zachary Ware | 2015-10-25 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Null merge with 3.4 | Zachary Ware | 2015-10-25 | 0 | -0/+0 |
| |\ \ | | |/ |