]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
12 years agoIssue #17712: Fix test_gdb failures on Ubuntu 13.04.
Antoine Pitrou [Tue, 30 Apr 2013 22:15:44 +0000 (00:15 +0200)] 
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.

12 years ago#16518: add "bytes-like object" to the glossary.
Ezio Melotti [Tue, 30 Apr 2013 20:33:31 +0000 (23:33 +0300)] 
#16518: add "bytes-like object" to the glossary.

12 years agomove the NEWS entry to the right section and mention ctypes.
Gregory P. Smith [Tue, 30 Apr 2013 07:56:07 +0000 (00:56 -0700)] 
move the NEWS entry to the right section and mention ctypes.

12 years agoNEWS entry
Gregory P. Smith [Tue, 30 Apr 2013 07:54:45 +0000 (00:54 -0700)] 
NEWS entry

12 years agoThis local change was lost during the fixing of issue17192 to update
Gregory P. Smith [Tue, 30 Apr 2013 07:08:51 +0000 (00:08 -0700)] 
This local change was lost during the fixing of issue17192 to update
libffi to 3.0.13.  (i'm not sure if it is needed anymore but see
issue 10309 for details which makes no mention of upstream)

12 years ago#17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.
Ezio Melotti [Mon, 29 Apr 2013 09:26:01 +0000 (12:26 +0300)] 
#17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.

12 years ago#7152: Remove incorrectly added reference to DataHandler.
R David Murray [Sun, 28 Apr 2013 21:04:53 +0000 (17:04 -0400)] 
#7152: Remove incorrectly added reference to DataHandler.

12 years agoAdd missing NEWS entry for issue #17843.
Nadeem Vawda [Sun, 28 Apr 2013 17:01:31 +0000 (19:01 +0200)] 
Add missing NEWS entry for issue #17843.

12 years agoIssue #17843: Remove bz2 test data that triggers antivirus warnings.
Nadeem Vawda [Sun, 28 Apr 2013 16:43:31 +0000 (18:43 +0200)] 
Issue #17843: Remove bz2 test data that triggers antivirus warnings.

12 years agoReflow paragraph.
R David Murray [Sun, 28 Apr 2013 15:20:46 +0000 (11:20 -0400)] 
Reflow paragraph.

12 years ago#7152: Clarify that ProxyHandler is added only if proxy settings are detected.
R David Murray [Sun, 28 Apr 2013 15:16:21 +0000 (11:16 -0400)] 
#7152: Clarify that ProxyHandler is added only if proxy settings are detected.

Behavior confirmation and initial patch by Jessica McKellar.

12 years agoIssue #17842. Added base64 module tests with bytearray arguments.
Serhiy Storchaka [Sun, 28 Apr 2013 12:48:54 +0000 (15:48 +0300)] 
Issue #17842. Added base64 module tests with bytearray arguments.

12 years agoIssue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka [Sun, 28 Apr 2013 11:09:47 +0000 (14:09 +0300)] 
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
such as was shipped with Centos 5 and Mac OS X 10.4.

This bug was already fixed in issue14572 for 2.7 only and then it was
backported back from 3.3 in issue17073.

12 years agoIssue #17835: Fix test_io when the default OS pipe buffer size is larger than one...
Antoine Pitrou [Wed, 24 Apr 2013 21:31:38 +0000 (23:31 +0200)] 
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.

12 years agoEnsure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren [Tue, 23 Apr 2013 11:47:06 +0000 (13:47 +0200)] 
Ensure that plistlib doesn't corrupt deeply nested datastructures

Without this changeset plistlib would write empty tags for plistlib.Data
objects in deeply nested datastructures.

Fixes #17353

12 years ago#17729: remove the Advocacy HOWTO from the index.
Ezio Melotti [Tue, 23 Apr 2013 06:56:30 +0000 (09:56 +0300)] 
#17729: remove the Advocacy HOWTO from the index.

12 years ago#17729: remove the outdated Advocacy HOWTO, as suggested by the author.
Ezio Melotti [Tue, 23 Apr 2013 06:24:51 +0000 (09:24 +0300)] 
#17729: remove the outdated Advocacy HOWTO, as suggested by the author.

12 years agoIssue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka [Mon, 22 Apr 2013 19:51:00 +0000 (22:51 +0300)] 
Issue #11714: Use 'with' statements to assure a Semaphore releases a
condition variable.  Original patch by Thomas Rachel.

12 years agoIssue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domai...
Vinay Sajip [Mon, 22 Apr 2013 08:58:51 +0000 (09:58 +0100)] 
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.

