summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-085-16/+14
| | | | Thanks to Oren Milman for the patch.
* WhitespaceTerry Jan Reedy2016-07-081-1/+1
|
* Issue #27380: IDLE: add query.HelpSource class and tests.Terry Jan Reedy2016-07-086-368/+342
| | | | Remove modules that are combined in new module.
* Issue27139 patch by Julio C Cardoza.Steven D'Aprano2016-07-071-0/+16
|
* merge 3.5Donald Stufft2016-07-061-1/+1
|\
| * Fix a test with the new upload URLDonald Stufft2016-07-061-1/+1
| |
* | merge 3.5Benjamin Peterson2016-07-063-5/+5
|\ \ | |/
| * merge 3.4Benjamin Peterson2016-07-063-5/+5
| |\
| | * Switch to the new upload url for PyPIDonald Stufft2016-07-063-5/+5
| | |
| | * Regenerate pydoc topics for 3.4.5 final.Larry Hastings2016-06-251-1/+1
| | |
| | * Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
| | |
| | * Regenerate pydoc topics for 3.4.5rc1.Larry Hastings2016-06-121-2/+2
| | |
* | | Issue #21708: Deprecated dbm.dumb behavior that differs from common dbmSerhiy Storchaka2016-07-062-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 Reedy2016-07-061-1/+1
| | | | | | | | | | | | __file__ is relative in this case.
* | | Issue #27452: add line counter and crc to IDLE config test dump.Terry Jan Reedy2016-07-061-9/+20
|\ \ \ | |/ /
| * | Issue #27452: add line counter and crc to IDLE configHandler test dump.Terry Jan Reedy2016-07-061-10/+21
| | |
* | | Issue 27437: Add query.ModuleName and use it for file => Load Module.Terry Jan Reedy2016-07-035-77/+185
| | | | | | | | | | | | Users can now edit bad entries instead of starting over.
* | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0311-6/+29
|\ \ \ | |/ /
| * | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0310-6/+26
| | |
* | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-0/+10
|\ \ \ | |/ / | | | | | | negative integer for resized bytearray.
| * | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-0/+10
| | | | | | | | | | | | negative integer for resized bytearray.
* | | Issue #27007: The fromhex() class methods of bytes and bytearray subclassesSerhiy Storchaka2016-07-011-1/+26
| | | | | | | | | | | | now return an instance of corresponding subclass.
* | | Issue #27431: Merge from 3.5Berker Peksag2016-07-011-0/+4
|\ \ \ | |/ /
| * | Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-011-0/+4
| | | | | | | | | | | | shelve.open() documentation was updated in f351fb7ea179.
* | | Issue #27430: Merge from 3.5Berker Peksag2016-07-012-2/+2
|\ \ \ | |/ /
| * | Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-012-2/+2
| | |
* | | Merge from 3.5 for issue #26664Brett Cannon2016-06-301-2/+2
|\ \ \ | |/ /
| * | Issue #26665: Remove mis-use of ``$`` in activate.fish.Brett Cannon2016-06-301-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 Storchaka2016-06-301-2/+2
|\ \ \ | |/ / | | | | | | Based on patch by Gabriel Genellina.
| * | Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-2/+2
| | | | | | | | | | | | Based on patch by Gabriel Genellina.
* | | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-293-13/+107
| | |
* | | Merge 3.5 (asyncio)Yury Selivanov2016-06-282-1/+13
|\ \ \ | |/ /
| * | asyncio: Use socket specs for getaddrinfo() in sock_connect()Yury Selivanov2016-06-282-1/+13
| | | | | | | | | | | | Patch by Martin Richard. GH PR #365.
* | | Merge 3.5 (asyncio)Yury Selivanov2016-06-282-0/+17
|\ \ \ | |/ /
| * | asyncio: Fix NameError in sslproto _fatal_error()Yury Selivanov2016-06-282-0/+17
| | | | | | | | | | | | Patch by Richard Walker.
* | | Issue #27352: Fixed an error message in a test.Serhiy Storchaka2016-06-271-1/+1
| | |
* | | Merge from 3.5.Larry Hastings2016-06-271-1/+2
|\ \ \ | |/ /
| * | Merge.Larry Hastings2016-06-2752-425/+865
| |\ \
| * | | Update pydoc topics for 3.5.2 final.Larry Hastings2016-06-251-1/+1
| | | |
| * | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.Terry Jan Reedy2016-06-222-3/+3
| | | |
| * | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
| | | |
* | | | Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclassTerry Jan Reedy2016-06-276-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 Reedy2016-06-261-0/+14
|\ \ \ \ | | |/ / | |/| |
| * | | Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-261-1/+12
| | | |
* | | | Issue 27372: Stop test_idle from changing locale, so test passes.Terry Jan Reedy2016-06-264-48/+62
| | | | | | | | | | | | | | | | In 3.6, the warning is now called an error, making it harder to ignore.
* | | | Issue #22115: Updated Misc/NEWS.Serhiy Storchaka2016-06-261-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #22115: Fixed tracing Tkinter variables:Serhiy Storchaka2016-06-262-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 theSerhiy Storchaka2016-06-263-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 unreliableSerhiy Storchaka2016-06-252-15/+12
| | | | | | | | | | | | | | | | tkapp.split() in the tkinter package.
* | | | Issue #24137: Fixed IDLE on Linux with tkinter default root disabled.Serhiy Storchaka2016-06-251-1/+2
| | | |