summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #18010: Fix pydoc GUI search to handle package exceptionsMartin Panter2015-11-071-1/+4
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-028-8/+8
* Issue #25507: move test-specific imports to test function (idlelib.IOBinding).Terry Jan Reedy2015-10-302-11/+15
* always use os.urandom for the uuid4 algorithm (closes #25515)Benjamin Peterson2015-10-301-21/+6
* Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-4/+13
* Display IDLE warning as a warning rather than as an error.Terry Jan Reedy2015-10-271-2/+4
* Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić.Serhiy Storchaka2015-10-241-5/+7
* Issue21709: Call os.path.normcase when setting _srcfile for compatibilityGregory P. Smith2015-10-221-1/+1
* Issue #21709: Fix the logging module to not depend upon __file__ being setGregory P. Smith2015-10-221-12/+6
* Issue #24782: Limit width of canvas and hence IDLE settings dialog.Terry Jan Reedy2015-10-221-1/+1
* Issue #24782: Don't try to run now-removed extension dialog test.Terry Jan Reedy2015-10-201-1/+1
* Issue #25188: Clean up code to pass the --pgo flag to subprocessesBrett Cannon2015-10-161-4/+2
* Issue #24782: whitespaceTerry Jan Reedy2015-10-141-1/+1
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-145-197/+144
* Issue #22726: Re-activate config dialog help button with some content aboutTerry Jan Reedy2015-10-122-20/+33
* use the with statement for locking the internal condition (closes #25362)Benjamin Peterson2015-10-111-12/+3
* Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 characterSerhiy Storchaka2015-10-101-8/+8
* merge headsBenjamin Peterson2015-10-071-251/+295
|\
| * Issue #25317: Converted doctests in test_tokenize to unittests.Serhiy Storchaka2015-10-061-251/+295
* | prevent unacceptable bases from becoming bases through multiple inheritance (...Benjamin Peterson2015-10-071-0/+31
|/
* reinitialize an Event's Condition with a regular lock (closes #25319)Benjamin Peterson2015-10-062-1/+9
* Make error report in test_codecs more informative.Serhiy Storchaka2015-10-041-10/+26
* Issue #24820: Update IDLE NEWS items.Terry Jan Reedy2015-10-041-0/+19
* Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.Terry Jan Reedy2015-10-042-0/+43
* Issue #24657: Prevent CGIRequestHandler from collapsing the URL queryMartin Panter2015-10-032-4/+16
* Issue #25232: Fix CGIRequestHandler's splitting of URL queryMartin Panter2015-10-032-5/+23
* Issue #25224: README.txt is now an idlelib index for IDLE developers andTerry Jan Reedy2015-10-032-65/+231
* Issue #24820: Users can now set breakpoint colors in Settings ->Terry Jan Reedy2015-10-031-14/+16
* Fix indentationBrett Cannon2015-10-021-4/+4
* Issue #25188: Add -P/--pgo to test.regrtest for PGO building.Brett Cannon2015-10-021-33/+50
* Removed the "b" string prefix to make test_xpickle compatible with Python 2.5.Serhiy Storchaka2015-10-021-33/+33
* Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-022-0/+60
* Issue #22958: Constructor and update method of weakref.WeakValueDictionarySerhiy Storchaka2015-09-292-2/+42
* Issue #22609: Constructor and the update method of collections.UserDict nowSerhiy Storchaka2015-09-292-3/+69
* Backported additional unpickling tests from 3.x.Serhiy Storchaka2015-09-291-4/+160
* Moved unpickling tests with prepickled data to separate class.Serhiy Storchaka2015-09-293-47/+88
* Issue #24028: Add subsection about Idle calltips.Terry Jan Reedy2015-09-291-8/+30
* Add recent IDLE NEWS items. Move Build sectios down.Terry Jan Reedy2015-09-291-2/+36
* Issue #25249: Remove unneeded mkstemp helper in test_subprocessBerker Peksag2015-09-281-17/+7
* Issue #24972: New option is only valid in tk 8.5+.Terry Jan Reedy2015-09-281-1/+3
* Issue #24972: Inactive selection background now matches active selectionTerry Jan Reedy2015-09-281-30/+1
* Issue #25198: When using the Idle dov TOC menu, put the section title at theTerry Jan Reedy2015-09-271-22/+14
* Issue #24570: Idle: make calltip and completion boxes appear on MacsTerry Jan Reedy2015-09-272-0/+2
* Issue #24988: Idle ScrolledList context menus (used in debugger)Terry Jan Reedy2015-09-261-1/+6
* Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.Terry Jan Reedy2015-09-265-21/+21
* Issue #25198: Idle doc viewer now uses user width and height setting.Terry Jan Reedy2015-09-251-1/+5
* Issue #25225: add revised .html.Terry Jan Reedy2015-09-251-48/+29
* Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> textTerry Jan Reedy2015-09-241-8/+11
* Issue 21995: Explain some differences between IDLE and console Python.Terry Jan Reedy2015-09-241-7/+22
* Issue #22820: Explain need for *print* when running file from Idle editor.Terry Jan Reedy2015-09-241-2/+7