]> granicus.if.org Git - python/log
python
11 years agoFix guidance for subclassing collections.Set()
Raymond Hettinger [Wed, 2 Jul 2014 23:30:52 +0000 (00:30 +0100)]
Fix guidance for subclassing collections.Set()

11 years agoIssue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
Victor Stinner [Wed, 2 Jul 2014 21:12:48 +0000 (23:12 +0200)]
Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
it ignored I/O errors if at least the first C call read() succeed.

11 years agoIssue #19870: BaseCookie now parses 'secure' and 'httponly' flags.
Berker Peksag [Wed, 2 Jul 2014 07:48:27 +0000 (10:48 +0300)]
Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags.

Backport of issue #16611.

11 years agoMore idlelib cleanup inspired by pyflakes.
Terry Jan Reedy [Wed, 2 Jul 2014 01:33:26 +0000 (21:33 -0400)]
More idlelib cleanup inspired by pyflakes.

11 years agoDelete a few unused names suggested by pyflakes.
Terry Jan Reedy [Tue, 1 Jul 2014 22:52:31 +0000 (18:52 -0400)]
Delete a few unused names suggested by pyflakes.

11 years agoIssue #14097: Backport 796d1371605d and subsequent changes.
Zachary Ware [Tue, 1 Jul 2014 19:25:34 +0000 (14:25 -0500)]
Issue #14097: Backport 796d1371605d and subsequent changes.

The 2.7 tutorial introduction now matches the 3.x introduction as rewritten
by Ezio Melotti, with appropriate changes for 2.x.

11 years agoIssue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods
Terry Jan Reedy [Tue, 1 Jul 2014 03:52:14 +0000 (23:52 -0400)]
Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods
to remove duplication and return info for tests.  Rewrite corresponding tests.
Test_create_option_buttons was not testing anything because of buggy
comparisons.  Use Python subscripting to get widget options.

11 years agowhitespace
Terry Jan Reedy [Tue, 1 Jul 2014 00:03:23 +0000 (20:03 -0400)]
whitespace

11 years agoIssue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.
Terry Jan Reedy [Mon, 30 Jun 2014 23:59:57 +0000 (19:59 -0400)]
Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.

11 years agoIssue #21882: In turtle demos, remove module scope gui and sys calls by
Terry Jan Reedy [Mon, 30 Jun 2014 20:09:16 +0000 (16:09 -0400)]
Issue #21882: In turtle demos, remove module scope gui and sys calls by
moving them to the module's main function.

11 years agoIssue #21811: Add Misc/NEWS entry.
Ned Deily [Mon, 30 Jun 2014 06:38:55 +0000 (23:38 -0700)]
Issue #21811: Add Misc/NEWS entry.

11 years agoafter 2.7.8
Benjamin Peterson [Mon, 30 Jun 2014 01:59:07 +0000 (18:59 -0700)]
after 2.7.8

11 years agoAdded tag v2.7.8 for changeset ee879c0ffa11
Benjamin Peterson [Mon, 30 Jun 2014 01:58:31 +0000 (18:58 -0700)]
Added tag v2.7.8 for changeset ee879c0ffa11

11 years agobump to 2.7.8 v2.7.8
Benjamin Peterson [Mon, 30 Jun 2014 01:58:16 +0000 (18:58 -0700)]
bump to 2.7.8

11 years agoupdate pydoc-topics
Benjamin Peterson [Mon, 30 Jun 2014 01:57:11 +0000 (18:57 -0700)]
update pydoc-topics

