summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24613: Calling array.fromstring() with self is no longer allowedSerhiy Storchaka2015-07-261-0/+1
* Fixed the array module in unicode disabled build (regression of issue20014).Serhiy Storchaka2015-05-311-1/+4
* Issue #20014: array.array() now accepts unicode typecodes. Based on patch bySerhiy Storchaka2015-05-161-0/+21
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-1/+1
* Issue #19604: Use specific asserts in array tests.Serhiy Storchaka2013-11-161-34/+34
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-8/+9
* Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-111-0/+13
* test_array: make quiet the DeprecationWarningVictor Stinner2011-07-051-1/+4
* 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