12 years ago#15575: Clarify tutorial description of when modules are executed.
R David Murray [Sun, 21 Apr 2013 21:14:40 +0000 (17:14 -0400)] 
#15575: Clarify tutorial description of when modules are executed.

12 years agoIssue #17670: Provide an example of expandtabs() usage.
Ned Deily [Sun, 21 Apr 2013 20:04:10 +0000 (13:04 -0700)] 
Issue #17670: Provide an example of expandtabs() usage.

12 years ago#17065: Use process-unique key for winreg test.
R David Murray [Sun, 21 Apr 2013 14:13:43 +0000 (10:13 -0400)] 
#17065: Use process-unique key for winreg test.

Patch by Jeremy Kloth.

12 years agoIssue #17801: fix shebang line of gprof2html.py
Ned Deily [Sat, 20 Apr 2013 21:07:05 +0000 (14:07 -0700)] 
Issue #17801: fix shebang line of gprof2html.py

12 years ago#17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
R David Murray [Sat, 20 Apr 2013 17:37:50 +0000 (13:37 -0400)] 
#17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.

12 years agoIssue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk [Wed, 17 Apr 2013 18:15:52 +0000 (19:15 +0100)] 
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.

12 years ago#14735: Update IDLE docs to omit "Control-z on Windows".
Roger Serwy [Wed, 17 Apr 2013 05:22:50 +0000 (00:22 -0500)] 
#14735: Update IDLE docs to omit "Control-z on Windows".

12 years ago#17740: fix links to the socket function. Initial patch by Zachary Ware.
Ezio Melotti [Wed, 17 Apr 2013 01:10:26 +0000 (04:10 +0300)] 
#17740: fix links to the socket function.  Initial patch by Zachary Ware.

12 years agoIssue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for...
Antoine Pitrou [Tue, 16 Apr 2013 18:27:17 +0000 (20:27 +0200)] 
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
Thanks to David D Lowe for reporting.

12 years agoIssue #17710: Fix cPickle raising a SystemError on bogus input.
Antoine Pitrou [Mon, 15 Apr 2013 19:35:25 +0000 (21:35 +0200)] 
Issue #17710: Fix cPickle raising a SystemError on bogus input.

12 years agoIssue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter...
Antoine Pitrou [Mon, 15 Apr 2013 19:20:14 +0000 (21:20 +0200)] 
Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash.

12 years ago#13510: clarify that f.readlines() is note necessary to iterate over a file. Patch...
Ezio Melotti [Mon, 15 Apr 2013 16:08:31 +0000 (19:08 +0300)] 
#13510: clarify that f.readlines() is note necessary to iterate over a file.  Patch by Dan Riti.

12 years agoIssue #17728: Specify default precision for float.format for presentation types e...
Eric V. Smith [Mon, 15 Apr 2013 13:51:54 +0000 (09:51 -0400)] 
Issue #17728: Specify default precision for float.format for presentation types e, f, and g.

12 years ago#17341: Include name in re error message about invalid group name.
R David Murray [Sun, 14 Apr 2013 17:08:50 +0000 (13:08 -0400)] 
#17341: Include name in re error message about invalid group name.

Patch by Jason Michalski.

12 years agoIssue #17221: Resort Misc/NEWS.
Serhiy Storchaka [Sun, 14 Apr 2013 15:52:15 +0000 (18:52 +0300)] 
Issue #17221: Resort Misc/NEWS.

12 years agoFix example ignoring ".svn" directories in compileall.
Georg Brandl [Sun, 14 Apr 2013 10:02:43 +0000 (12:02 +0200)] 
Fix example ignoring ".svn" directories in compileall.