11 years agoadd a test for access errors from OpenKey (closes #21871)
Benjamin Peterson [Sun, 29 Jun 2014 20:02:12 +0000 (13:02 -0700)]
add a test for access errors from OpenKey (closes #21871)

Patch from Vladimir Iofik.

11 years agodon't allow unicode into type_map on Windows (closes #21652)
Benjamin Peterson [Sun, 29 Jun 2014 19:58:16 +0000 (12:58 -0700)]
don't allow unicode into type_map on Windows (closes #21652)

Patch from Vladimir Iofik.

11 years agoCloses #11279: test_posix and lack of "id -G" support - less noise required? (Solaris)
Jesus Cea [Sat, 28 Jun 2014 16:39:01 +0000 (18:39 +0200)]
Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris)

11 years agoFix typo pointed out by Dmitry Chaplinsky on docs@.
Berker Peksag [Sat, 28 Jun 2014 00:12:37 +0000 (03:12 +0300)]
Fix typo pointed out by Dmitry Chaplinsky on docs@.

11 years agoIssue #21875: Remove vestigial references to Classic Mac OS in os module docs.
Ned Deily [Fri, 27 Jun 2014 06:38:14 +0000 (23:38 -0700)]
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.

11 years agodon't overwrite the error from PyObject_GetAttrString (closes #4346)
Benjamin Peterson [Fri, 27 Jun 2014 06:27:41 +0000 (23:27 -0700)]
don't overwrite the error from PyObject_GetAttrString (closes #4346)

11 years agoIssue #19897: Use python as executable instead of python3.
Berker Peksag [Thu, 26 Jun 2014 20:27:26 +0000 (23:27 +0300)]
Issue #19897: Use python as executable instead of python3.

11 years agoIssue #19145: Remove duplicate ACKS entry
Raymond Hettinger [Thu, 26 Jun 2014 16:27:36 +0000 (09:27 -0700)]
Issue #19145:  Remove duplicate ACKS entry

11 years agoIssue #18592: For idlelib.SearchDialogBase, edit and add docstrings,
Terry Jan Reedy [Thu, 26 Jun 2014 05:40:46 +0000 (01:40 -0400)]
Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings,
move two functions next to the functions that use them.

11 years agoIssue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.
Ned Deily [Wed, 25 Jun 2014 20:48:46 +0000 (13:48 -0700)]
Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.

11 years agoIssue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Ned Deily [Wed, 25 Jun 2014 20:33:57 +0000 (13:33 -0700)]
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.

11 years agoIssue #21729: Used the "with" statement in the dbm.dumb module to ensure
Serhiy Storchaka [Wed, 25 Jun 2014 17:37:49 +0000 (20:37 +0300)]
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing.  Patch by Claudiu Popa.

11 years agoCloses #20872: dbm/gdbm/ndbm close methods are not documented
Jesus Cea [Wed, 25 Jun 2014 10:55:48 +0000 (12:55 +0200)]
Closes #20872: dbm/gdbm/ndbm close methods are not documented

11 years agoFixed typo in documentation.
Vinay Sajip [Wed, 25 Jun 2014 06:29:19 +0000 (07:29 +0100)]
Fixed typo in documentation.

11 years agoIssue #19145: Fix handling of negative values for a "times" keyword argument to...
Raymond Hettinger [Wed, 25 Jun 2014 04:53:45 +0000 (21:53 -0700)]
Issue #19145:  Fix handling of negative values for a "times" keyword argument to itertools.repeat()>

(Patch contributed by Vajrasky Kok.)

11 years agoIssue #14117: Inprove help text and docstrings, some for clarity, some just to
Terry Jan Reedy [Wed, 25 Jun 2014 02:21:36 +0000 (22:21 -0400)]
Issue #14117: Inprove help text and docstrings, some for clarity, some just to
fit in the default width of the text window (45 chars).

11 years agoAdd news entry for 21832
Raymond Hettinger [Wed, 25 Jun 2014 01:14:53 +0000 (18:14 -0700)]
Add news entry for 21832

11 years ago#20155: use fake HTTP method names so windows doesn't hang the tests.
R David Murray [Tue, 24 Jun 2014 20:49:24 +0000 (16:49 -0400)]
#20155: use fake HTTP method names so windows doesn't hang the tests.

Windows was seeing the 'GET' generated by these tests as invalid and forcibly
closing the socket, causing the test to fail.

Patch by Jeff Allen.

11 years agoIssue 21832: Require named tuple inputs to be exact strings
Raymond Hettinger [Tue, 24 Jun 2014 20:49:24 +0000 (13:49 -0700)]
Issue 21832:  Require named tuple inputs to be exact strings

11 years agoadd Chris Foster
Benjamin Peterson [Tue, 24 Jun 2014 03:14:46 +0000 (20:14 -0700)]
add Chris Foster

11 years agoavoid overflow with large buffer sizes and/or offsets (closes #21831)
Benjamin Peterson [Tue, 24 Jun 2014 03:12:27 +0000 (20:12 -0700)]
avoid overflow with large buffer sizes and/or offsets (closes #21831)

11 years agoIssue #11974: Add tutorial section on class and instance variables
Raymond Hettinger [Tue, 24 Jun 2014 01:03:21 +0000 (18:03 -0700)]
Issue #11974:  Add tutorial section on class and instance variables
(Based on a patch from Renee Chu.)

11 years agoadjust zipfile tests for splitdrive improvements
Benjamin Peterson [Mon, 23 Jun 2014 03:26:07 +0000 (20:26 -0700)]
adjust zipfile tests for splitdrive improvements

11 years agoDisplay the name not the group itself
Raymond Hettinger [Mon, 23 Jun 2014 02:45:07 +0000 (19:45 -0700)]
Display the name not the group itself

11 years agoIssue #8343: Named group error msgs did not show the group name.
Raymond Hettinger [Mon, 23 Jun 2014 02:33:19 +0000 (19:33 -0700)]
Issue #8343: Named group error msgs did not show the group name.

11 years agofix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672)
Benjamin Peterson [Mon, 23 Jun 2014 02:07:38 +0000 (19:07 -0700)]
fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672)

11 years agoclarify that islink only really works if python knows about symlinks (closes #13143)
Benjamin Peterson [Mon, 23 Jun 2014 00:59:35 +0000 (17:59 -0700)]
clarify that islink only really works if python knows about symlinks (closes #13143)

Patch from Yayoi Ukai.

11 years agoIssue #21824: Turtledemo 2.7 help menu entries now display help text instead
Terry Jan Reedy [Sun, 22 Jun 2014 06:32:26 +0000 (02:32 -0400)]
Issue #21824: Turtledemo 2.7 help menu entries now display help text instead
of help file name.

11 years agoIssue #21823: Catch turtle.Terminator exceptions in turtledemo.
Terry Jan Reedy [Sun, 22 Jun 2014 05:18:48 +0000 (01:18 -0400)]
Issue #21823: Catch turtle.Terminator exceptions in turtledemo.
Add note to demohelp.txt about doing so.

11 years agoIssue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
Raymond Hettinger [Sat, 21 Jun 2014 18:27:36 +0000 (11:27 -0700)]
Issue 21635:  Fix caching in difflib.SequenceMatcher.get_matching_blocks().

11 years agoFix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag.
Charles-François Natali [Fri, 20 Jun 2014 21:57:19 +0000 (22:57 +0100)]
Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag.

11 years agoIssue #21491: SocketServer: Fix a race condition in child processes reaping.
Charles-François Natali [Fri, 20 Jun 2014 21:03:08 +0000 (22:03 +0100)]
Issue #21491: SocketServer: Fix a race condition in child processes reaping.

11 years agoIssue #21768: fix type in test_pydoc, patch by Claudiu Popa.
Terry Jan Reedy [Fri, 20 Jun 2014 18:59:07 +0000 (14:59 -0400)]
Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.

11 years agoissue 20091 - index entry for __main__ in runpy docs.
Senthil Kumaran [Fri, 20 Jun 2014 08:36:58 +0000 (01:36 -0700)]
issue 20091 - index entry for __main__ in runpy docs.

11 years ago#21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey.
Ezio Melotti [Thu, 19 Jun 2014 21:47:11 +0000 (00:47 +0300)]
#21690: fix a couple of links in the docs of the re module.  Noticed by Julian Gilbey.

11 years agoMerge.
Charles-François Natali [Thu, 19 Jun 2014 21:45:09 +0000 (22:45 +0100)]
Merge.

11 years agoIssue #21810: Backport mmap-based arena allocation failure check.
Charles-François Natali [Thu, 19 Jun 2014 21:42:51 +0000 (22:42 +0100)]
Issue #21810: Backport mmap-based arena allocation failure check.

11 years agoIssue #21722: The distutils "upload" command now exits with a non-zero return code...
Antoine Pitrou [Thu, 19 Jun 2014 03:07:46 +0000 (23:07 -0400)]
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
Patch by Martin Dengler.

11 years agoIssue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
Terry Jan Reedy [Tue, 17 Jun 2014 20:35:14 +0000 (16:35 -0400)]
Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.

11 years agoIssue #21789: fix broken link (reported by Jan Varho)
Ned Deily [Tue, 17 Jun 2014 19:24:53 +0000 (12:24 -0700)]
Issue #21789: fix broken link (reported by Jan Varho)

11 years agoadd Ammar Brohi for running ssllab's test on python.org and reporting a problem
Benjamin Peterson [Tue, 17 Jun 2014 16:44:55 +0000 (09:44 -0700)]
add Ammar Brohi for running ssllab's test on python.org and reporting a problem

11 years agorevert tstate_delete_common, since it's pretty much wrong
Benjamin Peterson [Tue, 17 Jun 2014 07:34:14 +0000 (00:34 -0700)]
revert tstate_delete_common, since it's pretty much wrong

11 years agoavoid a deadlock with the interpreter head lock and the GIL during finalization
Benjamin Peterson [Tue, 17 Jun 2014 06:07:49 +0000 (23:07 -0700)]
avoid a deadlock with the interpreter head lock and the GIL during finalization

11 years agocheck if the thread is finalizing after retaking the GIL
Benjamin Peterson [Tue, 17 Jun 2014 05:59:07 +0000 (22:59 -0700)]
check if the thread is finalizing after retaking the GIL

11 years agoavoid crashes and lockups from daemon threads during interpreter shutdown (#1856)
Benjamin Peterson [Tue, 17 Jun 2014 02:39:18 +0000 (19:39 -0700)]
avoid crashes and lockups from daemon threads during interpreter shutdown (#1856)

11 years agoAdd Idle news entries (plus whitespace fix from other entries).
Terry Jan Reedy [Mon, 16 Jun 2014 23:24:22 +0000 (19:24 -0400)]
Add Idle news entries (plus whitespace fix from other entries).

11 years agoIssue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav
Terry Jan Reedy [Mon, 16 Jun 2014 23:00:54 +0000 (19:00 -0400)]
Issue #21686: add unittest for idlelib.HyperParser.  Original patch by Saimadhav
Heblikar.

11 years agoFix typo reported by Jesse W on docs@
Zachary Ware [Mon, 16 Jun 2014 16:13:01 +0000 (11:13 -0500)]
Fix typo reported by Jesse W on docs@

11 years agoCloses #21759: URL Typo in Documentation FAQ
Jesus Cea [Mon, 16 Jun 2014 12:11:14 +0000 (14:11 +0200)]
Closes #21759: URL Typo in Documentation FAQ

11 years agoIssue #19362: Tweek len() doc and docstring to expand the indicated range of
Terry Jan Reedy [Mon, 16 Jun 2014 07:05:30 +0000 (03:05 -0400)]
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
arguments. Original patch by Gareth Rees.

11 years agowhitespace
Terry Jan Reedy [Mon, 16 Jun 2014 06:40:08 +0000 (02:40 -0400)]
whitespace

11 years agoIssue #21686: idlelib/HyperParser.py - Update docstrings and comments and
Terry Jan Reedy [Mon, 16 Jun 2014 06:33:18 +0000 (02:33 -0400)]
Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and
replace \ line contiuation. Tested against nearly done test_hyperparser.py.

11 years agoclarify when the list of subdirectories is read (closes #13779)
Benjamin Peterson [Mon, 16 Jun 2014 03:51:12 +0000 (20:51 -0700)]
clarify when the list of subdirectories is read (closes #13779)

11 years agodocument IOBase.__del__'s behavior (closes #21764)
Benjamin Peterson [Sun, 15 Jun 2014 01:51:34 +0000 (18:51 -0700)]
document IOBase.__del__'s behavior (closes #21764)

Patch from Nikolaus Rath.

11 years agourl unquote the path before checking if it refers to a CGI script (closes #21766)
Benjamin Peterson [Sun, 15 Jun 2014 01:36:29 +0000 (18:36 -0700)]
url unquote the path before checking if it refers to a CGI script (closes #21766)

11 years agoIssue #21742: Set stream to None after closing.
Vinay Sajip [Sat, 14 Jun 2014 09:19:54 +0000 (10:19 +0100)]
Issue #21742: Set stream to None after closing.

11 years ago#5904: Add sentence about the encoding of strftime's result.
R David Murray [Fri, 13 Jun 2014 21:23:34 +0000 (17:23 -0400)]
#5904: Add sentence about the encoding of strftime's result.

11 years agoIssue #19493: Backport 6f63fff5c120
Zachary Ware [Fri, 13 Jun 2014 19:40:16 +0000 (14:40 -0500)]
Issue #19493: Backport 6f63fff5c120

11 years agoIssue #21726: Remove unnecessary and contextually wrong line.
Terry Jan Reedy [Fri, 13 Jun 2014 18:57:44 +0000 (14:57 -0400)]
Issue #21726: Remove unnecessary and contextually wrong line.

11 years agoIssue #12387: Add missing upper(lower)case versions of default Windows key
Terry Jan Reedy [Thu, 12 Jun 2014 05:03:01 +0000 (01:03 -0400)]
Issue #12387: Add missing upper(lower)case versions of default Windows key
bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.

11 years ago#21693 - Fix the broken link for pylons project.
Senthil Kumaran [Wed, 11 Jun 2014 13:18:43 +0000 (06:18 -0700)]
#21693 - Fix the broken link for pylons project.

11 years agoIssue #21695: Catch AttributeError created when user closes grep output window
Terry Jan Reedy [Tue, 10 Jun 2014 06:49:29 +0000 (02:49 -0400)]
Issue #21695: Catch AttributeError created when user closes grep output window
while still being written to. With no console, this closed Idle.
Also add missing import and a few other changes.

11 years agoCloses Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual
Terry Jan Reedy [Tue, 10 Jun 2014 00:02:18 +0000 (20:02 -0400)]
Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual
names are not available. Initial patch by Serhiy Storchaka.

11 years ago#20903: clarify what happens when an smtp connection timeout occurs.
R David Murray [Mon, 9 Jun 2014 20:40:47 +0000 (16:40 -0400)]
#20903: clarify what happens when an smtp connection timeout occurs.

Patch by Milan Oberkirch.

11 years agoIssue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka [Mon, 9 Jun 2014 10:32:08 +0000 (13:32 +0300)]
Issue #21310: Fixed possible resource leak in failed open().

11 years agoIssue #21683: Add Tix build to the Windows buildbot scripts.
Zachary Ware [Sun, 8 Jun 2014 19:28:13 +0000 (14:28 -0500)]
Issue #21683: Add Tix build to the Windows buildbot scripts.

11 years agowhitespace
Terry Jan Reedy [Sun, 8 Jun 2014 18:57:18 +0000 (14:57 -0400)]
whitespace

11 years agoIssue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Terry Jan Reedy [Sun, 8 Jun 2014 18:47:16 +0000 (14:47 -0400)]
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Patch by Saimadhav Heblikar. (2 head merge)

11 years agomake sure the builtin help function doesn't fail when sys.stdin is not a valid file...
Benjamin Peterson [Sun, 8 Jun 2014 03:14:26 +0000 (20:14 -0700)]
make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709)

Original patch by Amaury Forgeot d'Arc with a test by bdettmer.

11 years agobacked out 86ba41b7bb46 (#18910) for test breakage
Benjamin Peterson [Sun, 8 Jun 2014 00:57:36 +0000 (17:57 -0700)]
backed out 86ba41b7bb46 (#18910) for test breakage

11 years agodocument TokenError and unclosed expression behavior (closes #12063)
Benjamin Peterson [Sun, 8 Jun 2014 00:47:41 +0000 (17:47 -0700)]
document TokenError and unclosed expression behavior (closes #12063)

Patch by Amandine Lee.

11 years agodon't remove self from example code in the HTML output (closes #13223)
Benjamin Peterson [Sat, 7 Jun 2014 23:44:00 +0000 (16:44 -0700)]
don't remove self from example code in the HTML output (closes #13223)

Patch by Víctor Terrón.

11 years agospecify that getuid() returns the real uid (closes #10503)
Benjamin Peterson [Sat, 7 Jun 2014 20:50:34 +0000 (13:50 -0700)]
specify that getuid() returns the real uid (closes #10503)

Patch by εσχατοκυριος.

11 years agodocument the compress_level argument to tarfile.open (closes #21404)
Benjamin Peterson [Sat, 7 Jun 2014 19:45:37 +0000 (12:45 -0700)]
document the compress_level argument to tarfile.open (closes #21404)

Patch by Katherine Busch.

11 years agoallow the keyword else immediately after (no space) an integer (closes #21642)
Benjamin Peterson [Sat, 7 Jun 2014 19:36:39 +0000 (12:36 -0700)]
allow the keyword else immediately after (no space) an integer (closes #21642)

11 years agoUpdates to Python 2.7 What's New preamble
Nick Coghlan [Sat, 7 Jun 2014 13:36:13 +0000 (23:36 +1000)]
Updates to Python 2.7 What's New preamble

- refers to release PEP for lifecycle information
- refers to Python Package Index for migration tools
- covers enhancements added in maintenance releases

Closes issue #21569

11 years agoIssue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Terry Jan Reedy [Sat, 7 Jun 2014 08:27:45 +0000 (04:27 -0400)]
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Patch by Saimadhav Heblikar.

11 years agoIssue #18910: test_textView - since all tests require 'gui', make root global.
Terry Jan Reedy [Fri, 6 Jun 2014 21:43:14 +0000 (17:43 -0400)]
Issue #18910: test_textView - since all tests require 'gui', make root global.
Subclass TextViewer to add mock methods instead of monkey-patching it.

11 years agoIssue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h
Zachary Ware [Fri, 6 Jun 2014 06:13:37 +0000 (01:13 -0500)]
Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h

11 years agoIssue #18292: s/tkinter/Tkinter/
Zachary Ware [Thu, 5 Jun 2014 20:57:44 +0000 (15:57 -0500)]
Issue #18292: s/tkinter/Tkinter/

11 years ago#21653: fix doc for return type of sqlite3.Row.keys().
R David Murray [Thu, 5 Jun 2014 19:15:43 +0000 (15:15 -0400)]
#21653: fix doc for return type of sqlite3.Row.keys().

11 years agowhitespace
Terry Jan Reedy [Thu, 5 Jun 2014 07:53:42 +0000 (03:53 -0400)]
whitespace

11 years agoIssue #18910: Add unittest for textView. Patch by Phil Webster.
Terry Jan Reedy [Thu, 5 Jun 2014 07:38:28 +0000 (03:38 -0400)]
Issue #18910: Add unittest for textView. Patch by Phil Webster.

11 years agoIssue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.
Terry Jan Reedy [Thu, 5 Jun 2014 00:50:49 +0000 (20:50 -0400)]
Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.

11 years agoIssue #21654: Fix interaction with warnings. Patch by Raymond Hettinger.
Terry Jan Reedy [Wed, 4 Jun 2014 07:09:56 +0000 (03:09 -0400)]
Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger.