summaryrefslogtreecommitdiff
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,...Georg Brandl2011-02-251-1/+1
* Reverted r87944 - issue #5109 should not have been backportedAlexander Belopolsky2011-01-111-10/+0
* Merged revisions 87942 via svnmerge fromAlexander Belopolsky2011-01-111-0/+10
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* Merged revisions 83030 via svnmerge fromAntoine Pitrou2010-07-211-0/+11
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-1/+2
* Issue #7788: Fix a crash produced by deleting a list slice with hugeMark Dickinson2010-01-291-0/+3
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-3/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+3
* Add test of file.write(array) extracted from Jython.Frank Wierzbicki2009-08-161-0/+19
* Backport test cases added in r73852.Alexandre Vassalotti2009-07-051-0/+13
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-37/+37
* Issue #4740: Use HIGHEST_PROTOCOL in pickle test.Hirokazu Yamamoto2008-12-271-3/+3
* fix for issue 3862: test_array fails FreeBSD 7 amd64Andrew MacIntyre2008-10-011-4/+5
* Merge in release25-maint r60793:Gregory P. Smith2008-06-111-0/+17
* Remove the test file before writing it in case there is no write permission.Neal Norwitz2008-04-101-0/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-281-0/+34
* Fix warnings about object.__init__() signature.Guido van Rossum2007-04-021-1/+0
* SF #1693079: Cannot save empty array in shelveRaymond Hettinger2007-04-021-0/+15
* Bug #1486663: don't reject keyword arguments for subclasses of builtinGeorg Brandl2007-01-211-0/+7
* Fix SF bug #1545837: array.array borks on deepcopy.Thomas Wouters2006-08-241-0/+7
* Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot,Tim Peters2006-04-101-1/+1
* as is on the road to keyword-hood, use a different var name.Neal Norwitz2006-03-171-7/+7
* Add a slice test with high < low.Walter Dörwald2005-01-211-0/+5
* SF #1085304: Make array.array pickle-ableRaymond Hettinger2004-12-161-0/+19
* SF feature request #992967: array.array objects should support sequences.Raymond Hettinger2004-08-291-3/+35
* Add weakref support to array.array and file objects.Raymond Hettinger2004-05-311-0/+10
* SF feature request #686323: Minor array module enhancementsRaymond Hettinger2004-03-141-0/+7
* SF bug #910986: copy.copy fails for array.arrayRaymond Hettinger2004-03-131-0/+7
* protect against test problems with JythonSkip Montanaro2003-08-031-6/+7
* added test for bug 782369Skip Montanaro2003-08-031-0/+9
* Walter's last checkin also needs to work on doubles.Neal Norwitz2003-05-221-7/+3
* test_byteswap() fails on alphas, because treating the byte swapped bitWalter Dörwald2003-05-221-0/+17
* Fix array.array.insert(), so that it treats negative indices asWalter Dörwald2003-05-181-0/+24
* Add another error case to the insert test.Walter Dörwald2003-05-181-0/+1
* Port test_array and test_winsound to PyUnit. Enhance tests for arrayWalter Dörwald2003-05-181-363/+821
* SF patch #662433: Fill arraymodule's tp_iter and sq_contains slotsRaymond Hettinger2003-01-071-0/+6
* Fix forMichael W. Hudson2002-07-291-0/+3
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix the bug described inMichael W. Hudson2002-06-191-1/+42
* This is patchMichael W. Hudson2002-05-151-28/+30
* Patch 520694: arraymodule.c improvements:Martin v. Löwis2002-03-011-4/+141
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Verify that str(a) and repr(a) don't blow up (part of SF patch 102068).Tim Peters2000-11-141-0/+5
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-161/+160
* arraymodule: Fix SF bug 113960.Tim Peters2000-09-161-2/+12
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-311-0/+40