12 years agoThe Integral class does not contain implementations for the bit-shifting operations...
Georg Brandl [Sun, 14 Apr 2013 09:58:54 +0000 (11:58 +0200)] 
The Integral class does not contain implementations for the bit-shifting operations. (See #3056.)

12 years agoThe im_class of unbound class methods is actually not the same as im_self.
Georg Brandl [Sun, 14 Apr 2013 09:53:36 +0000 (11:53 +0200)] 
The im_class of unbound class methods is actually not the same as im_self.

12 years agoClarify that the function *definition* creates the function and the binding in the...
Georg Brandl [Sun, 14 Apr 2013 09:47:46 +0000 (11:47 +0200)] 
Clarify that the function *definition* creates the function and the binding in the module globals.

12 years agoFix refcount leak in the reference counting example section (!).
Georg Brandl [Sun, 14 Apr 2013 09:45:16 +0000 (11:45 +0200)] 
Fix refcount leak in the reference counting example section (!).

12 years agoCloses #13638: document PyErr_SetFromErrnoWithFilenameObject,
Georg Brandl [Sun, 14 Apr 2013 09:12:16 +0000 (11:12 +0200)] 
Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,
PyErr_SetFromWindowsErrWithFilenameObject, and
PyErr_SetExcFromWindowsErrWithFilenameObject.

Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented.

12 years agobind('') does not do the same as bind('localhost')
Georg Brandl [Sun, 14 Apr 2013 08:59:04 +0000 (10:59 +0200)] 
bind('') does not do the same as bind('localhost')

12 years agoCloses #17661: fix references to repr() going to module repr.
Georg Brandl [Sun, 14 Apr 2013 08:36:03 +0000 (10:36 +0200)] 
Closes #17661: fix references to repr() going to module repr.

12 years agoCloses #17726: small clarification in design FAQ.
Georg Brandl [Sun, 14 Apr 2013 08:31:06 +0000 (10:31 +0200)] 
Closes #17726: small clarification in design FAQ.

12 years agoUpdate using/mac documentation which was still on 2.5.
Georg Brandl [Sun, 14 Apr 2013 08:17:35 +0000 (10:17 +0200)] 
Update using/mac documentation which was still on 2.5.

12 years agoClarify point in name mangling doc.
Georg Brandl [Sun, 14 Apr 2013 08:13:42 +0000 (10:13 +0200)] 
Clarify point in name mangling doc.

12 years agoReflow paragraph.
R David Murray [Sat, 13 Apr 2013 18:37:42 +0000 (14:37 -0400)] 
Reflow paragraph.

12 years ago#2118: clarify smtplib exception documentation.
R David Murray [Sat, 13 Apr 2013 18:37:22 +0000 (14:37 -0400)] 
#2118: clarify smtplib exception documentation.

12 years agoIssue #17016: Get rid of possible pointer wraparounds and integer overflows
Serhiy Storchaka [Sat, 13 Apr 2013 18:15:10 +0000 (21:15 +0300)] 
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
in the re module.  Patch by Nickolai Zeldovich.

12 years ago#17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti.
Ezio Melotti [Sat, 13 Apr 2013 17:07:42 +0000 (20:07 +0300)] 
#17686: fix broken link in Doc/using/unix.rst.  Patch by Dan Riti.

12 years agonull merge
Andrew Svetlov [Sat, 13 Apr 2013 15:07:15 +0000 (18:07 +0300)] 
null merge

12 years agoRevert changes for #13355 by request from Raymond Hettinger
Andrew Svetlov [Sat, 13 Apr 2013 15:05:44 +0000 (18:05 +0300)] 
Revert changes for #13355 by request from Raymond Hettinger

12 years ago- Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open,
doko@ubuntu.com [Sat, 13 Apr 2013 15:05:11 +0000 (17:05 +0200)] 
- Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open,
  www-browser, x-www-browser, chromium browsers, iceweasel, iceape.

12 years agoIssue #16447: Fix potential segfault when setting __name__ on a class.
Mark Dickinson [Sat, 13 Apr 2013 14:19:05 +0000 (15:19 +0100)] 
Issue #16447: Fix potential segfault when setting __name__ on a class.

12 years agoIssue #17656: Fix extraction of zip files with unicode member paths.
Serhiy Storchaka [Sat, 13 Apr 2013 09:28:17 +0000 (12:28 +0300)] 
Issue #17656: Fix extraction of zip files with unicode member paths.

12 years agoIssue #13355: Raise ValueError on random.triangular call with invalid params.
Andrew Svetlov [Fri, 12 Apr 2013 20:39:33 +0000 (23:39 +0300)] 
Issue #13355: Raise ValueError on random.triangular call with invalid params.

Initial patch by Yuriy Senko.

12 years ago#6696: add documentation for the Profile objects, and improve profile/cProfile docs...
Ezio Melotti [Fri, 12 Apr 2013 13:22:24 +0000 (16:22 +0300)] 
#6696: add documentation for the Profile objects, and improve profile/cProfile docs.  Patch by Tom Pinckney.

12 years ago#17585: Fixed IDLE regression. Now closes when using exit() or quit().
Roger Serwy [Fri, 12 Apr 2013 00:13:21 +0000 (19:13 -0500)] 
#17585: Fixed IDLE regression. Now closes when using exit() or quit().

12 years ago- Issue #17086: Search the include and library directories provided by the
doko@ubuntu.com [Wed, 10 Apr 2013 22:19:55 +0000 (00:19 +0200)] 
- Issue #17086: Search the include and library directories provided by the
  compiler.

12 years ago#17635: fix wrong function name in multiprocessing docs.
Ezio Melotti [Wed, 10 Apr 2013 14:59:20 +0000 (17:59 +0300)] 
#17635: fix wrong function name in multiprocessing docs.

12 years ago- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
doko@ubuntu.com [Tue, 9 Apr 2013 15:34:39 +0000 (17:34 +0200)] 
- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).

