aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAge
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-15
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
|\|
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
* | Issue #3693: Fix array obscure error message when given a str.Alexandre Vassalotti2013-11-29
* | Issue #19604: Use specific asserts in array tests.Serhiy Storchaka2013-11-17
|\|
| * Issue #19604: Use specific asserts in array tests.Serhiy Storchaka2013-11-17
| * Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-03
* | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-03
* | (Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t typeVictor Stinner2013-03-08
|\|
| * Issue #17223: the test is specific to 32-bit wchar_t typeVictor Stinner2013-03-08
* | (Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)Victor Stinner2013-02-26
|\|
| * Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)Victor Stinner2013-02-26
* | (Merge 3.3) Issue #17223: array module: Fix a crasher when converting an arrayVictor Stinner2013-02-26
|\|
| * Issue #17223: array module: Fix a crasher when converting an array containingVictor Stinner2013-02-26
* | #16888: merge with 3.3.Ezio Melotti2013-01-10
|\|
| * #16888: test_array now works with unittest test discovery. Patch by Zachary ...Ezio Melotti2013-01-10
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/
* Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-10
|\
| * Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-10
* | Issue #13072: Fix test_array for installation without the ctypes moduleVictor Stinner2012-08-09
* | Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t...Victor Stinner2012-08-08
* | Issue #13072: Fix test_array for Windows with 16-bit wchar_tVictor Stinner2012-08-08
* | Issue #14288: Serialization support for builtin iterators.Kristján Valur Jónsson2012-04-03
* | Remove mention of narrow/wide builds and update array doc, add a test.Ezio Melotti2011-10-25
* | array module uses the new Unicode APIVictor Stinner2011-09-30
* | Issue #1172711: Add 'long long' support to the array module.Meador Inge2011-09-20
|/
* 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