summaryrefslogtreecommitdiff
path: root/Lib/test/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Miss Islington (bot)2019-05-171-2/+2
* bpo-24700: Add a fast path for comparing array.array of equal type (#3009)Adrian Wielgosik2017-08-171-0/+10
* bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)orenmn2017-03-091-15/+24
* Issue #27570: Merge null pointer fixes from 3.5Martin Panter2016-09-071-2/+12
|\
| * Issue #27570: Avoid zero-length memcpy() calls with null source pointersMartin Panter2016-09-071-2/+12
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-2/+0
* | Issue #26492: Exhausted iterator of array.array now conforms with the behaviorSerhiy Storchaka2016-03-301-2/+19
|/
* Issue #26015: Added new tests for pickling iterators of mutable sequences.Serhiy Storchaka2016-03-061-12/+35
* Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()Stefan Krah2015-02-031-0/+5
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-10/+11
|\
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-10/+11
* | Issue #20152: Port the array module to Argument Clinic.Brett Cannon2014-10-101-1/+3
|/
* 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