12 years ago#17657: Show full Tk version in IDLE's about dialog.
Roger Serwy [Tue, 9 Apr 2013 01:57:13 +0000 (20:57 -0500)] 
#17657: Show full Tk version in IDLE's about dialog.
Patch by Todd Rovito.

12 years agoClose #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka [Mon, 8 Apr 2013 19:33:55 +0000 (22:33 +0300)] 
Close #17666: Fix reading gzip files with an extra field.

12 years ago- Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
doko@ubuntu.com [Mon, 8 Apr 2013 19:20:09 +0000 (21:20 +0200)] 
- Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
  files when imported, instead doing it at build time.  This makes importing
  sysconfig faster and reduces Python startup time by 20%.

12 years agoIssue #17662: fix socketmodule compilation with Setup.dist.
Kristjan Valur Jonsson [Mon, 8 Apr 2013 16:03:30 +0000 (16:03 +0000)] 
Issue #17662: fix socketmodule compilation with Setup.dist.
Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda)

12 years ago#17613: Prevent traceback when removing syntax colorizer in IDLE.
Roger Serwy [Sun, 7 Apr 2013 17:41:16 +0000 (12:41 -0500)] 
#17613: Prevent traceback when removing syntax colorizer in IDLE.

12 years ago#1207589: Backwards-compatibility patch for right-click menu in IDLE.
Roger Serwy [Sun, 7 Apr 2013 17:15:52 +0000 (12:15 -0500)] 
#1207589: Backwards-compatibility patch for right-click menu in IDLE.

12 years agolist slotdefs in offset order rather than sorting them (closes #17610)
Benjamin Peterson [Sun, 7 Apr 2013 13:52:59 +0000 (09:52 -0400)] 
list slotdefs in offset order rather than sorting them (closes #17610)

This means we can remove our usage of qsort() than relied on undefined behavior.

Backport by Zbigniew Halas.

12 years agoUpdate argparse docs to follow order of ArgumentParser() arguments.
Andrew Svetlov [Sun, 7 Apr 2013 11:45:37 +0000 (14:45 +0300)] 
Update argparse docs to follow order of ArgumentParser() arguments.

12 years ago#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
Roger Serwy [Sun, 7 Apr 2013 01:26:53 +0000 (20:26 -0500)] 
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.

12 years agomove idle news entries to its section
Roger Serwy [Sun, 7 Apr 2013 01:21:21 +0000 (20:21 -0500)] 
move idle news entries to its section

12 years agoRevert a premature patch for issue #14010 (changeset d17d10c84d27).
Serhiy Storchaka [Sat, 6 Apr 2013 19:51:29 +0000 (22:51 +0300)] 
Revert a premature patch for issue #14010 (changeset d17d10c84d27).

12 years agoIssue #17645: convert an assert() into a proper exception in _Py_Mangle().
Antoine Pitrou [Sat, 6 Apr 2013 19:21:04 +0000 (21:21 +0200)] 
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().

12 years agomerge heads
Benjamin Peterson [Sat, 6 Apr 2013 19:19:11 +0000 (15:19 -0400)] 
merge heads

12 years agomove idle news to its own section
Benjamin Peterson [Sat, 6 Apr 2013 19:19:04 +0000 (15:19 -0400)] 
move idle news to its own section

12 years agoIssue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka [Sat, 6 Apr 2013 19:04:10 +0000 (22:04 +0300)] 
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
in itertools module (i.e. itertools.izip(), itertools.chain(), etc).

12 years agoChange wording as Eli Bendersky suggests.
Andrew Svetlov [Sat, 6 Apr 2013 15:54:19 +0000 (18:54 +0300)] 
Change wording as Eli Bendersky suggests.

12 years agostart cracking on 2.7.5
Benjamin Peterson [Sat, 6 Apr 2013 14:17:54 +0000 (10:17 -0400)] 
start cracking on 2.7.5

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Sat, 6 Apr 2013 14:00:24 +0000 (10:00 -0400)] 
merge 2.7.4 release branch

12 years agoAdded tag v2.7.4 for changeset 026ee0057e2d
Benjamin Peterson [Sat, 6 Apr 2013 13:59:25 +0000 (09:59 -0400)] 
Added tag v2.7.4 for changeset 026ee0057e2d

12 years agochange version to 2.7.4 v2.7.4
Benjamin Peterson [Sat, 6 Apr 2013 13:58:51 +0000 (09:58 -0400)] 
change version to 2.7.4

12 years agoupdate pydoc-topics
Benjamin Peterson [Sat, 6 Apr 2013 13:56:41 +0000 (09:56 -0400)] 
update pydoc-topics

12 years ago#17641: 2.X / 3.X ssl doc unification
Giampaolo Rodola' [Sat, 6 Apr 2013 01:46:47 +0000 (03:46 +0200)] 
#17641: 2.X / 3.X ssl doc unification

12 years agoAdd link to glossary for hashable term in docs for set type
Andrew Svetlov [Fri, 5 Apr 2013 13:21:39 +0000 (16:21 +0300)] 
Add link to glossary for hashable term in docs for set type

12 years agoFix typo
Andrew Svetlov [Fri, 5 Apr 2013 08:39:36 +0000 (11:39 +0300)] 
Fix typo

12 years agomerge heads
Andrew Svetlov [Fri, 5 Apr 2013 07:14:28 +0000 (10:14 +0300)] 
merge heads

12 years agoFix typo.
Andrew Svetlov [Fri, 5 Apr 2013 07:10:27 +0000 (10:10 +0300)] 
Fix typo.

12 years ago#8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki...
Ezio Melotti [Thu, 4 Apr 2013 06:16:15 +0000 (09:16 +0300)] 
#8913: add examples and docs for date/time/datetime.__format__.  Patch by Heikki Partanen.

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Thu, 4 Apr 2013 02:35:28 +0000 (22:35 -0400)] 
merge 2.7.4 release branch

