summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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