]> granicus.if.org Git - python/log
python
10 years agoModernize turtledemo with conditional expressions; remove duplicate line.
Terry Jan Reedy [Sun, 27 Jul 2014 07:00:47 +0000 (03:00 -0400)]
Modernize turtledemo with conditional expressions; remove duplicate line.

10 years agoFix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
Victor Stinner [Sat, 26 Jul 2014 12:52:55 +0000 (14:52 +0200)]
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
on closed socket.

10 years agosocketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code
Victor Stinner [Sat, 26 Jul 2014 12:47:56 +0000 (14:47 +0200)]
socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code

10 years agoIssue #19875: Fix random test_getsockaddrarg() failure.
Charles-François Natali [Sat, 26 Jul 2014 12:44:50 +0000 (13:44 +0100)]
Issue #19875: Fix random test_getsockaddrarg() failure.

10 years agoIssue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Zachary Ware [Fri, 25 Jul 2014 19:34:19 +0000 (14:34 -0500)]
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Patch by Zachary Turner.

10 years agoIssue #21990: Cleanup unnecessary inner class definition in saxutils.
Raymond Hettinger [Fri, 25 Jul 2014 17:26:36 +0000 (10:26 -0700)]
Issue #21990:  Cleanup unnecessary inner class definition in saxutils.

10 years agoIssue #22061: Add deprecation warnings in empty obsolete methods.
Serhiy Storchaka [Fri, 25 Jul 2014 09:23:08 +0000 (12:23 +0300)]
Issue #22061: Add deprecation warnings in empty obsolete methods.

10 years agoIssue #22061: remove call of useless function slated for removal.
Terry Jan Reedy [Fri, 25 Jul 2014 07:06:27 +0000 (03:06 -0400)]
Issue #22061: remove call of useless function slated for removal.

10 years agoIssue #22053: Make help work, after previous patch for this issue disabled it
Terry Jan Reedy [Fri, 25 Jul 2014 05:56:17 +0000 (01:56 -0400)]
Issue #22053: Make help work, after previous patch for this issue disabled it
by removing global 'demo'. Refactor and remove duplicate code.

11 years agoIssue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
Victor Stinner [Thu, 24 Jul 2014 20:11:21 +0000 (22:11 +0200)]
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
does crash on Mac OS X which uses libedit instead of readline.

11 years agoIssue #16133: The asynchat.async_chat.handle_read() method now ignores
Victor Stinner [Thu, 24 Jul 2014 17:15:00 +0000 (19:15 +0200)]
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY,
EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye.

11 years agoIssue #1730136: Fix comparison between a tk Font object and an object of a
Serhiy Storchaka [Thu, 24 Jul 2014 14:48:28 +0000 (17:48 +0300)]
Issue #1730136: Fix comparison between a tk Font object and an object of a
different type.

11 years agoIssue #19884: readline: Disable the meta modifier key if stdout is not a
Victor Stinner [Thu, 24 Jul 2014 10:22:24 +0000 (12:22 +0200)]
Issue #19884: readline: Disable the meta modifier key if stdout is not a
terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence
is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit
characters.

11 years agoFix grammar
Andrew Svetlov [Thu, 24 Jul 2014 05:08:15 +0000 (08:08 +0300)]
Fix grammar

11 years agoIssue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.
Terry Jan Reedy [Wed, 23 Jul 2014 21:27:51 +0000 (17:27 -0400)]
Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.

11 years agoIssue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
Zachary Ware [Wed, 23 Jul 2014 19:29:25 +0000 (14:29 -0500)]
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
and skip test_win32.FunctionCallTestCase.test_SEH when Python was compiled
in debug configuration or by a non-MSC compiler.

11 years agoMerge heads
Serhiy Storchaka [Wed, 23 Jul 2014 19:12:39 +0000 (22:12 +0300)]
Merge heads

11 years agoMerge heads
Serhiy Storchaka [Wed, 23 Jul 2014 19:07:37 +0000 (22:07 +0300)]
Merge heads

11 years agoIssue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()
Serhiy Storchaka [Wed, 23 Jul 2014 19:06:26 +0000 (22:06 +0300)]
Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()
from 6ae34a948cb4.