12 years agoclose search and replace dialog after it is used (closes #17625)
Benjamin Peterson [Thu, 4 Apr 2013 02:35:12 +0000 (22:35 -0400)] 
close search and replace dialog after it is used (closes #17625)

12 years agoIssue #15940: NEWS entry
Terry Jan Reedy [Wed, 3 Apr 2013 17:24:26 +0000 (13:24 -0400)] 
Issue #15940: NEWS entry

12 years agoIssue #15940: Replace tab.
Terry Jan Reedy [Wed, 3 Apr 2013 16:45:24 +0000 (12:45 -0400)] 
Issue #15940: Replace tab.

12 years agoIssue #15940: Specify effect of locale on time functions.
Terry Jan Reedy [Wed, 3 Apr 2013 16:34:57 +0000 (12:34 -0400)] 
Issue #15940: Specify effect of locale on time functions.

12 years ago#14254: IDLE now handles readline correctly across shell restarts.
Roger Serwy [Wed, 3 Apr 2013 05:42:24 +0000 (00:42 -0500)] 
#14254: IDLE now handles readline correctly across shell restarts.

12 years ago#17614: IDLE no longer raises exception when quickly closing a file.
Roger Serwy [Wed, 3 Apr 2013 03:37:12 +0000 (22:37 -0500)] 
#17614: IDLE no longer raises exception when quickly closing a file.

12 years ago#13163: fix names of _get_socket args
R David Murray [Tue, 2 Apr 2013 16:15:07 +0000 (12:15 -0400)] 
#13163: fix names of _get_socket args

This was already done in Python3, but having it wrong leads to
incorrect debug output, so it seems worth fixing in 2.7 as well.

Patch by Victor TerrĂ³n.

12 years ago#6698: IDLE now opens just an editor window when configured to do so.
Roger Serwy [Mon, 1 Apr 2013 04:28:55 +0000 (23:28 -0500)] 
#6698: IDLE now opens just an editor window when configured to do so.

12 years ago#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
Roger Serwy [Sun, 31 Mar 2013 20:53:08 +0000 (15:53 -0500)] 
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.

12 years agoIssue #6419: Fix a test_kqueue failure on some BSD flavors.
Charles-Francois Natali [Sun, 31 Mar 2013 18:35:59 +0000 (20:35 +0200)] 
Issue #6419: Fix a test_kqueue failure on some BSD flavors.

12 years agoAdd an itertools recipe showing how to use t.__copy__().
Raymond Hettinger [Sun, 31 Mar 2013 06:37:57 +0000 (23:37 -0700)] 
Add an itertools recipe showing how to use t.__copy__().

12 years ago#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
Roger Serwy [Sun, 31 Mar 2013 05:57:16 +0000 (00:57 -0500)] 
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.