summaryrefslogtreecommitdiff
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #5334: array.fromfile() failed to insert values when EOFError was raised.Hirokazu Yamamoto2009-03-061-2/+1
* Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r...Raymond Hettinger2009-01-271-0/+2
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-261-2/+0
* Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for proto...Hirokazu Yamamoto2008-12-271-3/+3
* Issue #4583: crash after resizing an array.array which has buffer exports.Antoine Pitrou2008-12-181-1/+17
* Merged revisions 66703,66708 via svnmerge fromBenjamin Peterson2008-10-101-4/+5
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-0/+17
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-1/+1
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-1/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-7/+7
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-0/+1
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-1/+1
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-2/+0
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-0/+34
* Creating an array with a bytes object as initializerGuido van Rossum2007-07-031-0/+4
* "Fix" the array module test -- by ripping out the 'c' typecode.Guido van Rossum2007-06-181-40/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Fixed array.fromfile(); removed references to PyFileObject in array.tofile().Guido van Rossum2007-05-241-7/+1
* Remove have_unicode checks and merge those tests into theWalter Dörwald2007-05-221-29/+28
* Fix the array tests. Only a minor change to the C code was required.Guido van Rossum2007-05-101-16/+12
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-13/+13
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+15
* Make array().tofile() work with a new I/O object.Guido van Rossum2007-04-111-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-0/+7
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-9/+9
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+7
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+1
* as is a keyword now :-)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