aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAge
* Issue #5109: array.array constructor will now use fast code whenAlexander Belopolsky2011-01-11
* test_array: fix the DeprecationWarning('object.__init__() takes no parameters')Victor Stinner2011-01-04
* #10668: fix wrong call of __init__.Georg Brandl2010-12-10
* #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the...Georg Brandl2010-12-04
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-01
* Issue #5395: check that array.fromfile() re-raises an IOError instead of repl...Antoine Pitrou2010-07-21
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Merged revisions 77821 via svnmerge fromMark Dickinson2010-01-29
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-24
* Merged revisions 74477 via svnmerge fromFrank Wierzbicki2009-08-16
* Don't check 64-bit test cases on 32-bit machine.Alexandre Vassalotti2009-07-15
* Issue #2389: Implement a portable mechanism for pickling array objects.Alexandre Vassalotti2009-07-15
* Add the fix for issue 4509 to the mapping methods.Alexandre Vassalotti2009-07-05
* Fix array.extend and array.__iadd__ to handle the case where an arrayAlexandre Vassalotti2009-07-05
* Add more test cases to BaseTest.test_memoryview_no_resize.Alexandre Vassalotti2009-07-05
* Issue 4509: Do not modify an array if we know the change would resultAlexandre Vassalotti2009-07-05
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Issue #5334: array.fromfile() failed to insert values when EOFError was raised.Hirokazu Yamamoto2009-03-06
* Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r...Raymond Hettinger2009-01-27
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-26
* Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for proto...Hirokazu Yamamoto2008-12-27
* Issue #4583: crash after resizing an array.array which has buffer exports.Antoine Pitrou2008-12-18
* Merged revisions 66703,66708 via svnmerge fromBenjamin Peterson2008-10-10
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-18
* #2630: Implement PEP 3138.Georg Brandl2008-06-11
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-04
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-04
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-13
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-08
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-30
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Creating an array with a bytes object as initializerGuido van Rossum2007-07-03
* "Fix" the array module test -- by ripping out the 'c' typecode.Guido van Rossum2007-06-18
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Fixed array.fromfile(); removed references to PyFileObject in array.tofile().Guido van Rossum2007-05-24
* Remove have_unicode checks and merge those tests into theWalter Dörwald2007-05-22
* Fix the array tests. Only a minor change to the C code was required.Guido van Rossum2007-05-10
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-03
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Make array().tofile() work with a new I/O object.Guido van Rossum2007-04-11
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-01
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-17