summaryrefslogtreecommitdiff
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* Revert 60793 for test_array; on a 64-bit system,Martin v. Löwis2008-02-151-17/+0
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-141-0/+17
* SF #1693079 Array module cannot pickle empty arraysRaymond Hettinger2007-04-021-0/+15
* Bug #1486663: don't reject keyword arguments for subclasses of builtinGeorg Brandl2007-01-211-0/+7
* Backport trunk checkin r51565:Thomas Wouters2006-12-291-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
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-281-2/+54
* Add tests for array self-assigns. (This one has no relevance to JPython.)Guido van Rossum1998-07-161-1/+28
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-38/+38
* Use `...` around binary strings.Guido van Rossum1997-10-071-1/+1
* Use TESTFN instead of /etc/passwd and /dev/null as test files.Guido van Rossum1997-04-091-5/+12
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-13/+25
* module to test the arraymodule created and added to testall.pyRoger E. Masse1996-12-091-0/+40