11 years agoIssue #21597: Turtledemo text pane can now be widened to view or copy complete
Terry Jan Reedy [Wed, 23 Jul 2014 19:01:07 +0000 (15:01 -0400)]
Issue #21597: Turtledemo text pane can now be widened to view or copy complete
lines or narrowed for small screens.
Issie #19132: Turtledemo buttons no longer disappear when window is shrun.
Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132).

11 years agoFix minor typo in round docs. Reported by Scott Hinton on docs@.
Zachary Ware [Tue, 22 Jul 2014 18:14:54 +0000 (13:14 -0500)]
Fix minor typo in round docs.  Reported by Scott Hinton on docs@.

11 years agoCloses #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk
Zachary Ware [Tue, 22 Jul 2014 17:26:34 +0000 (12:26 -0500)]
Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk
on the buildbots.

2.7 does still support Win2k, but using those options makes default ttk ugly
while not using them doesn't seem to break Win2k.

11 years agoFixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
Serhiy Storchaka [Tue, 22 Jul 2014 08:11:01 +0000 (11:11 +0300)]
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.

11 years agoBackout 308f3c1e36d3. This change (issue21044) does not need to be merged on
Serhiy Storchaka [Tue, 22 Jul 2014 07:39:59 +0000 (10:39 +0300)]
Backout 308f3c1e36d3.  This change (issue21044) does not need to be merged on
2.7, as the os.fdopen sets the name attribute to '<fdopen>' and not to the fd.

11 years agoIssue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
Serhiy Storchaka [Tue, 22 Jul 2014 07:28:36 +0000 (10:28 +0300)]
Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
now display special message when and only when there are failures.

11 years agoIssue #21976: Fix test_ssl to accept LibreSSL version strings.
Antoine Pitrou [Mon, 21 Jul 2014 22:35:01 +0000 (18:35 -0400)]
Issue #21976: Fix test_ssl to accept LibreSSL version strings.
Thanks to William Orr.

11 years agoIssue #21868: Prevent turtle crash due to invalid undo buffer size.
Raymond Hettinger [Mon, 21 Jul 2014 04:26:04 +0000 (21:26 -0700)]
Issue #21868: Prevent turtle crash due to invalid undo buffer size.

11 years agoadd #
Benjamin Peterson [Sun, 20 Jul 2014 20:05:01 +0000 (13:05 -0700)]
add #

