summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* avoid crashes and lockups from daemon threads during interpreter shutdown (#1...Benjamin Peterson2014-06-171-0/+43
* Issue #21686: add unittest for idlelib.HyperParser. Original patch by SaimadhavTerry Jan Reedy2014-06-162-3/+199
* whitespaceTerry Jan Reedy2014-06-161-1/+1
* Issue #21686: idlelib/HyperParser.py - Update docstrings and comments andTerry Jan Reedy2014-06-161-80/+84
* clarify when the list of subdirectories is read (closes #13779)Benjamin Peterson2014-06-161-5/+7
* url unquote the path before checking if it refers to a CGI script (closes #21...Benjamin Peterson2014-06-152-1/+6
* Issue #21742: Set stream to None after closing.Vinay Sajip2014-06-141-0/+1
* Issue #19493: Backport 6f63fff5c120Zachary Ware2014-06-1331-775/+742
* Issue #12387: Add missing upper(lower)case versions of default Windows keyTerry Jan Reedy2014-06-121-14/+14
* Issue #21695: Catch AttributeError created when user closes grep output windowTerry Jan Reedy2014-06-101-23/+31
* Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where a...Terry Jan Reedy2014-06-102-9/+21
* Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-092-30/+52
* whitespaceTerry Jan Reedy2014-06-081-1/+1
* Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.Terry Jan Reedy2014-06-081-3/+10
|\
| * Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.Terry Jan Reedy2014-06-071-3/+10
* | make sure the builtin help function doesn't fail when sys.stdin is not a vali...Benjamin Peterson2014-06-082-0/+10
* | backed out 86ba41b7bb46 (#18910) for test breakageBenjamin Peterson2014-06-081-35/+36
* | don't remove self from example code in the HTML output (closes #13223)Benjamin Peterson2014-06-073-2/+61
* | allow the keyword else immediately after (no space) an integer (closes #21642)Benjamin Peterson2014-06-071-0/+6
|/
* Issue #18910: test_textView - since all tests require 'gui', make root global.Terry Jan Reedy2014-06-061-36/+35
* Issue #18292: s/tkinter/Tkinter/Zachary Ware2014-06-051-1/+1
* whitespaceTerry Jan Reedy2014-06-051-1/+1
* Issue #18910: Add unittest for textView. Patch by Phil Webster.Terry Jan Reedy2014-06-053-3/+114
* Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.Terry Jan Reedy2014-06-052-0/+162
* Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger.Terry Jan Reedy2014-06-041-1/+1
* Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.Terry Jan Reedy2014-06-044-4/+181
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-0212-56/+34
* Issue #6181: Fixed minor bugs in tkinter.Listbox methods:Serhiy Storchaka2014-06-024-29/+60
* Issue #6181: Fixed errors in tkinter.Listbox docstrings.Serhiy Storchaka2014-06-021-4/+4
* Issue #19656: Running Python with the -3 option now also warns aboutSerhiy Storchaka2014-06-011-0/+5
* Issue #21605: Added tests for Tkinter images.Serhiy Storchaka2014-06-011-0/+339
* Added missed calls of splitlist().Serhiy Storchaka2014-06-013-9/+7
* Issue #21477: Update htest docstring and remove extraneous differences betweenTerry Jan Reedy2014-06-011-9/+17
* backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)Benjamin Peterson2014-05-312-2/+135
* merge 2.7.7 release branchBenjamin Peterson2014-05-312-2/+2
|\
| * bump to 2.7.7 finalBenjamin Peterson2014-05-312-2/+2
* | Issue #21572: Change license command to fallback to generic license URL.Ned Deily2014-05-311-1/+1
* | Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-301-1/+1
* | Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-1/+51
* | Add tests for getint, getdouble and getboolean methods of the tkapp object.Serhiy Storchaka2014-05-301-0/+47
* | Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-302-1/+16
* | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-295-19/+109
* | Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-282-36/+54
* | Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+35
* | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particularSerhiy Storchaka2014-05-282-3/+33
* | Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-12/+70
* | Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-279-97/+159
* | Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-262-0/+10
* | Issue 8743: Improve interoperability between sets and the collections.Set ab...Raymond Hettinger2014-05-263-32/+189
* | Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-262-2/+5