Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26896: Disambiguate uses of "importer" with "finder". | Brett Cannon | 2016-07-08 | 5 | -16/+14 |
| | | | | Thanks to Oren Milman for the patch. | ||||
* | Whitespace | Terry Jan Reedy | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Issue #27380: IDLE: add query.HelpSource class and tests. | Terry Jan Reedy | 2016-07-08 | 6 | -368/+342 |
| | | | | Remove modules that are combined in new module. | ||||
* | Issue27139 patch by Julio C Cardoza. | Steven D'Aprano | 2016-07-07 | 1 | -0/+16 |
| | |||||
* | merge 3.5 | Donald Stufft | 2016-07-06 | 1 | -1/+1 |
|\ | |||||
| * | Fix a test with the new upload URL | Donald Stufft | 2016-07-06 | 1 | -1/+1 |
| | | |||||
* | | merge 3.5 | Benjamin Peterson | 2016-07-06 | 3 | -5/+5 |
|\ \ | |/ | |||||
| * | merge 3.4 | Benjamin Peterson | 2016-07-06 | 3 | -5/+5 |
| |\ | |||||
| | * | Switch to the new upload url for PyPI | Donald Stufft | 2016-07-06 | 3 | -5/+5 |
| | | | |||||
| | * | Regenerate pydoc topics for 3.4.5 final. | Larry Hastings | 2016-06-25 | 1 | -1/+1 |
| | | | |||||
| | * | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. | Matthias Klose | 2016-06-13 | 1 | -1/+2 |
| | | | |||||
| | * | Regenerate pydoc topics for 3.4.5rc1. | Larry Hastings | 2016-06-12 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm | Serhiy Storchaka | 2016-07-06 | 2 | -1/+44 |
| | | | | | | | | | | | | | | | behavior: creating a database in 'r' and 'w' modes and modifying a database in 'r' mode. | ||||
* | | | Issue #27452: make command line idle-test> python test_help.py work. | Terry Jan Reedy | 2016-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | __file__ is relative in this case. | ||||
* | | | Issue #27452: add line counter and crc to IDLE config test dump. | Terry Jan Reedy | 2016-07-06 | 1 | -9/+20 |
|\ \ \ | |/ / | |||||
| * | | Issue #27452: add line counter and crc to IDLE configHandler test dump. | Terry Jan Reedy | 2016-07-06 | 1 | -10/+21 |
| | | | |||||
* | | | Issue 27437: Add query.ModuleName and use it for file => Load Module. | Terry Jan Reedy | 2016-07-03 | 5 | -77/+185 |
| | | | | | | | | | | | | Users can now edit bad entries instead of starting over. | ||||
* | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS. | Serhiy Storchaka | 2016-07-03 | 11 | -6/+29 |
|\ \ \ | |/ / | |||||
| * | | Issue #19527: Fixed tests with defined COUNT_ALLOCS. | Serhiy Storchaka | 2016-07-03 | 10 | -6/+26 |
| | | | |||||
* | | | Issue #27443: __length_hint__() of bytearray itearator no longer return | Serhiy Storchaka | 2016-07-03 | 1 | -0/+10 |
|\ \ \ | |/ / | | | | | | | negative integer for resized bytearray. | ||||
| * | | Issue #27443: __length_hint__() of bytearray itearator no longer return | Serhiy Storchaka | 2016-07-03 | 1 | -0/+10 |
| | | | | | | | | | | | | negative integer for resized bytearray. | ||||
* | | | Issue #27007: The fromhex() class methods of bytes and bytearray subclasses | Serhiy Storchaka | 2016-07-01 | 1 | -1/+26 |
| | | | | | | | | | | | | now return an instance of corresponding subclass. | ||||
* | | | Issue #27431: Merge from 3.5 | Berker Peksag | 2016-07-01 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #27431: Update default protocol version in shelve.Shelf() documentation | Berker Peksag | 2016-07-01 | 1 | -0/+4 |
| | | | | | | | | | | | | shelve.open() documentation was updated in f351fb7ea179. | ||||
* | | | Issue #27430: Merge from 3.5 | Berker Peksag | 2016-07-01 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #27430: Fix typos, patch by scop. | Berker Peksag | 2016-07-01 | 2 | -2/+2 |
| | | | |||||
* | | | Merge from 3.5 for issue #26664 | Brett Cannon | 2016-06-30 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #26665: Remove mis-use of ``$`` in activate.fish. | Brett Cannon | 2016-06-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | This is a revertion of cfc66e37eb8e. Thanks to 鄭景文 for the bug report. Thanks to Tin Tvrtković, Xiang Zhang, and Dan McCombs for diagnosing the issue. | ||||
* | | | Issue #4945: Improved the documenting of boolean arguments in the json module. | Serhiy Storchaka | 2016-06-30 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | Based on patch by Gabriel Genellina. | ||||
| * | | Issue #4945: Improved the documenting of boolean arguments in the json module. | Serhiy Storchaka | 2016-06-30 | 1 | -2/+2 |
| | | | | | | | | | | | | Based on patch by Gabriel Genellina. | ||||
* | | | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase | Martin Panter | 2016-06-29 | 3 | -13/+107 |
| | | | |||||
* | | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-06-28 | 2 | -1/+13 |
|\ \ \ | |/ / | |||||
| * | | asyncio: Use socket specs for getaddrinfo() in sock_connect() | Yury Selivanov | 2016-06-28 | 2 | -1/+13 |
| | | | | | | | | | | | | Patch by Martin Richard. GH PR #365. | ||||
* | | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-06-28 | 2 | -0/+17 |
|\ \ \ | |/ / | |||||
| * | | asyncio: Fix NameError in sslproto _fatal_error() | Yury Selivanov | 2016-06-28 | 2 | -0/+17 |
| | | | | | | | | | | | | Patch by Richard Walker. | ||||
* | | | Issue #27352: Fixed an error message in a test. | Serhiy Storchaka | 2016-06-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge from 3.5. | Larry Hastings | 2016-06-27 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge. | Larry Hastings | 2016-06-27 | 52 | -425/+865 |
| |\ \ | |||||
| * | | | Update pydoc topics for 3.5.2 final. | Larry Hastings | 2016-06-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. | Terry Jan Reedy | 2016-06-22 | 2 | -3/+3 |
| | | | | |||||
| * | | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. | Matthias Klose | 2016-06-13 | 1 | -1/+2 |
| | | | | |||||
* | | | | Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass | Terry Jan Reedy | 2016-06-27 | 6 | -188/+326 |
| | | | | | | | | | | | | | | | | | | | | | | | | SectionName. These split class GetCfgSectionNameDialog from configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2. More Query subclasses are planned. | ||||
* | | | | Merge Update NEWS and idlelib NEWS.text. | Terry Jan Reedy | 2016-06-26 | 1 | -0/+14 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Update NEWS and idlelib NEWS.text. | Terry Jan Reedy | 2016-06-26 | 1 | -1/+12 |
| | | | | |||||
* | | | | Issue 27372: Stop test_idle from changing locale, so test passes. | Terry Jan Reedy | 2016-06-26 | 4 | -48/+62 |
| | | | | | | | | | | | | | | | | In 3.6, the warning is now called an error, making it harder to ignore. | ||||
* | | | | Issue #22115: Updated Misc/NEWS. | Serhiy Storchaka | 2016-06-26 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #22115: Fixed tracing Tkinter variables: | Serhiy Storchaka | 2016-06-26 | 2 | -8/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | * tracing in the "u" mode now works * trace_vdelete() with wrong mode no longer break tracing * trace_vinfo() now always returns a list of pairs of strings | ||||
* | | | | Issue #22115: Added methods trace_add, trace_remove and trace_info in the | Serhiy Storchaka | 2016-06-26 | 3 | -35/+201 |
| | | | | | | | | | | | | | | | | | | | | | | | | tkinter.Variable class. They replace old methods trace_variable, trace, trace_vdelete and trace_vinfo that use obsolete Tcl commands and might not work in future versions of Tcl. | ||||
* | | | | Issue #20350. tkapp.splitlist() is now always used instead of unreliable | Serhiy Storchaka | 2016-06-25 | 2 | -15/+12 |
| | | | | | | | | | | | | | | | | tkapp.split() in the tkinter package. | ||||
* | | | | Issue #24137: Fixed IDLE on Linux with tkinter default root disabled. | Serhiy Storchaka | 2016-06-25 | 1 | -1/+2 |
| | | | |