Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23883: Add test.support.check__all__() and test gettext.__all__ | Martin Panter | 2015-11-14 | 3 | -0/+89 |
| | | | | Patches by Jacek KoĆodziej. | ||||
* | Issue #25168: Temporary timezone and cache debugging | Martin Panter | 2015-11-14 | 1 | -1/+10 |
| | |||||
* | Merge typo and grammar fixes from 3.5 | Martin Panter | 2015-11-14 | 3 | -6/+6 |
|\ | |||||
| * | Merge typo and grammar fixes from 3.4 into 3.5 | Martin Panter | 2015-11-14 | 3 | -6/+6 |
| |\ | |||||
| | * | Fix a few grammar problems in the documentation and comments | Martin Panter | 2015-11-14 | 2 | -2/+2 |
| | | | |||||
| | * | Correct Content-Type syntax in documentation | Martin Panter | 2015-11-14 | 1 | -4/+4 |
| | | | |||||
* | | | Issue #25590: Complete attribute names even if they are not yet created | Martin Panter | 2015-11-13 | 2 | -3/+13 |
| | | | |||||
* | | | Issue #25590: Merge rlcompleter getattr change from 3.5 | Martin Panter | 2015-11-13 | 2 | -3/+18 |
|\ \ \ | |/ / | |||||
| * | | Issue #25590: Merge rlcompleter change from 3.4 into 3.5 | Martin Panter | 2015-11-13 | 2 | -7/+23 |
| |\ \ | | |/ | |||||
| | * | Issue #25590: Make rlcompleter only call getattr() once per attribute | Martin Panter | 2015-11-13 | 2 | -7/+23 |
| | | | | | | | | | | | | | | | | | | Previously it was called another time via hasattr(), and both calls were made once for dir(f) and again for dir(f.__class__). This includes a backport of changing from a list to a set from revision 4dbb315fe667. | ||||
* | | | Issue #25498: Merge ctypes crash fix from 3.5 | Martin Panter | 2015-11-13 | 1 | -2/+29 |
|\ \ \ | |/ / | |||||
| * | | Issue #25498: Update error message for 3.5 | Martin Panter | 2015-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 | Martin Panter | 2015-11-13 | 1 | -2/+29 |
| |\ \ | | |/ | |||||
| | * | Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview | Martin Panter | 2015-11-13 | 1 | -2/+29 |
| | | | | | | | | | | | | | | | This was a regression caused by revision 1da9630e9b7f. Based on patch by Eryksun. | ||||
* | | | Merge 3.5 | Yury Selivanov | 2015-11-13 | 1 | -14/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-11-13 | 1 | -14/+18 |
| |\ \ | | |/ | |||||
| | * | asyncio: Fix sporadic failing unittests in debug mode | Yury Selivanov | 2015-11-13 | 1 | -14/+18 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Indent | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Whitespace | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-11-12 | 8 | -25/+48 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-11-12 | 8 | -25/+48 |
| |\ \ | | |/ | |||||
| | * | Issue #25313: Change the handling of new built-in text color themes to better | Terry Jan Reedy | 2015-11-12 | 8 | -25/+48 |
| | | | | | | | | | | | | | | | address the compatibility problem introduced by the addition of IDLE Dark. Consistently use the revised idleConf.CurrentTheme everywhere in idlelib. | ||||
* | | | Issue #25607: Restore old distutils logging threshold after running tests that | Serhiy Storchaka | 2015-11-12 | 3 | -1/+5 |
|\ \ \ | |/ / | | | | | | | parse command line arguments. | ||||
| * | | Issue #25607: Restore old distutils logging threshold after running tests that | Serhiy Storchaka | 2015-11-12 | 3 | -1/+5 |
| |\ \ | | |/ | | | | | | | parse command line arguments. | ||||
| | * | Issue #25607: Restore old distutils logging threshold after running tests that | Serhiy Storchaka | 2015-11-12 | 3 | -1/+5 |
| | | | | | | | | | | | | parse command line arguments. | ||||
* | | | Restore old distutils logging threshold after running test_log. | Serhiy Storchaka | 2015-11-12 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Restore old distutils logging threshold after running test_log. | Serhiy Storchaka | 2015-11-12 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Restore old distutils logging threshold after running test_log. | Serhiy Storchaka | 2015-11-12 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now | Serhiy Storchaka | 2015-11-12 | 5 | -0/+90 |
|\ \ \ | |/ / | | | | | | | | | | rejects builtin types with not defined __new__. Added tests for non-pickleable types. | ||||
| * | | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now | Serhiy Storchaka | 2015-11-12 | 5 | -0/+90 |
| |\ \ | | |/ | | | | | | | | | | rejects builtin types with not defined __new__. Added tests for non-pickleable types. | ||||
| | * | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now | Serhiy Storchaka | 2015-11-12 | 4 | -0/+63 |
| | | | | | | | | | | | | | | | rejects builtin types with not defined __new__. Added tests for non-pickleable types. | ||||
* | | | merge 3.5 (#25530) | Benjamin Peterson | 2015-11-12 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 (#25530) | Benjamin Peterson | 2015-11-12 | 1 | -9/+9 |
| |\ \ | | |/ | |||||
| | * | always set OP_NO_SSLv3 by default (closes #25530) | Benjamin Peterson | 2015-11-12 | 1 | -9/+9 |
| | | | |||||
* | | | Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. | Serhiy Storchaka | 2015-11-11 | 1 | -8/+14 |
|\ \ \ | |/ / | |||||
| * | | Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. | Serhiy Storchaka | 2015-11-11 | 1 | -8/+14 |
| | | | |||||
* | | | Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. | Serhiy Storchaka | 2015-11-10 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | Use time.monotonic instead of time.clock. | ||||
| * | | Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. | Serhiy Storchaka | 2015-11-10 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | Use time.monotonic instead of time.clock. | ||||
| | * | Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. | Serhiy Storchaka | 2015-11-10 | 1 | -1/+4 |
| | | | | | | | | | | | | Use time.monotonic or time.time instead of time.clock. | ||||
* | | | Merge 3.5. | Stefan Krah | 2015-11-10 | 2 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers. | Stefan Krah | 2015-11-10 | 2 | -0/+12 |
| | | | |||||
* | | | Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test | Serhiy Storchaka | 2015-11-10 | 2 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass. | ||||
| * | | Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test | Serhiy Storchaka | 2015-11-10 | 2 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass. | ||||
| | * | Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test | Serhiy Storchaka | 2015-11-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass. | ||||
* | | | Issue #25584: Added "escape" to the __all__ list in the glob module. | Serhiy Storchaka | 2015-11-09 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | From patch by Xavier de Gaye. | ||||
| * | | Issue #25584: Added "escape" to the __all__ list in the glob module. | Serhiy Storchaka | 2015-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | From patch by Xavier de Gaye. |