summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methodsTerry Jan Reedy2014-07-012-124/+70
* whitespaceTerry Jan Reedy2014-07-011-1/+1
* Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.Terry Jan Reedy2014-06-302-10/+213
* Issue #21882: In turtle demos, remove module scope gui and sys calls byTerry Jan Reedy2014-06-301-1/+1
* bump to 2.7.8v2.7.8Benjamin Peterson2014-06-302-2/+2
* update pydoc-topicsBenjamin Peterson2014-06-301-2/+2
* add a test for access errors from OpenKey (closes #21871)Benjamin Peterson2014-06-291-0/+17
* don't allow unicode into type_map on Windows (closes #21652)Benjamin Peterson2014-06-292-16/+37
* Closes #11279: test_posix and lack of "id -G" support - less noise required? ...Jesus Cea2014-06-281-1/+1
* Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.Ned Deily2014-06-271-1/+1
* Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings,Terry Jan Reedy2014-06-261-30/+57
* Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily2014-06-254-6/+24
* Issue #21729: Used the "with" statement in the dbm.dumb module to ensureSerhiy Storchaka2014-06-251-33/+29
* Issue #19145: Fix handling of negative values for a "times" keyword argument...Raymond Hettinger2014-06-251-0/+9
* #20155: use fake HTTP method names so windows doesn't hang the tests.R David Murray2014-06-241-2/+3
* Issue 21832: Require named tuple inputs to be exact stringsRaymond Hettinger2014-06-241-0/+3
* avoid overflow with large buffer sizes and/or offsets (closes #21831)Benjamin Peterson2014-06-241-0/+6
* adjust zipfile tests for splitdrive improvementsBenjamin Peterson2014-06-231-4/+4
* Display the name not the group itselfRaymond Hettinger2014-06-231-1/+1
* Issue #8343: Named group error msgs did not show the group name.Raymond Hettinger2014-06-231-3/+6
* fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #...Benjamin Peterson2014-06-232-13/+66
* Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().Raymond Hettinger2014-06-212-2/+11
* Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag.Charles-François Natali2014-06-201-2/+4
* Issue #21491: SocketServer: Fix a race condition in child processes reaping.Charles-François Natali2014-06-201-28/+30
* Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.Terry Jan Reedy2014-06-201-1/+1
* Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-192-8/+18
* Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-06-172-4/+131
* 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