Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 63 | -413/+449 |
|\ | | | | | | | Original patch by James Edwards. | ||||
| * | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 63 | -413/+449 |
| | | | | | | | | Original patch by James Edwards. | ||||
* | | merge 3.5 (#26986) | Benjamin Peterson | 2016-05-10 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | improve PyFunction_New docs (closes #26986) | Benjamin Peterson | 2016-05-10 | 1 | -2/+3 |
| | | | | | | | | Patch from Xiang Zhang. | ||||
* | | Closes #26987: Merge with 3.5 | Zachary Ware | 2016-05-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26987: Correct implementation to match comment | Zachary Ware | 2016-05-09 | 1 | -1/+1 |
| | | | | | | | | | | This was inadvertently changed in 644b677c2ae5 to use self._stderr instead of _sys.stderr. | ||||
* | | Issue #25745: Fixed leaking a userptr in curses panel destructor. | Serhiy Storchaka | 2016-05-08 | 2 | -0/+7 |
|\ \ | |/ | |||||
| * | Issue #25745: Fixed leaking a userptr in curses panel destructor. | Serhiy Storchaka | 2016-05-08 | 2 | -0/+7 |
| | | |||||
* | | Issue #26881: The modulefinder module now supports extended opcode arguments. | Serhiy Storchaka | 2016-05-08 | 4 | -55/+60 |
|\ \ | |/ | |||||
| * | Issue #26881: The modulefinder module now supports extended opcode arguments. | Serhiy Storchaka | 2016-05-08 | 4 | -56/+61 |
| | | |||||
* | | Issue #18531: Single var-keyword argument of dict subtype was passed | Serhiy Storchaka | 2016-05-08 | 4 | -1/+82 |
| | | | | | | | | unscathed to the C-defined function. Now it is converted to exact dict. | ||||
* | | Issue #26156: Make expressions grammar description more semantically correct. | Serhiy Storchaka | 2016-05-08 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #26156: Make expressions grammar description more semantically correct. | Serhiy Storchaka | 2016-05-08 | 1 | -2/+2 |
| | | |||||
* | | Issue #23815: Fixed crashes related to directly created instances of types in | Serhiy Storchaka | 2016-05-08 | 5 | -3/+16 |
|\ \ | |/ | | | | | _tkinter and curses.panel modules. | ||||
| * | Issue #23815: Fixed crashes related to directly created instances of types in | Serhiy Storchaka | 2016-05-08 | 5 | -3/+16 |
| | | | | | | | | _tkinter and curses.panel modules. | ||||
* | | Merge typo fixes from 3.5 | Martin Panter | 2016-05-08 | 18 | -26/+26 |
|\ \ | |/ | |||||
| * | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 9 | -14/+14 |
| | | |||||
| * | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 10 | -12/+12 |
| | | |||||
* | | Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). | Steven D'Aprano | 2016-05-08 | 1 | -1/+0 |
| | | |||||
* | | Issue #26512: Merge rounding doc from 3.5 | Martin Panter | 2016-05-08 | 2 | -17/+20 |
|\ \ | |/ | |||||
| * | Issue #26512: Clarify Integral; tidy up table of rounding functions | Martin Panter | 2016-05-08 | 2 | -17/+20 |
| | | | | | | | | Based on patch by Julien. | ||||
* | | Issue #26924: Fix Windows buildbots | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | sem_unlink is defined as #define SEM_UNLINK(name) 0 under Windows. | ||||
* | | Issue #26924: Do not define _multiprocessing.sem_unlink under Android | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
| | | | | | | | | Android declares sem_unlink but doesn't implement it. | ||||
* | | Fix self.fail() call in test_data_header | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix self.fail() call in test_data_header | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #26708: Use the "const" qualifier for immutable strings. | Serhiy Storchaka | 2016-05-07 | 1 | -37/+39 |
| | | | | | | | | This can help to avoid unintentional modification. | ||||
* | | Replace example.com with pythontest.net in test_urllibnet | Berker Peksag | 2016-05-07 | 1 | -12/+13 |
|\ \ | |/ | | | | | example.com/404 returns 500 instead of 404 now. | ||||
| * | Replace example.com with pythontest.net in test_urllibnet | Berker Peksag | 2016-05-07 | 1 | -12/+13 |
| | | | | | | | | example.com/404 returns 500 instead of 404 now. | ||||
* | | Issue #17765: weakref.ref() no longer silently ignores keyword arguments. | Serhiy Storchaka | 2016-05-07 | 3 | -1/+10 |
|\ \ | |/ | | | | | Patch by Georg Brandl. | ||||
| * | Issue #17765: weakref.ref() no longer silently ignores keyword arguments. | Serhiy Storchaka | 2016-05-07 | 3 | -1/+10 |
| | | | | | | | | Patch by Georg Brandl. | ||||
* | | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 66 | -138/+140 |
|\ \ | |/ | |||||
| * | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 66 | -138/+140 |
| | | |||||
* | | Issue #26889: Fixed hyperlinks formatting. | Serhiy Storchaka | 2016-05-07 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #26889: Fixed hyperlinks formatting. | Serhiy Storchaka | 2016-05-07 | 1 | -4/+4 |
| | | |||||
* | | Issue #26889: Tweaked xmlrpc.client documentation. | Serhiy Storchaka | 2016-05-07 | 1 | -89/+102 |
|\ \ | |/ | |||||
| * | Issue #26889: Tweaked xmlrpc.client documentation. | Serhiy Storchaka | 2016-05-07 | 1 | -89/+102 |
| | | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-05-06 | 2 | -12/+9 |
|\ \ | |/ | |||||
| * | Issue 26912: fix broken imports in test_email package. | Terry Jan Reedy | 2016-05-06 | 2 | -12/+9 |
| | | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-05-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue 26911: fix import (other problems remain). | Terry Jan Reedy | 2016-05-06 | 1 | -2/+2 |
| | | |||||
* | | Restored parameter name "self" since gdb needs exact specific parameter names. | Serhiy Storchaka | 2016-05-05 | 1 | -2/+3 |
| | | |||||
* | | Issue 26915: Add identity checks to the collections ABC __contains__ methods. | Raymond Hettinger | 2016-05-05 | 3 | -4/+30 |
| | | |||||
* | | Issue #26918: Skipped some tests in test_pipes on Android. | Serhiy Storchaka | 2016-05-05 | 1 | -0/+7 |
| | | | | | | | | Patch by Xavier de Gaye. | ||||
* | | Issue #26765: Moved common code for the replace() method of bytes and bytearray | Serhiy Storchaka | 2016-05-05 | 3 | -1062/+527 |
| | | | | | | | | to a template file. | ||||
* | | Issue #26957: Remove duplicate 'the' from datetime documentation | Berker Peksag | 2016-05-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by Alex Chan. | ||||
| * | Issue #26957: Remove duplicate 'the' from datetime documentation | Berker Peksag | 2016-05-04 | 1 | -1/+1 |
| | | | | | | | | Patch by Alex Chan. | ||||
* | | Issue #26765: Moved common code and docstrings for bytes and bytearray methods | Serhiy Storchaka | 2016-05-04 | 7 | -777/+519 |
| | | | | | | | | to bytes_methods.c. | ||||
* | | Automated merge with ssh://hg.python.org/cpython | Steven D'Aprano | 2016-05-04 | 2 | -55/+44 |
|\ \ | |||||
| * | | Issue 26002 and 25974 | Steven D'Aprano | 2016-05-04 | 2 | -55/+44 |
| | | | | | | | | | | | | | | | patches by Upendra Kumar and Stefan Krah speed up median by using bisect, and general speedup for Decimals using as_integer_ratio | ||||
* | | | Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL | Serhiy Storchaka | 2016-05-04 | 2 | -15/+18 |
|\ \ \ | |/ / |/| / | |/ | pointer. |