| 
								
								
									 Serhiy Storchaka | 278d03bd66 | Revert a premature patch for issue #14010 (changeset aaaf36026511). | 2013-04-06 22:52:34 +03:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | aac81e2780 | Issue #14010: Fix a crash when iterating or deleting deeply nested filters (builting and in itertools module, i.e. map(), itertools.chain(), etc). | 2013-04-06 21:20:30 +03:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | e8f706eda7 | Issue #14010: Fix a crash when iterating or deleting deeply nested filters (builting and in itertools module, i.e. map(), itertools.chain(), etc). | 2013-04-06 21:14:43 +03:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | dd399af438 | Optimize the test for issue #13454. Now it requires almost 4x less memory and is almost 2x faster. | 2013-01-26 11:54:27 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | 1c7181d764 | Optimize the test for issue #13454. Now it requires almost 4x less memory and is almost 2x faster. | 2013-01-26 11:53:17 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | 5bb893c44b | Optimize the test for issue #13454. Now it requires almost 4x less memory and is almost 2x faster. | 2013-01-26 11:52:06 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | c5dadcf2fd | Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() if all other iterators were very advanced before. | 2013-01-25 13:26:55 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | 339e91d4cb | Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() if all other iterators were very advanced before. | 2013-01-25 13:24:47 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | a3e9128aba | Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() if all other iterators were very advanced before. | 2013-01-25 13:19:31 +02:00 |  | 
				
					
						| 
								
								
									 Armin Ronacher | aa9a79d279 | Issue #16148: implemented PEP 424 | 2012-10-06 14:03:24 +02:00 |  | 
				
					
						| 
								
								
									 Kristján Valur Jónsson | 31668b8f7a | Issue #14288: Serialization support for builtin iterators. | 2012-04-03 10:49:41 +00:00 |  | 
				
					
						| 
								
								
									 Alex Gaynor | e151d21883 | Mark itertools tests of tuple reuse as being specific to CPython. | 2011-07-17 16:21:30 -07:00 |  | 
				
					
						| 
								
								
									 Kristjan Valur Jonsson | 978da33c7a | Merge 3.2 | 2011-03-30 11:32:06 +00:00 |  | 
				
					
						| 
								
								
									 Kristjan Valur Jonsson | fa3edbed25 | Merge 3.1 | 2011-03-30 11:24:58 +00:00 |  | 
				
					
						| 
								
								
									 Kristjan Valur Jonsson | 35722a9376 | Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. ti can raise an exception even if PyLong_Check() has
succeeded. | 2011-03-30 11:04:28 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 5d44613e3b | Add optional *func* argument to itertools.accumulate(). | 2011-03-27 18:52:10 -07:00 |  | 
				
					
						| 
								
								
									 Ezio Melotti | 3b3499ba69 | #11565: Merge with 3.1. | 2011-03-16 11:35:38 +02:00 |  | 
				
					
						| 
								
								
									 Ezio Melotti | 13925008dc | #11565: Fix several typos. Patch by Piotr Kasprzyk. | 2011-03-16 11:05:33 +02:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 2d93e6ee63 | Update the itertools.accumulate() docs. | 2010-12-03 02:33:53 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | d8ff4658fb | Simplify the signature for itertools.accumulate() to match numpy.  Handle one item iterable the same way as min()/max(). | 2010-12-03 02:09:34 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 482ba77245 | Add itertools.accumulate(). | 2010-12-01 22:48:00 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 101f09e72f | Issue #10323: Predictable final state for slice(). | 2010-11-30 03:09:05 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 69b34bfe9c | Issue #10323: Predictable final state for slice(). | 2010-11-30 02:49:29 +00:00 |  | 
				
					
						| 
								
								
									 Ezio Melotti | 19f2aeba67 | Merged revisions 86596 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line
  #9424: Replace deprecated assert* methods in the Python test suite.
........ | 2010-11-21 01:30:29 +00:00 |  | 
				
					
						| 
								
								
									 Ezio Melotti | b3aedd4862 | #9424: Replace deprecated assert* methods in the Python test suite. | 2010-11-20 19:04:17 +00:00 |  | 
				
					
						| 
								
								
									 Ezio Melotti | b58e0bd8bb | use assert[Not]In where appropriate | 2010-01-23 15:40:09 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | a3e1ad27a8 | Issue 7410: deepcopy of itertools.count() reset the count. | 2009-11-30 22:02:31 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 6c8ee7a333 | Issue #7410: deepcopy of itertools.count was resetting the count. | 2009-11-30 21:55:17 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | a9311a3c50 | Fix exception handling in itertools.izip_longest(). | 2009-11-01 21:02:38 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | fc438518a0 | Fix exception handling in itertools.izip_longest(). | 2009-11-01 20:55:33 +00:00 |  | 
				
					
						| 
								
								
									 Georg Brandl | ab91fdef1f | Merged revisions 73715 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k
........
  r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line
  convert old fail* assertions to assert*
........ | 2009-08-13 08:51:18 +00:00 |  | 
				
					
						| 
								
								
									 Benjamin Peterson | c9c0f201fe | convert old fail* assertions to assert* | 2009-06-30 23:06:06 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | eb13fdda59 | Port r69837: Fix keyword arguments for itertools.count(). Step arg without a start arg was ignored. | 2009-02-21 22:30:12 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | cdf8ba369b | Add some cross-references to the docs.  Simplify the python code equivalent for zip().  Supply an optional argument for the nth() recipe. | 2009-02-19 04:45:07 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | f4bb7f2100 | Add keyword arg support to itertools.repeat(). | 2009-02-19 02:44:01 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 15a4950da1 | Add keyword arg support to itertools.compress(). | 2009-02-19 02:17:09 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | d6280f4b78 | Add GC support to count() objects. | 2009-02-16 20:50:56 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 9e8dbbcdcd | Add keyword argument support to itertools.count(). | 2009-02-14 04:21:49 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | de09acf298 | One more test. | 2009-02-12 12:53:53 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 8a882a74dc | Add an extra testcase. | 2009-02-12 12:08:18 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 3072921d0e | Issue 5032:  added a step argument to itertools.count() and allowed non-integer arguments. | 2009-02-12 06:28:27 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | d04fa31f73 | Minor doc fixes. | 2009-02-04 19:45:13 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 191e850053 | Add more tests for the powerset() recipe. | 2009-01-27 13:29:43 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | da6bc5214f | More exhaustive combinatoric checks. | 2009-01-27 10:39:42 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | d17ad8d638 | Stronger tests for combinatoric relationships. | 2009-01-27 09:56:30 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | eb508ad8cf | Add tests to verify combinatoric relationships. | 2009-01-27 09:35:21 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 883d27607a | Beautify grouper() recipe in docs. | 2009-01-27 04:57:51 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | d07d939c5e | Forward port r69001: itertools.combinations_with_replacement(). | 2009-01-27 04:20:44 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 6b3b0fc4d4 | Forward port r68941 adding itertools.compress(). | 2009-01-26 02:56:58 +00:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | ace673391a | Backport r68942:  update powerset() recipe. | 2009-01-26 02:23:50 +00:00 |  |