11 years agocorrect ref counting of default_action (closes #22017)
Benjamin Peterson [Sun, 20 Jul 2014 20:04:11 +0000 (13:04 -0700)]
correct ref counting of default_action (closes #22017)

11 years agoargs doesn't need to be a tuple (closes #17210)
Benjamin Peterson [Sat, 19 Jul 2014 23:34:33 +0000 (16:34 -0700)]
args doesn't need to be a tuple (closes #17210)

11 years agoIssue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for the...
Mark Dickinson [Sat, 19 Jul 2014 20:47:13 +0000 (21:47 +0100)]
Issue #22006: Remove outdated thread module caveat.  Thanks Dan O'Reilly for the report.

11 years agoadd missing 'because' (closes #22008)
Benjamin Peterson [Fri, 18 Jul 2014 23:25:13 +0000 (16:25 -0700)]
add missing 'because' (closes #22008)

Patch from A Kaptur.

11 years agoIssue #22004: Correct an argument name.
Zachary Ware [Fri, 18 Jul 2014 14:11:48 +0000 (09:11 -0500)]
Issue #22004: Correct an argument name.

11 years agoIssue 21044: tarfile.open() now handles fileobj with an integer 'name'
Serhiy Storchaka [Wed, 16 Jul 2014 20:58:12 +0000 (23:58 +0300)]
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
attribute.  Based on patch by Martin Panter.

11 years agoAdd helpers for testing unicode disabled builds.
Serhiy Storchaka [Wed, 16 Jul 2014 20:50:37 +0000 (23:50 +0300)]
Add helpers for testing unicode disabled builds.

11 years agoFix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.
Zachary Ware [Wed, 16 Jul 2014 19:48:11 +0000 (14:48 -0500)]
Fix a minor typo in the turtle docs.  Found by Brandon Passmore on docs@.

11 years agoIssue #21982: Add minimal unittest for configDialog with 46% coverage.
Terry Jan Reedy [Tue, 15 Jul 2014 03:07:21 +0000 (23:07 -0400)]
Issue #21982: Add minimal unittest for configDialog with 46% coverage.

11 years agoCall PyErr_NoMemory() when PyMem_Malloc() fails.
Serhiy Storchaka [Mon, 14 Jul 2014 09:20:01 +0000 (12:20 +0300)]
Call PyErr_NoMemory() when PyMem_Malloc() fails.

11 years agoIssue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7.
Terry Jan Reedy [Mon, 14 Jul 2014 06:07:26 +0000 (02:07 -0400)]
Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7.

11 years agoIssue #18592: Method return signature changes made to SearchDialogBase for
Terry Jan Reedy [Sun, 13 Jul 2014 21:27:21 +0000 (17:27 -0400)]
Issue #18592: Method return signature changes made to SearchDialogBase for
test purposes are now reflected in GrepDialog and ReplaceDialog.  Docstrings
are improved. Initial patch by Saimadhav Heblikar

11 years agoIssue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories,
Ned Deily [Sun, 13 Jul 2014 05:01:15 +0000 (22:01 -0700)]
Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435.  Patch by Zach Byrne.

11 years ago#21959: Adds 2.7.8 product code to Tools/msi/uuids.py
Steve Dower [Fri, 11 Jul 2014 22:32:02 +0000 (17:32 -0500)]
#21959: Adds 2.7.8 product code to Tools/msi/uuids.py

11 years agoIssue #18592: Make unittest for SearchDialogBase work on all tk versions.
Terry Jan Reedy [Fri, 11 Jul 2014 04:37:10 +0000 (00:37 -0400)]
Issue #18592: Make unittest for SearchDialogBase work on all tk versions.

11 years agoIdle News entries.
Terry Jan Reedy [Fri, 11 Jul 2014 04:24:22 +0000 (00:24 -0400)]
Idle News entries.

11 years ago#21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar.
Terry Jan Reedy [Fri, 11 Jul 2014 04:15:54 +0000 (00:15 -0400)]
#21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar.

11 years agoIssue #21940: add docstrings to idlelib.WidgetRedirector.
Terry Jan Reedy [Thu, 10 Jul 2014 05:16:42 +0000 (01:16 -0400)]
Issue #21940: add docstrings to idlelib.WidgetRedirector.

11 years ago#21945: fix typo in Cookie module docstring.
Ezio Melotti [Wed, 9 Jul 2014 12:45:25 +0000 (15:45 +0300)]
#21945: fix typo in Cookie module docstring.

11 years agoFix typo found by Scott Hinton on docs@
Zachary Ware [Mon, 7 Jul 2014 20:31:21 +0000 (15:31 -0500)]
Fix typo found by Scott Hinton on docs@

11 years agoIssue #21881: Just omit tests for platform-specific NaN representation in test_tcl.
Serhiy Storchaka [Mon, 7 Jul 2014 11:47:17 +0000 (14:47 +0300)]
Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl.

11 years agoIssue #21881: Be more tolerant in test_tcl to not parsable by float() NaN
Serhiy Storchaka [Mon, 7 Jul 2014 10:44:11 +0000 (13:44 +0300)]
Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN
representations (on mips and m68k platforms).

11 years agoIssue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
Ned Deily [Sun, 6 Jul 2014 23:11:44 +0000 (16:11 -0700)]
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
due to possible uninitialized _config_vars.  Original patch by Alex Gaynor.

11 years ago#20135: move FAQ about mutable default arguments to the programming FAQs page.
Ezio Melotti [Sun, 6 Jul 2014 17:53:27 +0000 (20:53 +0300)]
#20135: move FAQ about mutable default arguments to the programming FAQs page.

11 years agoproperly decref the return value of close()
Benjamin Peterson [Sat, 5 Jul 2014 00:00:25 +0000 (17:00 -0700)]
properly decref the return value of close()

11 years agoIssue #21151: Fixed a segfault in the _winreg module.
Zachary Ware [Thu, 3 Jul 2014 15:57:44 +0000 (10:57 -0500)]
Issue #21151: Fixed a segfault in the _winreg module.

When ``None`` was passed as a ``REG_BINARY`` value to SetValueEx,
PyMem_DEL was called on an uninitialized buffer.  Patch by John Ehresman.

(Also an incidental typo fix in a comment in test_winreg)

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.