summaryrefslogtreecommitdiff
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #5109: array.array constructor will now use fast code whenAlexander Belopolsky2011-01-111-0/+10
* test_array: fix the DeprecationWarning('object.__init__() takes no parameters')Victor Stinner2011-01-041-1/+1
* #10668: fix wrong call of __init__.Georg Brandl2010-12-101-1/+1
* #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the...Georg Brandl2010-12-041-0/+6
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-4/+4
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-011-10/+48
* Issue #5395: check that array.fromfile() re-raises an IOError instead of repl...Antoine Pitrou2010-07-211-0/+11
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 77821 via svnmerge fromMark Dickinson2010-01-291-0/+3
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-3/+3
* Merged revisions 74477 via svnmerge fromFrank Wierzbicki2009-08-161-0/+19
* Don't check 64-bit test cases on 32-bit machine.Alexandre Vassalotti2009-07-151-1/+15
* Issue #2389: Implement a portable mechanism for pickling array objects.Alexandre Vassalotti2009-07-151-10/+140
* Add the fix for issue 4509 to the mapping methods.Alexandre Vassalotti2009-07-051-26/+21
* Fix array.extend and array.__iadd__ to handle the case where an arrayAlexandre Vassalotti2009-07-051-0/+13
* Add more test cases to BaseTest.test_memoryview_no_resize.Alexandre Vassalotti2009-07-051-0/+6
* Issue 4509: Do not modify an array if we know the change would resultAlexandre Vassalotti2009-07-051-0/+16
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-37/+37
* 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