summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Make it slightly clearer that IDLE close message is referring to user program,Terry Jan Reedy2015-11-201-1/+1
* Close #10128: don't rerun __main__.py in multiprocessingNick Coghlan2015-11-191-1/+15
* Issue #24750: whitespaceTerry Jan Reedy2015-11-161-1/+1
* Issue #24750: Improve appearance of IDLE editor window status bar.Terry Jan Reedy2015-11-162-3/+8
* Issue #25388: Fixed tokenizer hang when processing undecodable source codeSerhiy Storchaka2015-11-141-0/+16
* Issue #25590: Make rlcompleter only call getattr() once per attributeMartin Panter2015-11-132-7/+23
* IndentTerry Jan Reedy2015-11-121-1/+1
* WhitespaceTerry Jan Reedy2015-11-121-1/+1
* Issue #25313: Change the handling of new built-in text color themes to betterTerry Jan Reedy2015-11-128-25/+48
* Issue #25607: Restore old distutils logging threshold after running tests thatSerhiy Storchaka2015-11-123-1/+5
* Issue #22995: Backported additional tests for non-pickleable types.Serhiy Storchaka2015-11-122-0/+29
* always set OP_NO_SSLv3 by default (closes #25530)Benjamin Peterson2015-11-121-9/+9
* Issue #7759: Fixed the mhlib module on filesystems that doesn't supportSerhiy Storchaka2015-11-111-4/+4
* Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.Serhiy Storchaka2015-11-101-1/+1
* Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest testSerhiy Storchaka2015-11-102-2/+2
* Issue #25582: Fixed 100 MB memory leak in test_ctypes.Serhiy Storchaka2015-11-092-1/+15
* Issue #7267: format(int, 'c') now raises OverflowError when the argument is notVictor Stinner2015-11-091-0/+5
* Issue #892902: Disable newly added tests in test_xpickle.Serhiy Storchaka2015-11-071-0/+8
* Issue #892902: Fixed pickling recursive objects.Serhiy Storchaka2015-11-073-30/+122
* 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