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